Programmer Weekly - Programmer Weekly - Issue 92

View this email in your browser

Programmer Weekly

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

"XML is like violence – if it doesn’t solve your problems, you are not using enough of it." - Anonymous


News

Researchers Build AI That Builds AI
By using hypernetworks, researchers can now preemptively fine-tune artificial neural networks, saving some of the time and expense of training.

Researchers use tiny magnetic swirls to generate true random numbers
Whether for use in cybersecurity, gaming or scientific simulation, the world needs true random numbers, but generating them is harder than one might think. But a group of Brown University physicists has developed a technique that can potentially generate millions of random digits per second by harnessing the behavior of skyrmions—tiny magnetic anomalies that arise in certain two-dimensional materials.

North Korea Hacked Him. So He Took Down Its Internet
Disappointed with the lack of US response to the Hermit Kingdom's attacks against US security researchers, one hacker took matters into his own hands.

Malicious Kubernetes Helm Charts can be used to steal sensitive information from Argo CD deployments
Apiiro’s Security Research team has uncovered a major software supply chain 0-day vulnerability (CVE-2022-24348) in Argo CD, the popular open source Continuous Delivery platform, which enables attackers to access sensitive information such as secrets, passwords, and API keys. Argo CD released a patch to fix this zero-day vulnerability.


Reading List

The Semiconductor Ecosystem – Explained
The last year has seen a ton written about the semiconductor industry: chip shortages, the CHIPS Act, our dependence on Taiwan and TSMC, China, etc. But despite all this talk about chips and semiconductors, few understand how the industry is structured. So here’s a quick pictorial tutorial on how the industry works

Kubernetes kOps: Step-By-Step Example & Alternatives
Learn the features and functionality of Kubernetes kOps, explore its alternatives, and follow step-by-step instructions to implement it.

3 Innovations While Unifying Pinterest’s Key-Value Storage
In unifying all of Pinterest’s 500+ key-value use cases (over 4PB of unique data serving 100Ms of QPS) onto one single interface, not only did we make huge gains in reducing system complexity and lowering operational overhead, we achieved a 40–90% performance improvement by moving to the most efficient storage engine, and we saved the company a significant amount in costs per year by moving to the most optimal replication and versioning architecture. In this post, we selected three (out of many more) innovations to dive into that helped us notch all these wins.

R: a quick introduction
This article focuses on R-specific concepts like vectorisation, recycling, subsetting, matrix and data.frame objects, and some built in types. Control statements and function/object declarations are omitted.

Testing Distributed Systems
Curated list of resources on testing distributed systems.

PostgreSQL Timestamps and Timezones: What You Need to Know—and What You Don’t
In part one of a two-part blog series, we'll demystify date and time data types in PostgreSQL and YugabyteDB in the context of a live conference call.
  • Part 2 - In this part two, we'll explore durations—or how long things last—in PostgreSQL and YugabyteDB.

How Prime Video updates its app for more than 8,000 device types
Overall, we think that this investment in Rust and WebAssembly has paid off: after a year and 37,000 lines of Rust code, we have significantly improved performance, stability, and CPU consumption and reduced memory utilization.

Creating a Postgres Foreign Data Wrapper
This is an introductory tutorial on how to get started building a PostgreSQL foreign data wrapper. We introduce the basics around setting up a project for building and installing the extension and how to implement a very basic read only scan.

Exposing a web service with Cloudflare Tunnel
What if you could host a web service with no ports exposed? With Cloudflare Tunnel, you can!

Request bodies in GET requests

Yes, I can connect to a DB in CSS

How UTF-8 Works


Watch and Listen

Creating a Zelda style game in Python
A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more. 

APIs and the Evolution of Serverless
A chat about how Brainly used serverless to turn 4 developers into 50, how the API economy could reshape cloud architecture, what the next evolution of serverless and cloud development looks like, and so much more.


Interesting Projects, Tools and Libraries

Adadot
Adadot is the world’s first fitness tracker for work, for developers. We leverage data hiding in productivity and collaboration software to help you improve how you work and feel. Rooted in science.

Sha256 Algorithm
Sha256 algorithm explained online step by step visually.

RegEx Library
A curated list of useful regular expressions for different programming languages.

Unikraft
Unikraft is a fast, secure and open-source Unikernel Development Kit.

Medusa
The Open Source Shopify Alternative. Create a headless commerce store in minutes and start your growth journey on a fast and flexible foundation.

SR
A project to statically recompile DOS and Windows game executables to create Windows or Linux (x86 or arm) versions of the games.

AstroVim
AstroVim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins.

Midarr
The next-generation media server. 

blockprotocol
The Block Protocol is an open standard for building and using data-driven blocks. Blocks developed in accordance with the protocol allow you to make websites and applications that are both more useful to and readable by humans and machines.

Script Kit
Shortcut to Everything. An open-source kit to optimize your developer workflow.

PgCat
PgBouncer rewritten in Rust, with sharding, load balancing and failover support. 
 
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 © 2022 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 91

Thursday, February 3, 2022

View this email in your browser Programmer Weekly Welcome to issue 91 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "The proper use of comments is to

Programmer Weekly - Issue 89

Thursday, January 20, 2022

View this email in your browser Programmer Weekly Welcome to issue 89 of Programmer Weekly. Let's get straight to the links this week. From Our Sponsor Retool is the fast way to build internal

Programmer Weekly - Issue 88

Thursday, January 13, 2022

View this email in your browser Programmer Weekly Welcome to issue 88 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Writing software as if we are the only

Programmer Weekly - Issue 87

Thursday, January 6, 2022

View this email in your browser Programmer Weekly Welcome to issue 87 of Programmer Weekly. Let's get straight to the links this week. From Our Sponsor Hired is home to 1000s of companies: from

Programmer Weekly - Issue 86

Thursday, December 23, 2021

View this email in your browser Programmer Weekly Welcome to issue 86 of Programmer Weekly. This will be the final issue of 2021. We will be back on January 6th, 2022 after the holiday break. Wish you

You Might Also Like

Weekend Reading — Objection-oriented programming

Saturday, May 18, 2024

This week we find a power-up box, replace GitHub Actions with Maven XMLs, avoid the worst website in the world, revisit RTO policies, “listen” to OpenAI employees, watch our Slack private messages, do

Daily Coding Problem: Problem #1445 [Easy]

Saturday, May 18, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Jane Street. The United States uses the imperial system of weights and measures, which

You don’t have to take our word for it…

Saturday, May 18, 2024

You can probably tell how excited we are to re-launch our Gigantic courses – which bring on-demand product management training for today's modern Product Managers and Product Leaders. In fact, we

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Visualized | Life Expectancy by Region (1950-2050F) 📊

Saturday, May 18, 2024

This map shows life expectancy at birth for key global regions, from 1950 to 2050F. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Life Expectancy by

New Wi-Fi Vulnerability Enables Network Eavesdropping via Downgrade Attacks

Saturday, May 18, 2024

THN Daily Updates Newsletter cover The DevSecOps Playbook: Deliver Continuous Security at Speed ($19.00 Value) FREE for a Limited Time A must-read guide to a new and rapidly growing field in

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Toward 'local' AI w/ Apple's new chip

Saturday, May 18, 2024

faster than the cloud ☁️ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

OpenAI and Google lay out their competing AI visions

Saturday, May 18, 2024

Plus: Is Mark Zuckerberg a style icon now? View this email online in your browser By Cody Corrall Saturday, May 18, 2024 Welcome back to TechCrunch's Week in Review. This week had two major events

Noonification: Dear America, I Am Breaking Up With You

Saturday, May 18, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 18, 2024? The HackerNoon Newsletter brings the HackerNoon