Interesting. A year ago I was looking for something exactly like this for distributing data between multiple servers. Everything required a ton of overhead or was too big to use. I ended up just using json. I did discover that Brotli can compress 3 gigs of json down into just 70 megs nearly instantly.
mrkite
One of our data providers gives us hundred megabyte json files. Whenever there is a problem with the data they request examples, jq
is invaluable in those instances.
There was a ton of software sourcecode posted to the comp.sources.unix
usenet group that I wanted to check out. The problem is all that software was in shar format, and there was no way to extract those files on msdos. I found Yggdrasil Linux on CD at a local software store and decided to check it out. Been using Linux in one form or another ever since.
A decade ago I reverse engineered the Macventure game engine, allowing you to play Shadowgate and Deja Vu etc on modern oses. The current copyright holder then paid me to iron out the rough edges and create the official ports currently on steam.
Gdb doesn't work at all on m1 macs
Very cool. I wonder how portable the theory behind it is. That's one problem with the m1 macs, gdb doesn't support them.
Search for Floyd Steinberg dithering. That's the algorithm used by a lot of classic Mac software.
I thought it was well known that the studies about Dvorak being superior were fabricated by Dvorak himself... but apparently that's forgotten knowledge.
Here's a magazine article about it: https://reason.com/1996/06/01/typing-errors/
Focus more on stability in terms of apis. We can't be rewriting our apps constantly because they keep updating frameworks every year.
Should focus on getting rid of undefined behavior.