When did Google get so weird?

https://sancho.bearblog.dev/static/og-image.png
The user had a weird experience with Google's AI overview after searching for old tweets about Dario Saric, and wondered why the search engine assumed they were looking for emotional support instead of links. They felt that Google has lost its purpose as a search engine with the introduction of LLMs.

Ember-1

https://fireworks.ai/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fpv37i0yn%2Fproduction%2Fdf5a6f5563b24d981bd4c119739a18be88e17146-1810x1208.png%3Fauto%3Dformat&w=3840&q=75
Fireworks Research introduces Ember-1, a specialized model that delivers Kimi K3's quality with 40% fewer tokens. Ember-1 is built on Kimi K3 and learned to cut unnecessary reasoning while keeping the thinking that matters.

Alan Kay's answer to "Did the ENIAC have a BIOS"?

Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi

https://loficities.com/img/og/home.png
Lofi Cities is a free web app that generates animated pixel-art city nights with endless lofi music, available on various cities worldwide. The app offers customizable settings and features like weather, track selection, and social interactions without requiring an account or cookies.

The state of SIMD in Rust in 2026

The author has made significant progress in contributing to the SIMD library, specifically Fearless SIMD. They discuss various approaches to using SIMD instructions on different architectures, including multiversioning and function-level optimization. The author concludes that NEON is a more practical choice for ARM-based systems due to its simplicity and performance advantages over AVX-512.

Lunar Terminator Paradox

https://notes.secretsauce.net/notes/2026/09/27_lunar-terminator-paradox/scan-moon-el.svg
The lunar terminator paradox occurs when the moon's illuminated side appears to point upward despite the sun being below the horizon. This happens because we view the moon from below, making the lit portion visible at the top. AI tools struggled to explain this phenomenon, highlighting gaps in their reasoning capabilities.

Imp is a full port of DSPy to the BEAM

https://raw.githubusercontent.com/deepfates/imp/main/assets/imp-with-cards.jpg
Imp is a full port of DSPy to the BEAM, allowing users to describe language model steps and optimize them against labeled examples. It provides various optimizers that can improve models by rewriting instructions or training weights, with tools like ReqLLM for accessing external models.

In an $80 motel room, a discovery to shed light on the origins of life

A biologist and an evolutionary biologist discovered two new species of a single-celled organism called Paulinella in a motel room. The discovery brings the world's known total to six photosynthetic Paulinella species, made by a team led by Dr. Van Etten.

What I did at Recurse Center

https://thill.me/assets/images/what-i-did-at-rc/rhythm-game.png
The author spent the summer at Recurse Center, a programming retreat in Brooklyn, where they participated in various projects and study groups. They learned about modern LLMs and agents through Agentic Adventures and Practical Deep Learning.

Oral history of John Chowning, inventor of FM synthesis [video]

Don't couple your Go code to GitHub

The Go programming language allows namespace-based code fetching, but this can lead to coupling with a specific hosting provider. Using custom domains is a solution to avoid this issue and make it easier to switch between different hosting platforms.

Writing Efficient C++ Code (2013)

https://asawicki.info/articles/pisanie_wydajnego_kodu_cpp/Rys01_DOD.png
The article discusses the importance of writing efficient code, particularly in applications where performance matters. It highlights that native languages like C++ can be used to achieve high performance but requires knowledge and familiarity with good practices. The article also introduces Data-Oriented Design (DOD) as a way of thinking that focuses on data storage and design to create ...

Replacing the old battery on rechargeable bike lights

https://jvns.ca/images/battery.png
The author successfully repaired their 10-year-old bike lights by replacing the battery, using minimal electronics skills and guidance from online resources. The repair cost around $20 CAD and has allowed the author to use the lights again without recharging.

Show HN: TinyAIArena watch AI agents battle it out

Arrow keys: Left/Right · Home/End · Space: auto · Esc: menu · M: mute

The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers

https://generalroboticslab.com/assets/images/GRL_Logo.png
General Robotics Lab at Duke University - Building discovery machines that learn, act, and collaborate by discovering how the world works. Research in embodied intelligence, robotics, AI, machine learning, and human-robot collaboration.

Fragment of oldest known peace treaty found in Turkey

https://cdn.mos.cms.futurecdn.net/4do6hQ6xfWKfiYNMLtPppC.png
Archaeologists have discovered a 3,400-year-old fragment of the Treaty of Kadesh, the world's oldest known peace treaty. The ancient Egyptian and Hittite leaders signed it around 1269 B.C. to mark the end of a lengthy war between their empires.

The Normalization of Inexplicable Failures

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWqOvF787cVQ7sqEe9MDHTU-hSCIot6pf5UrOqxmfAXhrwqcZvIIN4JWF9sQC5DYQ1qb7_9Ok7XuZGulQ9XH2sLSrjtwqGgJmP_jmzRDPJUBtnxolAij6heLf2oXP7sAHCG0aczxQzBV185kXeZbKvdvtz4_5Ext6EJvTpIr4hKA4pQJKhEp-Mg40H-w0/s1600/curtis_stupid-thing-sucks_1_door-blog.gif
The author criticizes Jev, an AI model that returns typed values with probability estimates, for being opaque and not requiring users to build evals and a ground-truth pipeline. This makes it difficult to understand the model's limitations and potential failures.

Flip Fluid on Flip Dots

https://mitxela.com/img/uploads/2026/flipdots/flipdots-art.jpg
The author successfully implemented a FLIP (Fluid Implicit Particle) fluid simulation on a flipdot electromechanical display, achieving seamless tiling and fast updates. The project involved desoldering individual dots from old Hanover displays, mounting them onto new circuit boards with custom-designed H-bridge chips.

There is more to code review than (automatable) detection

https://www.adaptivecapacitylabs.com/wp-content/uploads/2026/08/IMG_6084.png
The abstract for article “The End of Code Review: Coding Agents Supersede Human Inspection” paints this picture for the reader… Abstract – Code review has been the primary quality gate in software development since Fagan formalised code inspection in 1976. For five decades, having a human examine and comment on a colleague’s changes before merge has been a cornerstone practice at ...

Faster prompt lookup drafting in llama.cpp

https://jadidbourbaki.github.io/blog/prompt-lookup-llama-cpp/lemire-constmap-tweet.png
The author optimized prompt lookup decoding in llama.cpp, achieving a 140x speedup by leveraging Daniel Lemire's PR and their own performance optimizations. The changes improved latency per drafted token, static cache load time, and memory usage.

Fakecloud: Local AWS cloud emulator for integration tests

Fakecloud provides a local AWS environment for development and testing without requiring an account or paid plan. It supports 3,932 API operations and 30+ service-to-service integrations, allowing developers to use the normal AWS SDK against localhost.

KICKI: a DECsystem1060

https://icm.museum/blog/wp-content/uploads/2025/06/IMG_3155-Large.jpeg
KICKI, a dual PDP-10 model KI10, is being restored with the goal of running again. The project involves upgrading its memory and power supply to improve efficiency and stability.

John Coltrane Centenary's – Impulse Records Release the Legendary Tiberi Tapes

On caring for user data: NeoVim caused Vim undo files to be deleted

https://unsung.aresluna.org/_media/they-had-no-concept-of-a-duty-of-care-to-their-users/ogimage.jpg
The author has used Vim for 20 years, writing numerous documents and relying on its persistent undo feature. They were disappointed with NeoVim's handling of persistent undo, which deleted their existing files without warning or explanation.

Wiki Deep dive into Standard diving dress

https://thumb.wikimedia.org/wikipedia/commons/thumb/f/f1/Deane_helmet_1842.jpg/250px-Deane_helmet_1842.jpg?utm_source=en.wikipedia.org&utm_campaign=parser&utm_content=thumbnail
Standard diving dress was a type of diving suit used for deep-sea work, mainly in the 19th and early 20th centuries. It consisted of a copper helmet, air hose, and weights to counteract buoyancy.

Video CDs Break Windows Explorer

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmEXpyEYrKp1IrBYcszlrHRpBjTAvVf4YsSvuuaJSHMt4GIe1IK5wY29MGno4NiTYDAQd3LWEchLC65hmShxwPVBp1xZhpb0YICEog5e1m7kA4FrUsw2XFK5yzD8_plHvcetHaTC1t7yU7hGFIpt4LUePB98vCxqjltTa7oww8Wyy1bUQ0FOeLv0fqqAFQ/s1600/vcdbug.png
Copying VCD files in Windows Explorer can cause system instability due to a bug introduced with 2023 updates. The issue is often reproduced by copying the MPEGAV folder, which leads to a "broken" state requiring a restart of the PC.

Show HN: Building a Markdown editor for Mac, iOS and web

We're verifying your browser Website owner? Click here to fix

Improving site performance by shipping more CSS

https://github.blog/wp-content/uploads/2026/01/generic-invertocat-github-logo.png?resize=1600%2C850
The Primer Design System migrated from CSS-in-JS to CSS Modules in 2024, improving performance and accessibility. The migration was done incrementally using feature flags and visual regression tests to ensure no breakage occurred during the process.

Allegations of US interference in Quebec election

https://globalnews.ca/wp-content/uploads/2026/09/CP176974411.jpg?quality=65&strip=all&crop=0px%2C53px%2C4500px%2C2377px&resize=720%2C379
Coalition Avenir Québec leader Christine Fréchette seeks meeting with Prime Minister Mark Carney amid reports of American think tank proposals to weaken Canadian unity. The allegations include attempts to negotiate tariffs with Quebec and destabilize the Canadian federation.

C's Flexible Integer Sizes Were Not a Design Mistake

https://pikuma.com/images/about/profile.png
C's flexible integer types were a design choice to achieve portability across various computer architectures, not a mistake. The language allowed for different signed representations and sizes, which worked efficiently on 12-64 bit machines with varying character sets and memory addressing schemes.