Programmer Weekly - Programmer Weekly - Issue 143

View this email in your browser

Programmer Weekly

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

Quote of the Week 

"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall


Reading List

Real-world Engineering Challenges #8: Breaking up a Monolith
A deep dive into how Khan Academy took a 1 million-line Python monolith and split it into ~40 Go services in a more than 3 year-long project.

What Is ChatGPT Doing … and Why Does It Work?
Stephen Wolfram explores the broader picture of what's going on inside ChatGPT and why it produces meaningful text. Discusses models, training neural nets, embeddings, tokens, transformers, language syntax.

Is there a Correlation between the Use of Swearwords and Code Quality in Open Source Code?
We find that open source code containing swearwords exhibit significantly better code quality than those not containing swearwords under several statistical tests. We hypothesise that the use of swearwords constitutes an indicator of a profound emotional involvement of the programmer with the code and its inherent complexities, thus yielding better code based on a thorough, critical, and dialectic code analysis process.

Man and machine: GPT for second brains
In this post, I discuss how I used GPT embeddings to build a smart search tool for my second brain note-taking system.

Neo4jection: Secrets, Data, and Cloud Exploits
In this post, we aim to provide a more comprehensive, technical, security-oriented demonstration of the different attack and evasion techniques we've used over the years in real-world scenarios. Our goal is to help improve the overall security of this widely used data store and the applications that rely on them.

A Gentle Introduction to CRDTs
Conflict Free Replicated Data types (CRDTs) can be tricky. You may spend months reading papers and implementing different algorithms before they finally click and become simple. That or they'll seem simple out of the gate and you'll be missing a bunch of nuance. This post is an attempt at distilling all the hard understanding work into a condensed and easy to understand set of reading for a software developer without any background in CRDTs or distributed systems.

Visual design rules you can safely follow every time
You do not have to follow these rules every time. If you have a good reason to break any of them, do. But they are safe to follow every time.

Writing an engineering strategy.
While the engineering organization may contain many strategies, there is only one overarching engineering strategy. This document–often an implicit document that no one’s ever quite written down–is your constitutional document for running engineering, and writing it is one of the most valuable things you’ll do as an engineering executive. 

Google’s Fully Homomorphic Encryption Compiler — A Primer
This article will be an introduction to how to use it to compile programs to FHE, as well as a quick overview of its internals.

Build Your Own Fast, Persistent KV Store

A First Look at Neon: A Postgres Database That Branches

Reverse engineering an e-ink display


Watch and Listen

Docker Crash Course for Absolute Beginners 
Learn the basic building blocks of Docker in an easy and understandable way. By the end of this Docker tutorial, you will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. 


Interesting Projects, Tools and Libraries

ResearchGPT
An open-source LLM based research assistant that allows you to have a conversation with a research paper.

Memories
Fast, modern and advanced photo management suite.

NoteSH
NoteSH fully functional sticky notes App in your Terminal!

Lapce
Lightning-fast And Powerful Code Editor.

IWNET
Pure C Asynchronous HTTP/IO library providing websockets, SSL, routing, reverse proxy.

trustfall
If GraphQL were more like SQL: a query language for any combination of data sources. 

envless
An open-source, frictionless and secure way to share and manage app secrets across team.

Promptable
Build LLM apps in Typescript/Javascript.

RATH
Automated data exploratory analysis and visualization tools. 
 
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 142

Thursday, February 9, 2023

View this email in your browser Programmer Weekly Welcome to issue 142 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Good programming is good writing.

Programmer Weekly - Issue 141

Thursday, February 2, 2023

View this email in your browser Programmer Weekly Welcome to issue 141 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "If it doesn't work, it doesn'

Programmer Weekly - Issue 140

Thursday, January 26, 2023

View this email in your browser Programmer Weekly Welcome to issue 140 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week If McDonald's were run like a software

Programmer Weekly - Issue 138

Friday, January 20, 2023

View this email in your browser Programmer Weekly Welcome to issue 138 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "If you are choosing a JavaScript

Programmer Weekly - Issue 139

Friday, January 20, 2023

View this email in your browser Programmer Weekly Welcome to issue 139 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "I know testers who make good devs. I

You Might Also Like

🕹️ Retro Consoles Worth Collecting While You Still Can — Is Last Year's Flagship Phone Worth Your Money?

Saturday, November 23, 2024

Also: Best Outdoor Smart Plugs, and More! How-To Geek Logo November 23, 2024 Did You Know After the "flair" that servers wore—buttons and other adornments—was made the butt of a joke in the

JSK Daily for Nov 23, 2024

Saturday, November 23, 2024

JSK Daily for Nov 23, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Not Ready For The Camera 📸

Saturday, November 23, 2024

What (and who) video-based social media leaves out. Here's a version for your browser. Hunting for the end of the long tail • November 23, 2024 Not Ready For The Camera Why hasn't video

Daily Coding Problem: Problem #1617 [Easy]

Saturday, November 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You are given an string representing the initial conditions of some dominoes.

Ranked | The Tallest and Shortest Countries, by Average Height 📏

Saturday, November 23, 2024

These two maps compare the world's tallest countries, and the world's shortest countries, by average height. View Online | Subscribe | Download Our App TIME IS RUNNING OUT There's just 3

⚙️ Your own Personal AI Agent, for Everything

Saturday, November 23, 2024

November 23, 2024 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Convergence. Imagine if you had a digital

Educational Byte: Are Privacy Coins Like Monero and Zcash Legal?

Saturday, November 23, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 23, 2024? The HackerNoon

🐍 New Python tutorials on Real Python

Saturday, November 23, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Black Friday Giveaway @ Real Python This Black

Re: Hackers may have stolen everyone's SSN!

Saturday, November 23, 2024

I wanted to make sure you saw Incogni's Black Friday deal, which is exclusively available for iPhone Life readers. Use coupon code IPHONELIFE to save 58%. Here's why we recommend Incogni for

North Korean Hackers Steal $10M with AI-Driven Scams and Malware on LinkedIn

Saturday, November 23, 2024

THN Daily Updates Newsletter cover Generative AI For Dummies ($18.00 Value) FREE for a Limited Time Generate a personal assistant with generative AI Download Now Sponsored LATEST NEWS Nov 23, 2024