al2f's website

About

I’m known online as al2f, as well as al0f and al1f. I’m a free/libre software advocate and game developer, and write programs for fun. I often get distracted by the Godot Game Engine, so I do not have (m)any non-game software projects released. From time to time I draw or play the piano.

Thoughts

Dislikes:

Likes:

Defaults aren’t the only option - This applies to public opinion and many other areas, not just computers. Simply because a program comes pre-installed does not mean that you have to use it. Take a look at other programs that offer similar features. Explore, and have fun!

When writing programs, keep them simple. With many simple programs that do one thing well, you can chain different programs with a script to perform a specific task quite quickly. This idea also allows for interchangeable programs1

Profiles

Contact


  1. Say we want to take a screenshot of the screen, and copy the found text to the clipboard. The 3 tasks here are Taking a Screenshot, performing Optical Character Recognition on the screenshot, and copying the result to the Clipboard. The programs use could be scrot, gocr and xsel. However, the could just as well be xfce4-screenshooter, tesseract-ocr and clip. It does not make much of a difference, as long as you can connect the output of one program to the input of another. ↩︎