Programmer Weekly (Issue 151 April 20 2023)

Programmer Weekly - Issue 151

Programmer Weekly

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

Quote of the Week

 

"The best programs are the ones written when the programmer is supposed to be working on something else." - Melinda Varian

Reading List

This post discusses the challenges of productionizing large language model (LLM) applications. It covers topics such as prompt engineering, cost and latency, task composability, and promising use cases for LLMs. The post argues that LLMs can be powerful tools for a variety of tasks, but that they require careful engineering to be used effectively in production.

For those who want to understand color spaces, transform videos from one color space to another, or read how I almost went crazy working out why my Canva-generated videos looked slightly off, color-wise.

WebGPU Fundamentals is a series of lessons that provides an introduction to the WebGPU API, a new standard for performing graphics and compute tasks on the web. The website covers the basics of WebGPU, including its architecture, programming model, and performance characteristics.

In this post we're going to focus on the ways that a single load balancer might distribute HTTP requests to a set of servers. We'll start from the bottom and work our way up to modern load balancing algorithms.

Where does Steve’s passion for developer tools come from? He talked through his career and learnings, and threw in a few stories that hadn’t been previously shared anywhere.

A Cross-Section of the Most Relevant Literature To Get Up to Speed.

How much bigger (and better) can LLMs get in the 2020's?

In this post we’ll describe the architecture that we use at Slack to send real-time messages at this scale. We’ll take a closer look at the services that send the chat messages and various events to these online users in real time. Our core services are written in Java: They are Channel Servers, Gateway Servers, Admin Servers, and Presence Servers.

The article explains the fundamental concepts and mechanisms behind RocksDB, a high-performance embedded key-value store. It covers topics such as data structures, memory management, compaction, and concurrency control.

By imbuing enormous vectors with semantic meaning, we can get machines to reason more abstractly — and efficiently — than before.

Xu Hao uses chain of thought and general knowledge prompting with ChatGPT when writing self-testing code.

Watch and Listen

Learn how to use the OpenAI API to create five projects, including a ChatGPT clone, a DALL-E Image Creator, and a SQL Generator. This is a dive deep into the world of the OpenAI API, exploring its diverse capabilities and potential applications.

Take screenshots on a cron schedule and display them in an Astro app with Playwright and GitHub Actions. We'll walk through writing an automated script to take screenshots of a website, upload images to Cloudinary, display them in an Astro app, and automate the whole thing with GitHub Actions cron scheduling.

Interesting Projects, Tools and Libraries

Assemble, configure, and deploy autonomous AI Agents in your browser.

Database Package Registry for Postgres.

A proof-of-concept of a brain for an AI agent.

Electra is an esolang where you code like an electrician.

Extremely Fast Full-Text-Search and Caching Algorithm.

Fleek is an all-in-one management system for everything you need to be productive on your computer.

The Ultimate Open-Source VPN, Ad-blocker and DNS resolver.

A cloud-native, multi-tenant Postgres connection pooler.

Advanced in-memory caching module for JavaScript. For when Redis or Memcached would be an overkill. 

Our Other Newsletters

- A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to Python.

- A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.