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
- Displaying An Image or Animated GIF in Qt With Aspect Ratio-Preserving Scaling
- Embedding the DPMI Extender for your Open Watcom C/C++ EXE (And Related Knowledge)
- Getting your way with setxkbmap
- Fanfiction â The Pureblood Pretense
- 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: General
Casual Sandboxing for Wine
For anyone who, like me, uses a variety of applications on Wine, it soon becomes obvious that Wine seems to trust Windows applications a little too much. Little or no support for automatically removing .desktop files created by a Windows … Continue reading
Posted in Geek Stuff
Leave a comment
Minecraft + xkcd + Python = …
Just a little gag module to implement “import creeper” [1] [2]. Now you know what I do when I’ve got a moment with nothing better to do. đ
Posted in Geek Stuff
Leave a comment
Making Tk applications a bit less ugly
Ever had that one application you found too useful to replace, but it looked like a refugee from 1989? Chances are the application is written using either Motif or Tk and, while I can’t help you poor souls with in-house … Continue reading
Posted in Geek Stuff
6 Comments
A Tip For “Unmet Dependencies” in Ubuntu
Just finished fixing some “unmet dependencies” that had removed some programs on my mother’s computer. Interestingly, it wasn’t corruption like the Google results suspected. Well… not on our end. I ended up finding an interesting solution. Install aptitude. Instead of … Continue reading
Posted in Geek Stuff
Leave a comment
G15/LCDProc Hotplug
Another belated blog entry. This one for a little hack I did to get G15Daemon and LCDProc resetting nicely when, for whatever reason, I have to temporarily unplug my Logitech G15 keyboard. If I ever find myself back on KDE … Continue reading
Posted in Geek Stuff
1 Comment
Modernizing XTerm’s Paste
If  you’ve ever tried to alter XTerm’s key/mouse bindings, you’ve probably noticed that the documentation is cryptic, pretty much only found in the manpage, and not supplemented by anything you’re likely to find on Google. So, one day, when I … Continue reading
Posted in Geek Stuff
5 Comments
A Brief List of Ways to Make Xinerama and Games Get Along
As none of you certainly know, my system has a very odd video setup: Because I hate bad window management misplacing things when the resolution changes, I’ve used xorg.conf to lock my desktop at 2560×1024 Because I’m using nVidia TwinView, … Continue reading
Posted in Geek Stuff
1 Comment