Coding Patterns Every Web Developer Should Know
As a web developer, mastering the art of writing clean, maintainable, and scalable code is essential for success. One way to achieve this is by adopting »
How to extract smoke/clouds from opaque image in GIMP
Extracting semi-transparent shapes from an opaque picture and making a transparent PNG from an opaque picture is not easy without the proper technique. Let me show »
Fix low FPS of WebGL in Chrome, Ubuntu
I've had this problem for a while, Google Chrome seems to lower the FPS of WebGL content / games to 60 FPS on a dual monitor setup, »
Find log4j on your Linux system
Based on this article about Log4Shell, you can search for any occurence of log4j on your linux system with this command: sudo find / -iname "log4j* »
Use Razer mouse or keyboard without Synapse on Linux
You just got yourself a new Razer device and you realized you can't configure it without the proprietary Synapse software (which is not available on linux) »