u/i_walk_away

is it a good time to start buying BTC?

Hello there.

A week ago i've turned 21 years old. For the majority of my life i did not have enough funds to actually invest in the future. But today i have received my first "this can buy a little bit more than rent and some shy food" paycheck.

It really isn't much, but it's enough to buy ~$30 worth of BTC every month.

I have researched the blockchain and bitcoin a lot as a technology, but i know relatively nothing about it as an asset (except for what can be derived from what i know about it as a technology - like 21mil coin cap)

The only thing i actually understand about the market is that it's DOOMED to grow in the long run. It's unlikely that if i buy it today, it will never rise in price ever again during my lifetime. If this mindset is flawed please correct me.

Is it worth investing in now, small amounts every now and then? Or is it a bad time for that right now, because of some arbitrary world events? Or maybe there's something better than bitcoin for my use case (small amounts, long term)? I don't really need high returns asap, but don't want the inflation to outpace me too.

Thank you in advance!

reddit.com
u/i_walk_away — 7 days ago

Calling an assembly instruction in Python

Long story short, i want to make THE most horrible python calculator to ever exist. For that i need a way to call an assembly instruction directly in my python script.

I know you can do that in C with inline assembly, and i know CFFI exists and allows calling C functions in python, so i tried to use that. However CFFI's parser rejected __asm__ syntax and threw an error because inline assembly isn't standard C apparently.

Is there some sort of a workaround to call an assembly instruction in python script? It doesn't have to be clean, in fact, it's better if it's absolutely terrible, bonus points for unsafe

reddit.com
u/i_walk_away — 12 days ago