[v0.16.0] Qwen3 30B A3B Q40 on 4 x Raspberry Pi 5 8GB · b4rtaz/distributed-llama · Discussion #255 qwen3_30b.mov Setup [🔀 TP-Link LS1008G Switch] | | | | | | | |_______ 🔸 raspberrypi2 (ROOT) 10.0.0.2 | | |_________ 🔹 raspberrypi1 (WORKER 1) 10.0.0.1 | |___________ 🔹 raspberrypi3 (WORKER 2) 10.0....
Video compression basics – RasterGrid The Khronos Group recently released a set of provisitional extensions adding video encoding and decoding capabilities to the Vulkan API, collectively referred to as Vulkan Video. This thus seemed like the perfect opportunity to provide an introduction to ...
Microsoft's first-ever programming language was just open-sourced Microsoft BASIC was one of the most important programming languages that led to modern software.
AI surveillance should be banned while there is still time. All the same privacy harms with online tracking are also present with AI, but worse.
🖼️ Stop Shipping PNGs In Your Games Are you shipping textures to players as PNGs? The goal of this post is to convince you that this is suboptimal, and walk you through a better approach.
GitHub Copilot on autopilot as community complaints persist : Unavoidable AI has developers looking for alternative code hosting options
Nest 1st gen and 2nd gen thermostats no longer supported by Google from 10/25/2025 - 🛎️ Get Help / Integrations - Hubitat I just received an email from Google stating that they are no longer it's going to support the Nest 1st gen and 2nd gen thermostats. While they will continue to operate locally, it appears that they will no longer work with the Nest app or Home app contro...
Is OOXML Artifically Complex? OOXML is less an act of sabotage than the continuation of a flawed, inelegant lineage.
Ben-Hur on a computer screen <img src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/daviramos/ben-hur-1925-6-1.webp" alt="Ben-Hur-1925-6" style="width:90%;"> <div class="subtit...
My gripes with Next.js Recounting my personal experiences using Next.js and listing my gripes with / the downsides of Next.js.
Drive manually On the 30th of August, 2000, a train flew out of the tunnel at a station in Paris, and, without stopping, rolled on through into the tunnel. It was clear that the train was speeding, and speeding severely. Inside the tunnel, the train has derailed with th...
Parameters and binding forms should be mutually recursive Some programming languages let you define functions that are easy to call with more structure than a flat argument list, whether via keyword arguments, tuples, records, or some nesting of those. But I don't know any lan...
When LLMs Grow Hands and Feet, How to Design our Agentic RL Systems? Posted on September 5, 2025 by Jiachen Liu
Why sync · Adam Wiggins Web developers are discovering the joys of sync, including next-frame UIs, multiplayer by default, and a simplified stack.
Context Engineering: Rapid Agent Prototyping - Jason Liu How to test agent ideas in hours using Claude Code SDK without building orchestration infrastructure - proven methodology from consulting engagements
What to do with an old iPad I recently inherited my parents’ old iPad 2. It had iOS 9 on it and was barely usable, in part due to how slow it was but mostly because of old SSL certificates and apps stopping support. But I wanted to give it some life because I hate to see a working m...
Why we trust strangers’ open source more than our colleagues’ There’s a weird phenomenon I’ve noticed again and again in tech companies.Tell me if this sounds familiar:
Your Brain is an L1 Cache These days I think a lot about thinking, and I'm often reminded about something CGP Grey said many years ago:
PKM apps need to get better at resurfacing information — Ankur Sethi Modern PKM apps allow me to collect vast quantities of information. The downside is they're not good at resurfacing what I've already captured.
How and why I built an MCP server for Svelte - Stanislav Khromov If you’re using Svelte with coding assistants, you know that these assistants aren’t always aware of the latest features in Svelte 5 and SvelteKit. They’ll suggest outdated patterns, mix up the old reactive syntax with the new runes system, or simply hall...