The solution might be cancelling my AI subscription

The user has built various AI projects, but most are useless and difficult to maintain due to excessive use of AI tools. They believe AI promotes a "thermonuclear ADHD amplifier" effect, leading to wasted time and shallow work.

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.

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.

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.

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

Odysseus – self-hosted AI workspace

https://raw.githubusercontent.com/pewdiepie-archdaemon/odysseus/main/docs/odysseus.jpg
Odysseus is a self-hosted AI workspace with local tools and integrations. It runs on your hardware with your data, prioritizing privacy and security.

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.

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.

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.

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.

Domain expertise has always been the real moat

Agentic AI tools have changed software development by allowing non-experts to produce correct outputs without understanding the underlying code. The most valuable professionals now have both technical skills and deep domain knowledge to verify the correctness of generated code.

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.

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.

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.

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.

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.

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.

I Put a Datacenter GPU in My Gaming PC for £200

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.

Avoiding Death on the Yellow Brick Road

https://substackcdn.com/image/fetch/$s_!uVio!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb4165be9-47a1-4aaf-9ea4-d6ceb89bb08c_1460x650.png
David Haber recently sat down with Apollo’s Marc Rowan on the a16z Podcast—check out their conversation here. - AD The question I keep getting from founders and prospective employees: is there any AI application layer left to build, or are OpenAI and Anthropic going to kill everything? There’s a particular flavor of AI psychosis behind the question. Some people have concluded the only durable ...

A Gentle Introduction to Lattice-Based Cryptography [pdf]

The document discusses lattice-based cryptography and the security of quantum-safe cryptographic schemes. It explains the theory of lattices, defines fundamental computational lattice problems, and describes the LLL and BKZ lattice basis reduction algorithms. The document also discusses the security of the Kyber key encapsulation mechanism and the Dilithium digital signature scheme, which are ...

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.

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.

Avian Visitors

https://avatars.githubusercontent.com/u/48384497
Teddy built a bird tracking station using Raspberry Pi and BirdNET-Pi, creating a collage of birds heard near his apartment.

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://repository-images.githubusercontent.com/1254611876/129922ae-a5f0-4e47-b8df-6ab3ac572954
This is a terminal app for macOS that paces resonance breathing for vagal tone training. It uses a single file with no dependencies and enforces safety constraints to prevent adverse effects.

Inkstravaganza

https://www.inkandswitch.com/newsletter/dispatch-015/inkstravaganza.webp
Researchers at Ink & Switch are developing PlayBook, a dynamic notebook with visualizable computation, and exploring new tools like Portemine and DrawDeck. They're also working on user input systems and gesture recognition for a natural writing experience.

Talk Is Cheap: The Operational Impact of LLM Use

https://substackcdn.com/image/fetch/$s_!KGwe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19b0e41a-0890-49e5-9890-a195f2144cfd_1392x896.png
By subscribing, you agree Substack's Terms of Use, and acknowledge its Information Collection Notice and Privacy Policy. This is a continuation of the discussion in How I’m thinking about the value of LLMs. I’m arguing elsewhere that LLMs will never be geniuses. This is not part 2 of The Ontology Argument. In How I’m thinking I said I wasn’t ready to take a stance on LLM value creation. ...

Thornton Wilder's Last Play Vanished into Thin Air. Or Did It?

Please enable JS and disable any ad blocker

A pictorial introduction to differential geometry (2017)

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The article presents differential geometry pictorially for physics students, focusing on tools for understanding Maxwell's equations. It aims to represent Maxwell's equations as 3 pictures for intuitive understanding.