admin

107 posts

Macbook Neo review

I used to make fun of Apple users for a long time – for overpaying for their computers (especially hardware upgrades) and for not being able to plug in HDMI cables, needing to make use of […]

Understanding git

Only a few people in the world get to create one famous piece of software. A guy called Linus Torvalds created two that are used every day by millions of people: Linux, and git. What is […]

COPC

The Cloud-Optimized Point Cloud (COPC) format is an extension to the popular LAZ file format for point clouds. It adds spatial subdivision and an index to the end of a LAZ file that makes it possible […]

Understanding the Rust Result type

One peculiarity of Rust is its Result type. In many other programming languages, you’ll probably use a bool or int to indicate successful function execution. If you’re new to Rust and take a look at Rust code, you’ll […]

A brief history of the workstation

All images sourced from Wikipedia unless otherwise noted. What is a workstation? Wikipedia’s definition starts with A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single […]