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
- 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: Geek Stuff
A Few Suggestions/Pleas to Authors of Mystery-oriented Fiction
Just a quick couple of suggestions for people looking for something a little more original than The Loch Ness Monster, Atlantis, or Alien Abductions to work into their creative endeavors. (Because they occurred to me while I was wandering Wikipedia … Continue reading
Posted in Web Wandering & Opinion, Writing
1 Comment
Tuning TiddlyWiki for Polished Prints
This morning, in typical distracted fashion, I got the urge to start experimenting with using CSS to style a website for printing and decided to use the copy of TiddlyWiki I use for personal organization as the test bed. I … Continue reading
Posted in Geek Stuff
1 Comment
8 PCs In A Bunker: Ownership, Respect, and Principles in the Steam Era
TL;DR: DRM is you paying to be mistrusted and quietly disrespected; Piracy is an implicit endorsement of someone whose behaviour you disagree with. (UPDATE 2016-01-14: If you pirate, It also makes it easier for them to blame you for their … Continue reading
Posted in Otaku Stuff, Web Wandering & Opinion
8 Comments
How to perform a one-off migration into Django ORM
While working on a project I haven’t yet made public, I found myself needing to migrate data into a Django project without being able to use the simple, common “Use inspectdb, then migrate to the new form with South” approach … Continue reading
Posted in Geek Stuff
Leave a comment
Hurricane Electric IPv6, m0n0wall, and Dynamic IPs
After years of wanting it, I finally got around to setting up an IPv6 tunnel. (My brothers’ Flash plugins weren’t too pleased for some reason, but I’ll re-enable IPv6 on their machines later) I quickly discovered that there was one … Continue reading
Posted in Geek Stuff
Leave a comment
A Python programmer’s first impression of CoffeeScript
CoffeeScript is a simple, clean, fast language which compiles to JavaScript, either at build time, with a caching framework plugin on the server, or at runtime in the browser. The syntax looks like a cross between Python and Haskell1 and, … Continue reading
Posted in Geek Stuff
45 Comments
GQView Collections on the Framebuffer
So there I was, waiting for some nVidia drivers to compile so I could get back into X11, flipping through images in fbi, when I realized I was sick and tired of fragile, irritating, one-liners to pipe lists of images … Continue reading
Posted in Geek Stuff
Leave a comment