The Internet Is Kind of a Predatory Cesspit Now

https://www.stephendiehl.com/images/sd-social-preview.png
The author reflects on the evolution of the internet from its early days as a public square for obsessive amateurs to a highly optimized machine for detecting human vulnerability and placing payment links beside it. The modern internet has become an industrial system for manufacturing weakness at scale, where people are conscripted into promoting investments they barely understand.

Tether: iMessage, SMS, etc. on Linux

https://zackbartel.com/img/tether/messages.webp
The author transitioned to Linux and found Continuity features from macOS lacking, particularly OTP code autofill. Tether aims to replicate these features on Linux, initially focusing on clipboard sync before expanding to other areas.

SQLite as a Document Database (2020)

SQLite has a new feature called generated columns, allowing JSON data to be inserted and indexed like a document database. This enables treating SQLite as an embedded document database for lightweight applications.

Calibrate Before You Accelerate: Bias Toward Action in a New Role

https://tucker.wales/static/media/sledgehammer-blueprints.jpeg
The author advises against rushing to prove oneself in a new job, instead focusing on building context and understanding the "why" behind processes. By doing so, one can make more informed decisions and take targeted action that drives meaningful change.

Sleepwalker: Passive Backdoor with Its Own Command Language

https://r136a1.dev/assets/images/posts/sleepwalker-a-passive-backdoor-with-its-own-command-language/sleepwalker_lifecycle.png
SLEEPWALKER is a passive backdoor that activates when the host process carries the name ERAAgent.exe, and it never contacts a fixed C2 address. It uses six transports including DNS triggering, VMCI, ICMP, named pipes and TCP/UDP connections to deliver commands over the network. The malware has 23 instructions covering scheduling, staged file delivery with SHA-256 verification and in-memory execution.

Indirect Calling of Nested Functions on GCC Without Executable Stack

The user discussed a hack to support older versions of GCC by using trampolines and the __builtin_call_with_static_chain built-in function. This allows calling nested functions without requiring an executable stack, addressing security concerns.

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io/og/site
A tool called Typebase-io-cli helps create a fully typed server with database schema, actions, and auth in a single folder, allowing for explicit authorization and backend functions that live in code. It enables developers to deploy their server on various platforms without owning any servers.

Vim's UserGettingBored Autocmd

Vim has a joke autocmd called UserGettingBored that doesn't do anything, but it was first added in 2000. An unofficial plugin created in 2022 finally brings the joke to life by displaying Samuel L. Jackson when a key is pressed 42 times.

Quantifying Colour

Colours can be precisely quantified using numbers, with the LMS colour space representing all perceivable colours. However, this is not the standard way to describe colours, and instead RGB values are commonly used. The CIE XYZ colour space uses standardized primaries that are imaginary and do not correspond to physical quantities. Chromaticity spaces like xy chromaticity provide a convenient ...

Glacier Mice

https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Mousses_sur_le_fell_field%2C_Ditrichum_strictumLycopodium_magellanicum_-_panoramio.jpg/250px-Mousses_sur_le_fell_field%2C_Ditrichum_strictumLycopodium_magellanicum_-_panoramio.jpg?utm_source=en.wikipedia.org&utm_campaign=parser&utm_content=thumbnail
Glacier mice are colonies of mosses and other organisms found on glaciers, with movement patterns that appear to be herd-like behavior. They can persist for six years or longer, creating a suitable ecosystem for microorganisms on the glacier surface.

Samsung's Processing-in-Memory (PIM)

https://substackcdn.com/image/fetch/$s_!wrBL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb38cdff5-a0de-4ff3-9084-3ea98bfeeccb_1903x1063.png
Samsung's LPDDR5X-PIM technology enables in-memory compute by implementing MAC units within LPDDR5X chips, allowing for high-bandwidth processing. This approach can achieve significant performance gains compared to standard LPDDR5X, but poses challenges for software due to mode switching and cache coherency issues.

Good Culture Is the Biggest Productivity Hack, Not AI

https://substackcdn.com/image/fetch/$s_!XhMq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F739ac7e0-a0d3-4bfb-9794-71f7aa57d86d_1600x773.jpeg
The author emphasizes that a great culture is more important than AI tools for increasing productivity, as it affects how people work together and communicate. A good culture can amplify the benefits of AI, but bad culture can hinder its effectiveness.

Creating the Aetheryte Radio

The author, an engineer, created a seamless ambiance experience from a 7-minute video by extracting the audio assets and using the Web Audio API to recreate them. They used plugins like SoundFilter to identify the desired asset and then processed it with JavaScript code.

EVE Online moves to Python 3

https://images.ctfassets.net/7lhcm73ukv5p/10Rhvhp4sDoPVTWyiyRExO/35fcf4d29ac21e8b16aef02522486c3a/2025.11.13.11.49.png?w=850&fm=webp&q=75
EVE Online is transitioning from Python 2 to Python 3, aiming for a completely unnoticeable change. The first stage of the migration has been deployed on Tranquility, with further updates and testing planned in the coming months.

DHS is using obscure law to snoop on journalists, non-profits, unions

https://i.guim.co.uk/img/media/7328625af2e84fcd3e32fe0cf1bd7a8acec89714/0_0_4000_2667/master/4000.jpg?width=465&dpr=1&s=none&crop=none
The Trump administration has used a customs law to obtain private information on journalists, non-profits and unions without judicial oversight. The government obtained phone records for a Minneapolis journalist and sought YouTube account information from several individuals, raising concerns over the power of the executive branch.

Nancy Grace Roman Space Telescope

https://assets.science.nasa.gov/dynamicimage/assets/science/missions/rst/kennedy-arrival/fNnE7bcaHe57cjGju5VmzA.jpg?w=1920&h=1280&fit=clip&crop=faces%2Cfocalpoint
Roman space telescope launches on August 30, 2026 at 07:26 am EDT on a SpaceX Falcon Heavy rocket. The observatory was built by technicians after NASA's Nancy Grace Roman Space Telescope project.

GrapheneOS project: pixel 11 no longer supports hardware memory tagging (MTE)

We have a partial port of GrapheneOS to the Pixel 11 series after a week of work on it. We're unable to complete the port due to lack of support for ARM hardware memory tagging in software, firmware and near certainly hardware. It appears Google cut an important security feature to save money.

Boot a Virtual iPhone via Apple's Virtualization.framework

https://raw.githubusercontent.com/Lakr233/vphone-cli/main/docs/demo.jpeg
This tool creates a virtualized iOS environment for testing and development, allowing users to download, patch, and restore iOS images. It also provides features like automatic provisioning, E2E testing capabilities and host control through a socket.

Htmx 4.0

https://four.htmx.org/img/htmx-4-quattro.png
The htmx team has released version 4.0.0, marking the culmination of 8 months of work after adopting fetch() API and async programming in JavaScript. The new release includes significant changes such as explicit attribute inheritance, standardized event names, and improved history support without localStorage usage by default.

Show HN: Galaxium, an experimental WebGPU space explorer

https://galaxium.app/social-preview.jpg
Explore the universe in 3D: fly from Earth to planets, stars, nebulae and distant galaxies, right in your browser.

Hunting Down a Go Runtime Bug on 32-Bit Embedded Systems

https://sigma-star.at/assets/images/pingu-neutral.svg
A Go application crashed on a 32-bit ARM embedded Linux system due to an internal assumption in the netpoll mechanism, which expected EPOLLIN as the only firing event. The issue was resolved by changing how netpoll tells event fds and socket fds apart, removing aliasing between raw pointers and tagged pointers.

StemDeck, a free, open-source and local AI stem separator

https://raw.githubusercontent.com/stemdeckapp/stemdeck/main/imgs/screenshot/stemdeck.png
StemDeck is a free, open-source audio stem separation tool that processes existing audio files locally on your machine. It separates up to six stems (vocals, drums, bass, guitar, piano, other) from uploaded or pasted audio files.

A better SQL in 11 lines of code

Prela is a query language using only binary relations, simplifying data modeling by decomposing tables into two-column mappings. It leverages relation composition and operators like .select and .where to build queries, enabling concise and composable data retrieval.

Europe's last regular standard-gauge steam passenger service

https://parowozowniawolsztyn.pl/wp-content/uploads/2024/08/logo_top_pw.png
Pociąg Pt47-65 w okresie od 20 sierpnia do 28 sierpnia prowadzony będzie przez SM42 6D. Bilety dostępne na stronie www.koleje-wielkopolskie.com.pl.

I accidentally turned LLM memory into program analysis

https://pwning.systems/og.png
The author created a Datalog engine for LLMs to improve their memory and reduce hallucinations during vulnerability research. The system allows the model to maintain its analysis state, track dependencies, and invalidate conclusions when new information is discovered.

The growing divide between AI hype and software engineering reality

https://optimizedbyotto.com/post/why-open-source-projects-ban-ai/featured-image.jpg
Experts argue that Large Language Models (LLMs) are not getting smarter, but rather better at fooling humans with their convincing output. Many open-source projects, including Linux distributions like Debian, are considering banning AI use to ensure quality and efficient human time usage.

Time complexity of operations on Python's built-in types

https://docs.python.org/3.16/_images/social_previews/summary_library_time-complexity_afa55074.png
This document explains the time complexity of various operations on built-in types in CPython, with Big O notation describing how running time grows with input size. The costs assume exact built-in types and account for resizing and collisions.

Inception-style curved map for turn-by-turn directions

Orbify Demo 2 v72 — interactive Gaussian-splat navigation visualization.

Debian votes to allow "responsible use of generative AI"

Debian's general-resolution vote on generative AI tools resulted in choice 5: Responsible Use of Generative AI being the winner. The project acknowledges that such tools can improve productivity but still expects contributors to review and test their output before submission.

Just the rumour of a bug is enough to find an exploit these days

https://anil.recoil.org/images/vulncheck-2026.webp
The author released a security fix for OCaml's cohttp 6.3.0, but noticed probes in live webserver logs with the exact bug pattern just minutes after opening the PR to fix it, indicating automated exploit generation is now possible within seconds. The traditional security process needs to be inverted to prioritize private patch development and rapid release over secrecy of details.