Posts by Category

Programming

Practical Use Cases of X Macros in C

7 minute read

An X macro is a powerful preprocessor technique in which we define a list of data entries. This data list is then plugged into logic blocks that are executed...

_Generic Keyword in C

8 minute read

In this post, I will present an interesting feature introduced in C11: the _Generic keyword. At times, it may seem like the C language is not receiving new f...

Back to Top ↑

Restorations

Repairing a PSOne with No Video Output

6 minute read

In this post, I’ll describe how I fixed one of my PSOne consoles. I got this console as part of a larger lot consisting of five PSX and two PSOne consoles. T...

DualShock Retrobrighting

3 minute read

In this post, I’ll show you how I did my retrobrighting project on the original PSX DualShock controller. It’s not uncommon for old electronics to turn yello...

Back to Top ↑

Misc

How to Make a Photo Collage in GIMP

2 minute read

In this post, I will explain how to make a simple photo collage in GIMP. Project details: We have 4 images. Each image is in landscape orientation and has a ...

Back to Top ↑