TL;DR summary of stories on the internet
The Video Game History Foundation and the Software Preservation Network have recently conducted a study on the availability of classic video games and the results are quite alarming. The study reveals that a staggering 87% of these games are critically endangered in the United States. In comparison, only 13% of video game history is being […]
Read more »
Deep learning has made significant progress in various applications, but the widespread use of deep neural network models raises concerns about unfair biases and privacy protection. Machine unlearning is an emerging field that aims to remove the influence of specific training examples from a trained model. Retraining models can be computationally expensive, so an ideal […]
Perl is described as a language that can replace awk and sed. It is an interpreted language that is optimized for scanning and extracting information from text files, as well as performing system management tasks. The author believes that Perl combines the best features of C, sed, awk, and sh, making it familiar to those […]
I used to believe that buying new laptops was necessary for a good computer and quality work. However, after going through three laptops in 17 years, I decided to switch to a 2006 second-hand machine for just 50 euros. With a new battery and hardware upgrade, I spent less than 150 euros in total. If […]
This web content provides information about container training workshops and courses. The author mentions that while some workshops are delivered in other languages, the slides are always in English. They offer a free Kubernetes intro course called “Getting Started With Kubernetes and Container Orchestration,” which is a live recording of a workshop that took place […]
In 2021, I introduced the nginx playground, a small playground for testing nginx configurations. While I initially didn’t make it open source, I am now making it available for others. The github repo contains the frontend in the static/ folder and the backend in api/. The README acknowledges the project’s lack of maintenance and offers […]
This website is designed for electronics enthusiasts and those who want to learn more about electronics through practical application. The content is divided into different parts, each focused on a specific topic. Users can learn about basic electronics, create a Pong game, build a 4-bit processor, or even construct a complete Z80 computer. The website […]
The Concise TypeScript Book is a comprehensive and succinct overview of the capabilities of TypeScript. It covers all aspects of the language, from its powerful type system to advanced features. Whether you’re a beginner or an experienced developer, this book is a valuable resource to enhance your understanding and proficiency in TypeScript. It is completely […]
I used SVG (Scalable Vector Graphics) to create the drawing. It’s a popular tool for creating scalable graphics and icons on the web.
Object Pascal is a modern programming language that emphasizes readable code. It supports all the features you would expect from a modern object-oriented programming language, such as classes, units, properties, generics, interfaces, reflection, and closures. The language is type-safe and offers special types for booleans, strings, chars, sets, enums, and ranges. Additionally, there are runtime […]