7 Followers
109 Following
65 Posts

Sigh.

So it turns out we've mapped the neural connectome of Drosophila *and simulated it in silico*.

https://flywire.ai/

Pop-sci explainer here:

https://www.rathbiotaclan.com/whole-brain-emulation-achieved-scientists-run-a-fruit-fly-brain-in-simulation/

Key quote: "The step from a complete connectome to a working computational brain model is not trivial." And there's an even more important finding in this screenshot (alt text via OCR):

"The wiring is the computation".

/1

Putting lots of swear words into my code so that LLMs refuse to interact with it.

security by obscenity

A great new RSS reader and discovery service that helps you to find more writing, away from the algorithms and timelines.

https://www.blogsareback.com/

Blogs Are Back — Discover and Follow Independent Blogs

Join the personal blog renaissance. Discover indie writers, follow them directly via RSS, and read without algorithms. A feed reader for the independent web.

Blogs Are Back
What if I could convince you that taking the same time to explain detailed requirements and carefully validate results with a junior colleague instead of a chatbot would not only give you two people who understood the code instead of zero, but if you do it a few times in a row you eventually get a senior colleague out of the deal for free.
Der hocheffiziente Verbrenner wohnt eine Biotreppe über dem Grüngas, zwischen Fusionsreaktor und Mini-Atomkraftwerk, gegenüber von E-Fuels, direkt in Technologieoffenhausen, nur eine kurze Flugtaxi-Reise von der Magnetbahn-Haltestelle Hogwards entfernt. 🦄🧙🏻‍♂️🧚🏻‍♂️🪄✨🧝🏻‍♂️🛸
Stars orbiting Sagittarius A* (Super Massive Blackhole in center of Milky Way)
When a kernel commit starts with "In A.D. 1582 Pope Gregory XIII found that ..." you know you're in for a ride:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f076ef44a44d02ed91543f820c14c2c7dff53716
tl;dr: Rockchip decided November should have 31 days...
rtc: rk808: Compensate for Rockchip calendar deviation on November 31st - kernel/git/torvalds/linux.git - Linux kernel source tree

Wait, Commodore 64 doesn't support 64-bit?!
The fastest way to detect a vowel in a string
L: https://austinhenley.com/blog/vowels.html
C: https://news.ycombinator.com/item?id=44270717
posted on 2025.06.13 at 14:04:07 (c=2, p=5)
The fastest way to detect a vowel in a string

Diving into CPython, bytecode, regex, and algorithmic analysis to find the fastest method.