Previewing GPT‑5.6 Sol: a next-generation model

https://images.ctfassets.net/kftzwdyauwt9/3RkIKhLVsVWcJQ3czkTNMH/c63f9c43efd82ddf863f87d44edca201/Spend_Controls_Artcard.png?w=3840&q=90&fm=webp
A limited preview of the new gpt5.6 is available to u.s. government partners. the preview is designed to test the effectiveness of safeguards against misuse based on real-world scenarios - and to help users prepare for attacks if they encounter them en route to the tool sandboxed in their home pcs or home labs, for example, he says – and how they might be used...

A C++ implementation of a fast hash map and hash set using hopscotch hashing

https://opengraph.githubassets.com/5f70ee753ff7fdc5ff7bc5c46ed2426af8b855d2154f512d99f3833286db0542/Tessil/hopscotch-map
The hopscotch-map library is a C++ implementation of a fast hash map and hash set using open-addressing and hopscotch hashing to resolve collisions. It offers better performances than std::unordered_map in most cases and is closely similar to google::dense_hash_map while using less memory and providing more functionalities.

US allows Anthropic to release Mythos to 'trusted partners'

Please enable JS and disable any ad blocker

U.S. government will decide who gets to use GPT-5.6

MicroVMs: Run isolated sandboxes with full lifecycle control

https://d2908q01vomqb2.cloudfront.net/da4b9237bacccdf19c0760cab7aec4a8359010b0/2026/06/22/Screenshot-2026-06-22-at-10.49.45%E2%80%AFAM-1024x577.png
AWS Lambda MicroVMs provides isolated, stateful execution environments for user or AI-generated code, offering virtual machine level isolation, rapid launch and resume, and stateful execution. It's available in multiple regions, with up to 16 vCPUs, 32 GB of memory, and 32 GB of disk per MicroVM.

The gap between open weights LLMs and closed source LLMs

https://blog.doubleword.ai/doubleword-icon.png
The gap between open weights LLMs and closed source LLMs is shrinking, with some benchmarks showing a near catch-up by December 2026. However, a broader analysis of 18 benchmarks shows a more moderate and consistent gap of around 5 months.

We can still stop California's 3D printer surveillance scheme

https://www.eff.org/files/banner_library/3dprintca.jpg
California State Assembly passed legislation mandating 3D print surveillance software despite EFF's warnings about privacy risks. The bill now heads to the state senate, where it needs to be stopped to protect creators' tools and users' rights.

The "Bizarre Headgear" exhibit at the Sam Noble museum

https://svpow.com/wp-content/uploads/2026/05/bizarre-headgear-1-juvenile-utahceratops.jpg?w=480
The author visited a museum in Oklahoma to give talks and saw a temporary exhibit called "Bizarre Headgear: Ceratopsians and the Evolution of Extraordinary Skulls". The exhibit features a wide range of ceratopsian dinosaurs and other animals with unique headgear.

Why does kinetic energy increase quadratically, not linearly, with speed? (2011)

https://i.sstatic.net/TeOX5.png
$\begingroup$ [...] the kinetic energy of a non-rotating object of mass $m$ traveling at a speed $v$ is $\frac{1}{2}mv^2$. Why does this not increase linearly with speed? Why does it take so much more energy to go from $1\ \mathrm{m/s}$ to $2\ \mathrm{m/s}$ than it does to go from $0\ \mathrm{m/s}$ to $1\ \mathrm{m/s}$? $\endgroup$ 3 $\begingroup$ physics.stackexchange.com/questions/45270/… ...

A Tiny Compiler for Data-Parallel Kernels

Modern hardware can perform the same operation on multiple values at once (e.g. SIMD and SIMT), and sometimes we write code directly for those execution models but other times, a compiler starts with regular-looking code and rewrites it so multiple loop iterations can run together. I built a tiny compiler (~180LOC of Python) to understand what that transformation looks like. My compiler ...

Show HN: Smart model routing directly in Claude, Codex and Cursor

https://opengraph.githubassets.com/48d7cb17b97528ec18ef091845290503eceeb51b9fa260365287883e8c090fbf/workweave/router
Weave Router is a drop-in proxy that picks the best model for every request from Anthropic, OpenAI, and Gemini. It routes requests per request and speaks everyone's API, with a cluster scorer derived from Avengers-Pro 2.

Hightouch (YC S19) Is Hiring

https://hightouch.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Faura-bg-green.15331510.png&w=3840&q=75&dpl=dpl_Groi8Y7LzPpa6cLYNjTWhqvG5EPY
Hightouch is a fast-paced startup that values innovation, kindness, and exceptional talent, offering competitive compensation and flexible work arrangements. The company prioritizes impact, humility, and open-mindedness, providing benefits like family-forming support and generous PTO.

Ultrasound imaging of the brain

https://alephneuro.com/blog/mindeye-1.jpg
Researchers have developed a new type of hardware using ultrasound to record brain activity without drilling into the skull. This technology captures detailed images of the brain's vascular system, potentially leading to breakthroughs in understanding and treating neurological conditions.

What Is a Nomogram and Why Would It Interest Me?

https://lefakkomies.github.io/pynomo-doc/_images/meyer_nomogram.png
A nomogram is a graphical calculator that uses a set of numbered scales to solve mathematical formulas. It was invented in 1880 and is useful for fast calculations of complicated formulas.

The open source DOCX editor submitted to HN a few weeks ago has been deleted

GitHub repo under eigenpal is down and docx-editor website is experiencing a 503 error. HN moderation has been inconsistent, possibly due to resource access issues or security concerns.

PlayStation Is Deleting 551 Movies from Customers' Accounts

https://kotaku.com/app/uploads/2026/06/terminator-2.jpg
Sony is removing 551 movies and TV series from PlayStation Store users' libraries due to licensing agreements. Users who bought these titles will no longer have access to them after September 1.

A human postmortem of the 1996 AOL outage

https://ngrok.com/blog-assets/images/2026-06-23-aol-was-down-1996/cover.webp
A 30-year-old AOL outage in 1996 highlights the importance of site reliability engineering and the need to prioritize individual impact over profit margins. SREs can act as a backstop to prevent reliability back-sliding by emphasizing individual impact, coordinating with coworkers, and proposing outlandish ideas to drive investment in reliability.

Show HN: Autofit2 – End-to-end pipeline for multilingual text classification

https://opengraph.githubassets.com/81478465b6ed379ef45bd7b064b91e7006f9b5083278ecad80a6b08ea444f5f9/neospe/autofit2
The text describes a few-shot text classification pipeline built on setfit and SBERT embeddings, supporting 50+ languages and scalable to 100+ via Common Crawl. The pipeline is configured through a JSON file (myproject.json) that defines dataset paths, model settings, and output directories for specific tasks and languages.

Gossamer: a Rust-flavoured language with real goroutines and pause-free memory

https://gossamer-lang.org/img/GossamerLogo.png
Gossamer is a language with immutable data, top-to-bottom data flow, and no borrow checker. It has a broad standard library and a clean path to Rust, with a VM compiled to WebAssembly.

AI in mathematics is forcing big questions

https://spectrum.ieee.org/media-library/a-photo-shows-a-man-standing-in-front-of-the-projection-of-a-computer-screen-thats-filled-with-computer-code.jpg?id=67007150&width=980&quality=100
In the mid-noughties, when music by the Killers and Franz Ferdinand blared out of every pub and nightclub I passed, I spent my days and nights struggling through a Ph.D. in applied mathematics. My research focused on simulating how special light waves interact in liquid crystals and using simple equations to approximate and understand those interactions. When I look back at my thesis now, ...

Long Wave radio era set to end with Droitwich switch-off

https://ichef.bbci.co.uk/news/480/cpsprodpb/4f49/live/81cc6b40-6a58-11f1-8546-8f19e4fe30f4.jpg.webp
The Wychbold Masts in Worcestershire are being considered for listing due to their historical importance and role in broadcasting and World War Two. The masts will stop transmitting the BBC's Long Wave service on Saturday, marking the end of an era.

Pre-Modern Armies for Worldbuilders, Part III: Paying for It

https://i0.wp.com/acoup.blog/wp-content/uploads/2026/06/image-8.png?resize=800%2C555&ssl=1
Pre-modern armies were expensive to maintain, requiring non-subsistence labor and resources. States used various methods to fund their armies, including redistribution economies, coinage, and devolving costs to individuals or communities.

Modern GPU Programming for MLSys

This book teaches GPU programming for AI workloads by understanding hardware, programming model, and building high-performance kernels. It uses TIRx Python DSL to build real GPU kernel examples step by step.

The Art of Kite Flying (1430–1929)

https://pdr-assets.b-cdn.net/collections/art-of-kite-flying/kite-flying-00044.jpg?width=1200&height=765
Kites have been used for various purposes including spiritual functions, military surveillance, and recreational activities across cultures and centuries. Their use in human flight, escape, and transportation has been explored and experimented with throughout history.

Lippmann Photography

https://static.wixstatic.com/media/62f7a5_96b63be49441498e8529b713c18165e0~mv2_d_3024_4032_s_4_2.jpg/v1/fill/w_147,h_196,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/62f7a5_96b63be49441498e8529b713c18165e0~mv2_d_3024_4032_s_4_2.jpg
Making the Emulsion *EDIT 2025-05-28* - This page is like 10 years out of date. I made lots of improvements to the process, and will be reworking this whole page soon. It's probably best just to follow Darran Green's workflow in that pdf for the meantime instead of anything I wrote here. The process for making a Lippmann emulsion does not differ very much from a standard emulsion ...

The National Parks Were Reportedly Told to Stay Silent on Deaths

https://cdn.outsideonline.com/wp-content/uploads/2026/06/GettyImages-171322864.jpg?auto=webp&width=3840&quality=75&fit=cover
A new memo allegedly bans National Park Service staff from publicly reporting deaths or severe injuries at US national parks, sparking concerns over visitor safety and transparency. Experts say the policy change could erode public trust and put visitors at risk due to delayed information.

LaTeX.wasm: LaTeX Engines in Browsers

It may take a few minutes to download template files for the first time. Please be patient Step 1: Download latest release from Github. Extract the files and put them into your webpage directory.

Data centers trigger voter backlash

https://assets.newsweek.com/wp-content/uploads/2026/06/AP20003647701029.jpg?w=1600&quality=80&webp=1
Voters in the US are increasingly opposing massive data center projects due to concerns over energy prices, environmental strain, and local living conditions. Data centers are becoming a major issue in US politics, with local officials and lawmakers losing elections after backing controversial developments.

My Steam Machine is a 50ft HDMI cable

https://blog.matthewbrunelle.com/content/images/size/w1920/2026/06/2615.jpg
The user is excited about Valve's Steam Machine, but won't buy one. They've set up a dual-booting system with Bazzite on their desktop, using a Steam Controller 2 and a 50ft HDMI cable for a console-like experience.

Slisp: Simple Lisp compiler (Linux/amd64)

https://opengraph.githubassets.com/be0261443c97d30521bd87cd545c84828ed28b5e82415bbb2f01d3f0c75f820a/skx/slisp
This repository contains a Lisp compiler called slisp that generates assembly for Linux/AMD64. It includes a standard library and functional tests, and can be used to compile and run Lisp programs.