TL;DR summary of stories on the internet
Simula, a programming language designed in 1962, has had a significant impact on the development of other languages such as C++ and Java. However, it never gained the same popularity as older languages like Fortran and COBOL. Despite this, the author was determined to find a way to run Simula and after some searching, came […]
Read more »
The author discusses the patterns and challenges of commuter rail ridership in North America compared to Europe. They highlight the observation that rail riders are more likely to make the trip if the transfer is closer to their home than to their destination. This is relevant as rail reformers in America look for new markets […]
The author explores the origins of object-oriented programming and design patterns, specifically focusing on Smalltalk-80. While modern Smalltalk variations exist, they do not capture the original essence. The author discovered an “by the Bluebook” implementation of Smalltalk-80 on GitHub, which provided a nostalgic desktop reminiscent of the Apple Lisa or early Mac OS. However, the […]
Annotating texts has been done for centuries, but it is a challenge when it comes to digital content. However, the potential for capturing and sharing annotations in a digital environment makes them more valuable. Annotation was actually a critical component of the World Wide Web’s foundation, and it was even a feature in the first […]
Generative AI, Large Language Models (LLMs), and ChatGPT are seen as a transformative change in the world of technology and automation. While there is much debate about LLMs and their impact, it is widely agreed that automation will continue to grow, leading to new types of jobs. The rapid growth of ChatGPT and its user […]
For over 30 years, a collection of 2,200 new and unused computers sat untouched in a barn in Massachusetts. These computers were part of an AOL-like service called NABU, which was launched in 1983. The machines were essentially a forgotten relic, until they were listed on eBay for the low price of $59.99 each. The […]
The author reflects on the painful experience of dealing with a package.json file while testing JavaScript skills. They express frustration with versioning, recalling uncomfortable memories of Semver. They also mention the challenges of Isomorphic JavaScript and the struggles of working with the fs module from a browser bundle. The author further explores the messy and […]
Full Windows for Lumia is an experimental firmware that brings the Windows 10 or Windows 11 desktop operating system to Lumia 950 and Lumia 950 XL devices. It allows you to run ARM64, ARM, x86, and x64 applications on your phone, with support for emulation. The firmware includes MobileShell, a shell that mimics the appearance […]
This web content provides the assembly language code and instructions for building and running a high-performance FizzBuzz program using x86-64+AVX2 assembly language on Linux with GCC+GAS. The program aims to achieve maximum single-threaded performance and uses obscure system calls to minimize I/O-related copies. It requires a non-ancient version of Linux and an x86-64 processor with […]
A Japanese research team is making significant progress in developing a groundbreaking medication that may allow people to grow new teeth. Clinical trials for the tooth regrowth medicine are set to begin in July 2024, with the goal of having it ready for general use by 2030. The medication has already shown promising results in […]