Samsung Q990D unresponsive after 1020 firmware update Since the update, the soundbar is unresponsive and can't be reset. Seems like quite a few people with the issue
What’s in My Bag: The Essentials for a Productive Day at the Office [2025] As a developer and cloud engineer (or Architect, they call me like that), my work isn't confined to a...
TinyKVM: The Fastest Sandbox TinyKVM can be used to sandbox regular Linux programs or programs with specialized APIs embedded into your servers.
Write Better Integration Tests With WireMock Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Get the source code here: https://www.patreon.com/milanjovanovic Check out my courses: https://www.milanjovanovic.tech/co...
Why Great Engineering Orgs Thrive on "Normal" Engineers Software engineer Charity Majors challenges the "10x engineer" myth, arguing that true productivity lies in team performance, not individual brilliance. She encourages building workplaces where "normal" engineers can thrive. Are we focusing too much on hi...
Magic Smoke: Why Vintage Electronics Fail so Spectacularly Dave shows you a RIFA capacitor explosion and then explains what they are, what they're for, why they fail so spectacularly, and whether or not you should proactively replace them. Free Sample of my Book on the Spectrum: https://amzn.to/3zBinWM Dave's A...
IO devices and latency — PlanetScale Take an interactive journey through the history of IO devices, and learn how IO device latency affects performance.
MCP: Bridging LLMs & External Tools with Unified Protocol Simplifying LLM Integration with a Unified Protocol for APIs, SDKs, and Databases with Model Context Protocol
Model Merging Model Merging is a weird and experimental technique which lets you take two models and combine them together to get a new model. This is primarily used in Large Language Models, where the likely convergent representations allow this technique to work some...
The Dawn of Showercoding – Thomas Dohmke Vibecoding has struck Silicon Valley. The premise is simple: You envision it. You say it or prompt it. The AI delivers it. Rinse. Repeat. In a short time, 90-100% of all code will be written by AI. That means, apps, webpages, features, all will soon be bu...
Redis from scratch, or Cledis This week I was looking for something new, and I realised that I’ve never tried to do any network programming using Common Lisp. Also, some time ago I came across the Build your own Redis book, but never tried to go through it. The project is perfect, it ...
Browse No More I'm no longer browsing the web; I'm consuming AI answers instead. I love and adore today's so-called AI answer engines: tools like ChatGPT, Perplexity, Grok, Copilot, and Gemini. I use them at least a dozen times throughout the day, and I'm sure you use ...
I yelled at Claude until it built a Unity game In this post, I explore vibecoding for game development.
Job Search - Unreasonable Expectations I found a great job listing with Canonical. Despite my love for their products and experience in the field, after just the first interview step I'm withdrawing.
Better than estimates People routinely use estimates for planning, prioritization, and managing expectations. But are they really the best tool for the job?
Notes on Implementing an MCP Server A practical guide on implementing a Model Context Protocol (MCP) server from scratch, covering architecture decisions, challenges, and best practices.
Moving away from US cloud services by Martijn Hols Relying on US cloud services poses legal and political risks for EU users, so I'm moving away from US cloud services. Here's how and why I did it.
I spent 181 minutes waiting for the Zig compiler this week TLDR; The Zig compiler takes about 1 minute and 30 seconds to compile debug builds of Bun. Zig's language server doesn't do basic things like type-checking, so often have to run the compiler to see if my code works.