DeepSeek-v4-flash-vision-exp

https://cdn.deepseek.com/official_account.jpg
The deepseek-v4-flash-vision-exp model accepts images alongside text and supports three methods to provide an image: base64 data URL, external http(s) URL, or Files API file_id. The model can analyze charts, describe pictures, read text from screenshots.

AI companies destroy physical books – let's scan rare books before it's too late

https://annas-archive.gl/blog/duxiu-examples/1.jpg
AI companies are secretly buying and destroying physical books to train their models, threatening human knowledge. Anna's Archive is calling on volunteers worldwide to scan and upload books before this cultural heritage disappears forever.

Grand jury declines to indict Ohio man charged with destroying Flock camera

https://san.com/wp-content/uploads/2026/08/GettyImages-2291172825_Getty_Images_clean.jpg?w=1000
A grand jury in Ohio declined to indict a man accused of vandalizing an automatic license plate reader camera, dismissing charges. The incident is part of growing backlash against Flock cameras used by law enforcement across the US.

TigerBeetle Core System Architecture: Deconstructing Performance Engineering

https://ixuvo.com/api/pb/api/files/posts/huy107e0jp78h5b/tigerbeetle_core_system_architecture_performance_engineering_cover_rsy2ravvpk.jpg
TigerBeetle, a financial ledger database, prioritizes extreme mechanical sympathy by eliminating dynamic memory allocation and using zero-copy direct I/O to achieve high throughput rates with predictable tail latencies.

Small, native web tricks worth remembering

A small, opinionated collection of compact notes about useful HTML, CSS, and JavaScript features.

The Lost Treasure of Sid Meier's Pirates

https://storage.ghost.io/c/44/bd/44bde490-d49a-4b74-9f0c-24be597e5294/content/images/2026/08/Pirates-a-Lead.png
Sid Meier's Pirates! was a groundbreaking game released in 1987 that defied genre conventions, combining elements of action-adventure, strategy, and role-playing games. The game's unique design has been praised for its innovative mechanics and thematic depth, which have influenced many other games since its release.

Kino: A high-performance Ractor web server for Ruby 4.0

https://repository-images.githubusercontent.com/1265848260/7f75d1f0-fb33-4960-93a1-6ab45c6a3296
Kino is a Ruby server that uses Rust's Ractors to run Rack apps in parallel, improving performance and reducing memory usage compared to traditional Ruby servers like Puma. Kino achieves this by dispatching requests to multiple Ractors, each running the app in its own small process.

I'm Becoming AI-Blind

https://cymerys.com/images/ai-quiche-menu.webp
The writer is experiencing difficulty focusing on documents sent by colleagues, suspecting they may be AI-generated due to overly technical language and marketing jargon. This phenomenon has led them to develop a "pre-trained" eye for spotting low-effort AI content, which now ignores such texts without much thought.

We Rebuilt the Linux MicroVM Stack on Apple Silicon

https://encore.dev/assets/blog/crackling-microvms.png
To run microVMs on Apple's hypervisor, developers built a custom tool called "Crackling" that allows them to boot the same images on both Linux and macOS. The Crackling tool uses vsock for communication between the host and guest, allowing agents to build and validate features with real infrastructure in the dev loop.

Flat Chair by Sara Paculdo

https://www.toxel.com/wp-content/uploads/2026/08/saraflatchair01.jpg
A flat-pack chair with fiberglass panels is designed for efficient manufacturing and compact transportation, reducing shipping costs. It uses curves and interlocking components to form strength without excessive material use.

Radiation damage to Hubble has been 4.3 years out of phase with the Solar cycle

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Hubble's CCD detectors act as radiation dosimeters, showing varied damage over solar cycles. Empirical fits correct most radiation damage in images, but physically reasonable models perform worse.

The Mystery of Dark Oxygen

https://media.newyorker.com/photos/6a5928861a6de936f05f58aa/16:9/w_2560%2Cc_limit/Illustration_Dark_Oxygen.jpg
Scientists on an expedition to a South African gold mine discovered dark oxygen, a rare and elusive molecule that's essential for life. They found it in ancient water trapped deep beneath the earth's surface, where sunlight can't reach.

The August 17 outage

https://github.blog/wp-content/uploads/2026/01/generic-github-logo-left.png?resize=1200%2C630
GitHub experienced a 7-hour and 47-minute outage on August 17, affecting multiple services due to capacity failure. The company is accelerating work to improve reliability after two significant incidents in August.

I like 'em thick: an apology to my English teachers

https://substackcdn.com/image/fetch/$s_!KGpc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56ced727-423b-4a20-b330-8769c728da1c_1146x1623.jpeg
The author reflects on how great literature and art can be misunderstood as lacking substance, but in reality, they are complex and layered. Thick works of fiction require attention and effort to fully appreciate their depth.

HTML Can Do That

https://chrisburnell.com/images/favicon-256.png
This page showcases modern HTML features that can achieve dynamic functionality without JavaScript, highlighting browser implementation limitations and accessibility needs. The examples include popovers, modal dialog boxes, color pickers, range inputs, and more.

Malicious Rust crate Arrayref runs a build-time payload

https://safedep.io/images/npm-bin-dependency-confusion.png
A compromised Rust crate, arrayref, was released on crates.io with a malicious dependency proc-macro1. The malicious code ran at build time and fetched a remote binary without validation.

Micron announces $10B research hub in Boise

https://s25.q4cdn.com/621799436/files/header/images/loading_animation.gif
Micron Technology is launching Micron Research Labs with a $10 billion investment, uniting academia, government, startups and industry to advance memory and compute breakthroughs. The lab will focus on critical areas like memory technologies, advanced architectures and future semiconductor manufacturing.

Ox Alpha

https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://omp.sh/&size=256
Ox Alpha is a stealth model for coding, agentic work, and production workloads with a 1,048,576-token context window. It accepts text, images, and video inputs and returns text outputs through OpenRouter's unified API.

Siemens PC-X (2015)

The Siemens PC-X is a rare computer from the early days of the PC/XT world, featuring SINIX UNIX and an 80186 processor. It has limited compatibility with MS-DOS software due to its non-standard design.

I should have loved biology (2020)

https://user-images.githubusercontent.com/21294/94627410-73b6c680-028b-11eb-9501-d7453af56106.png
The author reflects on their biology education, feeling that it was too dry and lacked real-world context. They credit Lewis Thomas's writing style for making the subject more engaging and understandible. The author believes that learning about biology should start with questions and hands-on projects rather than just memorizing facts.

Better Batteries

The debate over the size of a programming language's standard library is misguided, as quality and functionality are more important. The Go and Rust libraries are notable examples of encompassing yet well-designed collections, while Python's uneven quality is its advantage in providing early access to functionality.

Four Levels of In-Place Initialization (Rust)

In-place initialization allows constructing types directly in memory, improving efficiency and preventing stack overflows. A 4-level hierarchy of features, from raw pointers to safe abstractions, offers flexibility and control while balancing safety and ergonomics.

Why aren't smart people happier? (2022)

https://substackcdn.com/image/fetch/$s_!-0i8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc8548b3-2eaa-4a22-b782-10646cfb25b7_1668x1113.jpeg
The author argues that intelligence is not just about solving well-defined problems, but also about navigating poorly defined problems in life. They suggest that people who excel at solving well-defined problems may not necessarily be happier or more fulfilled.

Seed: Minimal, self-modifying agent harness

https://opengraph.githubassets.com/7ed7e198d028bcb6c0dd78d2ec6cf4cccaa9fdc3f1ba514a4fcc7fb8c01265a8/vivekhaldar/seed
This is a framework for building agents that interact with tools like exec and load system prompts from files. Agents grow their own tools, memory, and skills session by session in the self/ directory.

CIA funding helped keep NeXT afloat in the 80s

Please enable JS and disable any ad blocker

Japan tried to build an operating system for the world, the US intervened

https://static0.xdaimages.com/wordpress/wp-content/uploads/wm/2026/08/tron-feature-image.jpg?&fit=crop&w=1600&h=900
TRON, a Japanese operating system developed in the 1980s, was abandoned due to US government concerns over its adoption in schools and telecom networks. Despite this, its embedded variant ITRON became widely used globally.

Launch HN: Vendo (YC S26) – Let users build features on top of your product

https://raw.githubusercontent.com/runvendo/vendo/main/assets/hero.gif
Vendo is an open-source customization layer for B2B SaaS teams, allowing users to build features and micro-apps on top of their product without touching the source code. It acts as a signed-in user through the product's API, rendering UI in a sandboxed surface.

Vomit: Clean up Claude 5's token output with a separate LLM

https://opengraph.githubassets.com/bf7959678e7867f6a188ef8aca83405c350dd7cdce65f409d7ef8a8e1514f12d/zachahn/vomit
Vomit converts Claude's tokens into English by piping them through a local LLM, which is fully local and has no external dependencies. It can be used in non-invasive mode to translate tokens for a specified session or follow the latest one.

Attention Through Arithmetic Intensity

https://changyi.fun/zh/posts/attention-arithmetic-intensity/crossover-en-light.png
MLA and MTP are both making a compute-for-bandwidth / compute-for-latency trade, with MLA having already spent most of decode's idle compute headroom. The crossover point between MLA and MHA algorithms is around S = 171, where the two paths have similar arithmetic intensity.

The Religious Experience of Philip K. Dick by R. Crumb (1986)

https://philipdick.com/mirror/misc/weirdo/weirdo17.jpg
I have added a link to a .cbr file (Comic Book Archive) to download and read on your electronic device if that would be easier for your enjoyment of the story. The Religious Experience of Philip K.