Bun v1.3.9
Bun v1.3.9 introduces new `bun run --parallel` and `bun run --sequential` commands that allow running multiple package.json scripts concurrently or sequentially with colored, prefixed output, including full integration w…
Open source news — new project releases, community governance, licensing updates, and open-source AI models including Llama, Mistral, and others.
Bun v1.3.9 introduces new `bun run --parallel` and `bun run --sequential` commands that allow running multiple package.json scripts concurrently or sequentially with colored, prefixed output, including full integration w…
The article announces that Veronica has migrated her website from WordPress to Ghost, a platform that prioritizes email newsletters and memberships, in order to better alert readers about new content. She cites email del…
The article provides a setup guide for the Pi Coding Agent, detailing installation via npm, usage commands for interactive REPL or one-off prompts, and configuration options for models, tools, and API keys. It also expla…
In December, various German NGOs and companies launched the "Digital Independence Day" (DI.Day) to encourage people to move away from US-based digital platforms and toward alternatives, such as those in the EU, while pro…
Deno Deploy has officially launched as a general availability service, offering a zero-config platform for deploying JavaScript and TypeScript applications that supports all major frameworks and automatically detects bui…
The author is discontinuing their 567 Labs courses as of February 2, 2026, and releasing all course transcripts as open-source ebooks for public access. The material includes a RAG playbook emphasizing product mindset, s…
Bun version 1.3.8 introduces a built-in CommonMark-compliant Markdown parser written in Zig, offering three rendering APIs: `Bun.markdown.html()` for HTML output, `Bun.markdown.render()` for custom callbacks, and `Bun.ma…
Railway, a cloud platform that enables one-click deployment of applications, has announced a commitment to financially support open source maintainers through the Open Source Pledge, allocating $100,000 in its first quar…
The article recounts the author's experience running a "Cheat vs Cheat" Counter Strike 1.6 server in 2006, where cheaters were countered by the server operators using their own cheats, eventually rebranding the server fo…
The article introduces the `System.Diagnostics.Metrics` API, which was built into .NET 6 and is also available for earlier .NET versions via a NuGet package. It explains core concepts like `Instrument` and `Meter`, descr…
Bun v1.3.7 introduces significant performance improvements, including a 50% faster `Buffer.from()` for arrays, a JavaScriptCore engine upgrade, and upcoming optimizations for async/await, `Array.from()`, `string.padStart…
The article describes the author's project to set up Home Assistant (HA) on a Raspberry Pi for home automation, including a panic button for his elderly father. After installation, the author encountered a DNS issue wher…
Based on the article, this is the fourth installment in a series about building a browser-based dinosaur runner game using Deno. The post focuses on integrating a PostgreSQL database to persist player scores, creating AP…
The article announces a website redesign for the new year, replacing the Hugo framework with a custom static site generator. It also details the switch from Disqus to Giscus for comments, citing Disqus's excessive ads an…
The article archives two talk proposals submitted to re:publica 2026. The first proposal, "The Future is Decomputing," argues for moving beyond the tech sector's logic of scaling and efficiency toward a more humane and c…
The article describes how attending AWS re:Invent, held the week after Thanksgiving, has disrupted the author's traditional holiday decorating routine, as the conference requires travel to Las Vegas and a subsequent reco…
This file provides a minimal test wrapper for Bun's native test runner, implementing `it.effect()` and `it.scoped()` methods that allow testing Effect-TS effects directly with `bun test`. The wrapper includes support for…
This article provides a guide for configuring the Dolphin file manager and KDE file picker to function properly on the Niri compositor in Arch Linux. It details necessary packages, environment variable configurations, an…
Here is a factual summary of the article: Bun version 1.3.6 introduces three new built-in APIs. The `Bun.Archive` API allows for creating and extracting tar archives with optional gzip compression directly in JavaScript…
This article provides a guide on using HWASan (Hardware-Assisted AddressSanitizer) to debug memory bugs in Geode mods on Android devices running Android 14 or later. It explains how to enable the tool by passing a cmake …