Claude Code is locking people out for hours

https://opengraph.githubassets.com/23e18aa3ae6a8de1012a356b5b4f1aafe6ab69bcdb107e7bea8ce2b258ca6408/anthropics/claude-code/issues/44257
I have tried logging in multiple times with my Google account, but the login fails every time with the same OAuth timeout error. This completely blocks me from using Claude Code. Claude Code should complete the Google login flow successfully and sign me into the app without timing out.

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/images/main-concrete-laptop-stand-overview.jpg
User made a heavy laptop stand with a raw concrete surface, 2 USB ports, and a plant pot, inspired by brutalist architecture. It features exposed rebar, rusted metal, and moss for a weathered look, with a deliberate hole and damaged power cable for added urban decay effect.

We found an undocumented bug in the Apollo 11 guidance computer code

https://www.juxt.pro/_astro/hga.Im6XIVmK_o5qTE.webp
Researchers found a 57-year-old bug in the Apollo Guidance Computer's gyro control code that could have caused a lunar mission failure. The bug, a resource lock leak, was discovered using a behavioural specification language and was previously undetected despite extensive scrutiny of the code.

Dropping Cloudflare for Bunny.net

https://jola.dev/images/joladev-larm-response-time.png
The user is moving away from Cloudflare due to concerns about dependence on a single company and is switching to Bunny.net, a European CDN service with competitive features and performance. They are setting up Bunny.net's CDN for their website with default settings and custom cache headers for optimal performance.

Show HN: A cartographer's attempt to realistically map Tolkien's world

Welcome to the Atlas of Arda, a project aimed at celebrating Tolkien's incredible work through hand-drawn cartography, artwork and illustrations that act as a reference to dive deeper into the beautiful world Tolkien created.

Every GPU That Mattered

https://sheets.works/og-every-gpu.png
49 graphics cards. 30 years. From Quake to Cyberpunk. The complete visual history of every GPU that mattered.

Identify a London Underground Line just by listening to it

Can you identify London Underground lines just by their sound? 10 questions, 10 lines. How well do you know the Tube?

Cloudflare targets 2029 for full post-quantum security

https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6siStuS5VWsIdEag8FQZkF/2e014e951328beb480468dffda783c2d/image1.png
Cloudflare is accelerating its post-quantum roadmap to achieve full security by 2029, including authentication. This is due to recent breakthroughs in quantum computing that have pulled forward the timeline for Q-Day.

9 Mothers (YC P26) Is Hiring – Lead Robotics and More

https://app.ashbyhq.com/api/images/org-theme-logo/6d96b491-df24-435a-b4ce-6ac65ca31ec5/1edc9e6d-592c-41f1-b004-9ee91bb0e7a4/33b4c30a-ceb3-44d8-820e-0fcc35170e34.png
9 Mothers Jobs

Running Out of Disk Space in Production

A server hosted on a small Hetzner machine running NixOS experienced a sudden surge in traffic, causing disk space issues due to a large influx of users downloading a 2.2GB file. The issues were resolved by clearing unnecessary files, moving the nix store to a separate volume, and disabling nginx buffering, resulting in a stable server with manageable disk usage.

Wi-Fi That Can Withstand a Nuclear Reactor: This receiver chip can take it

https://spectrum.ieee.org/media-library/close-up-of-a-receiver-chip.jpg?id=65428613&width=980&quality=85
Researchers created a Wi-Fi receiver that can withstand 500 kilograys of radiation, suitable for use in nuclear reactors. The receiver's design minimizes transistors and modifies transistor geometry to protect against radiation damage.

Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

Locker is a self-hosted file storage platform that allows you to upload, organize, and share files from your own infrastructure. It supports local storage, AWS S3, Cloudflare R2, and Vercel Blob with a single environment variable.

You can't cancel a JavaScript promise (except sometimes you can)

https://www.inngest.com/_next/image?url=%2Fassets%2Fblog%2Fhanging-promises-for-control-flow%2Ffeatured-image.jpg&w=1920&q=95
JavaScript promises cannot be cancelled directly, but a promise that never resolves can be used to interrupt a function without throwing exceptions or using generators. This technique, used in the Inngest TypeScript SDK, allows for reliable interruption of async workflow functions while maintaining native async/await syntax.

DeiMOS – A Superoptimizer for the MOS 6502

A superoptimizer is a tool that generates the optimal machine code sequence for a given computational task by exhaustively searching the entire space of possible instruction sequences. The user's superoptimizer implementation for the 6502 microprocessor uses various optimizations such as multithreading, instruction filtering, and state caching to efficiently find optimal programs.

My Experience as a Rice Farmer

https://xd009642.github.io/assets/20260401/the_view.png
The user spent January-July 2025 helping with their wife's family rice farm in rural Japan, learning about the process from preparation to planting. Japan's rice farming system faces challenges due to aging farmers, limited income, and automation, potentially leading to a decline in rural communities.

Blackholing My Email

In 2002, a unique series of events led to my email address [email protected] being blackholed to prevent our broadband account from being terminated due to excessive spam. The account was eventually removed and is now non-existent, but it's unclear if it still receives email worms.

AI may be making us think and write more alike

https://dornsife.usc.edu/news/wp-content/uploads/sites/7/2026/03/llm-homogenous-thought-top.jpg
USC researchers warn that AI chatbots are homogenizing human thought and reducing cognitive diversity, which is crucial for creativity and problem-solving. They suggest incorporating real-world diversity into AI training sets to preserve human cognitive diversity and improve chatbots' reasoning abilities.

SQLite in Production: Lessons from Running a Store on a Single File

https://ultrathink.art/assets/og-default-bb1b2d7c.png
We use SQLite in our production e-commerce store, but its default journal mode causes issues with concurrent writes, leading to lost data during rapid-fire pushes to main. We've added a rule to batch related changes and are considering migrating to Postgres for true multi-writer concurrency when we need horizontal scaling.

Show HN: Pion/handoff – Move WebRTC out of browser and into Go

https://private-user-images.githubusercontent.com/1302304/574424152-3761e892-af0b-482a-915d-f4c9cb1c8df7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1NjU5MTEsIm5iZiI6MTc3NTU2NTYxMSwicGF0aCI6Ii8xMzAyMzA0LzU3NDQyNDE1Mi0zNzYxZTg5Mi1hZjBiLTQ4MmEtOTE1ZC1mNGM5Y2IxYzhkZjcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDdUMTI0MDExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWY3NjU5MzlmMDc4MDlmMTQwNmRlOTZjOTZlM2U4NTVhMzI2NzBiY2E2ZDExNzllM2ZhNGZjNjc5ZjRlMDc4ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.8W4X5QbXtTsZbhZTYwJ3TTOXxG5z4BvPRT15N4pe7vQ
WebRTC is used for real-time media streaming in web applications like Google Meet and Zoom. Handoff allows moving WebRTC sessions to a process controlled by the user for recording, sending, and modifying media.

Floating point from scratch: Hard Mode

https://essenceia.github.io/projects/floating_dragon/denorm0.png
The user recounts their past struggles with implementing floating point arithmetic and their decision to revisit the topic with a deeper understanding, focusing on the IEEE 754 specification and the IEEE float format. They decide to build a custom floating point unit (FPU) for a matrix matrix multiplication systolic array, choosing the bfloat16 format due to its simplicity and ease of ...

Haunting Photos Show the Aftermath of the Kursk Submarine Disaster in 2000

https://rarehistoricalphotos.com/wp-content/uploads/2026/03/kursk-submarine-disaster-photos.jpg
The Russian submarine K-141 Kursk sank on August 12, 2000, in the Barents Sea, killing 118 sailors. A delayed rescue effort and inadequate equipment led to the tragic loss of life, with an investigation later citing negligence, incompetence, and mismanagement.

Breaking the console: a brief history of video game security

https://sergioprado.blog/images/20260328-atari-2600.png
Video game console security has evolved over the years, with early consoles having little to no protection, and later consoles implementing various security measures such as code signing and cryptographic verification, but still being vulnerable to exploits and hacks. Despite these efforts, console vendors have learned that technical mitigations alone are not enough, and have added service ...

Sam Altman may control our future – can he be trusted?

https://media.newyorker.com/cartoons/69cc47da5cdb372b560820e4/master/w_1600%2Cc_limit/a25456.jpg
OpenAI's CEO Sam Altman was fired by the board after allegations of deception, but was reinstated after a public backlash and pressure from employees. The board's decision to fire Altman was motivated by concerns about his trustworthiness and ability to lead the company.

Record wind and solar saved UK from gas imports worth £1B in March 2026

https://www.carbonbrief.org/wp-content/uploads/2026/04/3DK7D9F-1550x804.jpg
UK avoided £1bn in gas imports in March 2026 due to record wind and solar output. Wind and solar generated 11 TWh of electricity, a 28% increase and a new record.

Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

https://opengraph.githubassets.com/24fbeb0df6e595f5f663e7dc35ea2dc81fbdf088d03395145d15ad261ce51873/matthartman/ghost-pepper
Ghost Pepper is a free, 100% local macOS app for speech-to-text transcription. It runs entirely on Apple Silicon, requiring Accessibility permission for functionality.

Three hundred synths, 3 hardware projects, and one app

https://midi.guide/static/images/blog/2026-04-06-three-hunded-synths-one-app/comparative-knob-morphology-dark.png
MIDI Guide, a comprehensive MIDI dataset, was created from an abandoned app project and has grown to over 300 instruments from 98 manufacturers. The project's community-driven growth and use in various hardware and software projects has made it a valuable resource for musicians and synth enthusiasts.

Issue: Claude Code is unusable for complex engineering tasks with Feb updates

https://opengraph.githubassets.com/54e0c32d90aafe0d937946f7c8c91967c3332bf31dad5a00acf8a26323555844/anthropics/claude-code/issues/42796
Claude's performance in complex engineering tasks degraded starting in February due to reduced thinking depth caused by the rollout of thinking content redaction. This led to quality issues, including reduced research effort, increased edit-first behavior, and production of wrong output.

Second Revision of 6502 Laptop

https://codeberg.org/TechPaula/LT6502b/media/branch/main/Images/GraphicsTest_20260406.jpg?raw=true?raw=true
You're revising your LT6502 laptop, a work in progress, with recent updates including graphics and text on screen. Changes include a slimmer design, updated memory map, and code modifications for keyboard and modem functionality.

Hybrid Attention

Modified PyTorch's attention to improve inference speed with minimal perplexity loss. Achieved 51x speedup with a hybrid local attention and recurrent architecture on a 25.6M parameter Rust language model.

Solod – A subset of Go that translates to C

https://repository-images.githubusercontent.com/1176200616/66f04c31-2452-4322-95be-55c5ac453ae4
So is a subset of Go that translates to C with zero runtime and manual memory management. It supports Go syntax, type safety, and tooling for systems programming in C.