Archive
-
2023 (14)
- Creating and Publishing a Bluesky Feed (Jul 04)
- Scaling Issues on Linux Workaround (Jun 24)
- MkDocs Live Edit Plugin Announcement (Jun 23)
- MkDocs Categories Plugin Update (Jun 20)
- AI and Creativity (Jun 10)
- OpenGL in C# on Linux using Visual Studio Code (Apr 20)
- MkDocs Plugins Updates (Apr 17)
- A Conversation with Bard (Mar 24)
- Intel Arc A770: One Month In (Mar 05)
- mkdocs-alias-plugin 0.5.0 Release (Feb 08)
- Call Me By Your Name Review (Jan 28)
- The Drawing of the Three Review (Jan 26)
- Head Shot the Rot Intro (Jan 12)
- Welp (Jan 08)
- 2020 (2)
- 2017 (3)
- 2016 (3)
- 2013 (1)
- 2011 (12)
- 2010 (5)
- 2009 (5)
- 2008 (21)
- 2007 (17)
-
2006 (15)
- Microsoft.com’s Recent Update (Dec 18)
- Another Saturday: Firefox, Zune and more (Dec 09)
- Microsoft's Autumn Marketing (Oct 20)
- MSDN Event Boca Raton Review: 10/17/2006 (Oct 17)
- 500 Google IPs (Sep 29)
- Zune to be here on November 14th (Sep 28)
- Google's 8th birthday (Sep 27)
- OT: Storm (Aug 14)
- Pirates 2 - Dead Man's Chest (Jul 07)
- WTF Sony? (Jul 06)
- Five that Fell (Jul 06)
- Riemer's DirectX 9 Tutorials (Jul 06)
- Netherlands win against Ivory Coast (Jun 16)
- AJAX: Dictionary Search (Apr 27)
- AJAX: Simplified beyond belief with Prototype (Apr 26)
Common Tags
You may also enjoy
Creating and Publishing a Bluesky Feed
9 minute read
I was recently invited to join Bluesky, a new social media platform. This was mostly motivated by the nightmare that Twitter has become over the past year or so. One of Bluesky’s nice features is the encouragement from the official team to build supplementary software. One way to do it is to build a custom feed. So, I set out to do just that: I built a feed that serves all posts related to TTRPGs on Bluesky. Here’s how I went about publishing mine on a DigitalOcean droplet using PM2, Nginx, and Let’s Encrypt.
Scaling Issues on Linux Workaround
less than 1 minute read
If you’re on Linux and received the latest Steam patch that makes your UI scaling look overly large, here’s a quick workaround until Valve fixes the application (and given that you have a Steam desktop shortcut).
Open up the Steam desktop launcher shortcut (~/Desktop/steam.desktop
) in your favorite text editor and find the line that starts with Exec=
. You’ll want to change it to the following:
Exec=/usr/bin/steam -forcedesktopscaling 1.0%U
You can change the scaling factor to something other than 1.0, but that’s the value that worked for me without breaking the entire UI. The only downside is that you’ll have to launch Steam from this desktop shortcut until Valve fixes this.
MkDocs Live Edit Plugin Announcement
less than 1 minute read
I just can’t seem to stop myself from making more MkDocs plugins. This time, it’s a plugin that can help with editing by allowing you to edit your Markdown files straight from the browser:
MkDocs Categories Plugin Update
less than 1 minute read
The latest version, v0.4.0, of the mkdocs-categories-plugin is now available here or by running pip install mkdocs-categories-plugin
. This new version fixes the sorting of categories containing numbers. This release is a minor quality-of-life update, but I can’t believe I didn’t notice this behavior before!
v0.3.0 | v0.4.0 |
---|---|
![]() |
![]() |