Consistent Character Maker Update

lukew.com · Mar 17 · ✨ AI ·

A couple months ago, I wrote about how design tools are the new design deliverables and built the LukeW Character Maker to illustrate the idea. Since then, people have made over 4,500 characters and…

The Anatomy of an Agent Harness: Engineering Without Code

eido-askayo.blogspot.com · Mar 17 · ✨ AI ·

It's true. A team at OpenAI spent five months building and shipping a complex internal product with 0 lines of manually-written code . Let's dive into their recent breakdown of Harness Engineering ,…

Run Commodore BASIC Anywhere with CBM-BASIC (Not an Emulator)

retrogamecoders.com · Mar 17 · 💾 Retro ·

CBM-BASIC is a Commodore-style interpreter that runs on Windows, Mac, and Linux. Write and run BASIC code on your PC without an emulator. The post Run Commodore BASIC Anywhere with CBM-BASIC (Not an…

Agent Plugins Are the Future. But You Might Be Giving Away Your Best Engineering.

sjramblings.io · Mar 17 · ✨ AI ·

A few weeks ago AWS dropped Agent Plugins, a packaging model that bundles skills, MCP servers, hooks, and reference docs into installable units for AI coding agents. Two commands and your Claude Code…

A tale about fixing eBPF spinlock issues in the Linux kernel

rovarma.com · Mar 17 · 🛡️ Sysadmin & Security ·

A system freeze led us deep into Linux spinlock internals, where we helped find not one but three bugs in the kernel's resilient locking code used by eBPF.

Blog | Bayesian statistics for confused data scientists

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

A gentle introduction to Bayesian statistics for data scientists who, like me, are confused by it.

Privacy Gateway — Demo

cbuctok.github.io · Mar 17 · 🧩 Programming ·

Interactive demo for the Privacy Gateway API: anonymize and deanonymize text with PII detection.

Cartoon 2D

indest.ee · Mar 17 · 🧩 Programming ·

An experiment in turning AI-generated SVGs into something animated, reusable, and actually useful for storytelling. This post was written as part of my entry for the Gemini Live Agent Challenge.…

Devlog: Well Read - One Week Later

lmika.org · Mar 17 · 🧩 Programming ·

It's been a week since I learnt about Inkwell's API and got an agent to start work on an RSS reader. Since then, Well Read has been in a state of flux, as I ask for agents to make changes to the…

How to Use Agent Skills in Enterprise LLM Agent Systems

dataleadsfuture.com · Mar 17 · 🧩 Programming ·

A thorough and detailed hands-on guide

An Idea I’m Exploring: Reinforcement Learning for a Balance Robot

shawnhymel.com · Mar 17 · 🧩 Programming ·

Over the past few years, we’ve seen an explosion of interest in AI. Most of the conversation has been centered around large language models and generative tools. While those are fascinating in their…

Axis Rush: High-Speed Cylindrical Racing in Three.js

tonym128.github.io · Mar 17 · 🧩 Programming ·

Axis Rush tldr;

2026-03-17 09:38

aicode.danvoronov.com · Mar 17 · ✨ AI ·

Leanstral Modelhttps://mistral.ai/news/leanstralMistral AI introduces Leanstral — an open-source code agent for the Lean 4 programming language (which is also an interactive theorem prover). This…

Glenfiddich Highland Pipes in G sharp

ooloi.org · Mar 17 · 🧩 Programming ·

The complete bundled instrument library is now documented.The new guide, Instrument Library Catalogue, lists the default instrument set that ships with Ooloi: modern orchestral instruments,…

Iot Energy Meter With Esp32, Lora - Web Monitoring

electromaker.io · Mar 17 · 🎛️ Hardware ·

IoT energy monitoring system using ESP32, LoRa, and a custom web dashboard. It measures voltage, current, power, and energy in real time.

Entity Framework Extensions Options Explained: Everything You Can Customize

antondevtips.com · Mar 17 · 🧩 Programming ·

Explore Entity Framework Extensions options: BulkInsert, InsertIfNotExists, InsertKeepIdentity, AutoMapOutputDirection, IncludeGraph, AutoTruncate, batch settings, primary key configuration, column in

Only Node.js subpaths with no-restricted-imports and perfectionist/sort-imports

johnnyreilly.com · Mar 17 · 🧩 Programming ·

This post will show you how to migrate to using Node.js subpaths and how to use the no-restricted-imports and perfectionist/sort-imports ESLint rule to help you sort your imports.

XML Typst

so.nwalsh.com · Mar 17 · 🧩 Programming ·

Volume 10 , Issue 14 ; 17 Mar 2026 An experiment in typsetting from XML with Typst. Last week, I described an idea I had for modeling Typst with XML. I spent a few more evenings exploring those ideas…

understanding ZeRO!

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

starting with a single number forget everything that you know. forget model. forget parameters. let's just start with a single number. a neural network is just a floating point number - say 0.347. so…

Make the pi Coding Agent Identify the Model in Commits

christiantietze.de · Mar 17 · 🧩 Programming ·

In November, I posted how to make Claude Code mark itself as the author of git commits. You can do the same with OpenAI Codex.

To test, or not to Test? Part 3 – Make it easier to recover from a defect

planetgeek.ch · Mar 17 · 🧩 Programming ·

I wrote code without tests that ran in production without defects, and I wrote buggy code with TDD (Test Driven Development). Time to look back at 35 years of coding and when tests help, and when…

LZ4 Compression and Reducing File IO

dotnetperls.com · Mar 17 · 🧩 Programming ·

With compression algorithms, files are rewritten so that they are smaller, and can be expanded when needed. The main cost to using compression is the time required to encode and decode the data. One…

Building Audax Tracker: a Strava-powered awards dashboard for randonneurs

angelofailla.com · Mar 17 · 🧩 Programming ·

I have been riding audax events for a few years now. If you are not familiar with the sport, audax (also called randonneuring) is long-distance unsupported cycling. Rides are called brevets and they…

Vibe Coding My Home Assistant Setup -- I Can't Believe How Well This Works!

blog.patshead.com · Mar 17 · 🧩 Programming ·

This is awesome, and I can’t believe how well this works. I can write code in all sorts of different languages. I understand YAML. I can handle Node Red. What I can’t do is remember the names of all…

Why I Am No Longer Reading the AI’s code

curtispoe.org · Mar 17 · ✨ AI ·

I set out on a year-long quest to find out if we can really use AI to write production-quality code. I assumed the answer was no. I was wrong.

Do stricter MCP tool schemas increase agent reliability?

blog.pamelafox.org · Mar 17 · 🧩 Programming ·

MCP servers contain tools, and each tool is described by its name, description, input parameters, and return type. When an agent is calling a tool, it formulates its call based on only that metadata;…

RAG Deep Dive Series: Query Processing

blog.kalvad.com · Mar 17 · ✨ AI ·

Part 6: Query Processing — Getting the Question Right

What to use agentic code generation for?

orbific.com · Mar 17 · ✨ AI ·

Last weekend I was playing with Claude AI. I need to get more experience of generative AI for work, and that requires a larger project to play with. But what do I work on? Suddenly, code is easy. I…

syntaqlite: high-fidelity devtools that SQLite deserves

lalitm.com · Mar 17 · 🧩 Programming ·

Most SQL tools treat SQLite as a “flavor” of a generic SQL parser. They approximate the language, which means they break on SQLite-exclusive features like virtual tables, miss syntax like…

OpenClaw matrix plugin setup in docker

valarmorghulis.io · Mar 17 · 🛡️ Sysadmin & Security ·

The OpenClaw matrix plugin has a npm dependency issue, it will cause error like 1[plugins] matrix: crypto runtime bootstrap failed: Cannot find module '@vector-im/matrix-bot-sdk' 2Require…

DevRel Is Not Measured Like Other Roles — And That Needs to Change

dewanahmed.com · Mar 17 · 🧩 Programming ·

Over the past year, I’ve had a recurring conversations with developer advocates at different companies, different stages, different products. The details change. The frustration doesn’t. They feel…

My Dinner With AI

grumpygamer.com · Mar 17 · ✨ AI ·

I’ve been very critical of AI but have never really used it in depth and I feel that needs to change. Don’t criticize what you don’t know. I’m going to ignore the moral,…

Java 26 Is Here, And With It a Solid Foundation for the Future

hanno.codes · Mar 17 · 🧩 Programming ·

Java 26 is here, and its main purpose seems to be to provide a solid foundation for future things to come. It comes with a few new features, some performance improvements and multiple enhancements…

Charlie Munger’s Quality Investing — Coded in QuantConnect C#

jiripik.com · Mar 17 · 🧩 Programming ·

I coded Charlie Munger's quality investing philosophy in QuantConnect C# — 10% CAGR over 11 years. Here's what worked and what didn't. The post Charlie Munger’s Quality Investing — Coded in…

Git ignore files globally

sindastra.de · Mar 17 · 🧩 Programming ·

This is a very short post to let you know that you can ignore files in Git globally, which is very useful for certain pesky files… The post Git ignore files globally appeared first on…

Porting With AI

neuralniche.com · Mar 17 · 🧩 Programming ·

The original tool relies on sweet-cookie Phase 1

HAMi Website Refactor: Why HAMi Docs and Website Underwent a Complete Redesign

jimmysong.io · Mar 17 · 🧩 Programming ·

A systematic upgrade to HAMi’s website and docs, improving community visibility, content structure, search, and usability.

Figuring out Claude Code's new /btw command

ossama.is · Mar 17 · 🧩 Programming ·

How does Claude Code's new /btw command work, figuring it out from the minified source.

Mobile-based development with Termux on Android

jiby.tech · Mar 17 · 🧩 Programming ·

I’ve written a lot about Termux in the past, and since then, have continued to refine workflows around Android terminals, trying to push it to extremes. With extra software, or accessories, how…

Estimating structural information fraction of your dataset

kindxiaoming.github.io · Mar 17 · 🧩 Programming ·

Author: Ziming Liu (刘子鸣)

Building a SaaS After Bedtime

moisis.dev · Mar 17 · 🧩 Programming ·

What it's actually like building a SaaS product in 90-minute evening sessions — the progress, the unglamorous parts, and why the coding isn't the hardest thing.

kuber(netes)less

alfredtm.github.io · Mar 17 · 🛡️ Sysadmin & Security ·

No kubectl, no manifests, no explaining what a namespace is.. I wanted to know what it actually takes to hide Kubernetes from the people running workloads on it. Not abstract it a little, hide it…

Photos from Darktable to my blog in one click

benkettle.xyz · Mar 17 · 🧩 Programming ·

I fixed the graphics drivers on my laptop and Darktable—for the unaware, an extremely solid OSS photo editing software—went from essentially unusable to decently fast. After years of…

Auto-research is wild

jhugman.com · Mar 17 · ✨ AI ·

This is pretty exciting. I heard about Kaparthy's Autoresearch only vaguely: it's a way of getting the LLM to run experiments on itself(?), running for long periods of time. It wasn't until I read…

PGF Arena

davidgasquez.com · Mar 17 · 🧩 Programming ·

Reinventing aliasing XOR mutability and lifetimes

purplesyringa.moe · Mar 17 · 🧩 Programming ·

Two years ago, I was pondering ways to enhance borrowck with proof-based analysis. At the time, I was only aware of formal verification tools for functional languages, while Rust is impure. For the…

Python 3.15’s JIT is now back on track

fidget-spinner.github.io · Mar 17 · 🧩 Programming ·

Python 3.15’s JIT is now back on track

How to Effectively Adopt AI Tooling in Software Development

akk.ad · Mar 17 · 🧩 Programming ·

A practical guide to maximising engineering productivity with AI tooling — covering context management, instructions files, testing, and team workflows.

Practical Useful Commands for Claude

zhisme.com · Mar 17 · 🧩 Programming ·

These are commands I use often and see a lot of value from. I advise you at least to consider using them in case you haven’t tried them yet. Commands claude --worktree or claude -w In case you…

My Emacs misconceptions

box.matto.nl · Mar 17 · 🧩 Programming ·

My Emacs misconceptions Emacs Carnival Mistakes and Misconceptions Philip Kaludercic has started the Emacs carnival on the subject Mistakes and Misconceptions. Here's my contribution. Vim to Emacs In…