About the Author
I'm Stephan, a Linux user with a passion for open-source, UI/UX design, and exploring what makes fiction work.
In my spare time, I focus on (and write about):
- Programming (mainly in Python and Rust)
- Retrocomputing (mostly DOS but, as of January 2023, I also own a machine running Mac OS 9.2)
- Reading and Reviewing Fiction
- The odd bit of UI/UX design or literary theory
For notification of significant updates to existing posts, consider following me on Mastodon.
Popular Posts
- Resources for Reverse-Engineering 16-bit Applications
- Fanfiction – A Quick Overview of The Whole Pureblood Pretense Series
- Recommended Battlestar Galactica “Earth-contact” fics
- Home-made tamper-evident security seals for kids and adults alike
- Embedding the DPMI Extender for your Open Watcom C/C++ EXE (And Related Knowledge)
- Displaying An Image or Animated GIF in Qt With Aspect Ratio-Preserving Scaling
- Fanfiction – The Pureblood Pretense
- Getting your way with setxkbmap
- Recommended “More-Than-Human Shinji” Evangelion fics
- Learning Materials for getting into C programming for MS-DOS/PC-DOS/DR-DOS/FreeDOS
November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Meta
Geek Links
Otaku Links
Category Archives: Geek Stuff
Tweaking Motif to make DDD stick out a little less
With Ttk bringing theming to maintained Tk applications like gitk, Motif is the last major holdout we still sometimes have to deal with. While it is unfortunately true that Motif has no theming support whatsoever, certain tweaks can still be … Continue reading
Posted in Geek Stuff
Leave a comment
Fixing The New YouTube Look And Feel
If you’ve been using a tracking cookie randomizer or if you’re unlucky enough to be on the wrong side of Google’s A/B testing, you may have run into YouTube’s new look and feel. Unfortunately, while it does have a few … Continue reading
Getting Started guide for Lubuntu novices
Just thought I’d share the Getting Started guide that grew from my periodic use of Lubuntu to make old PCs useful to the needy. It’s on GitHub and you can also view it online though the WebODF renderer doesn’t yet … Continue reading
Posted in Geek Stuff
Leave a comment
…sort of like DxDiag for Linux
TL;DR: This script collects hardware and OS info for reporting bugs in Linux games because, on Linux, the functionality of DxDiag is split up across several different tools. The Humble Indie Bundle 6 just came out and, wanting Torchlight, I … Continue reading
Posted in Geek Stuff
Leave a comment
Questions to ask when marketing software and services
After writing what must be my third or fourth e-mail offering advice to an online service whose marketing completely missed the mark with me, I started to notice that I was touching on the same set of points. Again and … Continue reading
Posted in Web Wandering & Opinion
1 Comment
How to use things like Fat-Free Framework with “php -S”
Having grown very used commands like these, nobody was more eager than I when PHP 5.4 introduced its own no-setup development server. python manage.py runserver (Django) paster serve –reload (Pylons) nodemon (NodeMon for Node.js) jekyll –auto –server (Jekyll, used by … Continue reading
Posted in Geek Stuff
1 Comment
GitHub vs. BitBucket: Shifting Value Propositions
It used to be that GitHub vs. BitBucket was a no-brainer. GitHub was sleek, featureful, popular, and supported git, the godsend. BitBucket was clunky, buggy, comparatively little-known, and required you to use that hg thing with the annoying workflow. However, … Continue reading
Posted in Web Wandering & Opinion
4 Comments