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!
Category: Cryptocoins
Link
Bisq – A decentralized bitcoin exchange network
Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies.
See also https://localbitcoins.com/it/ and https://localcoinswap.com/
Bitcoin, Cryptocoins, Senza categoria
A Cryptocurrency Without a Blockchain Has Been Built to Outperform Bitcoin – MIT Technology Review
https://www.technologyreview.com/s/609771/a-cryptocurrency-without-a-blockchain-has-been-built-to-outperform-bitcoin/ We live interesting times
It is easy to tell lie with statistics, yet there is no better way to descirbe the truth
From: Zcash Forum
Cryptocoins
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.…
Cryptocoins, Fun
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;…