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…
Graphcore unveils GC200 and M2000 IPU Machine–1 petaFLOP "pizza box" AI server
https://www.graphcore.ai/articles/graphcore-unveils-new-gc200-chip-and-the-expandable-m2000-ipu-machine-that-runs-on-them
https://www.graphcore.ai/articles/graphcore-unveils-new-gc200-chip-and-the-expandable-m2000-ipu-machine-that-runs-on-them
www.graphcore.ai
Graphcore unveils New GC200 Chip and the Expandable M2000 IPU Machine that runs on them
TechCrunch reports on Graphcore's new chip, the GC200, and a new IPU Machine that runs on it, the M2000, which Graphcore says is the first AI computer to achieve a petaflop of processing power “in the size of a pizza box.”
Era of U.S. dollar may be winding down
https://news.harvard.edu/gazette/story/2025/05/era-of-u-s-dollar-may-be-winding-down/
https://news.harvard.edu/gazette/story/2025/05/era-of-u-s-dollar-may-be-winding-down/
Harvard Gazette
Era of U.S. dollar may be winding down— Harvard Gazette
Economist Kenneth Rogoff’s new book entwines currency’s ascension, his own experiences, and looks at what looms ahead.
Using Git-upload-pack for a simpler CI integration
https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/
https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/
Screenshotbot Blog
Using git-upload-pack for a simpler CI integration
One of the early decisions we made in Screenshotbot was to not have read-access to your GitHub repositories. This turned out to be a huge advantage for us. It makes our customers much more confiden…