Category Archives: Geek Stuff

How to Hack gtk3-nocsd Into Flatpak Applications

WARNING: Use at your own risk. This is NOT a supported configuration and you’ll want to turn this off and re-test before reporting any bugs. (i.e. Report bugs gtk3-nocsd fixes, not ones it causes.) OK, so you’ve got a desktop … Continue reading

Posted in Geek Stuff | Leave a comment

Update to Update to My Flatpak CLI Shortcut Proof of Concept

Well, it’s a bit silly, but I got nerd-sniped by how it was taking a little over six seconds to regenerate my Flatpak CLI wrappers with the shell script version I just announced yesterday, so I rewrote it in Python. … Continue reading

Posted in Geek Stuff | Leave a comment

Update to My Flatpak CLI Shortcut Proof of Concept

This morning, I finally got around to rewriting my update_nvidia helper to unbreak the whole “defer driver updates until reboot to keep the kernel module and libGL in sync” thing I have going and, this afternoon, while working on something … Continue reading

Posted in Geek Stuff | Leave a comment

Noise-Reduction Tips For People Who Have Trouble Ignoring Ambient Sounds

If you have sensory processing issues, it can be difficult to get people to understand how much ambient noise weighs on your attention and stresses you out… since I’ve put a lot of work into making my environment quieter and … Continue reading

Posted in Lair Improvement | Leave a comment

The Out-of-Touch Autism-Spectrum Shut-in Social Survival Guide For People Who Are Paranoid About People, Parties, And Other P Words

I don’t think I’ve mentioned it, but I tend to panic when I badly misjudge how something I said will be taken and then fail to recover. I recently learned that this is apparently called Rejection Sensitive Dysphoria. and I … Continue reading

Posted in Web Wandering & Opinion | Leave a comment

Tooltips for syntax highlights in QTextEdit/QPlainTextEdit

While I was experimenting with adding nlprule-based grammar-checking to my spell-checked QPlainTextEdit subclass (not yet polished enough to share, but there’s a cut-down proof of concept for the nlprule integration on StackOverflow if you want it), I ran into a … Continue reading

Posted in Geek Stuff | Leave a comment

A QLineEdit Replacement with Spell-Checking

TL;DR: Here’s the code Today, I recevied a question which prompted me to revisit my old An Improved QPlainTextEdit for PyQt5 post and, along the way, I got a little nerd-sniped on the idea of adding spell-checking to QLineEdit too. … Continue reading

Posted in Geek Stuff | Leave a comment