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.

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.

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.

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.

An Analysis of GrapheneOS's Server Infrastructure

GrapheneOS has a strong phone security reputation but its project infrastructure and governance have inconsistencies. The project is largely controlled by one person.

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.

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.

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.

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]

A novel remote side-channel attack that leaks sensitive information from within the browser uses ssd contention on macos and linux systems. we measure traces for 10 s each, opening the website 2 s after starting the measurement - removing 31.88 of samples from each trace, or 0.1 % of the data points. by limiting the maximum file size to e.g., 1 gb, the file fits into system memory, preventing

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.

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.

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

CodeMirror 6 markdown editor with Obsidian-style inline live preview — WYSIWYG tables, syntax-highlighted code, interactive checkboxes, and cursor-scoped link unfold. Showing a 1 page sample. Fenced code blocks pick up per-language syntax highlighting. The grammar loads lazily — only fences you actually open hit the wire: Tables render WYSIWYG. Click a cell to edit in place — inline markdown ...

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.

I'm So Tired of Ads

https://bear-images.sfo2.cdn.digitaloceanspaces.com/absurdpirate/esrb-m-756x1024.webp
The user is extremely frustrated with the overwhelming amount of ads in their daily life, from videos to podcasts to billboards and streaming services. They feel like ads are invasive and annoying, and that companies are prioritizing profits over quality content.

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 ...

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.

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

Please enable JS and disable any ad blocker

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.

The "Stars" of Titanic (2012)

https://blogs.loc.gov/inside_adams/files/2012/04/titanic-300x236.jpg
I answer a fair share of questions from authors, historians, and filmmakers who are trying to find weather or astronomical observations for a particular time and place so they can accurately describe a moment in time. You can imagine my delight when I read that film director James Cameron will be including a historically accurate night sky in the re-release of the 1997 epic film Titanic, ...

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.

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.

Racket v9.2

Racket release includes fixes for match form, Typed Racket, and Scribble, as well as improvements to foreign interface and documentation. New contributors are welcome to join the community and help with the project.