Paolo Redaelli personal blog

Category: Cryptocoins

Dicekeys

I found those Dicekeys, on Wired many months ago. The idea looks really good but they still haven’t shipped any of those boxes. The app https://dicekeys.app/ is still online. Good idea. We may just use other D&D dices…. I may check if my dices are fair, diving them in super-saturated water!

It is easy to tell lie with statistics, yet there is no better way to descirbe the truth

From: Zcash Forum

Already?

I have overestimated the capabilities of my Inforce 6410. To be truly honest I knew that most ARM boards and the OSes running on it are 32bit and this includes Raspberries, but “everyone knows that 4Gb of address space is enough for everything” me, now, mocking the famous “640Kb ought to be enough for anybody.…

Ah, the magic of Bash! for y in {1..30..7}; do for x in {60..1}; do DA=$(date -d "-$(($x+$y)) days" +%Y-%m-%d); A=$(date -d "-$x days" +%Y-%m-%d); echo -n "Simulazione per $y giorni da $DA a $A: "; ./zenbot.sh sim –strategy trend_ema_reversed –start $DA –end $A | grep "end balance" –after-context=2 |tr "\n" "\t"; echo "…"; done;…