Programmer Weekly - Programmer Weekly - Issue 166

View this email in your browser

Programmer Weekly

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

"One of the main causes of the fall of the Roman Empire was that lacking zero, they had no way to indicate successful termination of their C programs." -  Robert Firth


Reading List

Building and operating a pretty big storage system called S3
In this post, Andy Warfield, VP and distinguished engineer over at S3 covers three distinct perspectives on scale that come along with building and operating a storage system the size of S3.

Zenbleed
If you remove the first word from the string "hello world", what should the result be? This is the story of how we discovered that the answer could be your root password!

Patterns for Building LLM-based Systems & Products
This post is about practical patterns for integrating large language models (LLMs) into systems and products. We’ll draw from academic research, industry resources, and practitioner know-how, and try to distill them into key ideas and practices.

How to Scale Yourself Down — Not Up — as a Leader
After a four-decade career of toggling back and forth between big and small, Lightspark SVP of Engineering James Everingham shares his playbook for scaling down your leadership as you go from an org of hundreds or thousands to a handful of direct reports.

When Good Correlation is Not Enough
Choosing to use a block range index (BRIN) to query a field with high correlation is a no-brainer for the optimizer. However, under some easily reproducible circumstances, a BRIN index can result in significantly slower execution even when the indexed field has very high correlation. This article describes how using a BRIN index in presumably "ideal circumstances" can result in degraded performance, and suggest a recent new feature of PostgreSQL as a remedy.

Nice to meet you, mondayDB architecture
mondayDB is the new in-house data engine we crafted at monday.com. It shifted the entire organization’s data paradigm, and is by far the most challenging and rewarding project I’ve had the pleasure of working on. In this post, you’ll get a glimpse of the complexities we tackled when implementing mondayDB, and a drill-down into the creative solutions we crafted in response.

Four ways to shoot yourself in the foot with Redis
The article describes four common mistakes that people make when using Redis. The mistakes can lead to data loss, performance problems, and security vulnerabilities.

Lessons Learned Running Presto At Meta Scale
Presto is a free, open source SQL query engine. We’ve been using it at Meta for the past ten years, and learned a lot while doing so. Running anything at scale - tools, processes, services - takes problem solving to overcome unexpected challenges. Here are four things we learned while scaling up Presto to Meta scale, and some advice if you’re interested in running your own queries at scale.

SVG Security Risks - not just a scalable graphic
Embedding Scalable Vector Graphics (SVG) can expose websites to code injection. This article explores how SVGs work, the risks they pose, and how to mitigate them.

Hono + htmx + Cloudflare is a new stack
Serve-side JSX with Ajax is a PHP? or a new stack?

The Great Migration - How We Migrated All of Our Premium Subscriptions
We took on the challenge of migrating all of our Premium Plan Subscriptions to a new system. This was an extremely sensitive migration because we were dealing with our “bread and butter” paying customers. In this article, you will learn about some of the challenges we encountered, how we solved them, and some of the lessons learned.

After Identity
What is the next big idea in cloud security after identity? Using software fundamentals, the author speculates about what could be the next valuable abstraction in access management and analyzes the rise of Okta and identity to predict how that abstraction could get adoption.

So you want to build your own open source ChatGPT-style chatbot…
A small team within Mozilla’s innovation group recently undertook a hackathon to build a trustworthy internal chatbot prototype.

Large language models, explained with a minimum of math and jargon
Want to really understand how large language models work? Here’s a gentle primer.

How DoorDash Migrated from StatsD to Prometheus
Using Prometheus to eliminate metrics loss, scale up metrics usage, standardize metrics labels, and significantly lower overall costs.

Testing graph databases
Which graph database is faster? Which one is easier to use? What can GUAC use?


Watch and Listen

AI Safety – Full Course from Safe.AI on Machine Learning & Ethics
ML systems are rapidly increasing in size, are acquiring new capabilities, and are increasingly deployed in high-stakes settings. As with other powerful technologies, safety for ML should be a leading research priority. In this course we’ll discuss how researchers can shape the process that will lead to strong AI systems and steer that process in a safer direction. We’ll cover various technical topics to reduce existential risks (X-Risks) from strong AI, namely withstanding hazards (“Robustness”), identifying hazards (“Monitoring”), reducing inherent ML system hazards (“Alignment”), and reducing systemic hazards (“Systemic Safety”). At the end, we will zoom out and discuss additional abstract existential hazards and discuss how to increase safety without unintended side effects.

How to measure and improve developer productivity 
The talk provides insights into measuring and enhancing developer productivity, offering practical tips and strategies for teams to optimize their development processes effectively. It emphasizes data-driven approaches to foster continuous improvement in software development workflows.


Interesting Projects, Tools and Libraries

BlazingMQ
BlazingMQ is an open source distributed message queueing framework, which focuses on efficiency, reliability, and a rich feature set for modern-day workflows.

EmailFlare
Send emails from your domain through Cloudflare for free. Self host on your account.

Compozify
Compozify is a simple (yet complicated) tool to generate a docker-compose.yml file from a docker run command.

opensms
Open-source solution to programmatically send and receive SMS using your own SIM cards.

k3s
Lightweight Kubernetes. Production ready, easy to install, half the memory, all in a binary less than 100 MB.

Preevy
Quickly deploy preview environments to the cloud!

Fusio
Open source API management platform.

USearch
Smaller & Faster Single-File Vector Search Engine.
 
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 © 2023 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 165

Thursday, July 27, 2023

View this email in your browser Programmer Weekly Welcome to issue 165 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Deleted code is debugged code."

Programmer Weekly - Issue 164

Thursday, July 20, 2023

View this email in your browser Programmer Weekly Welcome to issue 164 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “When to use iterative development? You

Programmer Weekly - Issue 163

Sunday, July 16, 2023

View this email in your browser Programmer Weekly Welcome to issue 163 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “I think Microsoft named .Net so it wouldn

Programmer Weekly - Issue 162

Thursday, July 6, 2023

View this email in your browser Programmer Weekly Welcome to issue 162 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "A programming language is low level

Programmer Weekly - Issue 161

Thursday, June 29, 2023

View this email in your browser Programmer Weekly Welcome to issue 161 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "If you're actually doing TDD, you

You Might Also Like

Daily Coding Problem: Problem #1647 [Medium]

Tuesday, December 24, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Square. In front of you is a row of N coins, with values v 1 , v 1 , ..., v n . You are

Sentiment Analysis, Topological Sort, Web Security, and More

Tuesday, December 24, 2024

Exploring Modern Sentiment Analysis Approaches in Python #661 – DECEMBER 24, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Exploring Modern Sentiment Analysis Approaches in Python What are the

🤫 Do Not Disturb Mode Is My Secret to Sanity — 8 Gadgets I Want To See Nintendo Make

Tuesday, December 24, 2024

Also: The Best Christmas Movies to Watch on Netflix, and More! How-To Geek Logo December 24, 2024 Did You Know Their association with the Christmas season might make you think poinsettias hail from a

😱 AzureEdge.net DNS Retiring Jan. 2025, 🚀 Microsoft Phi-4 AI Outperforms, 🔒 Microsoft Secure Future Initiative

Tuesday, December 24, 2024

Blog | Advertise | View Online Your trusted source for Cloud, AI and DevOps guidance with industry expert Chris Pietschmann! Phi-4: Microsoft's New Small Language Model Outperforms Giants in AI

Mapped | The Top Health Insurance Companies by State 🏥

Tuesday, December 24, 2024

In 13 US states, a single company dominates the health insurance market, holding at least half of the total market share. View Online | Subscribe | Download Our App Presented by: Global X ETFs Power

The Stanford Grad Who Forgot How To Think

Tuesday, December 24, 2024

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, December 24, 2024? The

The next big HDMI leap is coming

Tuesday, December 24, 2024

Sora side hustles; Casio's tiny watch comes to the US -- ZDNET ZDNET Tech Today - US December 24, 2024 Ecovacs Deebot T30S Combo robot vacuum and mop The next big HDMI leap is coming next month -

⚙️ Robo-suits

Tuesday, December 24, 2024

Plus: The data center energy surge ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Apache Tomcat Vulnerability CVE-2024-56337 Exposes Servers to RCE Attacks

Tuesday, December 24, 2024

THN Daily Updates Newsletter cover The Data Science Handbook, 2nd Edition ($60.00 Value) FREE for a Limited Time Practical, accessible guide to becoming a data scientist, updated to include the latest

Edge 459: Quantization Plus Distillation

Tuesday, December 24, 2024

Some insights into quantized distillation ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏