Scientists discover intercellular nanotubular communication system in brain
science.org
Claude Skills are awesome, maybe a bigger deal than MCP
simonwillison.net
Live Stream from the Namib Desert
bookofjoe2.blogspot.com
Exploring PostgreSQL 18's new UUIDv7 support
aiven.io
Andrej Karpathy – AGI is still a decade away
dwarkesh.com
EVs are depreciating faster than gas-powered cars
restofworld.org
Ruby core team takes ownership of RubyGems and Bundler
ruby-lang.org
4Chan Lawyer publishes Ofcom correspondence
alecmuffett.com
MIT physicists improve the precision of atomic clocks
news.mit.edu
AI has a cargo cult problem
ft.com
Asking AI to build scrapers should be easy right?
skyvern.com
Smithsonian Open Access Images
si.edu
Forgejo v13.0 Is Available
forgejo.org
I built an F5 QKview scanner for CISA ED 26-01
usenabla.com
Migrating from AWS to Hetzner
digitalsociety.coop
Cartridge Chaos: The Official Nintendo Region Converter and More
nicole.express
Show HN: We packaged an MCP server inside Chromium
github.com
Resizeable Bar Support on the Raspberry Pi
jeffgeerling.com
Let's write a macro in Rust
hackeryarn.com
GOG Has Had to Hire Private Investigators to Track Down IP Rights Holders
thegamer.com
Stinkbug Leg Organ Hosts Symbiotic Fungi That Protect Eggs from Parasitic Wasps
bioengineer.org
OpenAI Needs $400B In The Next 12 Months
wheresyoured.at
How I bypassed Amazon's Kindle web DRM
blog.pixelmelt.dev
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.