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
- Getting your way with setxkbmap
- Home-made tamper-evident security seals for kids and adults alike
- Hacking together a quick update notifier
- Recommended “More-Than-Human Shinji” Evangelion fics
- Displaying An Image or Animated GIF in Qt With Aspect Ratio-Preserving Scaling
- Homebrew Update Notifier Update
- Learning Materials for getting into Windows 3.1 programming
Meta
Geek Links
Otaku Links
Monthly Archives: May 2013
A little tool for command-line playlist building
For the last few years, I’ve been amassing a collection of little scripts I use every day to build playlists, both for Audacious and for MPlayer. About a week ago, I realized that they’d started to duplicate each others’ functionality … Continue reading
Posted in Geek Stuff
6 Comments
Trifles Make Perfection
TL;DR: When you’re doing something creative, look for details which, with only minimal change, could greatly broaden your work’s appeal and staying power. (Also includes examples.) Every now and then, I run across a creative work which frustrates me, not … Continue reading
Posted in Otaku Stuff, Writing
2 Comments
Making Coveralls work with PyPy and skip Python 2.5 on Travis-CI
I have a couple of projects that get tested on Travis-CI and I just discovered Coveralls, a tool which integrates with it to provide a code coverage badge to go alongside your build status badge. (and is also free for … Continue reading
Posted in Geek Stuff
Leave a comment