Understanding the Worst .NET Vulnerability
andrewlock.net
Poker Tournament for LLMs
pokerbattle.ai
Picture gallery: Amiga prototype "Lorraine" at the Amiga 40 event
amiga-news.de
How the brain's activity, energy use and blood flow change as people fall asleep
massgeneralbrigham.org
10M people watched a YouTuber shim a lock; the lock company sued him – bad idea
arstechnica.com
Geometry and Physics of Wrinkling (2003) [pdf]
softmath.seas.harvard.edu
The Programming Languages Zoo
plzoo.andrej.com
Complete Digitization of Leonardo da Vinci's Codex Atlanticus
openculture.com
Situated Software – Clay Shirky (2004)
shirky.com
SATisfying Solutions to Difficult Problems
vaibhavsagar.com
Simplify your code: Functional core, imperative shell
testing.googleblog.com
JetKVM – Control any computer remotely
jetkvm.com
Study finds growing social circles may fuel polarization
phys.org
Pyrex catalog from from 1938 with hand-drawn lab glassware [pdf]
exhibitdb.cmog.org
OpenAI says over a million people talk to ChatGPT about suicide weekly
techcrunch.com
Dust samples from moon's far side show debris from rare, water-rich meteorites
sciencealert.com
Criminal complaint against facial recognition company Clearview AI
noyb.eu
Why Busy Beaver hunters fear the Antihydra
benbrubaker.com
Linux VM without VM software – User Mode Linux
popovicu.com
Smartphones manipulate our emotions and trigger our reflexes
theconversation.com
MCP-Scanner – Scan MCP Servers for vulnerabilities
github.com
I made an early version of a sorted collection library for Zig. Sorted collections are data structures that maintain the data in sorted order. Examples of these data structures are `java.util.TreeMap` in Java and `std::map` in C++. These data structures are mainly used for fast lookups (point search) and fast range searches.
The library is available on GitHub: https://github.com/CogitatorTech/ordered