Restoring an Amiga 500, part 1

6 years ago

I have recently acquired an Amiga 500 that was marked as faulty and having a black screen whilst turning on.…

LinuxJedi’s Recent Videos

6 years ago

I haven't been writing a lot of content lately. This is in part me being involved in several videos which…

Community vs Ecosystem

6 years ago

One of the most powerful and important things about Open Source software is that it brings people together to work…

Fun With Apple Multi-Arch Binaries

6 years ago

Apple macOS has for many years supported the ability to have binaries for multiple platforms in one executable. Upon execution…

How I Interview Remote Engineering Candidates

6 years ago

Several of my friends in tech are having a hard time in their career due to everything going on in…

Event Loops and NCurses

6 years ago

Yesterday I wrote a blog post talking about Event Loops, this was a pre-cursor to discussing where I am using…

Event Loop Programming: A Different Way of Thinking

6 years ago

The concept of event loops is not new in programming, but I think it is still a really important technique…

Socket SO_REUSEPORT and Kernel Implementations

6 years ago

Way back when I was at NGINX I worked with several people on integrating a kernel patch for SO_REUSEPORT in…

Sanitizers, The Alternative To Valgrind

6 years ago

Valgrind is an incredibly powerful tool which helps find leaks, buffer overflows and many other things. Whilst being extremely powerful…

My Journey Learning The Go Programming Language

6 years ago

The key to learning anything new is finding a way to engage with the material. Some people learn by reading…