Wednesday, 29 July 2026
Tuesday, 28 July 2026
Zulip
Thursday, 23 April 2026
The Apache Incubator
Sunday, 7 December 2025
AI Attribution
Friday, 9 May 2025
Papers with Code
Papers with Code is a Meta AI initiative that organizes machine learning papers under various themes including Computer Vision, Natural Language Processing, Reasoning, Time Series and Knowledge Representation. Some of these papers are written by corporate researchers contributing to open source.
Friday, 24 January 2025
GitHub Desktop
GitHub Desktop enables you to work with projects hosted on GitHub.
It is an open source application based on Electron (software framework to create desktop applications with web technologies: HTML, CSS and JavaScript with a Chromium browser engine front end and a Node.js backend, used in Visual Studio Code).
Roughly speaking it is a visual version of the CLI.
Saturday, 30 January 2021
From BIOS to UEFI and Project Mu
UEFI is the Unified Extensible Firmware Interface.
It is a specification for a software program to connect a computer's firmware to its operating system. Its origins came from Intel's Itanium days (64 bit microprocessor family launched in 2001, originally known as IA-64, with clock speeds ranging from 733MHz to 2.66GHz), where BIOS was found to be too restrictive for the larger server platforms being targeted by Itanium. It was then called Intel Boot Initiative and later EFI or Extensible Firmware Interface.
The first open source implementation of UEFI was released by Intel in 2004 and named Tiano. In December 2018, Microsoft forked Tiano and created Project Mu.
UEFI is expected to eventually replace BIOS.
Tuesday, 11 June 2019
Is FOSS all its cracked up to be?
Friday, 19 April 2019
Saturday, 5 April 2014
Cleaning up Files
These include System Error memory dump files, temporary Internet files, temporary files (filling up the Windows temp directory) and Downloaded Program Files.
Several gigabytes of space can be wasted. To deal with this problem, go to Start Menu -> Accessories -> System Tools -> Disk Cleanup.
Another useful tool to analyze where your maximum disk usage is is WinDirStat, based on Stefan Hundhammer's KDE program KDirStat, and is available under GPL v2.