Comment on
Super Mario RPG - Nintendo Direct 6.21.2023
They actually did it, the absolute madmen. As a kid I rented this over and over from Blockbuster but never finished it. Maybe now I finally will.
Comment on
Super Mario RPG - Nintendo Direct 6.21.2023
They actually did it, the absolute madmen. As a kid I rented this over and over from Blockbuster but never finished it. Maybe now I finally will.
Comment on
Reverse proxy without a single point of failure
Reply in thread
I get it, and I've seen this response other places I've asked about this too. But a license agreement can just offer refunds for downtime, it doesn't have to promise any specific amount of availability. For small, cheap, experimental subscription apps, that should be enough; it's not like I'm planning on selling software to businesses or hosting anything that users would store critically important data in. The difference in cost between home servers and cloud hosting is MASSIVE. It's the difference between being able to make a small profit on small monthly subscriptions, versus losing hundreds or thousands per month until subscriber numbers go up.
(also fwiw this entire plan is dependent on getting fiber internet, which should be available in my area soon; without fiber it would be impractical to run something like this from home)
Comment on
What's the game you play when nothing else sounds good?
Dead Cells. I've been stuck on 3BC for years, but someday I'll beat it! Someday...
Comment on
New 2D Mario game announced, Not calling it Super Mario LSD was a swing and a miss
Reply in thread
Same. My wife isn't much of a gamer but NSMB Wii and NSMBU are some of the only games we'll play together and really enjoy. I think I'd actually pay for subscription DLC for a NSMB-style game if it gave you a few new levels to play through every month or two.
I hoped Mario Maker 2's user-generated content would feel like that, but the levels were so small and puzzle-focused that it really didn't work.
Comment on
Crazy times with the crew
Reply in thread
indeed
Comment on
Reverse proxy without a single point of failure
Reply in thread
I don't think this is it. The router doesn't know anything about DNS, it only knows "this port goes to this IP address". It seems like I either need multiple devices sharing an IP address or router software that inherently supports load balancing.
Comment on
Anyone interested in a book club?
I'd be up for it. Haven't worked on games for a while, but I'd like to get back to it.
Comment on
Is there is any interesting free Json Feeds/ Apis?
I was wondering the same thing, I wanted to add JSON Feed support to an app I'm writing but couldn't find any examples of it in the wild, and Google was no help. Good to know that NPR has one, though.
Comment on
You are all the best things and more.
Reply in thread
I WANT IT THAT WAY
Comment on
TIL there's an Arkansas City in Kansas, and Arkansas is pronounced with the 's' so it rhymes with "Kansas"
Reply in thread
My extended family is from a tiny Ohio hill town named Antioch, pronounced "annie-OCK".
Comment on
Does Anyone Host a Discord Alternative? Like a Matrix/Synapse Server?
I've had a private Matrix server for me and a few family members for years now. It doesn't federate, and I'm afraid to try, because I run it on a potato computer and I've heard horror stories of Synapse federation consuming hundreds of gigabytes of space.
It's generally been stable and performant and really nice to use. The only problem is encryption: Element seems to forget keys sometimes and need to resync. And Matrix's whole e2ee system is arcane nonsense to anyone who's not extremely technical. Every time that happens, it's a long tech support call.
The solution is to just not use encryption on chatrooms, which is fine, but DMs have to be encrypted so it still comes up sometimes.
Comment on
Reverse proxy without a single point of failure
Reply in thread
Looking into this a little, it might be what I need. The documentation I've found on this says it uses VRRP, which creates a "virtual" IP address; will that be different from the machine's own IP address? And will an ordinary router be able to forward a port to this kind of virtual IP address without any special configuration?
Comment on
Reverse proxy without a single point of failure
Reply in thread
Already considering using Kube, though I haven't read much about it yet. Does it support this specific use case (making multiple servers share a single LAN IP with failover), in a way that an ordinary router can use that IP without special configuration?