Programmer Weekly - Programmer Weekly - Issue 118

View this email in your browser

Programmer Weekly

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

"The most secure code in the world is code which is never written." - Colin Percival


News

Open-source rival for OpenAI’s DALL-E runs on your graphics card
Startup Stability AI now announced the release of Stable Diffusion, another DALL-E 2-like system that will initially be gradually made available to new researchers and other groups via a Discord server. After a testing phase, Stable Diffusion will then be released for free – the code and a trained model will be published as open source. There will also be a hosted version with a web interface for users to test the system.

Announcing Microsoft Dev Box Preview
Microsoft Dev Box is a managed service that enables developers to create on-demand, high-performance, secure, ready-to-code, project-specific workstations in the cloud.


Reading List

Event Driven Architecture — 5 Pitfalls to Avoid
At Wix we have been gradually migrating our growing set of microservices (currently at 2300) from the request-reply pattern to event driven architecture over the last few years. Below there are 5 pitfalls that Wix engineers have encountered during our experimentation with event driven architecture.

Introducing sqlite-http: A SQLite extension for making HTTP requests
sqlite-http is a new SQLite extension that allows you to create HTTP requests in SQLite. Think of fetch(), requests.get(), or curl, but entirely in SQL!

Introduction to streaming for data scientists
As machine learning moves towards real-time, streaming technology is becoming increasingly important for data scientists. With luck, as a data scientist, you shouldn’t have to build or maintain a streaming system yourself. Your company should have infrastructure to help you with this. However, understanding where streaming is useful and why streaming is hard could help you evaluate the right tools and allocate sufficient resources for your needs.

Vector graphics on GPU
A general approach to rasterization and how we can ask for help from GPU when rendering vector paths.

Platform Engineering KPIs
Platform as a product is becoming an increasingly popular approach to building internal platforms in engineering organisations. While software-driven companies are competing for market share, there is another, more subtle competition on the rise: who can enable their engineers to ship new features fastest; who has the most effective internal platform? In this post, we will share our approach to building out KPI trees for our platform engineering teams at Wise (formerly TransferWise). 

How to Create a Blog Post Title Optimizer with GPT-3 and Hacker News Data
Many know GPT-3 as a tool for robust text generation. But a newer, lesser discussed feature that OpenAI allows is finetuning GPT-3 on data you provide. If I provide GPT-3 with a large dataset of good titles, can I use that to tell me if one of my blog post titles are good? Let’s give it a try.


Watch and Listen

I Created a Neural Network and Tried Teaching it to Recognize Doodles
Exploring how neural networks learn by programming one from scratch in C#, and then attempting to teach it to recognize various doodles and images.

Infrastructure as Code (IaC)
What is Infrastructure as Code, Why do we need to follow certain practices to automate our application infrastructure, these are some of the questions that were answered in this discussion.

Evolving Architecture and Organization at eBay
Randy Shoup of eBay discusses the evolution of eBay’s tech stack, eBay’s origins as a single C++ class with an Oracle database, a five-year migration to multiple Java services, sharing a database between the old and new systems, building a distributed tracing system, working with bare metal, why most companies should stick to cloud, why individual services should own their own data storage, how scale has caused solutions to change, rejoining a former company, choosing what to work on first, the Accelerate Book, and improving delivery time.


Interesting Projects, Tools and Libraries

Code Smells Catalog
56 Code Smells, of which 15 are original propositions. Each smell was classified according to taxonomy, synonyms, type of problem it causes, relations, etc. 

oasis
A small statically-linked linux system.

Linguistic Antipatterns
Learn how to identify and fix linguistic antipatterns in your code.

system.css
A design system for building retro Apple interfaces.

Histoire
Fast and beautiful interactive component playgrounds, powered by Vite.

erg
A Python-compatible statically typed language.

coder
Remote development environments on your infrastructure provisioned with Terraform

oxide
Teach your PostgreSQL database how to speak MongoDB Wire Protocol 
 
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 117

Friday, August 12, 2022

View this email in your browser Programmer Weekly Welcome to issue 117 of Programmer Weekly. Let's get straight to the links this week. From Our Sponsor You don't have to be a frontend expert

Programmer Weekly - Issue 116

Thursday, August 4, 2022

View this email in your browser Programmer Weekly Welcome to issue 116 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "One of my most productive days was

Programmer Weekly - Issue 115

Thursday, July 28, 2022

View this email in your browser Programmer Weekly Welcome to issue 115 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week “Most of the biggest problems in software

Programmer Weekly - Issue 114

Thursday, July 21, 2022

View this email in your browser Programmer Weekly Welcome to issue 114 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Good software, like wine, takes time.

Programmer Weekly - Issue 113

Thursday, July 14, 2022

View this email in your browser Programmer Weekly Welcome to issue 113 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "Sometimes, the elegant implementation

You Might Also Like

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your