TL;DR summary of stories on the internet
Whistleblower Aid is proud to receive the Clarence B. Jones Impact Award and join other organizations dedicated to social change and justice. This award recognizes the bravery and impact of whistleblowers in protecting democracy and the rule of law. Whistleblower Aid has had the privilege of supporting and amplifying the revelations brought forward by their […]
Read more »
Software engineering salaries are determined by three budgets: sales/marketing, research and development, and maintenance. The budget that pays your salary will greatly impact your daily work and career trajectory. The sales/marketing budget focuses on immediate impact and quantifiable results, but it can lead to a competitive culture. Research and development emphasizes long-term growth and a […]
In this web content, the author shares their experience with implementing Open ID Connect (OIDC) while working on an IaC automation tool called Digger. Initially, they used a GitHub action to handle OIDC, but later had to implement it directly in Digger, which required a deeper understanding of OIDC. The author explains that OIDC simplifies […]
The web content is a computer program written in a unique programming language. The code defines various data types and structures, and includes functions that perform mathematical operations such as addition and indexing. The program can take input from the user and output the results of the operations. It uses a combination of letters, numbers, […]
A groundbreaking study published in the journal Nature by Global Fishing Watch reveals that 75 percent of the world’s industrial fishing vessels are hidden from public view. Using machine learning and satellite imagery, the study creates the first global map of large vessel traffic and offshore infrastructure, exposing a significant amount of activity that was […]
Smooth scrolling in terminals is a game-changer that improves readability when scrolling through text. While most terminals draw lines of text at fixed intervals, smooth scrolling incrementally shifts each line of text up over several frames. This eliminates sudden jumps and creates a more pleasant reading experience. Though many terminals have yet to implement this […]
The author of this web content shares their journey of learning Rust and their motivation for building the message streaming platform Iggy.rs. They explain that their previous attempts at learning Rust had failed, but they realized that they needed a real project to work on. They wanted to understand the internals of messaging systems and […]
In this blog post, the author provides an end-to-end example of the math involved in a transformer model. The goal is to explain how the model works by simplifying the math and reducing the dimensions of the model. The author recommends reading the “The Illustrated Transformer” blog for a more intuitive explanation of the transformer […]
Live++ 2 is the next generation tool for Windows & Xbox Series X|S that allows developers to spend more time coding and less time loading. It offers features such as hot-reload, hot-restart, hot-fix, and hot-deoptimize, making it a powerful tool for rapid iteration. Live++ enables hot-reload for C & C++ applications, patching the machine code […]
Backblaze has been storing and analyzing data on its storage servers and drive failure rates. They have open sourced the design of their storage servers and provided instructions on how to build one. They currently use storage servers from Backblaze, Dell, and Supermicro. They have divided their storage servers into six cohorts called Backblaze Vaults. […]