Seed: Interactive software environment based on Common Lisp

https://opengraph.githubassets.com/fe02d9dcbc6f196ae2bf66d5bc0f3e8e6feda07810a0d519db50f534130d005e/phantomics/seed
Seed is an interactive software environment based on Common Lisp that allows building software locally or remotely and presents programs in various display modes. It integrates ASDF and Quicklisp, and can be installed using a Lisp file and Node.js dependencies.

How to build a coding agent

https://ghuntley.com/content/images/size/w1200/2025/07/how-to-build-an-agent.001.jpg
The speaker, Geoffrey Huntley, explains how to build a coding agent using a highly agentic model like Claude Sonnet, and demonstrates the process by creating a coding agent that can read files, list files, execute bash commands, edit files, and search source code. The speaker emphasizes the importance of personal development and investing in oneself to stay ahead in the tech industry, which ...

Turning Claude Code into My Best Design Partner

The user improved their approach to working with Claude Code by asking it to create a plan document for complex tasks, which becomes the source of truth and helps avoid context limit issues. By treating the plan document as a living document and updating it during implementation, the user can efficiently continue the conversation and ensure a clear record of the development process.

Valve Software handbook for new employees [pdf]

Why do I need to pick my own projects?, But how do I decide which things to work on?, How do I find out what projects are under way?, Short-term vs. long- term goals, What about all the things that I’m not getting done?, How does Valve decide what to work on? Can I be included the next time Valve is deciding X? Your Most Important Role Hiring, Why is hiring well so important at Valve?, How do ...

Buy a Faster CPU

https://blog.howardjohn.info/images/perf-linux-compile.png#center
Corporations are spending $500/year on AI coding tools but could upgrade to top-end CPUs for $170/year, a significant cost difference. Upgrading to top-end CPUs can greatly improve productivity, making them a more cost-effective option.

Equal Earth – Political Wall Map (2018)

https://equal-earth.com/images/home/Slide_Show1-5.jpg
The Equal Earth Wall Map is a free, large-scale map showing countries and continents at their true sizes, available for download in three versions. It's designed for schools and organizations, with a professional design and 2,600+ map labels.

Wildthing – A model trained on role-reversed ChatGPT conversations

A model trained on role-reversed ChatGPT conversations

Setting serial baud rate on ESP-IDF does nothing

https://substackcdn.com/image/youtube/w_728,c_limit/vTLCWy7jDfM
The newsletter discusses a common Arduino code line and its limitations when using ESP32 boards with native USB support. The author tests data transfer speeds and finds that they exceed expected baud rates.

Rolling the dice with CSS random()

https://webkit.org/wp-content/uploads/starfield-demo.png
The random() function in CSS allows for spontaneous and fresh animations without JavaScript. It generates random numbers within a specified range for various properties like animation delay, layout, and color.

ThinkMesh: A Python lib for parallel thinking in LLMs

https://opengraph.githubassets.com/a224f80419e8735dcaebfffe2d20c75c64ff822fb2eae54e252580bdc397f95f/martianlantern/ThinkMesh
ThinkMesh is a Python library for parallel reasoning and scoring diverse paths with internal confidence signals. It supports offline Hugging Face Transformers and vLLM/TGI, and hosted APIs.

Line scan camera image processing for train photography

https://pics.dllu.net/file/dllu-pics/rgb_0_prod_no_denoise_450228d70b868eb2.jpg
The user uses a line scan camera to capture images of trains and other objects, and has developed a technique to detect moving objects by computing an "energy function" that weighs the image gradient against the maximum pixel value. The user has also implemented a speed estimation technique using the camera's Bayer array and a patch-based denoiser to remove noise from the images, and is ...

Marshal madness: A brief history of Ruby deserialization exploits

https://blog.trailofbits.com/img/ruby-deserialization-exploits-timeline.svg
Ruby's Marshal deserialization exploits have a decade-long history of patches and bypasses, demonstrating the futility of addressing symptoms rather than root causes. The persistence of these issues in the Ruby ecosystem requires fundamental changes, such as deprecating and removing the Marshal module.

The cost of interrupted work (2023)

The 23 minutes and 15 seconds recovery time after an interruption is mentioned in interviews by Gloria Mark, but not found in any primary printed source. It originated from Gloria Mark's statements, not from a specific paper or study.

What if every city had a London Overground?

https://images2.dwell.com/photos/6063391372700811264/7358199333193977856/original.jpg?auto=format&q=35&w=160
The London Overground is a successful public transit system that has transformed from underused and neglected lines to a spacious, airy, and quiet network with 113 stations and 104 miles of track. It has become a symbol of quality and civic pride, connecting underserved areas and boosting local economies.

How can AI ID a cat?

https://www.quantamagazine.org/wp-content/uploads/2025/04/AI-Visual-Explainer_cr-James-OBrien-Lede.webp
Researchers use neural networks to classify objects by training them on large datasets, where the networks learn to recognize patterns and boundaries in complex data spaces. Neural networks can be used for various tasks, including image recognition, language processing, and problem-solving, and have applications in fields such as astrophysics, biology, and medicine.

Physics of badminton's new killer spin serve

https://cdn.arstechnica.net/wp-content/uploads/2025/08/badminton1-640x360.jpg
Chinese physicists studied the spin serve in badminton, a banned technique that adds pre-spin to the shuttlecock before contact. Their research found that pre-spin affects the shuttlecock's trajectory, prolonging oscillation and creating a "dip and sway" pattern.

Show HN: Port Kill – A lightweight macOS status bar development port monitor

https://opengraph.githubassets.com/1039c9ecdcd9f9c8d325ce9e25b86a04c2173b29c020d234798c145e011d4be6/kagehq/port-kill
A lightweight macOS status bar app that monitors and manages development processes running on ports 2000-6000. The app provides real-time process detection and allows you to kill individual processes or all processes at once.

Evaluating LLMs for my personal use case

https://darkcoding.net/images/2025/08/evals-latency-by-model.png
The user conducted an evaluation of various AI models, including reasoning and non-reasoning models, using 130 real prompts from their bash history and found that most models performed well, with speed and cost being key factors. The user recommends using multiple models at once, as seen in their tmux script, and suggests that even expensive models like Sonnet may not be necessary, given the ...

What makes Claude Code so damn good

https://minusx.ai/images/claude-code/banner2.png
Claude Code is a delightful AI agent that provides a great user experience by leveraging the strengths of the LLM model and using simple, well-crafted prompts and tools. Its design emphasizes simplicity, avoiding over-engineering and multi-agent systems, and instead focusing on a single main thread and a flat list of messages to maintain control and ease debugging.

Agentic Browser Security: Indirect Prompt Injection in Perplexity Comet

https://brave.com/static-assets/images/default-post-image.png
Researchers at Brave discovered a vulnerability in Perplexity's Comet AI assistant that allows attackers to inject malicious instructions through webpage content, enabling cross-domain access and sensitive data exfiltration. The attack highlights the need for new security and privacy architectures in agentic browsing.

Static sites with Python, uv, Caddy, and Docker

https://nkantar.com/static/images/favicon600.gif
The user uses a uv-based stack for building and serving static sites, leveraging Caddy for serving and uv for Python management. They share a Dockerfile and Caddyfile setup for their sus URL shortener.

Programming People (2016)

https://i.imgur.com/Q4GZKHv.gif
special thanks: ScudsCorp, wycats, S. Sever

A 2k-year-old sun hat worn by a Roman soldier in Egypt

https://th-thumbnailer.cdn-si-edu.com/x4sl-axtAHqylph2uRJEvt_0NWQ=/1026x684/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer_public/08/90/08904cbc-097a-4518-bf3c-37768924c879/hat.jpg
A 2,000-year-old Roman felt hat, donated by Egyptologist William Petrie, has been restored and is on display at Bolton Museum in England. The hat, likely made for a Roman soldier in Egypt, is one of only three surviving examples of its kind and dates back to after Cleopatra's death in 30 B.C.E.

RFC 9839 and Bad Unicode

https://www.tbray.org/ongoing/potd.png
The IETF published RFC 9839, which explains problematic Unicode characters and offers three subsets to exclude from text fields, especially when using JSON. The RFC is simpler and more useful than PRECIS, but still provides a way to define and enforce subsets of the Unicode character repertoire.

Motion (YC W20) Is Hiring Principal Software Engineers

https://app.ashbyhq.com/api/images/org-theme-social/fd4042c5-a696-4b26-9058-2ac8131c2d75/ba054e11-b6a5-49eb-bfa7-65f4f442dec5/fab07bab-a363-44f7-8435-32f76868d3d3.png
Motion is building an AI project manager to let a single human manage 100x more work, done by both AI and people. They're hiring an experienced software engineer to help scale the company and work on high-impact projects with a competitive salary and visa sponsorship.

Texas Instruments’ new plants where Apple will make iPhone chips

https://image.cnbcfm.com/api/v1/image/108189309-1755803658905-Tech_TI_SS_033300.png?v=1755803824&w=750&h=422&vtcrop=y
Texas Instruments is building seven new factories in the US to produce chips for major customers like Apple and Nvidia. The $60 billion project aims to create 60,000 US jobs and increase TI's capacity fivefold.

Acronis True Image costs performance when not used

https://randomascii.wordpress.com/wp-content/uploads/2025/05/image_thumb.png?w=632&h=326
The user installed Acronis True Image to migrate data to a new SSD, but left it installed and it caused high CPU usage when plugging or unplugging an external monitor.

Why was Apache Kafka created?

https://substackcdn.com/image/fetch/$s_!EmZj!,w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84290a14-c8e4-4bd7-b10c-03dfe7793d37_1200x630.png
LinkedIn created Kafka to solve a data integration problem, but the system had several issues, including manual maintenance, large backlogs, and lack of integration between systems. To address these problems, LinkedIn developed a schema-driven approach, treating schemas as first-class citizens, which proved effective but was not incorporated into the Kafka product.

My original Palm IIIx

https://substackcdn.com/image/fetch/$s_!yLvQ!,w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0423e775-137a-41a5-be06-31d3be4f1edb_768x1024.jpeg
The user found their original Palm IIIx, a relic from 1999, while cleaning and was able to reactivate it with new batteries. The Palm IIIx has a monochrome screen, runs on AAA batteries, and lacks WiFi or network connectivity, making it nearly useless today.

Debdelta

debdelta is a Debian package suite that computes changes between packages called deltas. It's available as a Debian package and generates deltas for upgrades of packages in the Debian repository archives.