Cash on the internet.
No auto-updates.
sedited
npub196cr...tlhg
thecharlatan.ch
g^s=RX^c
Monitoring the situation.
Lots of activity on the kernel PRs the past week while I was on holiday. Hope I can make things move along!
I like looking at rural land use at the border of countries with disparate income levels. The differences between erosion, infrastructure and density can be striking!
I love summer
I re-wrote the bitcoin kernel project tracking issue. It now finally provides an overview of all the things going on. 
GitHub
Bitcoin Kernel Library Project Tracking · Issue #27587 · bitcoin/bitcoin
Project Board for pull requests past and present: https://github.com/orgs/bitcoin/projects/3 This is the tracking issue for the bitcoin kernel libr...
Ron Carter
Herbie Hancock
Billy Cobham
||||
Lekker om Manie terug te sien, ek dink hy het mooi geskop. Goed wedstryd om nuwe spelers te test.
First braai action this summer


Cash on the internet.
No auto-updates.

I'd be interested in seeing a stratumv1 solo miner using bitcoin core's mining interface.
Bitcoin Core should get an address index.
Bulls completely outclassed by Leinster. I guess the silver lining is it is at least good for the tournament to have an irish side win?
Honey badger don't care.
Another kernel library wrapper, this time targeting Go:.
Pretty cool that people I don't even know are contributing to a bitcoin kernel ecosystem already even while the api is still an experimental pull request.
GitHub
GitHub - setavenger/go-bitcoinkernel
Contribute to setavenger/go-bitcoinkernel development by creating an account on GitHub.
ǃke e꞉ ǀxarra ǁke
Got the write ahead log for the block tree store implemented. Not quite convinced of it yet, and there is some cleanup and tuning left to do, but it was a fun exercise. Mostly not convinced yet if a hand rolled, simple storage system is really the preferred way towards parallel cross-process reads in the kernel library, since it still leaves things like locking and notifying unanswered. Will also add an abstract class that should enable "bring your own block tree store". Then should also test how plugging sqlite into it looks like, what that could being to the table.