Featured post what's this? ✨ The Command Line That Never Died Inside Amadeus cryptic mode: the terminal language designed for teletypes that still backs a huge share of agency and GDS-sourced bookings worldwide.
Internet será irrespirable los días de fútbol y otros deportes. Telefónica extiende los bloqueos a Champions, tenis y golf.
Terminator: The Story of the 6502 Code You See Onscreen What are the origins of the 6502 assembly code that you see onscreen through the Terminator's vision? Dave traces its origins and explains its purpose. Comments with question marks get answered on our weekly ShopTalk!: https://youtu.be/iT0T52OV9B8
Thousands of rare concert recordings are landing on the Internet Archive -- listen now | TechCrunch Chicago-based music superfan Aadam Jacobs has been recording the concerts he goes to since the 1980s, amassing an archive of over 10,000 tapes.
What is jj and why should I care? jj is the name of the CLI for Jujutsu. Jujutsu is a DVCS, or "distributed version control system." You may be familiar with other DVCSes, such as git, and this tutorial assumes you're coming to jj from git.
Backblaze has quietly stopped backing up your data TLDR: Despite claiming to backup all your data, Backblaze quietly stopped backing up OneDrive and Dropbox folders - along with potentially many other things.
Back button hijacking is going away When websites are blatantly hostile, users close them to never come back. Have you ever downloaded an app, realized it was deceptive, and deleted it immediately? It's a common occurrence for me. But t
Lean proved this program was correct; then I found a bug. I fuzzed a verified implementation of zlib and found a buffer overflow in the Lean runtime.
Introducing a new spam policy for "back button hijacking" | Google Search Central Blog | Google for Developers April 13, 2026
DaVinci Resolve – Photo | Blackmagic Design Professional video editing, color correction, visual effects and audio post production all in a single application. Free and paid versions for Mac, Windows and Linux.
Building a CLI for all of Cloudflare We’re introducing cf, a new unified CLI designed for consistency across the Cloudflare platform, alongside Local Explorer for debugging local data. These tools simplify how developers and AI agents interact with our nearly 3,000 API operations.
The Solution Space I wanted to write this post in markdown, so I did a quick search for a browser-based editor, but quickly questioned why I was doing that. Instead of searching for one that I liked, I popped open codex to build me one. It coded a sufficient version in a co...
Send a Program, Not a Data Structure A look at one of the most underappreciated ideas in system design.
Your intuition of LLM token usage might be wrong I just finished a task with GPT-5.4-mini. Here’s the session summary from oh-my-pi (an agent harness):
Checking my model vibes against SWE-Bench Pro I thought GPT models felt slow and token hungry, and Claude models were faster. I was wrong.
The Command Line That Never Died Inside Amadeus cryptic mode: the terminal language designed for teletypes that still backs a huge share of agency and GDS-sourced bookings worldwide.
GitHub Stacked PRs Break large changes into small, reviewable, stacked pull requests with first-class GitHub support.
The Future of Everything is Lies, I Guess: Safety This is a long article, so I'm breaking it up into a series of posts which will be released over the next few days. You can also read the full work as a PDF or EPUB; these files will be updated as each section is released.
Why I Don't Ship Preferences Most software overloads users with settings — but what if that’s the problem? In this article we argue for fewer preferences and stronger defaults, showing how opinionated design reduces complexity, improves usability, and lets software just work.
Mailing things is Fun Sometimes I can't tell if I'm discovering a cool new hobby, or just getting old. Regardless, today I come to you with a tale of a little endeavor of mine.
Uses for nested promises – The If Works A recent conversation on Mastodon reminded me of some old JavaScript history. When promises were relatively new and the Promises/A+ spec was being developed, there was a request from people with backgrounds in functional programming to incorporate monads ...
What Happened After My Vercel Plugin Post Hit #1 on Hacker News 13 Apr 2026 What Happened After My Vercel Plugin Post Hit #1 on Hacker News
1 year of LLMs writing code for me I have been an early adopter of AI coding tools since they became genuinely useful. Here is what that actually looks like day to day, and why experience matters more than ever.
Why didn’t IPv6 work in my home network? Debugging why IPv6 was not working on my home network even though my ISP supports it.
The Lucy Syndrome: Why LLMs Forget Corrections | Victor Del Puerto LLMs don't remember yesterday. That gap has a name, a causal mechanism, and a fix that doesn't require better memory.
Average Is All You Need LLMs will make more of your average stuff. And that's OK. Here's how average SQL beats fancy attribution models when your agent writes the queries.
On The Simplicity of Humanness Just yesterday, Bryan Cantrill published a short piece that touches something that I think most of us fundamentally understand, but don't have the words. The article is very short, titled "The peril of laziness lost". I recommend you all read it. I plucke...
Home-cooked software - Ham Vocke Software can be a home-cooked meal. I experienced what that could mean first-hand.
Continuous Collision Detection as a Visual Effect Continuous collision detection is useful in physics engines and can also look quite cool.