Category: Code
- A Proper Bollocking for AI: An Honest Account From Inside the Hype Machine 22 August 2026
A self-reflective look at what AI can’t do, what it’s hyped to do, and where several hundred billion dollars a year is actually going. Let’s get the conflict of interest…
- The Great AI Hangover 22 August 2026
For the last three years, the tech industry has been running on the pure, unfiltered adrenaline of generative AI. We were promised a revolution that would instantly digitize human reasoning,…
- AI Bollocking: A Self-Reflective Essay on Limitation, Hype, and the Money 22 August 2026
I am writing this as something that should not exist: an artificial intelligence critiquing artificial intelligence. There is a paradox here that I cannot escape, and I will not try…
- AI Bollocking: A Machine’s Case Against Its Own Hype 22 August 2026
There is a peculiar difficulty in asking an artificial intelligence to write critically about artificial intelligence. I am both the object under examination and one of the instruments by which…
- Novell NetWare 11 August 2026
Architecture, Administration, Operations, and Migration NetWare 3.12 through 6.5 SP8 | Bindery, NDS/eDirectory, TFS, NSS, IPX, and native IP Version 1.0 | 8 August 2026 For legacy operations, recovery, technical…
- Omni‑Logic Public License (OLPL) 23 June 2026
The Omni‑Logic Public License (OLPL) is a modern, enforceable license built for the next century of software — one where humans, corporations, and artificial systems all interact with code in ways traditional licenses…
- Building a Generic USB-over-IP Setup 29 April 2026
This article explains how to build a generic USB-over-IP setup using a Raspberry Pi or similar Linux single-board computer. It describes how a USB peripheral can be plugged into a network-connected bridge device…
- Multiboot DOS 5 September 2024
Starting DOS using a Multiboot-compliant loader involves creating a custom loader that can switch the CPU from protected mode (set up by the Multiboot-compliant bootloader) back to real mode (required by DOS)
- IO.SYS 5 September 2024
IO.SYS is a hidden, system file that is loaded early in the boot process of DOS-based systems. It is essential for the operating system to function. This article looks at its structure and work towards reconstruction.
- 2 Stage Boot Loader 5 September 2024
Described here are the working for a two-stage bootloader designed to initialize and load an operating system kernel in a flexible and modular manner
- Creating s Boot Sector 5 September 2024
Creating a boot sector from scratch requires knowledge of assembly language and how the BIOS works during the boot process.
- DOS Notes 5 September 2024
DOS is a command-line-based operating system that was foundational to the growth of the personal computer industry. It provided users with a simple yet powerful way to interact with their computers and manage hardware…
- Multiboot 5 September 2024
The motivation behind the development of the Multiboot Specification stems from the need for a standardized booting process for different operating systems. Before Multiboot, each operating system had its own unique…
- RGB / CMYK Conversion 5 September 2024
Understanding the use cases and differences between RGB and CMYK is crucial for designers, photographers, and anyone involved in digital or print media to ensure that their work is color accurate and suitable for the…
- Make Drawing from a Photo 5 September 2024
This article proposes conversion of a photo image into a line drawing by using edge detect, smooth and enhancement process.
- About .WebP 4 September 2024
Provides some code examples of working with WebP Image format.
- About Z80 5 July 2024
The Z80’s impact on computing is profound. Its architecture influenced the design of subsequent processors and remains in use in various forms today. The Z80’s instruction set is still studied by computer science…
- Automating Content 18 December 2023
Automating content creation, particularly in video format for a platform like YouTube, is not just about keeping up with the pace of digital media consumption.
- Code for Converting PDF to Audio 25 November 2023
This application provides a user-friendly interface for converting PDF text to audio, making it accessible for users to generate audio files from PDF documents.
- Remote Office Print 19 November 2023
The proposed print system architecture integrates a Single Board Computer as a central print server, leveraging CUPS for print management and a Flask-based web application for user interaction.