Om Malik has died

https://om.co/wp-content/uploads/2024/05/Om-headshot.png
Om Malik passed away on June 24, 2026, at Stanford Hospital after a long health journey. He will be remembered for his insightful writing and creative endeavors, including photography.

An entire Herculaneum scroll has been read for the first time

https://scrollprize.org/img/firstscroll/fig1.webp
Scientists have virtually unwrapped and read a 2,000-year-old Herculaneum scroll, PHerc. 1667, without damaging it. The scroll contains a Stoic philosophical treatise on ethics, dated to the 2nd century BC, and is the first to be read continuously from start to end.

Apple to skip high-end M6 Mac chips in favor of AI-focused M7 line

Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our and .

Framework's 10G Ethernet module exposes USB-C's complexity

https://www.jeffgeerling.com/blog/2026/framework-10g-ethernet-module-usb-c-complexity/wisdpi-framework-10g-module.jpeg
The WisdPi 10G Ethernet Expansion Card for Framework computers has performance issues due to USB-C bandwidth complexity and Realtek RTL8159 Ethernet controller limitations. It can reach up to 9.4 Gbps speeds on Windows 11 but may overheat and is not recommended for laptop use.

Overfitted a 900KB Transformer to Compress a 100MB CSV into 7MB

You trained a 900KB transformer to memorize a single file and compress it using arithmetic coding, achieving 0.5 bits/byte on a 100MB NYC taxi CSV and 1.68 bits/byte on enwik9. The process is slow, taking 20-30 minutes to train and 45 minutes for compression and decompression.

The 'papers, please' era of the internet will decimate your privacy

https://substackcdn.com/image/fetch/$s_!ikRw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9049285c-dc2e-420a-b023-0f94858244b3_1000x667.jpeg
Australia's under-16 social media ban is not working as intended, with 7 out of 10 kids still using social media. The law mandates age verification through biometric info, government IDs, or other data, introducing new risks for data breaches and phishing attempts.

Libre Barcode Project

formats, with or without text below the code. Visit the individual pages for usage instructions and further information. The Code 128 Encoder is historically located at this URL and it stays here to not break existing links to it. It is also included in the Code 128 page. If it can be encoded with Code 128 you will see a scannable barcode, rendered with the Libre Barcode 128 Text font. Copy ...

The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed) (2023)

https://award.bookauthority.org/best-memory-management-books.png?b=1420082795&c=1&v=6&w=300
The Garbage Collection Handbook updates the state of the field in automatic memory management, covering new challenges and state-of-the-art techniques. It provides expert insight on garbage collectors, helping programmers select and configure the best options.

A data race that doesn't compile

https://corentin-core.github.io/posts/ruxe-type-level-disjointness/meme1.jpeg
The author implemented a way to prevent data races in a parallel Redux-like system using Rust's type system, by encoding the property of disjointness between reducers and state slices, and using the Sculptor pattern to perform a unique compile-time lookup in a heterogeneous collection. The resulting code is about 200 lines of recursive trait impls and the compiler refuses to assemble code ...

Un-0: Generating Images with Coupled Oscillators

https://unconv.ai/wp-content/uploads/2026/06/mosaic_un0_2to1.png
Researchers at Unconventional AI built Un-0, an image generator powered by a simulated system of coupled oscillators, achieving FID 6.74 on ImageNet 64×64, matching the quality of leading conventional image generation methods. Un-0's architecture harnesses the laws of physics to do the computing, aiming to run modern AI on a fraction of the energy today's machines need, around 1,000x less.

Oxide computer 3D rack guided tour

https://explorer.oxide.computer/images/og.webp
Explore the Oxide Cloud Computer in 3D. Navigate from rack to sleds to CPUs with guided tours of the components that make up the Cloud Computer.

A game where you're an OS and have to manage processes, memory and I/O events

https://raw.githubusercontent.com/plbrault/youre-the-os/main/readme-assets/in_game_screenshot.png
To play the game, create a sandbox configuration file in src/sandbox and run pipenv run auto with your script.

IBM debuts sub-1 nanometer chip technology

https://filecache.mediaroom.com/mr5mr_ibmnewsroom/201431/IBM-Research_Newsroom_Banner_4_Light%20%281%29.jpg
IBM unveiled a sub-1 nanometer chip technology with a revolutionary transistor architecture at the 0.7 nm node, nearly doubling transistor density. The breakthrough offers up to 50% more performance and 70% greater energy efficiency, enabling future advancements in computing and AI.

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

https://opengraph.githubassets.com/6614d73da558d1da54805aa9ac0963b402e659ab814bd38d9f0617a015797a63/inkeep/open-knowledge
OpenKnowledge is a local markdown editor with integrations for LLMs, available as a desktop app or local web app via CLI. It supports macOS, Linux, and Intel Macs, with Node.js 24+ required for installation.

Eyewitness at the Triangle (1911)

This site includes original sources on the fire held at the ILR School's Kheel Center, an archive of historical material on labor and industrial relations.

Parallel Parentheses Matching

A paper called More Fun with Monoids by Oleg Kiselyov introduced a map-reduce pattern that can be used to solve the parentheses matching problem with O(n) work and O(log⁡n) span. The problem can be further parallelized using a previous or smaller element problem algorithm to solve the general definition of the parentheses matching problem with O(nlog⁡n) work and O(log⁡n) span.

The Doorman's Fallacy in action

A restaurant replaced physical menus with a QR code, causing inconvenience and chaos among a group of six people. This experience illustrates the Doorman's Fallacy, where technology replaces humans without considering the consequences on customer experience.

An oral history of Bank Python (2021)

https://calpaterson.com/images/photo/wharf.jpeg
The author describes Bank Python, a proprietary fork of the Python ecosystem used by investment banks, which includes a global database called Barbara, a job runner called Walpole, and a data management system called MnTable. The system is designed to be holistic and all-encompassing, with a focus on data-first development and a unique approach to software engineering that differs from ...

Show HN: Chess-Inspired Roguelike

https://princechazz.com/og-image.png
A seeded chess-pathfinding roguelite. Guide Prince Chazz across the board, dodging enemy pieces, and race the per-seed leaderboard.

Migrating from Proxmox to NixOS and Incus

https://www.nijho.lt/media/icon_hu80d4068d4a221917e6e98566e3ddf93f_419855_512x512_fill_lanczos_center_3.png
I decommissioned my Proxmox cluster and migrated to NixOS with Incus, which offers a declarative, reproducible, and atomic update system. This shift allows me to manage my infrastructure in text files, making it accessible to AI agents and reducing state drift.

OS9Map

https://yllan.org/_astro/OS9Map-screenshot.D51dIk3u_Z1OCRwh.webp
OS9Map lets you browse OpenStreetMap on Mac OS 9. Search for landmarks and addresses, and save the places you care about as bookmarks for next time. Smooth scrolling map canvas — drag with the mouse to pan; nearby tiles load as you go. Bookmarks — save the places you visit often and return to them from the menu in one click.

Zig's new bitCast semantics and LLVM back end improvements

The Zig compiler has made several improvements in 2026, including a new ELF linker with fast incremental compilation, improved LLVM backend, and enhanced build system. These changes aim to improve performance, usability, and stability, with features like incremental compilation, lazy type analysis, and better error messages.

Record type inference for dummies

https://haskellforall.com/2026/06/record-type-inference-for-dummies/opengraph-image?133960dfd41055ac
The user is writing a series of posts on type inference for anonymous records, a feature that is still lacking in many statically typed languages. They are explaining the basics of type theory and introducing a notation for type inference rules to make the concept more accessible to readers.

Experiments in Sports Seismology for the World Cup

https://cms.pnsn.org/assets/f35cc6bb-b0a6-4f6f-b6e1-ad048caa230d
PNSN will stream real-time seismogram data from Seattle Stadium during World Cup matches. The data will be recorded by seven seismic sensors installed throughout the stadium.

Apple raises prices of MacBooks, iPads

Please enable JS and disable any ad blocker

Besimple AI (YC P25) Is Hiring

https://bookface-images.s3.amazonaws.com/small_logos/8305d688995d7c8f184d463f02f3ded6947c12e7.png
Besimple AI is hiring a Strategic Projects Lead - Audio Data to own high-priority audio data projects end to end through their platform, translating customer requirements into executable workflows and identifying platform gaps to improve features. The ideal candidate has 3-7+ years of experience in data operations, AI data delivery, and annotation operations, with a strong operator mindset, ...

What happened after 2k people tried to hack my AI assistant

https://www.fernandoi.cl/images/hackmyclaw/opus-prompt-injection.png
I built hackmyclaw.com, where anyone could email Fiu, my OpenClaw assistant, and try to make it leak the contents of a secrets.env file. After reaching the front page of Hacker News, Fiu received more than 6,000 emails from over 2,000 people trying to break it. I enjoy using OpenClaw and Hermes, but I’m also concerned about the security implications. AI assistants have access to emails, ...

The last Romans are still around

https://i0.wp.com/signoregalilei.com/wp-content/uploads/2026/06/Roman_Empire_117AD.jpg?resize=532%2C324&ssl=1
The Roman identity has evolved over 1500 years, with various groups in Europe and beyond claiming Roman heritage. These groups include Romanians, Romansh people in Switzerland, Romeika speakers in Greece, and others who have maintained their connection to the Roman Empire.

GloriousEggroll's Proton has been rebased on Proton 11

https://opengraph.githubassets.com/58982fa35bf90a2dfae3390c27124af767e3c3c465340ab1abc65d0cddc75930/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton11-1
GE-Proton11-1 is released with video rework and Proton 11 rebase, enabling d7vk and winealsa channel count override.

You can't unit test for taste

https://dev.karltryggvason.com/you-cant-unit-test-for-taste/itlr-poi-screenshot.png
The user built an app called In the Long Run, which allows users to virtually run famous routes worldwide and view points of interest along the way. They used GeoNames data, Python, and DuckDB to create a pipeline that enriches the app with relevant points of interest, overcoming challenges with AI hallucinations and biases.