Hosting a website on a disposable vape
bogdanthegeek.github.io
William Gibson Reads Neuromancer (2004)
bearcave.com
React is winning by default and slowing innovation
lorenstew.art
Wanted to spy on my dog, ended up spying on TP-Link
kennedn.com
Addendum to GPT-5 system card: GPT-5-Codex
openai.com
Linux phones are more important now than ever
feddit.org
I feel Apple has lost its alignment with me and other long-time customers
morrick.me
PayPal to support Ethereum and Bitcoin
newsroom.paypal-corp.com
Why do we keep gravitating toward complexity?
kyrylo.org
How big a solar battery do I need to store all my home's electricity?
shkspr.mobi
People Who Hunt Down Old TVs
bbc.com
Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
From unit tests to whole universe tests (with will wilson of antithesis) [video]
youtube.com
Massive Attack turns concert into facial recognition surveillance experiment
gadgetreview.com
I wish my web server were in the corner of my room (2022)
interconnected.org
Debian Upgrade Marathon: 3.1 Sarge
wrongthink.link
CubeSats are fascinating learning tools for space
jeffgeerling.com
Dinosaurs to supercrocs: Niger's bone keepers preserve its ancient fossils
aljazeera.com
Show HN: Pooshit – Sync local code to remote Docker containers
How People Use ChatGPT [pdf]
cdn.openai.com
There are some interests on the algorithm behind the Topological Sort Library TopoSort posted a few days ago in finding the dependence free subsets for parallel processing. I've written down the explanation in the linked post.
In essence it is a variant of the Kahn's algorithm. It has sufficient differences that I feel it deserves a separate explanation. It approaches the problem with node sets in a graph instead of individual nodes. This makes the central idea very simple. See the algorithm outline in the write up.