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.

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.

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.

AI financial advice is surprisingly good, especially if you ask right questions

https://mitsloan.mit.edu/sites/default/files/styles/article_header_desktop/public/2026-07/ai-finance.png.webp?h=7691f918&itok=8U1Xc3t2
Researchers found that AI financial advice can be good but gets better with structured prompts. Following AI advice can result in sizable savings for individuals above 30, but it may not adjust well to life changes and relies on simple rules.

RFC 10015: Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 1.2

This document updates RFCs to deprecate or discourage the use of certain key exchange methods in DTLS 1.2 connections. It recommends avoiding non-ephemeral cipher suites due to security problems and side-channel attacks.

Postmortem for Kernel Soundness Bug #14576

https://leodemoura.github.io/static/images/leo.jpg
A soundness bug in Lean's kernel was reported and fixed on July 27, allowing a proof of False to be accepted. The bug was only reachable through metaprogramming and has been fixed along with other related bugs found by nanoda and an AI.

Unraveling the mysteries of habit formation

https://www.kyoto-u.ac.jp/sites/default/files/2026-07/2607-main-Asaoka_habit-forming-mice---image-1-98ca618076b46cf8ec989941bb1a5d1a.jpg
Researchers at Kyoto University developed a new training method to study habit formation in mice, discovering two distinct neural circuits that manage different aspects of habits. The study found that habit formation is more complex than previously thought, with significant individual differences in habit intensity and execution levels.

But can your calculator run Linux?

https://raymii.org/s/inc/img/hp-prime-g2-xcalc.jpg
The user is interested in running Linux on the HP Prime G2 calculator, which has a powerful ARM Cortex A7 CPU and 256 MB RAM, and has successfully updated an old Linux port to work with the calculator's newer touchscreen controller and keyboard. The user has made a pre-built download available for the calculator, which can be run without compiling the entire Linux system, and has also added ...

We accidentally built an LLVM compiler for Jax

https://iza.ac/images/jax-llvm.png
The authors built a quantum compiler called Catalyst for PennyLane, leveraging JAX to capture classical Python processing and represent it in MLIR, but discovered that pure JAX code can be compiled directly to machine code via LLVM. This bypasses the XLA compiler backend and enables quality of life improvements such as standalone AOT binaries, dynamically-shaped arrays, and native Python control flow.

The Art of 64-bit Assembly

https://nostarch.com/sites/default/files/styles/uc_product/public/art-of-64-bit-assembly-v2_frontcover.jpg?itok=Zp0NJ4P6
The book covers advanced programming topics including macros, Unicode strings, and object-oriented programming. It also covers concurrent programming, exception handling, and advanced parameter implementation.

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

Access to this resource has been restricted due to unusual traffic from your network. If you believe this is a mistake, please contact our support line and we will look into your request. Reference: f832f249272b81231814f1f98e74e87d Timestamp: 2026-08-02T04:10:07+02:00

How Google helped destroy adoption of RSS feeds (2023)

https://openrss.org/media/google-feedburner-dashboard.png
Google has a history of building products with RSS support, then removing it, which has led to a decline in RSS adoption. This behavior poses a threat to the freedom and openness of the internet, as users lose trust in RSS feeds due to Google's inconsistent support.

Morph (YC S23) Is Hiring Member of Technical Staff

We're hiring a performance engineer to optimize Morph's inference infrastructure, making it faster, cheaper, and more reliable. The ideal candidate has expertise in GPU performance, Python, and complex system optimization.

CISA Alert: Water Sector PLC Targeting

https://censys.com/wp-content/uploads/ARC_Sitrep_WWS-PLC_2026-07-pdf.jpg
CISA issued an alert warning of increased threat actor targeting of internet-exposed PLCs in Water and Wastewater Systems, causing boil-water notices and manual operations. Exposed hosts include 4,148 Rockwell/Allen-Bradley, 4,117 Siemens, and 2,072 Schneider Electric devices.

RipGrep musl binaries occasionally segfault during very-large searches

https://opengraph.githubassets.com/466478e38f8c4b0285ba6e7a260b0edac4bd7a3bf18187059df059b492c49ea9/BurntSushi/ripgrep/issues/3494
Ripgrep occasionally crashes with a SIGSEGV when searching very-large trees at high concurrency due to a heap metadata assertion failure in MUSL's mallocng. The bug can be reproduced by running a generated tree of 1.8M files with 20GiB of data and searching for an arbitrary string in a loop.

Anime User Interfaces

https://64.media.tumblr.com/9a2cb72f2cd6b1756e490135b0f62046/tumblr_mniucqFj5m1r2kbn7o1_r3_540.png

Nyctography: A substituton cypher by Lewis Carroll

https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Nyctograph_reconstruction.jpg/250px-Nyctograph_reconstruction.jpg
Lewis Carroll invented Nyctography, a substitution cipher, and the Nyctograph device in 1891 to write in the dark. It uses a system of dots and strokes on a gridded card with 16 square holes to represent an alphabet and record thoughts without light.

NetBSD 11.0

NetBSD 11.0 is released with various ISO images, including CD-ROM and DVD options, and users are advised to check installation notes for their architecture. The release includes fixes for security issues, such as hdaudio and ipfilter vulnerabilities, and open pullup requests will be committed to the stable branch for the upcoming 11.1 release.

Kenji/Serious Eats – 30-Min Pressure Cooker Pho Ga

If you are a reader experiencing an access issue, please contact [email protected]. To help us troubleshoot more quickly, you may include your IP address. You can find it by visiting icanhazip.com or whatismyip.com.

Explorative modeling: Train on the best of K guesses

https://alexiglad.github.io/assets/img/blog/xm/pred_images_ground_truth.png
Explorative Modeling is a new paradigm for generative modeling that increases generative expressivity by exploring multiple possible answers during training, improving existing models across images, video, and language. This approach enables end-to-end generation and scales generalization, with gains growing with model and data scale.

Walsh: Multi-agent research pipeline with risk manager that can veto trades

https://opengraph.githubassets.com/089e85c89c11315f5d7a2938ef9a38601a15b60f118f7e781d34a63c51ba2fc2/ats4321/walsh
Walsh is a multi-agent stock research system that routes each ticker through four specialized agents in parallel — Fundamental, Technical, Sentiment, and Macro — aggregates their theses via a confidence-weighted Portfolio Manager, then gates the final call through a Rule-Based Risk Manager that can veto or downgrade before any trade is executed. Backtest run: AAPL · MSFT · NVDA, Jan 2023 – ...

Glyphs 4 – the leading Mac font editor

https://glyphsapp.com/media/site/d052bea273-1785165125/glyphs4.png
Glyphs 4 is a leading Mac font editor that allows users to draw quickly, manage efficiently, and release with confidence. It offers various features such as customizable shapes, blending modes, and opacities, as well as a powerful left sidebar and kerning assistant.

The Greenhouse and the Lens: Two Modes of Agentic AI Work

A greenhouse and a lens both run on sunlight, and they do opposite things with it. The greenhouse traps ambient heat and holds it, so everything inside grows a little faster than it would outside: flowers, herbs, weeds, whatever happens to be in the soil. The lens takes the same light and concentrates it on a single point until that point catches fire. One gathers energy and lets everything ...

Show HN: Legionlinuxtui – Control Lenovo legion laptops in the terminal

https://raw.githubusercontent.com/nooneknowspeter/legionlinuxtui/main/public/legionlinuxtuidemo.gif
Ensure that the Lenovo Legion Linux Drivers and lm_sensors are installed properly on your system. You can install legionlinuxtui without having the NUR setup by using my NUR flake directly. legionlinuxtui-git builds from the latest commit from the main branch (rolling release) and legionlinux builds from each tagged version, so pick your poison. The application needs sudo privileges for I/O; ...

Linux on ESP32

https://opengraph.githubassets.com/4a704468ee363533a646979c4d8a7e2a1e1795609cc6a3838486d9a6da4c1298/GrieferPig/esp32-s31-linux
A custom CLIC driver is needed for S31 due to Linux expecting PLIC. OpenSBI was modified for XIP in flash and internal SRAM to save PSRAM memory.

Kobuk the Destroyer – Tales from the Wild, Unseen World of Test Engineering

An exuberant exploration of why the stuff we use (mostly) works—and a celebration of the unsung engineers who ensure it does., Kobuk the Destroyer, And Other Tales from the Wild, Unseen World of Test Engineering, Alex Davies, 9781324051299

A Uiua Type System

Moore's Law for Everything (2021)

https://moores.samaltman.com/images/social.png
My work at OpenAI reminds me every day about the magnitude of the socioeconomic change that is coming sooner than most people believe. Software that can think and learn will do more and more of the work that people now do. Even more power will shift from labor to capital. If public policy doesn’t adapt accordingly, most people will end up worse off than they are today. We need to design a ...

Designing Icons

https://lh3.googleusercontent.com/7RttQy-6t_UUDqIy2wY8hw89yb_ppJZSa_OrPG2DPlwFNKHTJ6G8cJxCHDOBmQYqpVmXtjEVgDHdfq6eKypjgxPiBePGd_r251LZ0MBo4j0dlFcSsIg
Material Symbols is a variable icon font with thousands of fonts across seven weights and three styles.

AI opens new era in cognitive studies of wild primates

https://news.emory.edu/sites/emorynews/files/shorthand/stories/7XXiiaGOuD/2026-07-28T18%3A13%3A54.762Z/assets/kaxouII40f/frame-at-0.000s-of-capuchins_square_clip-social-cover.jpg
Scientists created an AI system that uses facial recognition and real-time, touchscreen testing to automate cognitive studies of capuchin monkeys in the wild. The American Journal of Primatology published a proof-of-concept for the novel method — dubbed CapuchinAI — developed by researchers at Emory University and Georgia Institute of Technology. The article provides a roadmap for the first ...