Bun v1.3.10
Based on the article, Bun version 1.3.10 introduces a completely rewritten REPL in Zig that starts instantly with features like syntax highlighting, persistent history, and top-level await support. The update also adds t…
Open source news — new project releases, community governance, licensing updates, and open-source AI models including Llama, Mistral, and others.
Based on the article, Bun version 1.3.10 introduces a completely rewritten REPL in Zig that starts instantly with features like syntax highlighting, persistent history, and top-level await support. The update also adds t…
This article provides a deployment guide for Fluxer, a self-hosted, open-source Discord alternative, detailing 20 common issues ("gotchas") encountered during setup. Key recommendations include keeping Cloudflare proxy e…
Deno 2.7 has been released, introducing a stabilized Temporal API for date/time handling, official builds for Windows on ARM (aarch64), and support for the `overrides` field in `package.json` to control dependency versio…
This article explains how to use the `MeterListener` type from the `System.Diagnostics.Metrics` APIs to consume and record metric values in-process within a .NET application. The author demonstrates this by creating a si…
This document outlines strict coding guidelines for AI agents and contributors working with Python code, emphasizing full optimization through algorithmic efficiency, parallelization, and minimal technical debt. It manda…
This article is the sixth and final part of a series on building a browser-based dinosaur runner game with Deno. It focuses on implementing observability by adding structured JSON logging and custom OpenTelemetry traces …
Discussion on the Deutschlandfunk Kultur radio program "Breitband" about "Digital Sovereignty." The author argues that digital sovereignty is primarily about an organization's ability to actively shape IT systems accordi…
The article summarizes the author's experience purchasing and setting up a BATLEXP G350 retro gaming handheld. Key steps included replacing the stock operating system and ROMs, installing PortMaster for additional games,…
Author's critique of Cory Doctorow's views on LLM usage and technology neutrality, while also addressing the intense backlash Doctorow received from online communities. The author argues that demanding perfect ideologica…
The article discusses the author's defense of Contributor License Agreements (CLAs) and the Affero GPL (AGPL) in open source projects, arguing that CLAs serve an important role by requiring contributors to attest they ha…
Autonomous multi-agent workflow for OpenCode that takes a Linear issue ID and automatically plans, implements, tests, and opens a draft pull request without user interaction. The workflow uses five specialized agents—inc…
This article provides a companion guide to a YouTube video reviewing OpenClaw after 50 days of use, detailing 20 real-world workflows with copy-paste prompts. The prompts cover automations like a daily morning briefing t…
This article provides a guide for configuring the Frigate security camera software to use a Hailo AI coprocessor (such as the Hailo-8 or Hailo-8L on a Raspberry Pi 5) for object detection. The author details the installa…
Railway's Open Source Partner Program, which allows independent open source maintainers to monetize their projects by publishing deployable templates on Railway's platform. Maintainers earn a 25% commission on every depl…
Railway engineer Phin developed a feature called Network Flows, which uses eBPF to provide real-time visualization of traffic between services, eliminating the need for traditional tools like tcpdump. The feature was cre…
The Kimi k2.5 is an open-source multimodal AI model with 1 trillion parameters that uses joint pre-training and reinforcement learning to integrate text and vision natively, rather than adding vision late in training. It…
`microgpt.py`, a minimal, dependency-free Python implementation of a GPT (Generative Pre-trained Transformer) model for training and inference. It includes a complete autograd system, a character-level tokenizer, and a t…
Comprehensive guide for setting up a Windows 11 virtual machine with GPU passthrough and Looking Glass on an Arch-based Linux system using a Wayland compositor. It explains the architecture behind Looking Glass, which ac…
The author announces that their band, The Stop Bits, will perform at the Vintage Computer Festival SoCal on February 14, 2026, in Orange, CA. They also introduce a new subscription preference system for their newsletter,…
Based on the article, this is part 5 of a series guiding readers through building a browser-based dinosaur runner game using Deno. This stage focuses on adding player identity and customization features, including modals…