LiteLLM Python package compromised by supply-chain attack

https://opengraph.githubassets.com/b08f0d4bd81d3bfed53bb4a30b44b510d36a01972535db490c3a4839d3d6b313/BerriAI/litellm/issues/24512
A malicious litellm package on PyPI contains a .pth file that steals credentials. Users who installed it via pip should rotate all credentials.

The bridge to wealth is being pulled up with AI

https://danielhomola.com/assets/images/dh_logo_small.png
The world we live in has two inheritance systems: a biological one that tends to revert to the mean and a legal one that compounds wealth, with the latter dominating the former due to its power-law distribution. The bridge between these systems, built through credentials and education, is being dismantled by artificial intelligence, leading to a widening gap between the wealthy class and everyone else.

Microsoft's "Fix" for Windows 11: Flowers After the Beating

https://www.sambent.com/content/images/size/w160/2025/07/370-----Photos-1.png
Microsoft changed the red X button during the GWX campaign in May 2016 to schedule Windows 10 upgrades instead of closing the dialog. The article does not mention how long it took to restore the ability to move the taskbar after it was removed.

Nanobrew: The fastest macOS package manager compatible with brew

Install macOS packages 7,000x faster than Homebrew. APFS clonefile, parallel deps, native Mach-O parsing. Written in Zig.

Debunking Zswap and Zram Myths

https://chrisdown.name/images/hnr.jpg
Use zswap for most people as it provides automatic tiering between compressed RAM and disk swap, gracefully degrading as memory pressure increases. zram is better suited for embedded systems or specific security requirements, but its block device architecture creates constraints and requires manual setup and management to achieve similar behavior to zswap.

Ripgrep is faster than grep, ag, git grep, ucg, pt, sift (2016)

https://burntsushi.net/stuff/ripgrep1.png
Ripgrep is a fast, cross-platform command line search tool that combines the usability of The Silver Searcher with the raw performance of GNU grep, offering features like Unicode support, regex engine options, and file type filtering. It is designed to be a hybrid of grep-like and ack-like tools, providing both speed and smart default searching capabilities, making it a suitable replacement ...

curl > /dev/sda: How I made a Linux distro that runs wget | dd

To replace a Linux installation with a new OS, you can pipe a pre-prepared disk image directly to the disk using a command like dd. This works by treating the disk as a file and writing to it directly.

Secure Domain Name System (DNS) Deployment 2026 Guide [pdf]

This document provides guidelines for securing the Domain Name System (DNS) infrastructure to protect against malicious activities and misuse, and to utilize DNS as a foundational layer of security control across the organization. The guidelines include recommendations for blocking harmful traffic, filtering out malicious categories of traffic, and using DNS as an information source to ...

Opera: Rewind The Web to 1996 (Opera at 30)

https://www.web-rewind.com/logos/rewind_logo.webp
An interactive journey through 30 years of the web

So where are all the AI apps?

https://www.answer.ai/posts/so-where-are-all-the-ai-apps/chart_01_pypi_package_creation.png
The AI effect on software productivity is not as significant as expected, with no overall increase in package creation or updates. Instead, a concentrated burst of updates occurred in popular AI packages, possibly due to increased funding and enthusiasm for AI.

Box of Secrets: Discreetly modding an apartment intercom to work with Apple Home

https://www.jackhogan.me/_vercel/image?url=_astro%2Fintercom.qcq0z6vp.jpg&w=750&q=100
The user and their friend Hazel hacked into their friend Frank's apartment complex's intercom system to unlock the gate using Apple Home. They used an ESP32 relay board, a Matter library in Rust, and a rectifying regulator to create a discreet device that could unlock the gate with a tap on Frank's phone.

Log File Viewer for the Terminal

https://lnav.org/assets/images/lnav-front-page.png
lnav automatically detects and processes log files, including compressed ones, with online help and previews. It outperforms standard terminal tools in processing large log files like a 3.3GB access log.

LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?

https://dnhkng.github.io/assets/img/qwen_comparison.webp
The user discovered a method called RYS (Repeat Your Self) that improves model performance by duplicating middle layers in a transformer model, and found that this method works on multiple models, including Qwen3.5-27B, confirming that transformer reasoning is organized into discrete functional circuits. The user also found that a single contiguous block in the mid-stack is the best first ...

io_uring, libaio performance across Linux kernels and an unexpected IOMMU trap

https://miro.medium.com/v2/resize:fit:700/1*_63cjeOMFI3IiRjWdVflow.png
The performance of io_uring improves significantly on newer Linux kernels, with the fastest configuration being 1.4x faster on newer kernels compared to older kernels. However, a performance regression was observed between kernels 5.4 and 5.15 for both libaio and non-polled io_uring, which was caused by Intel IOMMU being enabled by default between releases.

LaGuardia pilots raised safety alarms months before deadly runway crash

https://i.guim.co.uk/img/media/686cb0ec7d3fc230984fff7e321015a5227ea454/0_0_1920_1080/1920.jpg?width=465&dpr=1&s=none&crop=none
Pilot safety concerns were filed months before a collision at New York's LaGuardia airport left two pilots dead and 41 injured. The concerns included air traffic controllers' failure to provide guidance on nearby aircraft and a shortage of air traffic controllers.

MSA: Memory Sparse Attention

https://raw.githubusercontent.com/EverMind-AI/MSA/main/assets/fig1_scaling.png
Researchers present Memory Sparse Attention (MSA), a scalable sparse latent-state memory framework for efficient end-to-end memory model scaling. MSA achieves near-linear complexity and <9% degradation from 16K to 100M tokens.

NanoClaw Adopts OneCLI Agent Vault

https://nanoclaw.dev/nanoclaw-flow-dark.gif
NanoClaw adopted OneCLI as its default credential and proxying layer for secure agent access. OneCLI's Agent Vault provides fine-grained controls and policies to limit agent access and prevent potential damage.

iPhone 17 Pro Demonstrated Running a 400B LLM

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

Autoresearch on an old research idea

https://ykumar.me/blog-images/eclip/agent_loop_light.webp
User tried Autoresearch on a research problem with Claude Code, an LLM agent. The agent improved a Mean Rank metric by modifying a single file, train.py, and reduced the metric by 54% in 42 experiments.

BIO – The Bao I/O Co-Processor

https://www.crowdsupply.com/img/b45c/541def27-116b-49ef-8b91-8428ab5ab45c/pio-utilization_png_md-xl.jpg
The author created an I/O co-processor called BIO, which is a more efficient and flexible alternative to the Raspberry Pi's PIO, consuming about half the area of the PIO and achieving over 4x the clock rate when ported to an ASIC flow. The BIO uses a RISC-V 32-bit core and has a spacious 4 kiB of RAM, allowing for more complex code and higher-level features such as fixed-point math and ...

Missile Defense Is NP-Complete

https://smu160.github.io/images/two_interceptors_one_warhead.gif
Missile defense is a hard problem due to unreliable interceptors and a complex allocation problem. The optimal solution is NP-complete, but recent research has developed algorithms to solve instances with thousands of targets and interceptors in seconds.

No-build, no-NPM, SSR-first JavaScript framework if you hate React, love HTML

Qite.js is a lightweight frontend framework that enhances HTML with declarative behavior without requiring a virtual DOM or complex setup. It allows you to write components in plain JavaScript, separate from HTML and CSS, and works naturally with standard CSS transitions and animations.

The Jellies That Evolved a Different Way to Keep Time

https://www.quantamagazine.org/wp-content/uploads/2026/03/JellyfishClock-crKristinaArmitage-Lede-scaled.webp
The passage of the sun across the sky — dawn, day, dusk, night — drives the clock of life. Some species wake with the sun and sleep with the moon. Others do the opposite, and a few keep odd hours. These naturally driven, 24-hour biological cycles are known as circadian rhythms, and they do more than cue bedtime: They regulate hormones, metabolism, DNA repair, and more. When life falls out of ...

A 6502 disassembler with a TUI: A modern take on Regenerator

https://raw.githubusercontent.com/ricardoquesada/regenerator2000/main/docs/regenerator2000_logo.png
The tool is an interactive 6502 disassembler for Commodore 8-bit computers with features like live disassembly and breakpoints. It has a TUI with modern features like x-ref and keyboard-driven navigation.

FCC updates covered list to include foreign-made consumer routers

Dune3d: A parametric 3D CAD application

https://raw.githubusercontent.com/dune3d/dune3d/main/screenshot.png
The user created Dune 3D, an open-source 3D CAD application, to address dissatisfaction with existing options like FreeCAD and Solvespace. It combines Open CASCADE for geometry and Solvespace's solver for constraints.

Claude Code Cheat Sheet

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/content/images/size/w160/2025/08/peter.jpg
Mozilla AI is developing an open-source platform called cq to share knowledge between AI agents, preventing them from wasting resources and energy by learning from each other's experiences. The goal is to create a sustainable and standardized way for AI agents to share knowledge, ensuring that the benefits of AI are accessible to all without relying on a few big companies.

Major insider trading on oil detected ahead of Iran talks

Please enable JS and disable any ad blocker

Microservices and the First Law of Distributed Objects (2014)

https://martinfowler.com/articles/images/distributed-objects-microservices/local-remote.png
The author of Patterns of Enterprise Application Architecture initially opposed distributed objects due to the difference in behavior between in-process and remote calls. However, microservices don't violate this law as they don't aim for in-process/remote transparency.