OpenAI to Acquire Astral

pydevtools.com · Mar 19 · ✨ AI ·

OpenAI announced today that it will acquire Astral, the company behind uv, Ruff, and ty. The Astral team will join OpenAI’s Codex group after the deal closes, subject to regulatory approval.…

One Year with AI in Production: The Autonomy Myth and What Actually Works

teotti.com · Mar 19 · ✨ AI ·

AI agents won't ship features while you sleep (yet), but they will change who can contribute to your codebase

Radix Trees Are Everywhere

random.qmx.me · Mar 19 · 🧩 Programming ·

I had no clue what a radix tree was until I started digging into SGLang, an inference server everyone claimed was “memory-efficient.” I ran it, read the docs, saw them throwing around “chunks” and…

~acp2ollama~ in Emacs for fun and profit

fritzgrabo.com · Mar 19 · 🧩 Programming ·

A hands-on look at using acp2ollama to connect ACP agents to Emacs packages that speak the Ollama API — with results ranging from 'works great' to 'probably don't bother.'

From Commerce to Campus: A New Stack, A New Purpose

kore-nordmann.de · Mar 19 · 🧩 Programming ·

After fifteen years of founding companies and scaling commerce platforms, I'm now a software architect at FernUni Hagen, building a Learning Analytics data platform that helps students succeed, with…

MacOS malware persistence 5: cron jobs. Simple C example

cocomelonc.github.io · Mar 19 · 🛡️ Sysadmin & Security ·

Ruby Deserves Beautiful Documentation

paolino.me · Mar 19 · 🧩 Programming ·

The Ruby community doesn't have a great documentation theme. So I made one. Jekyll VitePress Theme brings VitePress's docs UX to Jekyll.

That curious Layout behavior

snopia.net · Mar 19 · 🧩 Programming ·

There’s a fascinating behavior in SwiftUI with the Layout protocol. A Layout is not a View. When you create a Layout, you size and place views, but you don’t declare a body. And yet, it’s perfectly…

The last two years with AI tools: what changed, what didn’t

coorasse.com · Mar 19 · ✨ AI ·

After a year of AI-assisted development at a real web agency: what genuinely helps, what's overhyped, and why software engineering matters more than ever.

Consensus Board Game

matklad.github.io · Mar 19 · 🧩 Programming ·

I have an early adulthood trauma from struggling to understand consensus amidst a myriad of poor explanations. I am overcompensating for that by adding my own attempts to the fray. Today, I want to…

my first patch to the linux kernel

pooladkhay.com · Mar 19 · 🧩 Programming ·

How a sign-extension bug in C made me pull my hair out for days but became my first patch to the Linux kernel!

Adding Counters & Traces to Unreal Insights & Stats System

tomlooman.com · Mar 19 · 🧩 Programming ·

The only sane way to optimize your game is by having good profiling metrics in game code. Unreal Engine comes packed with several good profiling tools and the Stats System (controlled by Stat…

Your --help was the ugliest screen in the app

micasa.dev · Mar 19 · 🧩 Programming ·

Kong parsed my arguments for four months. It worked fine. It also didn’t generate shell completions, so micasa had none. And --help was plain monochrome text next to a TUI with a color palette…

The associations people make

andreinc.net · Mar 19 · 🧩 Programming ·

A silly story is easier to remember .octo-canvas-wrap { width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; margin: 2rem 0; } .octopus-graph { width: 600px; height:…

The best engineers just get shit done, sometimes with AI

swizec.com · Mar 19 · 🧩 Programming ·

The best engineers I know never talk about their AI setup. The worst engineers I know only talk about their AI setup.

On using spec-driven development and agent swarms

joshmock.com · Mar 19 · 🧩 Programming ·

I've been experimenting with specification-driven development (SDD) using GitHub's Spec Kit on some greenfield work as well as for some long-open issues on a couple TypeScript projects I maintain at…

Use your own domain for your code forge hosted Go modules

jo-m.ch · Mar 19 · 🕸️ Web & Internet ·

If you have a domain name, you possess (ok, rent) your very own little corner of the internet. Congrats! When you now publish a Go module as github.com/jo-m/mymodule, you hand over part of that…

PHPUnit 13: Managing return values for parameter sets

blog.bitexpert.de · Mar 19 · 🧩 Programming ·

Learn how to simplify your testing workflow with PHPUnit 13's latest features. This post covers a key improvement: easily mocking multiple method calls with varying parameters.

Building chef-py: Replacing Chef with Python

paul.mou.dev · Mar 19 · 🧩 Programming ·

Introduction # I’ve been using Chef for server configuration for a while now. It works, but there’s always been friction. I don’t write Ruby anywhere else, so every time I need to…

Transformers as Constrained Optimization

jiha-kim.github.io · Mar 18 · ✨ AI ·

Rewriting a pre-norm decoder-only transformer as a mixed-geometry constrained splitting scheme: RMSNorm as radial gauge fixing, attention as an entropy- or KL-constrained simplex solve, and residual…

Every layer of review makes you 10x slower

tomhipwell.co · Mar 18 · 🧩 Programming ·

The truism in the title tells you all you need to know. I’ve been pondering this question lately (to review or not to review?) and I think this post lands a series of sensible points. Worth a…

I Handed Off Maintenance of My Chrome Extension to AI

blog.bymitch.com · Mar 18 · 🧩 Programming ·

About one year ago I wrote about a chrome extension I created called reject-cookies. The basic premise was that it automatically rejects cookie banner pop-ups, saving you a couple tedious clicks. The…

More tools to train your team

blog.wearehorizontal.org · Mar 18 · 🧩 Programming ·

Another month, another Shira release. After releasing private quizzes last month, we're expanding on the new feature with two major improvements: more detailed Results and bulk user upload. More…

hledger and AI: Managing Your Finances in Plain Text

shinglyu.com · Mar 18 · 🧩 Programming ·

I was scrolling through YouTube late one evening when a video on plain text accounting caught my eye. It immediately clicked. I’ve been managing my finances with a patchwork of Excel spreadsheets for…

Apollo v1.0 - The Launch

orbitalmartian.vercel.app · Mar 18 · 🧩 Programming ·

T-0s, we have lift off.

Write Skills Like Workstations, Not Prompts

anup.io · Mar 18 · ✨ AI ·

Claude Code skills work best when you treat them as workstations, not prompts: folders with scripts, gotchas, templates, and progressive disclosure that manage the agent's attention budget at runtime.

18 March 2026 Artifact Wave

commonsware.com · Mar 18 · 🧩 Programming ·

Here is what we got as new Jetpack artifacts this week!

fix "the dependency requires Elixir ~> 1.16 but you are running on v1.14" on Ubuntu

russell.ballestrini.net · Mar 18 · 🧩 Programming ·

Ubuntu 24.04 ships Elixir 1.14 & OTP 25 but the Phoenix dependency tree requires 1.15+. Here's what to do about it & why Ubuntu 26.04 fixes everything.

CNN Build - Weight Init Rabbit Hole

habib.bearblog.dev · Mar 18 · 🧩 Programming ·

Context — What I was trying to do mid implementing cnn from scratch , got to weight init, hit the question which to use - He or Xavier, also why to use them in the first place and how ReLU is related…

Why I'm Building an Open Source Alternative to Basecamp

arnold.gamboa.ph · Mar 18 · 🧩 Programming ·

I remember the exact moment I realized the traditional SaaS pricing model was broken. We had just landed a new client at the agency, and we needed to bring three of their stakeholders into our…

Extropians Archive (with OpenAI embeddings)

boydkane.com · Mar 18 · 🧩 Programming ·

Claude & I vibecoded an interface for the extropians mailing list. It’s live! Have a look here: extropians.boydkane.com/.

Teaching Your AI to Use Your Component Library

webdev-sb.blogspot.com · Mar 18 · 🧩 Programming ·

AI coding assistants keep hallucinating EUI props. You paste in documentation, it gets ignored thirty messages later. You end up debugging code where half the props don't exist. The fix is an MCP…

Read Less, Steer More

blog.ezyang.com · Mar 18 · ✨ AI ·

I was coaching some juniors on effective use of AI coding agents (like, looking over their shoulder as they were prompting the LLMs) and one reoccurring theme was that the AI agents were demanding a…

Getting Ziggy With It

re.factorcode.org · Mar 18 · 🧩 Programming ·

It is possible that the next Factor release will be re-implemented in the Zig programming language and be faster in many cases compared to the current C++ VM. As a reminder, we have had several…

Building My Understanding of AI From The Ground Up

maheepk.net · Mar 18 · ✨ AI ·

I’ve been circling the AI bonfire for about a year and a half now. Built inference infrastructure, wrangled CUDA kernels, sweet-talked MPS into cooperating on my Mac, deployed LLM serving pipelines…

The DCO Debate: Who Is Responsible for AI-Generated Code?

adventures.nodeland.dev · Mar 18 · ✨ AI ·

AI-assisted development is already a reality, and the open source community is coming together to figure out how to manage it. Many major projects and organizations now agree on a few key ideas:…

Two things I did not know

thoughts.uncountable.uk · Mar 18 · 🧩 Programming ·

I have a wordpress website and develop bespoke functionality for it on my local PC before uploading the final code as a plugin zip to production. I use VScode remote containers and mount the plugin…

Bamboo Weekly #162: Spotify and car accidents

bambooweekly.com · Mar 18 · 🧩 Programming ·

Get better at: Combining files, dates and times, grouping, joining, correlations, and plotting

Third time's the charm: building a low-latency realtime database

blog.larksh.com · Mar 18 · 🧩 Programming ·

When I set out to build Lark -- a Firebase Realtime Database alternative -- I had one non-negotiable requirement: predictable, low latency. My goal was to keep internal p99 latency at less than 50ms,…

Process Is a Tool, Not a Virtue

blog.kevingoldsmith.com · Mar 18 · 🧩 Programming ·

Process is one of those topics that reliably creates tension in growing engineering organizations. Too little of it and everything feels chaotic. Too much of it and nothing moves. Most teams I work…

A different way to interact with Claude

tunbury.org · Mar 18 · ✨ AI ·

We’ve all been using Claude via the prompt, and some have even ventured into running claude --dangerously-skip-permissions in a nice sandbox like avsm/claude-ocaml-devcontainer.

2026-03-18-001

srijan.ch · Mar 18 · 🧩 Programming ·

A small #Emacs #OrgMode quality-of-life tweak. I often need to replace an org heading's title while preserving the original text in the body. The problem is that pressing enter on a heading inserts a…

oooo

infinitedigits.co · Mar 18 · 🧩 Programming ·

Skip the read, download the plugin here: oooo.audio. I love the process of creating tape loops for musical performances. It provides an assymetry, it keeps things off “the grid” and…

I Built a Tradier CLI Because AI Agents Deserve Better Tools

spicermatthews.com · Mar 18 · 🧩 Programming ·

I've been trading options through Tradier for years. Great API, solid brokerage, reasonable pricing. But as I've shifted more of my workflow into Claude Code and terminal-based AI agents, I kept…

iOS app launch process: from tap to first frame

livsycode.com · Mar 18 · 🧩 Programming ·

Greetings, traveler! There is a moment every iOS engineer has experienced but rarely examined in detail. You tap an app icon, and within a fraction of a second the interface appears, already…

The Claude Certified Architect: What It Means for Forward Deployed Engineers and Enterprise AI

sundeepteki.org · Mar 18 · ✨ AI ·

Table of ContentsIntroduction: The First AI Certification That Actually Tests DeploymentWhat the Claude Certified Architect Certification Actually Tests2.1 The Five Domains​2.2 Scenario-Based…

Efficient Ghost theme development using Docker & livereload

nick.recoil.org · Mar 18 · 🧩 Programming ·

Small Models for On-Device Text Classification

rickwinfrey.com · Mar 18 · 🧩 Programming ·

LLMs are powerful classifiers, but they require API calls, cost money per request, and can't run offline. This post explores the landscape of small models, from bag-of-words to transformers to…

Blog | Random weighted sampling in a hurry

nchagnet.pages.dev · Mar 18 · 🧩 Programming ·

How to choose a random element using weighted sampling.

Isolated Development Environments for Agentic Development

gajus.com · Mar 18 · 🧩 Programming ·

Branches and worktrees isolate code, but not services. In the age of agentic development, that gap becomes a real problem. Here's how combining Git worktrees with OrbStack VMs gives every agent its…