- Programmer Weekly
- Posts
- Programmer Weekly (Issue 245 March 13 2025)
Programmer Weekly (Issue 245 March 13 2025)
Welcome to issue 245 of Programmer Weekly. Let's get straight to the links this week.
Quote of the Week
"UML is not dessert topping and floor wax." - Grady Booch
Reading List
This post shares practical tips for using LLMs to write code effectively, emphasizing that it's not always easy and requires managing context, setting expectations, and thorough testing. The author suggests thinking of LLMs as over-confident, lightning-fast pair programming assistants and provides a detailed example of building a tool with Claude Code.
This post provides a quick overview of the Linux kernel's fundamental concepts, highlighting key takeaways from exploring processes, scheduling, system calls, and memory management. It emphasizes the differences between kernel and user-space programming, and encourages further exploration through hands-on experimentation and studying relevant kernel resources.
Fabien Sanglard explores how fastDOOM, a port of the original DOOM, achieves significant performance improvements on older hardware (like a 486-DX2 66Mhz) without cutting features. He analyzes the various optimization techniques used, including video mode choices and assembly-level code improvements, to understand the "magic trick" behind the speed boost.
SemHub, a semantic search tool for GitHub issues, was built to address the limitations of GitHub's native search and enable cross-repository searches. Despite a clear need and functional core features, the project ultimately failed, offering valuable lessons for other developers.
From hardware assembly to network configuration, this guide will guide you through the process of building a production-ready Kubernetes cluster from scratch using Raspberry Pi devices.
Slack's enterprise search is built on secure and private principles, ensuring customer data never leaves Slack and external data remains up-to-date without being stored in Slack's databases. The system leverages OAuth for user authorization, respects existing permissions, and allows admins and users to control access to external sources, adhering to the principle of least privilege.
This isn’t another article or set of tips on the most basic git commands you already know and use. It will teach you the lesser known commands and configs that save you tons of time and effort.
Deepdive into the distribution of software engineering compensation, based on more than 20,000 data points from Levels.fyi.
This blog post explores the various Kubernetes pod eviction methods, highlighting that many, such as node pressure and taint-based evictions, bypass PodDisruptionBudgets, leading to potential disruptions. The author also points out the surprising fact that kubelet restarts can terminate pods due to admission checks, even without graceful termination.
How to identify these blindspots for yourself, and most importantly, how to avoid them.
This guide details how to host a website on a Raspberry Pi, covering equipment setup, headless configuration, installing Apache, making the site public, securing it with HTTPS, obtaining a domain, and implementing HTML/CSS. It also provides tips on SEO, tracking viewers, security, and monitoring the Pi's performance.
Watch, Listen
Dr. Gail Murphy and Charles Humble discuss software complexity, developer productivity, and the role of AI in code generation. They explore balancing architectural integrity with rapid development and the challenges of using open-source components.
The course explores how R1 achieves exceptional reasoning through reinforcement learning, focusing on Group Relative Policy Optimization (GRPO) and how it improves upon traditional PPO methods. You'll also understand KL divergence's role in model stability, with practical code examples and clear mathematical explanations.
Interesting Projects, Tools and Libraries
Lynx is a family of open-source technologies empowering developers to use their existing web skills to create truly native UIs for both mobile and web from a single codebase, featuring performance at scale and velocity.
A fur-ociously secure encryption tool that encodes your secrets as adorable cat and dog sounds, using real elliptic curve cryptography with a playful disguise.
Dmap is a zero-friction hashmap for C.
CodeTracer is a user-friendly time-traveling debugger designed to support a wide range of programming languages.
Deploy your projects directly from your local computer to your production server easily.
Terminal-based AI coding tool that can use any model that supports the OpenAI-style API.
Text-based desktop environment.
A powerful document AI question-answering tool that connects to your local Ollama models. Create, manage, and interact with RAG systems for all your document needs.
Your all-knowing guide that unpacks every PDF into clear, actionable insights.
A lightweight tool to wait for services to be ready.
Python Weekly - A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to Python.
Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.