Programmer Weekly - Programmer Weekly - Issue 224

View this email in your browser

Programmer Weekly

Welcome to issue 224 of Programmer Weekly. Let's get straight to the links this week.
Quote of the Week 

"Programmers regard themselves as artists. As such, they consider keeping accurate records of their handiwork on par with washing ashtray." - Otis Port


News

Real-time Linux is officially part of the kernel after decades of debate
After 20 years of development, the PREEMPT_RT real-time patch has been officially merged into the Linux kernel with version 6.12. This integration allows Linux to handle time-sensitive tasks more efficiently, making it suitable for use in industrial control systems, robotics, and other applications requiring precise timing and low latency.


Reading List

How Discord Reduced Websocket Traffic by 40%
Discord reduced its websocket traffic by 40% by implementing zstandard compression with dictionaries, replacing the previously used zlib compression. This optimization improved bandwidth usage and responsiveness, particularly benefiting iOS and Android users, by leveraging zstandard's higher compression ratios, faster compression times, and support for dictionaries to preemptively exchange information about compressed content.

When Postgres Indexing Went Wrong
The article discusses the challenges and best practices of indexing in PostgreSQL, highlighting a critical incident where concurrent indexing failed silently, leading to performance issues. It provides detailed advice on creating, monitoring, and validating indexes, emphasizing the importance of using the CONCURRENTLY flag, checking for invalid indexes, and properly managing indexes on partitioned tables.

Introducing Netflix’s Key-Value Data Abstraction Layer
Netflix has developed a Key-Value Data Abstraction Layer to simplify data access and enhance infrastructure reliability across its global operations. This abstraction provides a consistent interface for developers, supports diverse use cases, and offers features like idempotency, efficient handling of large data through chunking, and smart pagination to ensure predictable performance and scalability.

Timeless principles of Time Management
A deep dive on the system I use to manage time and productivity, inspired by many experts in the field.

Advancing Our Chef Infrastructure
Slack has evolved its Chef infrastructure from a single stack to a sharded system to improve reliability and scalability for managing tens of thousands of EC2 instances. The transition involved developing new tools like Shearch and Gnife, updating existing processes, and implementing a more gradual cookbook deployment approach across environments.


Watch and Listen

DHH Is Right About Everything
The video features an interview with DHH (David Heinemeier Hansson), discussing his choice of Ruby as a programming language and its impact on his career. DHH emphasizes the importance of finding joy in programming, the value of competence, and the need for a balance between making programming accessible to beginners while encouraging continuous learning and growth throughout one's career.

Are You Done Yet? Mastering Long-Running Processes in Modern Architectures
Bernd Ruecker discusses process orchestration and how tools like microservice orchestrators or workflow engines are built to implement long-running capabilities.

CUDA Programming Course – High-Performance Computing with GPUs
Lean how to program with Nvidia CUDA and leverage GPUs for high-performance computing and deep learning. 

Faust: A Programming Language For Sound
Faust is a programming language specifically designed for audio processing, capable of creating various sound effects and digital instruments. The language is unique in its ability to compile to multiple targets, including C, Rust, and even FPGAs, allowing for high-level audio program descriptions to be translated into low-level chip instructions.


Books

Compiling to Assembly from Scratch
This book will teach you enough compiler theory and assembly programming to get going. It uses a subset of TypeScript that reads like pseudocode and targets ARM 32-bit instruction set.


Interesting Projects, Tools and Libraries

Harper
The Grammar Checker for Developers. 

sidekick
Bare metal to production ready in mins; your own fly server on your VPS. 

rainfrog
A database management tui for postgres.

container-desktop
Podman desktop companion. 

Vapour
Typed superset of R. 

zb
An experiment in hermetic, reproducible build systems. 

vidur
Recruiting OS for forward thinking companies.

Portr
Open source ngrok alternative designed for teams. Tunnel http, tcp or websocket connections.
 
Our Other Newsletters
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.
Copyright © 2024 Programmer Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.ProgrammerWeekly.com

Our mailing address is:
Programmer Weekly
Brooklyn
Brooklyn, NY 11228

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Programmer Weekly - Issue 223

Thursday, September 19, 2024

View this email in your browser Programmer Weekly Welcome to issue 223 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "It's tempting to write a long

Programmer Weekly - Issue 222

Thursday, September 12, 2024

View this email in your browser Programmer Weekly Welcome to issue 222 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Referential transparency is a very

Programmer Weekly - Issue 221

Thursday, September 5, 2024

View this email in your browser Programmer Weekly Welcome to issue 221 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Just as it is a good practice to make

Programmer Weekly - Issue 220

Thursday, August 29, 2024

View this email in your browser Programmer Weekly Welcome to issue 220 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “It is far easier to design a class to be

Programmer Weekly - Issue 219

Thursday, August 22, 2024

View this email in your browser Programmer Weekly Welcome to issue 219 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Be careful to preserve the

You Might Also Like

JSK Daily for Nov 7, 2024

Thursday, November 7, 2024

JSK Daily for Nov 7, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Unveiling the New Angular 3D Circular Charts Component The Angular 3D Circular Charts

Daily Coding Problem: Problem #1601 [Easy]

Thursday, November 7, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This question was asked by Apple. Given a binary tree, find a minimum path sum from root to a leaf. For example,

Mapped | Median Home Sale Price by U.S. State 🏘️

Thursday, November 7, 2024

As of August 2024, the median home sales price for a single-family home in the US is about $385000. Which states have the highest prices? View Online | Subscribe | Download Our App Presented by:

Spyglass Dispatch: Trump's PayPals • Threads Real-Time Fail • Streaming Clint Eastwood • The True Value of Xitter

Thursday, November 7, 2024

Trump's PayPals • Threads Real-Time Fail • Streaming Clint Eastwood • The True Value of Xitter The Spyglass Dispatch is a free newsletter sent out daily on weekdays. Feel free to forward it on to

Issue 338 - Blind spot safety for parked vehicles

Thursday, November 7, 2024

View this email in your browser If you are just now finding out about Tesletter, you can subscribe here! If you already know Tesletter and want to support us, check out our Patreon page Issue 338 -

We're revealing our biggest secrets... 🔓

Thursday, November 7, 2024

After 13 years of pioneering data storytelling, Visual Capitalist is revealing the secrets behind its success. View Online | Subscribe | Download Our App We're revealing our biggest secrets... The

Programmer Weekly - Issue 230

Thursday, November 7, 2024

View this email in your browser Programmer Weekly Welcome to issue 230 of Programmer Weekly. Let's get straight to the links this week. From Our Sponsor How Google handles authorization at scale

AI Does No-Coding Web App in Minutes, Non-Commercial JetBrains Rider IDE vs. VS 2022 Community Edition, More

Thursday, November 7, 2024

Home | News | How To | Webcasts | Whitepapers | Advertise .NET Insight November 7, 2024 THIS ISSUE SPONSORED BY: ■ Build Great UI With Easily Customizable Page Templates and Building Blocks ■ VSLive!

Data Science Weekly - Issue 572

Thursday, November 7, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The Product Manager’s Decision Making Dilemma

Thursday, November 7, 2024

Top Tech Content sent at Noon! NODES 2024, a Dev Conference on AI, Knowledge Graphs & Apps Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today,