Why do LLMs have emergent properties?
https://www.johndcook.com/blog/2025/05/08/why-do-llms-have-emergent-properties/
https://www.johndcook.com/blog/2025/05/08/why-do-llms-have-emergent-properties/
John D. Cook | Applied Mathematics Consulting
Why do LLMs have emergent properties?
Large language models show unexpected "emergent" behaviors as they are scaled up. This should not at all be surprising. Here we give a possible explanation.
Implementing State Machines in PostgreSQL (2017)
https://felixge.de/2017/07/27/implementing-state-machines-in-postgresql/
https://felixge.de/2017/07/27/implementing-state-machines-in-postgresql/
Fui: C library for interacting with the framebuffer in a TTY context
https://github.com/martinfama/fui
https://github.com/martinfama/fui
GitHub
GitHub - martinfama/fui: framebuffer user interface
framebuffer user interface. Contribute to martinfama/fui development by creating an account on GitHub.
Gender characteristics of service robots can influence customer decisions
https://www.psu.edu/news/health-and-human-development/story/gender-characteristics-service-robots-can-influence-customer
https://www.psu.edu/news/health-and-human-development/story/gender-characteristics-service-robots-can-influence-customer
Cogentcore: Open-source framework for building multi-platform apps with Go
https://github.com/cogentcore/core
https://github.com/cogentcore/core
GitHub
GitHub - cogentcore/core: A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS…
A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and web with a single Go codebase, allowing you to Code Once, R...
eBPF Mystery: When is IPv4 not IPv4? When it's pretending to be IPv6
https://blog.gripdev.xyz/2025/05/06/ebpf-mystery-when-is-ipv4-not-ipv4-when-its-ipv6/
https://blog.gripdev.xyz/2025/05/06/ebpf-mystery-when-is-ipv4-not-ipv4-when-its-ipv6/
gripdev.xyz
eBPF Mystery: When is IPv4 not IPv4? When it's pretending to be IPv6!
This adventures starts with a simple eBPF program to transparently redirect DNS requests on port 53 for a single program (or docker container).
To do this I used BPF_CGROUP_INET4_CONNECT on a cgroup. That lets me inspect and redirect traffic when syscall.connect…
To do this I used BPF_CGROUP_INET4_CONNECT on a cgroup. That lets me inspect and redirect traffic when syscall.connect…
Boy Accidentally Orders 70k Lollipops on Amazon. Panic Ensues.
https://www.nytimes.com/2025/05/08/business/dum-dums-amazon-order-kentucky.html
https://www.nytimes.com/2025/05/08/business/dum-dums-amazon-order-kentucky.html
NY Times
Boy Accidentally Orders 70,000 Lollipops on Amazon. Panic Ensues.
Holly LaFavers said she was eventually refunded $4,200 for her 8-year-old son’s order of Dum-Dums candy.
Dasung Paperlike 13K is a 13.3 inch E Ink color monitor
https://liliputing.com/dasung-paperlike-13k-is-a-13-3-inch-e-ink-color-monitor-crowdfunding/
https://liliputing.com/dasung-paperlike-13k-is-a-13-3-inch-e-ink-color-monitor-crowdfunding/
Liliputing
Dasung Paperlike 13K is a 13.3 inch E Ink color monitor
Dasung Paperlike 13K is a 13.3 inch E Ink color monitor
Man 'Disappeared' by ICE Was on El Salvador Flight Manifest, Hacked Data Shows
https://www.404media.co/man-disappeared-by-ice-was-on-el-salvador-flight-manifest-hacked-data-shows/
https://www.404media.co/man-disappeared-by-ice-was-on-el-salvador-flight-manifest-hacked-data-shows/
404 Media
Man ‘Disappeared’ by ICE Was on El Salvador Flight Manifest, Hacked Data Shows
Ricardo Prada Vásquez was not on a government list of people sent to a mega prison in El Salvador. But hacked data shows he was booked on a flight to the country.
New Tool: lsds – List All Linux Block Devices and Settings in One Place
https://tanelpoder.com/posts/lsds-list-linux-block-devices-and-their-config/
https://tanelpoder.com/posts/lsds-list-linux-block-devices-and-their-config/
Tanelpoder
New Tool: lsds - List All Linux Block Devices and Settings in One Place - Tanel Poder Consulting
When dealing with disks and I/O things on Linux, you’d regularly run commands like lsblk, lsscsi, nvme list, etc. All of them tend to report a different set of information, so I ended up running multiple commands and correlating their output based on the…