LinuxJedi

POSIX File Handling and Undefined Behaviour

Whilst porting code between Linux and macOS I have come across two issues which make assumptions about how something works…

6 years ago

Nested Variadic Functions in C

You may be familiar with variadic functions in C, these are basically functions that allow a variable number of parameters,…

6 years ago

Rendering Emoji in Linux Terminals

Following on from my post about getting TUIs in CentOS 7 to use Unicode I thought I should write a…

6 years ago

Unicode 7 in CentOS 7 TUI Code

I'm in the middle of developing a project in C which uses NCurses and Unicode 7+ characters. This has been…

6 years ago

Fixing an OpenSSL issue with Curl and Autotools

One project I created at MariaDB is libMariaS3 [source, documentation]. It is a lightweight simple LGPL licensed API to access…

6 years ago

Episode 2: Introduction to Open Source and Licensing

Open Source Software is key to many of innovations in technology over the last few decades. It is also a…

7 years ago

Episode 1: Depression and Burnout

Depression and burnout are common problems, especially in the tech industry. In this episode I discuss my person experience of…

7 years ago

My Open Source projects that still live on

I have recently created a new library called libMariaS3 for a couple of teams at MariaDB which provides a simple…

7 years ago

Solving my Intel GPU performance issues

For the last few days I had my laptop connected to an external monitor which has a 2560x1600 resolution. Whilst…

7 years ago

KDE Plasma Testing With Kubuntu

After my previous post on testing KDE Plasma on KDE Neon my friend and colleague Max commented with "Any thoughts…

7 years ago