Programmer Weekly (Issue 136 December 22 2022)

Programmer Weekly - Issue 136

Programmer Weekly

Welcome to issue 136 of Programmer Weekly. This is the final issue of 2022. We will be back on January 5th, 2023 after the holiday break. Wish you all a Happy New Year and have a wonderful holiday.

Quote of the Week

 

"Almost without exception, the best products are developed by teams with desire to solve a problem; not a company's need to fulfil a strategy." - Jeff Weiner

News

The next breakthrough to take the AI world by storm might be 3D model generators. This week, OpenAI open sourced Point-E, a machine learning system that creates a 3D object given a text prompt. According to a paper published alongside the code base, Point-E can produce 3D models in one to two minutes on a single Nvidia V100 GPU.

GitHub now allows you to track any leaked secrets in your public repository, for free. With secret scanning alerts, you can track and action on leaked secrets directly within GitHub.

The venerable cryptographic hash function has vulnerabilities that make its further use inadvisable.

Reading List

GitHub personal access tokens (PATs) are like a key: a very, very large key that opens a very, very wide door. Long-lived tokens that have all the access of a developer’s account won’t just cause a leak—it’ll be a flood. GitHub’s built-in token is useful, but has limitations of its own: it can’t access repo-external resources and it won’t trigger downstream actions (by design). Given the limitations with these two blessed authentication paths, what do you do when these methods don’t work for your use case? We encountered this problem in some of our workflows, and solved it by building a system to rotate tokens automatically. Here’s how we did it, and how you can use it too.

Despite the era of containers, virtualization, and the rising number of UI of all kinds, SREs often spend a significant part of their time in GNU/Linux shells. It could be debugging, testing, developing, or preparing the new infrastructure. But it is common nowadays how little people know about the internals of their shells, terminals, and relations between processes. All are taken primarily for granted without really thinking about such aspects. This series of posts show you some indeed neat parts of pipes, file descriptors, shells, terminals, processes, jobs, and signals. 

Generative models are the talk of the town, but there are challenges (and opportunities) in this new paradigm.

This article compares some of the most popular monorepo build tools on the market and see how they stack up against each other.

In this post, we share how we improved the daily edit-build-run developer experience using DevPods, our remote development environment. We will start with some of the initial challenges, the pain points we addressed with Devpod, our architecture, and some of our recent successes in terms of adoption and cost reduction. We will finally leave you with some thoughts around the future of remote development at Uber.

This paper advocates the practice of repeatedly stepping back to remind ourselves of how LLMs, and the systems of which they form a part, actually work. The hope is that increased scientific precision will encourage more philosophical nuance in the discourse around artificial intelligence, both within the field and in the public sphere

Hands-on exploration of using Docker to run WebAssembly applications.

Watch and Listen

A talk about your options for database when you're working with serverless.

Learn how to build your own SaaS app. You will create your own PagerDuty clone using PostgreSQL, Stripe, Twilio, SMTP, and Retool. You will build a dashboard that lets you know if your app goes down, and then notifies you through email and SMS.

Jon Smart, author of the book Sooner Safer Happier: Patterns and Antipatterns for Business Agility, discusses patterns and anti-patterns for the success of enterprise software projects. 

Interesting Projects, Tools and Libraries

Stable Diffusion fine-tuned to generate music.

IvorySQL is advanced, fully featured, open source Oracle compatible PostgreSQL.

An efficient vector-graphics renderer.

It makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK. 

A fast, minimal browser that protects your privacy.

A distributed SQLite replicator built on top of NATS.

Curated list of resources on SLOs.

Artificial Intelligence Infrastructure-as-Code Generator.

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.