Vitamin D3 During Pregnancy and Cognitive Performance at 10 Years

Cloning a Sennheiser BA2015 battery pack

https://blog.brixit.nl/image/w300/static//static/files/blog.brixit.nl/1669745922/589714de59c2ac21dfce521799562cc0.png
The user is frustrated with expensive Sennheiser wireless microphone battery packs and decided to replicate them using 3D printing and third-party cells. They successfully created a working battery pack.

Powering up a module from the IBM 604: an electronic calculator from 1948

https://static.righto.com/images/ibm-650-thyratron/ibm-604-w500.jpg
IBM introduced the Electronic Calculating Punch, type 604, a programmable calculator that used vacuum tubes and was much smaller and cheaper than computers. It was highly successful, with over 5600 units produced, and led to the development of IBM's vacuum-tube computers in the 1950s.

LLMs are eroding my software engineering career and I don't know what to do

https://i.ibb.co/SDdRz6RG/pawel-czerwinski-G6ez-Kt1-XOs-unsplash-1.jpg
The user, a 10-year experienced software engineer, is concerned that their domain expertise in finance and payment processing is becoming less valuable due to advancements in AI and LLMs, which can now perform tasks such as writing code and debugging. The user is worried about their long-term employability and is considering shifting their domain expertise to areas where LLMs are not yet ...

The 29th International Obfuscated C Code Contest (IOCCC) 2025 Winners

https://www.ioccc.org/png/ioccc.png
IOCCC29 had a high submission quality and similar volume to last year, possibly due to improved website design and social media presence. The contest's rules and guidelines were rewritten for this year, and the next contest, IOCCC30, is planned for late 2026.

Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

https://raw.githubusercontent.com/devenjarvis/lathe/main/docs/img/read-tutorial.png
Lathe is a tool that generates hands-on technical tutorials on demand using LLM skills, allowing users to learn by working through tutorials themselves. It's a combination of LLM skills and a Golang CLI used to store, manage, and view generated tutorials.

Anthropic, please ship an official Claude Desktop for Linux

https://opengraph.githubassets.com/6b5e876ce500112840e629d8b2e6e18efc5846fb9a71257c939a8b782abcd100/anthropics/claude-code/issues/65697
The user is requesting an official Linux build of Claude Desktop, citing the need for a graphical path to capabilities like desktop dictation and Cowork, and the current workaround of switching to macOS or Windows is causing friction on every iteration of plugin development. The user proposes a lower-cost fallback of a public statement on the install documentation acknowledging the lack of ...

Proliferate (YC S25) is hiring to building open source Codex

Proliferate is building an operating system for modern engineering, automating software development to make engineering more human. They're hiring an engineering lead to build the core product with high ownership and a top-market salary.

The gamers taking on the industry to stop it switching off games

https://ichef.bbci.co.uk/news/480/cpsprodpb/514b/live/1dd0c530-60be-11f1-bca0-e975c953fcd1.jpg.webp
A consumer rights campaign called Stop Killing Games is challenging game publishers to stop shutting down games' servers, leaving players unable to play. The campaign, started by Ross Scott, has gained over 1.3 million signatures and is awaiting a decision from the European Commission.

Win16 Memory Management

http://www.os2museum.com/wp/wp-content/uploads/2026/06/windev-30-wlk-1-640x480.png
16-bit Windows used a segment-based memory management system, where applications were divided into segments that could be moved or discarded by the operating system, requiring programmers to use specific compiler switches and APIs to manage memory correctly. The system was complex and required discipline from programmers, but it allowed for efficient memory management and the use of ...

Podman 6: machine usability improvements (2025)

https://blog.podman.io/wp-content/uploads/2022/11/containersgfx-1.png
Podman 6 introduces changes to machine function, making provider prominence less prevalent and allowing users to interact with machines across all providers. New features include defaulting to showing all machines and the ability to create machines in non-default providers using the --provider command line switch.

Speculative KV coding: losslessly compressing KV cache by up to ~4Γ—

Speculative KV coding is a lossless compression method for large language model (LLM) caches, using a predictor model to estimate the cache's values and an arithmetic coder to encode the differences. The method can achieve up to 8x compression on original bf16 caches and stacks multiplicatively with lossy quantization.

Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers

https://kyushu.dev/social-image.jpg
Kyushu is an open source CLI that lets you write a JavaScript or TypeScript handler, build it into a self-contained WebAssembly binary, and run it anywhere with one command - kyu. Read docs

The Secret Life of Circuits with lcamtuf / MichaΕ‚ Zalewski (Audio Interview)

https://theamphour.com/wp-content/uploads/2026/06/725-MichalZalewski-1024x1024.jpg
Chris found a CNC guide and published "The Secret Life of Circuits" with No Starch Press. He emphasizes basic trigonometry for electronics, citing math and EE backgrounds in early Information Security.

Public Domain Image Archive

https://images.pdimagearchive.org/pdia/main-opengraph.jpg
Explore our hand-picked collection of 11,082 out-of-copyright works, free for all to browse, download, and reuse. This is a living database with new images added every week.

How Long Does It Take for a QQuickItem to Become Visible?

https://eu-central-1.linodeobjects.com/wagtail-production/images/Frames_skipped_counter_in_application.width-300.png
To detect late frame draws in Qt Quick, measure elapsed time when an item becomes visible and use QQuickItem::ensurePolished to ensure the frame is rendered. Calculate the number of frames dropped by dividing the measured time by the display's refresh rate.

My Software North Star

https://kristoff.it/logo.png
Software should be useful, correct, maintainable, and efficient to maximize end user utility. Developer experience is secondary, serving only to deliver software that is loved by users.

The best relationships are all-encompassing.

https://trattner.github.io/img/icon/x-tile.png
I'm living with someone who meets all my social needs, including work, friendship, and novelty. Our weekly "Friday demos" where we share our projects and progress have become a fun and inspiring way to connect and learn from each other.

Backrest – a web UI and orchestrator for restic backup

https://camo.githubusercontent.com/f082008df78f98d1733e0ba54f4a40f70f1db41886c37639fcb240252501d7ef/68747470733a2f2f663030302e6261636b626c617a6562322e636f6d2f66696c652f6773686172652f73637265656e73686f74732f6261636b726573742d312e31312e312d64617368626f6172642e706e67
Backrest is a web-accessible backup solution built on restic, providing a user-friendly interface for creating repos, browsing snapshots, and restoring files. It supports various storage options and can run in the background with automated snapshot scheduling.

What is the purpose of the lost+found folder in Linux and Unix?

https://unix.stackexchange.com/Content/Sites/unix/Img/apple-touch-icon@2.png?v=32fb07f7ce26
There is a folder at the root of Linux and Unix operating systems called /lost+found/ What is it for? Under what circumstances would I interact with it? How would I interact with it? 4 Note that only ext2 (and ext3 and ext4) use lost+found. If you want to hide it, either use a different filesystem or mount it elsewhere, keep everything in a subdirectory, and symlink the subdirectory to the ...

Valve P2P networking broken for more than 2 months

https://opengraph.githubassets.com/c2d71f3d86cfcf2495c70dc0db549513166ac8cf7d38f991af1e7872e1a43ff4/ValveSoftware/GameNetworkingSockets/issues/398
Steam Networking has a major issue affecting Israeli players in P2P games since 13/03, causing high ping rates around 120ms. The issue is specific to Steam Networking and doesn't occur in non-Steam games or cross-play with non-PC platforms.

Field of clones: How horse replicas came to dominate polo

https://knowablemagazine.org/images/magazine/placeholder_img.jpg
Adolfo Cambiaso, a renowned polo player, pioneered horse cloning in 2006 to preserve his exceptional horses' genetics. He successfully cloned his flagship mare Cuartetera, leading to La Dolfina's unprecedented dominance in polo.

Symbolica 2.0: Programmable Symbols for Python and Rust

Symbolica 2.0 is a high-performance symbolic computation framework with programmable symbols, improved ergonomics, and faster performance. It supports multiple numerical domains, including double-float arithmetic and JIT compilation.

Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers analyzed token consumption in LLM-MA systems across software development stages. They found Code Review accounts for 59.4% of token consumption, with input tokens making up 53.9% of total consumption.

Efficient and Training-Free Single-Image Diffusion Models

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers developed a patch-based image diffusion model that generates images matching a reference image without training, achieving state-of-the-art quality and diversity. This model integrates a tractable denoiser and accelerates generation with techniques for megapixel and gigapixel images in seconds and minutes.

There's no escaping it: an exploration of ANSI codes

http://blog.safia.rocks/og/2025-12-22-ansi-codes.png
ANSI escape codes are a 50-year-old standard that allows terminals to control cursor position, text formatting, and colors. They use escape sequences like \x1b[1;31m to render bold red text and \x1b[38;2;255;128;0m for 24-bit color support.

Warren's Abstract Machine: A Tutorial Reconstruction

https://opengraph.githubassets.com/49a8a439b7d8f71c87d27118d0f5e7897993a79a996e5259f3acc713859c874a/a-yiorgos/wambook
Warren's Abstract Machine: A Tutorial Reconstruction by Hassan Ait-Kaci - a-yiorgos/wambook

How Liminalism Became the Defining Aesthetic of Our Time

https://storage.ghost.io/c/51/f8/51f871d8-b6be-4a73-b958-0ca4fff0110a/content/images/size/w160/2025/11/edward-simon-author-photo-jpeg-d-blank-r-g-s-500.jpg
Liminalism is an internet art movement that explores abandoned, empty spaces, evoking feelings of nostalgia, lostness, and uncertainty. This aesthetic is a reflection of our current moment, characterized by anonymity, alienation, and anxiety, and is often associated with the concept of the "Backrooms."

Biohub releases a world model of protein biology

https://biohub.org/wp-content/uploads/sites/32/2026/05/esmfold2-protein-structure-prediction-features-scaled.png?w=1024
Biohub released a world model of protein biology, a scientific engine for prediction, design, and discovery that can map proteins and design new binders. The engine, ESMFold2, can predict protein structures and design binders in days, accelerating early therapeutic discovery.

Arithmetic Without Numbers – How LLMs Do Math

https://alvaro-videla.com/llm-arithmetic-internals/article_interactive/assets/blender_integer_helix.png
A language model can perform arithmetic operations without explicit programming, but the question is whether it recalls a pattern, runs an algorithm, or merely produces a plausible next token. The project Rune found that a language model's internal state can supply operation and operand structure for arithmetic prompts, which can drive a calculator route under an opaque-prompt boundary.