Programmer Weekly - Programmer Weekly - Issue 227

View this email in your browser

Programmer Weekly

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

"The mark of a mature programmer is willingness to throw out code you spent time on when you realize it's pointless." - Bram Cohen


Reading List

Genie: Uber’s Gen AI On-Call Copilot
In today’s fast-paced tech environment, maintaining robust on-call operations is crucial for ensuring seamless service functioning. Modern platform engineering teams face the challenge of efficiently managing on-call schedules, incident response, communication during critical moments, and strong customer support on Slack® channels. This post describes Genie, an on-call copilot we built that uses generative AI to optimize communication and question-answering with on-call engineers.

Hybrid full-text search and vector search with SQLite
You can use SQLite's builtin full-text search (FTS5) extension and semantic search with sqlite-vec to create "hybrid search" in your applications. You can combine results using different methods like keyword-first, re-ranking by "semantics", and reciprocal rank fusion. Best of all, since it's all in SQLite, experiments and prototypes are cheap and easy, no 3rd party services required!

Designing A Fast Concurrent Hash Table 
Papaya is a fast, feature-complete concurrent hash table for Rust, designed for read-heavy workloads with low latency and predictable performance. The article details the design choices and optimizations behind Papaya, including its use of open addressing, metadata tables, hyaline memory reclamation, and incremental resizing, to achieve high read throughput while maintaining good write performance.

End-to-End Encrypted Cloud Storage in the Wild: A Broken Ecosystem
This research analyzes five major end-to-end encrypted cloud storage providers (Sync, pCloud, Icedrive, Seafile, and Tresorit), revealing severe cryptographic vulnerabilities in four of them. The study exposes common failure patterns across independent designs, demonstrating that creating secure E2EE cloud storage is more challenging than initially thought, with vulnerabilities ranging from file injection to breaking confidentiality of uploaded files.

Building Real-Time Global Illumination Part 1
The article discusses a detailed approach to implementing real-time global illumination, a key technique for rendering realistic lighting in 3D environments. It highlights how global illumination helps simulate the way light interacts with surfaces in dynamic scenes, creating more lifelike and immersive visuals. This part 1 walks through raymarching, the jump flood algorithm, distance fields, and a noise-based global illumination method.
  • Part 2 - An interactive walkthrough of implementing radiance cascades, a technique for real-time noiseless global illumination.

Can You Get Root With Only a Cigarette Lighter?
The article describes how to gain root access on a Linux system using only a cigarette lighter through electromagnetic fault injection (EMFI) attacks on DRAM. The author demonstrates how precisely timed electromagnetic pulses can flip bits in memory, allowing an attacker to modify critical system data and escalate privileges without traditional software vulnerabilities.

The Senior Shortcut
The article argues against the trend of companies exclusively hiring senior engineers, emphasizing the importance of nurturing early career talent for long-term success. It highlights the challenges of finding truly adaptable senior engineers and the value of growing talent internally, while warning about the risks of relying solely on external senior hires for technical leadership roles.

How Hard Should Your Employer Work To Retain You?
The article discusses the balance between an employer's responsibility to retain employees and the employee's responsibility for their own career trajectory. It explores how much effort companies should put into retaining talent versus allowing for natural career growth and transitions.

Self-Hosting a Container Registry
A guide on container registries and self-hosting one.


Watch and Listen

Postcards from the Peak of Complexity
The Java platform has added many major features over the years -- generics, lambdas, modules, virtual threads, and others. Each of these is a bet-the-platform effort, in that a mistake could mean permanent damage. While each feature is unique, such decade-scale evolution projects often have surprising structural similarities. In this talk, Java Language Architect Brian Goetz offers some insights, war stories, and lessons learned from the development of several major Java features.

Next Gen Fullstack React with TanStack
Tanner Lindsley discusses TanStack Start, a new fullstack framework built on TanStack Router, and his vision for robust client-side apps that can incrementally adopt server rendering and capabilities. He shares unique perspectives on React Server Components, type safety, middleware, and more.

Full Golang Tutorial - Learn Go by Building a TodoList App
A Complete Go Crash Course for Beginners to learn the core Go concepts by writing a simple TodoList Application.


Interesting Projects, Tools and Libraries

qrframe
code-based qr code generator.

par 
Session types for Rust.

textfox
Firefox theme for the tui enthusiast.

zzz
A framework for writing performant and reliable networked services. 

lm.rs
Minimal LLM inference in Rust.

nixiesearch
Hybrid search engine, combining best features of text and semantic search worlds.

Stricli
Build complex CLIs with type safety and no dependencies.

Vortex
An extensible, state-of-the-art columnar file format. 
 
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 225

Thursday, October 3, 2024

View this email in your browser Programmer Weekly Welcome to issue 225 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "What matters for simplicity is that

Programmer Weekly - Issue 224

Thursday, September 26, 2024

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

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

You Might Also Like

💻 Issue 437 - Introducing local Azure Service Bus Emulator

Thursday, November 21, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 437 Release Date Nov 21, 2024 Your weekly report of the most popular .NET news, articles and projects

💎 Issue 444 - Why did people rub snow on frozen feet? (2017)

Thursday, November 21, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 444 - JavaScript Dos and Donts

Thursday, November 21, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 438 - Reverse Engineering iOS 18 Inactivity Reboot

Thursday, November 21, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 438 Release Date Nov 21, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 362 - React Anti-Pattern: Stop Passing Setters Down the Components Tree

Thursday, November 21, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 362 Release Date Nov 21, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 444 - Building simple event-driven applications with Pub/Sub

Thursday, November 21, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular Node.js news, articles and

📱 Issue 441 - Shift Left Is the Tip of the Iceberg

Thursday, November 21, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 441 Release Date Nov 21, 2024 Your weekly report of the most popular Swift news, articles and projects

💻 Issue 439 - Async/Await Is Real And Can Hurt You

Thursday, November 21, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 439 Release Date Nov 21, 2024 Your weekly report of the most popular Rust news, articles and projects

📲 Why I Ditched Linux for Samsung DeX — Buy This Instead of a Gaming Headset

Thursday, November 21, 2024

Also: Taking Instagram Stories to the Next Level, and More! How-To Geek Logo November 21, 2024 Did You Know Thurl Ravenscroft was both the voice behind the Christmas song "You're a Mean One,

Ranked | The World's 30 Largest Exporters 🌎

Thursday, November 21, 2024

We show the largest exporters in the world amid a surge in trade restrictions, rising populism, and shipping route disruptions. View Online | Subscribe | Download Our App 5 DAYS LEFT! Learn Visual