Pico CSS • Minimal CSS Framework for Semantic HTML
picocss.com
The MacBook has a sensor that knows the exact angle of the screen hinge
twitter.com
Everything from 1991 Radio Shack ad I now do with my phone
trendingbuffalo.com
Keeping secrets out of logs (2024)
allan.reyes.sh
Print GitHub Repositories as Books
gitprint.me
How to make metals from Martian dirt
csiro.au
No Silver Bullet: Essence and Accidents of Software Engineering (1986) [pdf]
cs.unc.edu
GPT-5 Thinking in ChatGPT (a.k.a. Research Goblin) is shockingly good at search
simonwillison.net
Show HN: I'm a dermatologist and I vibe coded a skin cancer learning app
molecheck.info
Requiem for an Exit
calls.ars.electronica.art
A Navajo weaving of an integrated circuit: the 555 timer
righto.com
Algebraic Effects in Practice with Flix
relax.software
What is the origin of the private network address 192.168.*.*? (2009)
lists.ding.net
The Expression Problem and its solutions
eli.thegreenplace.net
Action was the best 8-bit programming language
goto10retro.com
The race to build a distributed GPU runtime
voltrondata.com
How the “Kim” dump exposed North Korea's credential theft playbook
dti.domaintools.com
Electric bill may be paying for big data centers' energy use
theconversation.com
The "impossibly small" Microdot web framework
lwn.net
Turbo Pascal also came out in 01983 for 8-bit computers, but "Action!" looks pretty comparable. TP came out in November, though, so maybe "Action!" was earlier.
F83 was also an IDE for 8-bit computers (with multithreading, reflection, macros, a single-stepping debugger, and virtual memory) but despite the name didn't come out until 01984. (It was a model implementation of the Forth-83 standard, thus the misleading name.)
As wduquette pointed out in the previous thread in https://news.ycombinator.com/item?id=45132286, Apple Pascal was an IDE for Apple's 8-bit machines four years earlier. I would add that the UCSD p-System it was based on was available for other 8-bit machines as well, but I don't know what year. But those were bytecode interpreters and so very slow. F83 was intermediate, using indirect-threaded code.