• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • I played a little PSO on Dreamcast but never got far; spotty dial-up made it difficult to enjoy online play. Still a console “MMO” was mind-blowing to me at the time, and it was a beautiful game. (Q3A became my primary addiction. Much easier to just connect, mindlessly frag for a few, and not be upset when someone inevitably picked up the phone and starting dialing without listening for the modem first.)

    I’ve emulated Dreamcast PSO on my Steam Deck and I know private servers still exist for Dreamcast (and it can made to get back online with an RPi and a little fiddling) but is Blue Burst the preferred game these days? PC version? I’m tempted to give it a proper playthrough sometime.



  • Q3Defrag vids still blow my mind. I can strafe jump somewhat consistently, but then I watch stuff like the team trick jumping in the “Event Horizon” series and it’s just humbling. I tried some simpler strafe maps recently (there’s surprisingly still a couple active Defrag servers out there) but I’m still awful at it - and rusty now to boot. Couldn’t maintain speed to clear the larger hops, or when I did then I couldn’t air strafe well enough to be heading the right way for the next. Air strafing was a lot easier to do in CounterStrike & Source.

    I’m pretty sure the “bhop” and “surf” maps in CS/S directly benefited from the same physics quirks, being descendants of id’s engines. I was a surf_skyworld addict for a while. Just the same it was easy to throw on some tunes and lose a few hours surfing with friends on some of the 24/7 servers, back when CS:S was in its prime.




  • For a very brief moment in time I held the leaderboard for the Bowman in Mech Assault. I think the main contender at the time was a total loudmouth and XBL Forum regular with the gamertag “GeorgeTheGreek.” A certified shit talker, but he was also damned good with that Mech. One of my fondest memories of the game was using the Bowman to stomp someone in an Atlas on the city map (River City?). I hadn’t seen it done before, and most others in the lobby must not have either, because a bunch of them went ape. My team might’ve still gone on to lose, I seem to recall the map meta being “pick a Mad Cat and sit back sniping,” but that moment was worth any outcome.

    OG Xbox Live was probably my favorite console experience after Quake 3 Arena on Dreamcast. I wouldn’t own a console after the 360. My next favorite console experience was when a buddy got Mortal Kombat 2 online for his PS3. One regular, whose name I’ve forgotten, would bust out all the old glitches (could’ve been using a macro controller) but it was the first time I’d send Fatality Friendship on the Kombat Tomb stage. Another had a novelty account named “ItsTheToe” that always played as Liu Kang. Anyone familiar with MK2 would know his crouching low kick was this stupid stick-his-toe-out move that was nearly impossible for any of the ninjas to jump kick into. Absolutely hilarious when I first encountered them, then frustrating but rewarding having to relearn my favorite three characters to deal with them.




  • I don’t have the link(s) on hand but there’s a Tizen build of Jellyfin for Samsung TVs. It runs rather slow on my old tube so I wouldn’t recommend it outside of a last resort. It’s actually smoother for me to just open the app on the TV and then remote control it from a browser/app on another device (my Steam Deck is my homelab universal remote). But you can use the Tizen dev tools or a simpler docker container to push it to the TV.

    For my folks I got a cheap Walmart brand Android box (Onn 4k Plus). I installed Jellyfin from the app store then black hole’d the thing because I’m wary of cheap Android apps and their history of supply chain attacks. It’s much more responsive and also leaves me with the option of installing additional stuff like Smart Tubes, Retro Arch and whatnot.



  • I’m a fucking dolt that dabbles and picks up the gist of things pretty quick, but I’m not authority on anything, so “grain of salt”:

    You’re already familiar with OCR so my naive approach (assuming consistent fields on the documents where you can nab name, case no., form type, blah blah) would be to populate a simple sqlite db with that data and the full paths to the files. But I can write very basic SQL queries, so for your pops you might then need to cobble together some sort of search form. Something for people that don’t learn SELECT filepath FROM casedata WHERE name LIKE "%Luigi%"; because they had to manually repair their Jellyfin DB one time when a plugin made a bunch of erroneous entries >:|