Karpathy’s Pelican

https://pbs.twimg.com/amplify_video_thumb/2083744791876292608/img/tWEKnM_bdE_nlfYD.jpg
Opus 5 generated 5500 lines of code to procedurally render the Lord of the Rings story with a 1M token budget. This example showcases LLMs' potential for creating hyper-custom worlds, but also highlights their limitations in auditing and perceiving multimodal content.

How the words we teach English language learners changed

https://pudding.cool/assets/stickers/donate-footer-square@2x.png
The General Service List (1953) and the New General Service List (2023) track changes in everyday English vocabulary, showing a shift from tangible, physical words to abstract concepts and ideas. The 2023 list reflects a more systemic, connected world, with words like mortgage, corporation, and climate, and a greater emphasis on precision and abstract thinking.

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

https://opengraph.githubassets.com/3b6b6a3100120122dc8fff0c8b450edb077cd334acfc336347099211a8e6825d/wie-project/kakehashi
Kakehashi is a tool that runs Darwin CLI tools natively on Linux aarch64 by translating BSD syscalls and mapping a freestanding libSystem. It aims to provide a cost-effective alternative to running Darwin tools on macOS, with a focus on correctness and performance, and is suitable for use in CI environments.

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

https://opengraph.githubassets.com/77af5588fe889e611a7fd7ca311297cf64e3a38a055dc6c0be56113da6d2efb6/graham33/nixos-dgx-spark
Try DGX Spark playbooks using Nix on DGX OS, or install NixOS on your DGX Spark for the full Nix experience. The repository provides USB images and a NixOS module with settings for DGX Spark systems. This works on the NVIDIA DGX Spark itself and also on the Asus Ascent GX10. You can use the dev shells and playbooks in this repo on NVIDIA DGX OS (Ubuntu) without installing NixOS. On non-NixOS ...

Twenty Years of RISC OS Open

RISC OS Open Ltd was founded in 2006 with the goal of opening up the proprietary operating system to the community. Over the past 20 years, the community has contributed significantly to the OS's development, resulting in a much healthier and improved RISC OS today.

F*: A general-purpose proof-oriented programming language

https://fstar-lang.org/i/fstar-new.png
F* is a programming language that combines dependent types and multi-monadic effects for formal verification and proof-oriented programming. It has been applied in various fields including security, cryptography, and systems.

Meshdiff – visually compare two STL versions in the browser, client-side

https://meshdiff.com/og-image.png
Meshdiff compares two versions of a 3D model and shows exactly what changed: added material, removed material, and dimensional drift. Free, in-browser voxel and surface-heatmap diffing for STL, 3MF, and OBJ files — nothing is uploaded.

GE-97 Terminal: The Old Internet

My first time online was 1999, in an internet café with my cousin. The internet was still a new thing in Saudi Arabia then — you went somewhere to use it. The machine in front of us ran Windows 98. It was another two years before we had a connection at home, and by then the world had moved on to Windows XP. So Windows 98 is, for me, an era I met exactly once and never got to keep. That is the ...

Fasttracker II clone in C using SDL 2

Fasttracker II is a music tracker software developed by Fredrik Huss in 1994, allowing users to create and edit music files. Your FT2 clone is a portable version written in C using SDL 2, available for download on GitHub.

When transit passes were designed by hand

https://letterformarchive.org/wp-content/uploads/legacy/milwaukee-transit-passes-1930s-1960s.jpg
The Milwaukee Electric Railway & Light Company produced colorful transit passes from 1930s to 1960s with unique hand lettering and designs. About 300 of these passes are now in the Archive's collection, showcasing the city's commitment to civic design and visual appeal.

Folding Paper Globes

https://foldingglobes.com/globes/sun.png
Free print-ready folding paper globe templates: the Moon, Mars, Earth at night, and more. Download, print, cut, fold, glue.

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/images/screenshots/policies-list.2bf4959e0cf643c29838b9d391fee829.png
Bor v0.8.0 adds new policy types for Thunderbird, Microsoft Edge, and Firewalld zones, alongside a web UI overhaul and security hardening. It also includes finer-grained RBAC, tamper protection, and accessibility improvements.

Norway Salmon

https://live-production.wcms.abc-cdn.net.au/f12f2c4d5416267f7ef0df9eaa8d1b4f?impolicy=wcms_crop_resize&cropH=2832&cropW=3776&xPos=248&yPos=0&width=960&height=720
Norway's salmon farming industry has grown into a global behemoth, but it's facing ecological and ethical concerns due to pollution and poor fish welfare. The industry is now grappling with the consequences of its success, including declining oxygen levels and increased disease in fish.

Show HN: Fuse – statically typed functional programming language

https://fuselang.org/fuse-icon_hu_db4cf4be1a7fd488.png
Fuse is a functional programming language with System F type system, algebraic data types, and generics for domain modeling. It features pure functions, pattern matching, and do notation for expressive code, with type inference and whole-program optimization for fast binaries.

Artificial Intelligence: Ars Notoria and the Promise of Instant Knowledge

https://pdr-assets.b-cdn.net/essays/ars-notoria/dedupmrg1191555822_IE4927965_FL5355234-edit.jpg?width=1200&height=765
The Ars notoria is a medieval manuscript that promised to fast-track advanced learning through magical rituals and diagrams, but was condemned by church authorities as demonic. Despite this, the text remained popular and was translated into various languages, including English, and continued to be used and edited throughout the Middle Ages and Renaissance.

Great Question (YC W21) Is Hiring Senior Demand Gen Manager

https://bookface-images.s3.amazonaws.com/small_logos/cbc38c395f4f32191dcaac60013ed038a0a40611.png
Great Question is hiring a Demand Generation Manager to own SQL attainment, channel strategy, and execution at scale using AI and automation. The ideal candidate has 5-8 years of B2B demand generation experience, is AI-native, and can build repeatable demand programs across multiple acquisition channels.

A Rant About “Technology” (2005)

https://images.squarespace-cdn.com/content/5cad42ef90f904e520359371/7a6472b9-58f9-451a-b4dd-a4e571c7ff74/image-asset.jpeg?content-type=image%2Fjpeg
The author argues that science fiction inherently involves technology, not just complex high-tech devices, but also everyday tools and skills. They claim that their own work, often misunderstood as lacking technology, actually explores the technological aspects of societies and cultures.

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/preview.webp
Go 1.27 introduces several new features, including generic methods, improved struct literals, and broader type inference, as well as performance improvements like size-specialized allocation and an experimental SIMD package. Other notable additions include a standard UUID package, a json/v2 package, and various testing and quality-of-life improvements.

Rust All Hands 2026 Retrospective

https://blog.rust-lang.org/inside-rust/2026/07/31/all-hands-2026-retrospective/allhands.jpeg
166 Rustaceans gathered in Utrecht for the Rust All Hands in May 2026, discussing Rust's future, resolving blockers, and building connections. The event was part of RustWeek and included the RustWeek Unconference, with 73 sessions across 3 days, focusing on governance, evolution, and interoperability.

Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

https://raw.githubusercontent.com/tom-ilan/cycloidal_gearbox/main/media/full_assembly.png
The user built a cycloidal gearbox with a 1:9 gear ratio to test a Python generator, but it failed due to tight tolerances. The design was improved in Version 3 with MR128 bearings and M2 screws for higher efficiency and torque output.

Holocloth

Diátaxis

https://diataxis.fr/_images/diataxis.png
Diátaxis is a systematic approach to documentation that identifies four needs and forms of documentation: tutorials, how-to guides, technical reference, and explanation. It helps maintainers think effectively about their work and has been successfully adopted in hundreds of documentation projects.

Linux Desktop Market Share Surpasses 10% in North America

https://cdn.shortpixel.ai/spai/q_lossy+ret_img+to_auto/linuxiac.com/wp-content/uploads/2026/08/linux-10-percent-north-america-1024x576.jpg
Linux has reached 10.65% desktop usage in North America, surpassing double-digit territory for the first time. This milestone comes after years of improvements in the Linux desktop ecosystem and growing frustration with Windows requirements and issues.

Pushes to arch AUR are suspendended right now.

https://lists.archlinux.org/static/hyperkitty/img/logo.png
Due to the current influx of malicious package adoptions and follow-up commits made via the AUR, package adoption is currently disabled while we are handling the situation. We will send a follow-up once we're able to. In the meantime, feel free to report suspicious adoption events or commits that haven't been dealt with yet, and stay vigilant! Hi everyone, We have now disabled pushes ...

MkLinux and the pimped-out Apple Workgroup Server 9150

Google detected unusual traffic from your network possibly due to malicious software or automated requests. Solving the CAPTCHA will let you continue using their services.

Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores

https://opengraph.githubassets.com/1f1705fa2dab49af89f75aeda459cedcfca33e6f7621a5b4c4755f716072f49a/syncular/syncular
Syncular is a server-authoritative, offline-first SQL sync system with a spec-first approach and two core implementations in TypeScript and Rust. It uses a conformance suite and strict review for human and machine contributors alike.

Seedance 2.5

Seedance 2.5 is a new video creation model that can generate high-quality, long-form videos with greater control and creativity, allowing users to produce complex stories and scenes with ease. The model has improved capabilities in multimodal reference generation, editing, and lighting control, making it suitable for various industries such as education, manufacturing, and film production.

ESP32-C3 SuperMini antenna modification

https://peterneufeld.wordpress.com/wp-content/uploads/2025/03/esp_c3_animated.gif
A user modified the ESP32-C3 SuperMini module's antenna to improve WiFi performance. The modification involved adding a 31mm length of 1mm silver-plated wire, creating a quarter-wavelength antenna that improved signal strength by 6-10dB.

Running Kimi K3 on MI355X at Better Performance per Dollar Than B300

https://www.wafer.ai/_astro/kimi-k3-mi355x.6oUrVrm5_2aNost.webp
Wafer's Kimi K3 model achieved high performance on AMD's MI355X GPU, reaching 952 tok/s/node and 118 tok/s single stream, outperforming NVIDIA's B200 and B300 nodes. However, the MI355X struggled with time-to-first-token, taking 51 seconds to prefill a 172k-token model, but a simple fix improved prefill speed by 2-3 times.