Creatine raise brain energy levels and slow Alzheimer's cognitive decline by 30%

https://thesciverse.org/wp-content/uploads/2026/05/Scientists-found-that-the-creatine-supplement-millions-take-for-muscle-gains-is-quietly-raising-brain-energy-levels-and-slowing-early-Alzheimers-cognitive-decline-by-30.webp
Creatine supplementation has been found to raise phosphocreatine levels in neurons and provide an ATP buffer that helps cognitively demanding tasks run at full capacity. Studies have shown that creatine can slow cognitive decline in early Alzheimer's patients by 30%, improve cognitive function in healthy adults under stress, and even emerge as a potential adjunct for depression treatment.

Cloudflare Turnstile requiring fingerprintable WebGL

https://hacktivis.me/images/cloudflare-webgl-fingerprinting.png?serial=2026053100
Cloudflare Turnstile is looping in WebKitGTK browsers due to WebGL fingerprinting for tracking. Temporarily allowing fingerprinting fixes the issue, but it's blocked in WebKit for privacy reasons.

1-Bit Bonsai Image 4B Image Generation for Local Devices

https://cdn.prod.website-files.com/699604cc2b9dd89bdbda0608/6a15cec375689f915406cc3c_grid.png
PrismML released Bonsai Image 4B, a compact image-generation model for local hardware. It reduces memory footprint by 6.4x to 8.3x, enabling on-device image generation on devices like iPhones and Macs.

Dav2d

https://jbkempf.com/images/JBK_haut.jpeg
The dav2d project is a fast decoder for the new AV2 codec, developed by VideoLAN community members to provide a small, fast, portable, and correct decoder for real applications. It builds on the success of AV1 and aims to improve compression efficiency, with reported gains of up to 25% compared to AV1.

The Speed of Prototyping in the Age of AI

https://darylcecile.net/icon.png
The author's workflow has shifted significantly with AI, allowing them to go from idea to prototype 4x faster. This increased velocity has expanded their work's surface area, enabling them to take on new projects and explore ideas previously deemed too time-consuming.

Re: [PATCH] OOM_pardon, a.k.a. don't kill my xlock

A sysctl was proposed to prevent OOM killing certain processes, and an aircraft company used a similar concept called OOF to save fuel by ejecting passengers in emergency cases.

Restartable Sequences

https://worker.jart.workers.dev/rseq/rseq.png
Restartable sequences or rseq for short is the best kept secret at the frontier of system programming. if you want to get rid of both the mutex and atomics, you can use restarted sequence calls instead. google and mozilla are the two companies you should thank most for helping enable me to do what i do. the kernel has a syscall that can be used to reschedule threads

United Airlines 767 returns to Newark after Bluetooth name sparks alert

https://static0.simpleflyingimages.com/wordpress/wp-content/uploads/2026/05/770-united-airlines-boeing-767-400-alexandre-rotenberg-_-shutterstock.jpg?&fit=crop&w=1600&h=900
A United Airlines flight made a mid-Atlantic U-turn after a passenger's Bluetooth speaker named 'BOMB' triggered a security alert. The plane landed back in Newark, where passengers were questioned and their belongings were searched before a replacement flight departed.

Codex just found a "workaround" of not having sudo on my PC

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

London's Free Roof Terraces

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1YZiYnWqIQtvcQR2szqXOZxfIwlkZXdN7qu2qZp5slpHOL4CUYMJC9Ib3quI1RU7fELi6u0vua7TS_VPJWi9LLgCnbAE3oqN8LxyGR7iB6ci_lxOSSm1BY6-PEJxJuDoIqE5JLLJMPOfQ4toPZQ1hS1UIrHfgbs6HDxw2KhZls_tptQ9YPcJAVw/s1600/skyhorizlook.jpg
The writer visited several City roof terraces, finding some to be pointless or closed, but The Garden at 120 and The Lookout stood out. The Garden at 120 offers a 360° panorama with long-distance views, while The Lookout provides better views than Horizon 22.

The Website Specification

https://specification.website/og-default.png
The website specification outlines essential features for decent websites, linking to source standards like WHATWG and WCAG. It's open for contributions and available as an MCP server and Agent Skill.

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

https://raw.githubusercontent.com/viggy28/streambed/main/docs/demo.gif
streambed streams WAL changes via logical replication, writes Parquet files to S3, and commits Iceberg metadata. Query the result with any Iceberg-compatible engine -- or use the built-in query server, which speaks the Postgres wire protocol so you can connect with psql. Same analytical query on pgbench (1M accounts, 500K history rows). Postgres on the left, Streambed on the right. # Start ...

Having your insulin pump die while you're on vacation

https://bear-images.sfo2.cdn.digitaloceanspaces.com/lauram/img_8111.webp
I have type 1 diabetes and use an insulin pump to stay alive. My pump failed during a week-long vacation in Santa Fe, causing me to waste insulin and deal with frustrating issues.

Deflock hits 100k ALPRs Mapped in USA

https://deflock.org/og-banner.png
ALPRs are AI-powered cameras that track and store vehicle data, including location history, without a warrant or probable cause. This data is often shared with thousands of agencies nationwide, posing a serious risk to privacy and civil liberties.

Steam Deck sells out in North America within 24 hours of price hike

https://cdn.arstechnica.net/wp-content/uploads/2023/11/IMG_8144-300x200.jpg
Steam Deck OLED is out of stock in US and Canada, but still available in Europe and Australia. The handheld's intermittent shortage may last due to memory and storage shortages ahead of the Steam Machine launch.

Daily pill can double survival time for deadliest cancer, trial shows

https://i.guim.co.uk/img/media/a3a4d2bc41dd8dfd8d59136ef6221e082dff6f2a/364_0_3944_3157/master/3944.jpg?width=465&dpr=1&s=none&crop=none
A new pill called daraxonrasib has been found to double survival time in patients with pancreatic cancer, with fewer side effects compared to chemotherapy. The pill targets a protein called Kras that fuels nearly all pancreatic cancers, offering new hope for patients with this often deadly disease.

Linux/M68k

Linux/m68k is a Linux port for Motorola 68020-68060 systems, stable on Amiga, Atari, and Apple Macintosh models. It has over 2100 users and is available for download from various FTP sites.

FROST: Fingerprinting Remotely using OPFS-based SSD Timing [pdf]

We introduce FROST, a novel remote side-channel attack that uses SSD contention measurements from within the browser to fingerprint user activity on a system. FROST achieves an F1 score of 88.95% for top-50 closed-world website fingerprinting and 95.83% for application fingerprinting.

Backpressure is all you need

The author discusses the limitations of using Large Language Models (LLMs) in software development, specifically the need for automated backpressure to prevent bugs and low-quality code. They propose adding various checks and reviews to the development process, including automated tests, types, linters, end-to-end tests, canary releases, and review agents.

Security Envelope Pattern collection – S.E.C.R.E.T

https://i0.wp.com/secret-archive.org/wp-content/uploads/2025/05/Ribbon_TintsOfNote_DrkGrn-1.png?fit=330%2C440&ssl=1
S.E.C.R.E.T. is a group of collectors creating a standardized security envelope pattern collection. They celebrate the craft of secrecy and the mystery of security envelope patterns.

Websites have a new way to spy on visitors: analyzing their SSD activity

https://cdn.arstechnica.net/wp-content/uploads/2026/05/solid-state-drive-ssd-640x427.jpg
Researchers discovered a new technique called FROST that allows websites to track visitors' browsing history and open apps by measuring SSD interactions. To prevent FROST attacks, users can close unnecessary tabs and monitor OPFS file creation and size.

I put a datacenter GPU in my gaming PC

https://blog.tymscar.com/V100-gpu-llm/front_of_v100_sxm2.jpg
The user upgraded their gaming PC with a secondhand datacenter GPU, a Tesla V100 SXM2 16GB, which they purchased for £150 and paired with an adapter for £50, achieving 32GB of VRAM and competitive local LLM performance. The setup, which cost £200, allows the user to run a 27 billion parameter model at 32 tokens per second, rivaling cloud models from Anthropic.

Chibil: A C compiler targeting .NET IL

https://opengraph.githubassets.com/a9f0930dcab376cbdd0e81934c0de77d4f55dfe8e0a4456fcf5fd2cd71f6c487/MichalStrehovsky/chibil
Chibil is a C compiler rewritten in C# targeting .NET IL, generating COFF OBJ files compatible with MSVC. It can be linked with C++/CLI and has a minimal C runtime library for runnable main.

Shantell Sans (2023)

https://shantellsans.com/assets/shantell-martin-portrait.jpg
Shantell Sans is a variable font created by Shantell Martin and Stephen Nixon, inspired by her handwriting and Comic Sans. It offers a wide range of styles, from friendly to high-energy, and supports over 380 languages.

The AV2 Video Standard Has Released (Final v1.0 Specification)

AV2 is a next-generation video coding specification from AOMedia offering superior compression efficiency and support for AR/VR, split-screen delivery, and wider visual quality range. It provides a comprehensive specification document and reference software for implementation.

You weren't meant to have a boss (2008)

Working for a large company can be bad for programmers, stifling creativity and freedom. Starting a small company or working for a small team is often better, allowing for more autonomy and innovation.

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

CodeMirror 6 editor features inline live preview, WYSIWYG tables, and syntax highlighting. It includes interactive checkboxes and cursor-scoped link unfolding for a seamless editing experience.

One year of Roto, a compiled scripting language for Rust

https://storage.ghost.io/c/31/f1/31f186f7-72df-42cc-8a40-b4e49e603d1f/content/images/size/w100/2022/07/nlnetlabs-logo-and-text-1-1.png
Roto is a statically typed, JIT-compiled scripting language for Rust applications, offering faster performance than other scripting languages. It has been updated with new features, bug fixes, and improved integration with Rust, making it more complete and user-friendly.

Telli (YC F24) is hiring in engineering, design, and GTM [Berlin, on-site]

Companies are using AI agents to have natural conversations with customers at scale, but building effective voice agents is a hard task. telli helps businesses build, deploy, and improve AI voice agents to drive real outcomes.

I found a seashell in the middle of the desert

https://raw.githubusercontent.com/Hawzen/I-found-a-seashell-in-the-middle-of-the-desert/main/media/ancient_fossil.jpeg
A person found a rock resembling a seashell in the Alghat desert, Saudi Arabia, and attempted to identify the shell's shape using a dataset of 7894 species and 59244 images. They used Principal Component Analysis to reduce the shape's dimensions from 256 to 2.