Very interesting #discussion on how #pipes work in the #unix #context https://www.netmeister.org/blog/ipcbufs... This is particularly interesting because of a #coffeespace #article I wrote recently on #fastyes https://coffeespace.org.uk/projects/fast.. Unfortunately I wasn't able to make any #improvements on existing #solutions - but it was a good #rabbithole nevertheless!
Interesting #discussion on #hackaday about the #plausibility of #carbon #sequestration https://hackaday.com/2021/10/15/carbon-s.. A number of people have pointed out now that these appear to be mostly #opportunistic #services promising future #improvements ...
This #article on #java got me doing something about some #improvements to a #integer #library I wrote last year, perhaps will check it out tomorrow: https://shipilev.net/jvm/anatomy-quarks/.. #deadsocial uses the integer library for doing all processing of IDs as fast as possible. A small change in the algorithm should be able to make the `equals()` quality check of objects faster by reducing #ifstatements ... Will look to check tomorrow.