Firefox 148 Launches with AI Kill Switch Feature and More Enhancements

https://serverhost.com/blog/wp-content/uploads/2026/02/4fa59d91-110e-42c3-b1fa-e372279736ab.webp
Firefox 148 introduces an AI kill switch and enhanced user controls, allowing users to disable AI features and opt out of remote updates. The update also includes various performance and accessibility improvements, such as XSS protection and screen reader compatibility.

Terence Tao, at 8 years old (1984) [pdf]

Terence Tao, a mathematically gifted child, was assessed by the author in 1983 at the age of 7. He demonstrated exceptional mathematical abilities, solving complex problems with ease and showing a preference for non-visual, analytic methods.

Show HN: enveil – hide your .env secrets from prAIng eyes

https://opengraph.githubassets.com/2ca0c854545dc93fafcc36da28cfbb225fc40344a55e97a1810a3cdf468d4ee8/GreatScott/enveil
enveil is a tool that encrypts secrets in a project directory, preventing AI tools from accessing them. It uses a master password to derive a 256-bit AES key for encryption and decryption.

Blood test boosts Alzheimer's diagnosis accuracy to 94.5%, clinical study shows

This page will redirect in a moment...

I Ported Coreboot to the ThinkPad X270

https://dork.dev/posts/2026-02-20-ported-coreboot/flasher-setup.thumb.png
User successfully ported libreboot to their X270 laptop, a Kaby Lake model, after overcoming initial issues with a missing capacitor and debugging problems with NVMe and WiFi. With the help of Leah Rowe, the founder of Libreboot, they were able to identify and fix the issues, resulting in a working libreboot installation with GRUB, wireless, and NVMe support.

Show HN: X86CSS – An x86 CPU emulator written in CSS

https://lyra.horse/x86css/static/thumbnail.png
x86CSS is a CSS-only x86 CPU/emulator that runs native 8086 machine code without JavaScript. It can be built and run using Python scripts and GCC, with a custom I/O interface for user interaction.

The Age Verification Trap: Verifying age undermines everyone's data protection

https://spectrum.ieee.org/media-library/conceptual-collage-of-an-iphone-featuring-a-carnival-esuqe-fool-the-guesser-sign-the-phone-casts-a-shadow-that-contains-a-thr.jpg?id=64968899&width=1200&height=750
Regulators are pushing social media platforms to verify users' ages, but this creates a technical problem: collecting personal data to prove age. Platforms are using intrusive verification systems that often conflict with data-privacy laws.

Show HN: Steerling-8B, a language model that can explain any token it generates

https://www.guidelabs.ai/images/embedding_decomposition.apng
We are releasing Steerling-8B, a new interpretable model that can trace generated tokens to input context and training data. It achieves competitive performance with significantly less compute and unlocks capabilities like concept control and training data provenance.

Baby chicks pass the bouba-kiki test, challenging a theory of language evolution

https://static.scientificamerican.com/dam/m/3c43d62ae579d094/original/bouba-chicken.jpeg?m=1771525915.006&w=600
Baby chickens make the same sound-shape connections as humans, suggesting the link to human language may not be unique. The study challenges a long-standing theory about the bouba-kiki effect, which may be an innate perceptual bias rather than a learned behavior.

Making Wolfram Tech Available as a Foundation Tool for LLM Systems

https://content.wolfram.com/sites/43/2026/02/icon-mcp-service.png
The author is building on their 40-year foundation tool, Wolfram Language, to supplement LLMs with precise computation and knowledge. This integration will make LLMs more powerful by providing deep computation capabilities.

UNIX99, a UNIX-like OS for the TI-99/4A (2025)

Unsung heroes: Flickr's URLs scheme

https://unsung.aresluna.org/_media/unsung-heroes-flickrs-urls-scheme/ogimage.png
Flickr's URLs were simple, readable, and editable, making them efficient for users. They were also short and could be easily guessed, allowing for easy linking and sharing.

“Car Wash” test with 53 models

https://opper.ai/_next/image?url=%2Fblog%2Fcar-wash-test%2Fcarousel_1_run%2F1.png&w=3840&q=75
53 AI models failed a simple car wash test, where the correct answer is to drive the car to the car wash because it needs to be there, but most models chose to walk due to the short distance. Only 5 models could reliably answer the question correctly, and even the top-performing model, GPT-5, failed 30% of the time, highlighting the limitations of current AI models in handling simple logic tests.

Intel XeSS 3: expanded support for Core Ultra/Core Ultra 2 and Arc A, B series

You don't have permission to access "http://www.intel.com/content/www/us/en/download/785597/intel-arc-graphics-windows.html" on this server.

A simple web we own

https://rsdoiel.github.io/media/Wee-Free-Doiels-Summer-Reading.svg
The user argues that the Web and Internet can be decentralized and controlled by individuals and cooperatives, rather than large corporations, by using simpler software and technologies like Markdown and static website generators. By leveraging the abundance of computers and resources, individuals can create their own private networks and connect to the public Internet, mirroring the concept ...

Show HN: PgDog – Scale Postgres without changing the app

https://raw.githubusercontent.com/pgdogdev/pgdog/main/.github/logo2-white.png
PgDog is a PostgreSQL proxy that supports connection pooling, load balancing, and sharding, written in Rust for high performance and security. It can manage thousands of connections on commodity hardware and supports various deployment methods, including AWS RDS.

Show HN: Cellarium: A Playground for Cellular Automata

https://raw.githubusercontent.com/andrewosh/cellarium/main/assets/gifs/cells1.gif
GPU-accelerated cellular automata in Rust. Write cell behavior in a subset of Rust; a proc macro cross-compiles it to WGSL shaders that run entirely on the GPU via wgpu. use cellarium::prelude::*; #[derive(CellState, Default)] struct Life { alive: f32, } #[cell(neighborhood = moore)] impl Cell for Life { fn init(x: f32, y: f32, w: f32, h: f32) -> Self { let hash = ((x * 12.9898 + y * ...

Ladybird adopts Rust, with help from AI

https://ladybird.org/assets/img/plant.webp
Ladybird is rewriting parts in Rust for better safety guarantees and ecosystem support. The first target was LibJS, Ladybird's JavaScript engine, which was translated from C++ in two weeks with zero regressions.

Typed Assembly Language

TAL is a typed assembly language that ensures memory safety and type safety through typing rules and constructs. It's an ideal target for type-directed compilers producing verifiably safe code for secure applications.

FreeBSD doesn't have Wi-Fi driver for my old MacBook, so AI built one for me

https://vladimir.varank.in/images/2026/bsky-freebsd-brcmfmac-2.png
The user used AI to help port a Linux Wi-Fi driver to FreeBSD, but the process was complicated and messy, so they decided to create a detailed specification of how the driver works and then used the AI to implement it from scratch. The user successfully created a working FreeBSD kernel module for the BCM4350 Wi-Fi chip using the AI, but advises against using it for anything beyond a studying ...

What it means that Ubuntu is using Rust

The author reflects on Rust's adoption at scale, noting that it has crossed the chasm in some areas like data planes and low-level code, but still faces challenges in Safety Critical Software. To further its adoption, the author suggests that Rust needs to adapt to the needs of the early majority, including providing more practical and incremental improvements, and leveraging open-source ...

Diode – Build, program, and simulate hardware

https://www.withdiode.com/og-image.png
Diode is a 3D hardware simulator capable of simulating arduinos, integrated circuits, capacitors, transistors and much more.

Shatner is making an album with 35 metal icons

https://cdn.mos.cms.futurecdn.net/ddz75ahfYJmpd62SBPQC2c-840-80.jpg
William Shatner is releasing a metal album with an all-star cast of guitarists, including Zakk Wylde and Chris Poland. The album promises massive guitars, cinematic arrangements, and raw emotion, with Shatner hand-picking 35 metal icons for the project.

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://opengraph.githubassets.com/c5cf0b2557c177a7d281d008332bfce4300bb7758a1e5419abdf22b94455360c/vignesh07/babyshark
Live capture may require elevated permissions or OS configuration. Babyshark shows Observed IPs using TLS SNI/HTTP Host hints when DNS answers are not visible.

Writing code is cheap now

Cheap code writing disrupts traditional engineering habits, requiring new personal and organizational practices. Developers must balance code quality with the speed of agentic engineering tools.

NPM install is stealing your passwords – I built a tool to catch it

https://westbayberry.com/static/img/clean.png
This tool provides visibility into dependency behavior in CI pipelines, flagging suspicious packages for review and auto-approving the rest. It uses 26 behavioral detectors to analyze package behavior and prevent zero-day attacks, with a self-hosted option for enterprise environments.

Genetic underpinnings of chills from art and music

https://storage.googleapis.com/plos-corpus-prod/10.1371/journal.pgen.1012002/1/pgen.1012002.t001.PNG_I?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=wombat-sa%40plos-prod.iam.gserviceaccount.com%2F20260224%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20260224T061356Z&X-Goog-Expires=86400&X-Goog-SignedHeaders=host&X-Goog-Signature=722134de1e1dff829e0b20f867a04b9a0dd820e191506371a3eed07556a3aaf6d124a7a8bed545b74943c501b8f842e7600f9725053423f8c44e22afaffb31ffc0c11079f7100c5da8e0acb5f64bfe85303eb68940d26b07b4a9f860e66c6bc89ef9e0bc3c916288749a1ec4bc60401ff3b3191ebd0451b2294a3246af1dc758e3fd478ecd78a950230dcc4dddd565fcf9e8e1ae1ada80d380269eb7e99d80a9acf579319830cec1b824751d8dad4657b214674f37f109f29a7ab6576bc8489adf16b223571bd2cb1def92c937b824f6f68eda4c73736f5ceee06e4e6086617e322e7e6555e54b4939044c1a998398507227958ed22c302f65420ac90715a01c
Genetic variation contributes to individual differences in experiencing chills from art, with up to 29% of variation explained by familial relatedness and SNP variation. A polygenic index for openness to experience is associated with proneness to chills, suggesting a genetic predisposition to experiencing strong emotional responses to art.

SIM (YC X25) Is Hiring the Best Engineers in San Francisco

https://bookface-images.s3.us-west-2.amazonaws.com/logos/e18a421da73e99094f3b9b77ee157287c4bc5787.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAQC4NIECADKRWCGO5%2F20260223%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260223T211358Z&X-Amz-Expires=3600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBwaCXVzLXdlc3QtMiJHMEUCIQCjhxwp6MxDcvhv4CptMKxSmHOGESeMJudbb5Go%2BfkPdAIgRu23S8TLBBgyWuk9OZ%2B9FWwzycKKayXpgLHBshaU6MEq7gMI5f%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgwwMDYyMDE4MTEwNzIiDNRgZCiKu0yoyMfRKirCA4GEWldkSC%2FaUA13Kx8jua8k684CluJUv%2FSFkk7eA8I3zlbjTE8rOAqpe4pEB3tgcVNrOijMsDr0%2FkRfRQCpiKZlt0PV5FeJQBPJLfdPEvUva%2BGpHfW6Y5gN1w%2BUVs8aBsSL3UsLrTR1Ap93Z0ivt8aw8gQhk0fbNg4aeKufo%2FhtTpr58S2KXzTwQ1a8vwl5msVe%2BGoMDsymp7sepMe17hohxjSXaDsf9%2F35uIqmO3D83gF4kiVng0ivdHnynY8h6SHdRZOABwdkV4iQ7UhGEx7yzSZC6IbIZf4TSZ4C8K4jmrtfvY5oggqd6SPMtg73a81sUf6dGteZas6h0gDfj8zqNb7owd32XxEG42TxIx3aKDDjDQETIq%2FCYab1PNmvKMJd4RjjSP%2FiHEaeCV9BjtFC04NtWIIbr4KGTGg59rQMqEgKc3y8VGUOjSIYsNnaWzThf2bpSLdWwScWa0njBFVskxGg7nwcBz6pSK2Cn3IWijfm78aR%2BLRL8%2FmK3rNxE3qrS1dGiY8X49W%2B0EmqNbeidH0jniI1EACiOk7TKarVS3rJCln6%2FHFPIs7uHXrnUgkra4ZUctldC2ApoEq16NKnljDm3fLMBjqlAUHg06ok8e8mlWyy7bkpjmDhLjr4JyoLAgzv%2BpA68RVInQv8nHsSihdGGbu2R29DRZcIi%2B1kyXkzhXclPJPKQu%2BVL%2FVJ2JTDW01Plz5syFfbxBtMIaIX%2FrJ%2BPaBOPSyV3YZilIu2wT8mD7PpkrYWPDfttgYFGWVOHNLExIRobODcWWof4nb1lRCFKXiBCwtwX7BVJLoRksRyc7nqiRq4S28sVN1YCA%3D%3D&X-Amz-SignedHeaders=host&X-Amz-Signature=d969cf3e89a4b38ff37aba68b67814003632bf06537f2a036bb153e0620f8b29
Sim Sim is an open-source platform for building AI agents, used by 70,000 developers. The company is seeking a full-stack engineer to lead the Sim platform's visual, end-to-end agent builder.

Iowa farmers are leading the fight for repair

https://valkyrie.cdn.ifixit.com/media/2019/10/22145631/john_deere.jpg
Iowa farmers are pushing for the Right to Repair bill, HSB 751, which aims to give farmers access to diagnostic tools and software needed to repair their equipment. The bill has a good chance of passing in the Iowa House after advancing in the Agriculture Committee with an 18-5 vote.

Show HN: Sowbot – Open-hardware agricultural robot (ROS2, RTK GPS)

https://nibleyleaves.co.uk/sowbot/wp-content/uploads/sites/10/2026/01/WhatsApp-Image-2026-01-30-at-14.05.15.jpeg
The Sowbot Open AgBot ecosystem provides a reproducible, lightweight robotics platform for researchers and farmers to reduce labour and environmental impact. It offers a modular, open-hardware agricultural robot with a stable, repeatable environment for experiments and field-ready system.