Redesigning my microkernel from the ground up
A developer details the redesign of their microkernel, Hermes, from scratch, focusing on improved design and SMP support.
A developer details the redesign of their microkernel, Hermes, from scratch, focusing on improved design and SMP support.
A developer's enthusiastic recap of a specialized workshop on egraphs and compilers, covering technical discussions, potential collaborations, and project ideas.
Argues against anti-AI sentiment in software development, stating AI is a permanent, useful tool that will democratize coding and improve productivity.
Argues against anti-AI sentiment in software development, stating AI is a transformative and useful tool for programmers' careers.
.NET 10 introduces a new WebSocket Stream API, simplifying data streaming over WebSockets using familiar .NET Stream patterns.
.NET 10 on macOS now automatically uses TLS 1.3 for HTTPS connections, improving security and performance without code changes.
Author explores the legal and ethical implications of using LLMs to port open source code between programming languages, based on personal experiments.
Author explores the legal and ethical implications of using LLMs to port open source code between programming languages, based on personal experiments.
A technical guide on deploying the Open WebUI AI platform on Azure, covering architecture, security, and Infrastructure as Code.
Explores using nested CSS contrast-color() to create accessible focus rings, comparing it to alternative methods like light-dark().
Explores the AsyncData functor for modeling asynchronous state in programming, contrasting it with manual state management and discriminated unions.
A technical comparison of YOLO-based food detection from 2018 to 2026, showing the evolution of deep learning tooling and ease of use.
A developer fixes a memory leak in DUnit's console test runner caused by improper cleanup before program halt.
Explains how to implement Front Controller and MVC patterns in ASP.NET Core to centralize cross-cutting concerns and maintain clean architecture.
A blog post quoting Linus Torvalds on using AI-powered 'vibe-coding' to create a Python audio visualizer tool.
A blog post quoting Linus Torvalds on using AI-assisted 'vibe-coding' to create a Python audio visualizer tool.
A developer's weekly update covering publishing tech blog posts, working on Expo docs, and experimenting with Codex CLI for automation and app building.
A developer's journey migrating from Cloudflare Zero-trust Tunnels to Tailscale for a private mesh VPN, detailing setup and benefits.
Explores a method to give coding agents dynamic, adaptive context similar to shell prompts, improving their situational awareness in development environments.
Proposal for a 'poster' attribute on the HTML <canvas> element to provide a static placeholder and improve archiving, performance, and accessibility.