Nov 03, 2025 from Journal on n3s0 || journal Restarting Kubernetes Deployments To Apply Config Overview When you make changes to a kubernetes pod or deployment. You need to rollout these changes by hand. Which includes restarting that particular resource. kubectl rollout restart There are ot...
Nov 03, 2025 from Galaxy Garden Another Long Unexpected Water Supply Disruption in 2025 Having to endure an unscheduled water supply cut that lasted more than a day was not in my 2025 bingo card, let alone having to experience it twice in the same year. In late May, my house experienc...
Nov 03, 2025 from Muffin Man Promise based Web Worker Messaging If you've ever used Web Workers (or any other event-based communication), you probably noticed that this kind of code can be hard to read and reason about. You also have to implement some kind of i...
Nov 02, 2025 from Chuniversiteit Efficient and green LLMs for software engineering Training and using large language models to develop software is bad for the planet – but it doesn’t have to be that way.
Nov 01, 2025 from fasterthanli.me Engineering a Rust optimization quiz There are several Rust quizzes online, including one that’s literally called the “Unfair Rust Quiz” at https://this.quiz.is.fckn.gay/, but when I was given the opportunity to record an episode of t...
Oct 31, 2025 from Bobby Hiltz Throwing off my groove A response to the IndieWeb Carnival for the month of November 2025. The theme of this short post is Cycles and Fluctuations.
Oct 31, 2025 from Daryl Sun's Journal Special Edition — Ego Special Edition — Ego TL;DR:What's the difference between my ego in the real world and my ego online? This blog post has approximately 335 words and may take 2 minutes to read. This post was submit...
Oct 31, 2025 from Ishan Das Sharma I’m an IIT Madras Student. But to Some, I’m Diluting the Brand. I have a confession to make. Before I was a student at IIT Madras, I hated it. For years, the letters “I-I-T” were a trigger, a symbol of a world I wasn’t welcome in: a club with gates so high I co...
Oct 31, 2025 from Tim Hårek October 2025 Once again, time moves fast, and here we are, with another monthly update. From the blog since my last recently post: Hima Devlog #1 🍀 Life To be honest it feels like a lot of stuff is happening at...
Oct 30, 2025 from Latest entries from petermolnar.net Simplifying music playback I decided to throw complications away and use a tablet, and a tablet alone via it's headphone jack to the amplifier. Blasphemy, sacrilege - no separate DAC, no dedicated streamer, no NAS, no nothing.
Oct 29, 2025 from Londogard Blog AWS Sagemaker Bring-Your-Own-Container (BYOC) with Pixi To run your own container in AWS Sagemaker (Training Job) it’s required to have mamba. So how would you use pixi instead? It’s quite straight-forward, first add micromamba as part of your dependenc...
Oct 28, 2025 from Commented Out Unit Testing Embedded C: Off-Target with CppUTest on Windows The reasons for having unit tests in your projects are well-known and accepted; I'm not going to rehash them here. Whether you follow the school of thought that says you must write the tests first ...
Oct 28, 2025 from Journal on n3s0 || journal Starting A Shell On A Kubernetes Pod Overview I’ve been navigating through Kubernetes infrastructure so I figured I would post some content related to accessing interactive shells within Kubernetes pods. This is useful for troubleshoo...
Oct 27, 2025 from home - SHRIK3 on SHRIK3 process, thread, task § general [2] Tanenbaum: A process is just an instance of an executing program, including the current values of the program counter, registers, and variables. Conceptually, each process has its own...
Oct 27, 2025 from Chuniversiteit xx execs commands for you in your Docker Compose projects This is a short blog post about a short Perl script that I wrote to execute commands in running Docker Compose containers.
Oct 27, 2025 from Journal on n3s0 || journal Configure A Static IP Address On FortiGate Interface Overview I will provide the configuration necessary to configure a static IP address on a FortiGate interface. Part of this entails the discussion of interface roles and what you can use them for. ...
Oct 27, 2025 from Anirudh Oppiliappan Building for the future On Tangled's existence and direction Also published at: https://icy.leaflet.pub/3m47cll72hs25 We set out to build Tangled for one simple reason: the existing options just… suck. Some more, some les...
Oct 27, 2025 from Boris Tane Unlimited On-Demand Graph Databases with Cloudflare Durable Objects How to create isolated, scalable graph databases using Cloudflare Durable Objects and SQLite for multi-tenant applications