2025-06-06_timberborn_pride-flag-tail_final.png (1.3 MB PNG Google Drive link)
Monday, June 9, 2025
Timberborn detailer custom tail pattern (LGBTQIA+ progress pride flag)
Wednesday, April 30, 2025
Fantasy Drag Race (s17) final update
Saturday, March 29, 2025
Gamifying Dinner Decisions: A 12x12 Grid for Takeout
- You have a budget of 15 +'s and 5 (-)'s.
- Apply +'s to places you like and (-)'s to places you don't.
- The maximum number of +'s you can apply to each place is 2. Max (-)'s per place is 1.
- Each place starts with a 3-point share, modified by the sum of +'s and (-)'s applied to it.
Each restaurant appears in the grid a number of times equal to its modified share value. Luckily, it works out that there are 140 results (40×3+(15-5)×2) which fits nicely into a 12x12 grid if you chop off the corners. Scrambled the positions because it's more interesting that way (and it helps prevent I thing I dislike where folks can start predicting results without consulting the table after they become familiar with the layout).
Saturday, March 15, 2025
Hex Translator - SubPalette Tests
Monday, March 10, 2025
FDR Update (s17e10), Mickey 17, HT2024 palettes
New Fantasy Drag Race update (now current through episode 10). Good thing this has been a bit of a test run—realized I'd completely forgotten a major part of the scoring (the points players get for members of their Top-4 remaining in the competition).
![]() |
![]() |
Thursday, March 6, 2025
refine(refine(refine (garden troughs)))
More refining...
|
|
|
Friday, February 21, 2025
FDR Update
Fantasy Drag Race update for s17e08 (see below). And I made a mistake in the last one, now corrected.
Saturday, February 15, 2025
Fantasy Drag Race update, new Kancho, card binder
Six episodes into Drag Race Season 17 now. Our updated Fantasy Drag Race T4B3 standings:
Monday, January 20, 2025
FDRT4B3 Update
Three episodes into Drag Race s17 we finally have an elimination. Here are the current standings (click to enlarge):
Wednesday, December 11, 2024
Fantasy Drag Race Season 17
Some friends and I are doing a Fantasy Drag Race game for RuPaul's Drag Race Season 17. Here's a link to the rules (264 KB PDF): 2024-12-14_Rules for Fantasy Drag Race.pdf
(edit: updated file 12/14/24)
Message me your picks by Jan. 2, 2025 if you want to play!
Monday, November 11, 2024
Nauvis Space Platform is Go
Sunday, October 27, 2024
Solid Fuel Optimizer
This is a little solid fuel optimizer I made in Factorio: Space Age using decider combinators. It figures out which oil fraction (light oil, heavy oil, petroleum gas) is most plentiful and processes it into solid fuel for boilers down the line.
Same image without the decider windows:
Sunday, September 8, 2024
Kancho
This is an illustration of my porcine (piggy) character, Kancho, that I commissioned from the extremely talented Alen Fey. The design was largely inspired by the pig ninja from Chicken Pig Attack, a Gregory Brothers/Takeo Ischi music video from January 2020. I'm really happy with how it came out. Currently using this as my PFP in various places.
Tuesday, September 3, 2024
HT palette stuff
Worked on CMYK full-spectrum palette generation stuff over the Labor Day weekend. Some screencaps from various points in the process:
It's getting there!
Sunday, August 18, 2024
New Shapes
New shapes for the next hex translator build: Gears, vacuoles, chiral start/north signs, end signs (halmos finality symbols).
Tuesday, June 25, 2024
2 Things to Vent About
Here are two behaviors I need to vent about. The world hardly needs more negativity so I will at least make it quick. This is all IMO, disclaimer disclaimer, etc.
- Criticism by proxy. I've touched on this before, but it was from a don't-yuck-my-yum angle. Now, the true intent is more clear: Sometimes a person resents you but they want to keep up the appearance of being magnanimous (or simply "not a jerk"). So instead of belittling you directly, they criticize the things around you. "Your house is shabby, your car is gay, that picture (you picked out) is ugly." It's usually sneakier than that, but that's the gist of it. All of it so that if you blow up and ask them "what is your problem with me?" then they can look shocked and retort, honestly (technically), "I never said a word against you!" Right, you just slagged off every choice I made, they way I live, etc. etc. Eventually it's obvious what their real target has always been.
- Setting daemons. A daemon is a background process in computing and it's how I think of certain (non-computing) tasks with specific triggers. I am assigned tasks all the time and they broadly fall into three categories: Do it when able, do it at a certain time, and do it when a condition is met. That last category has the potential to incur terrible costs beyond the cost of the task itself. "Tell me this account balance" and "tell me this account balance on the first of every month" are easy. The latter just needs a recurring calendar entry. But "tell me this account balance when it becomes negative" is a huge pain in the neck. (Because what am I going to do, check that account every day to see if the balance has turned negative? It might not turn negative for three years, and if it takes me one minute to check it each day, that's more than 18 hours of work you're asking for.)
My real gripe with this one is that the people asking almost never think about the processes involved. They assume things can be automated when they can't. I explain this, but it rarely sinks in. Many times, the best I can do is turn it into a category-II task ("Okay, I'll check it on the first of every month and tell you if it's negative."), but even then, using the previous example, we're looking at 36 minutes of work. And the real problem here is that the asker, being ignorant of the process (and often unwilling to learn), gives the request as much weight as if it only needed to be done once ("It only takes you a minute!").