• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • It’s an impressive game, 100%, but I don’t think the comparison is quite so straightforward. Pokemon had only 8 KB working RAM, 4 shades of colour, and the cart only had 373 KiB stored on it. But the GameBoy CPU was over double the speed of the of the BBC Micro or the Acorn Electron.

    Both are really impressive games for their size; though Elite’s no doubt more impressive for its time given Pokemon Red/Green released after 5 years of development to an already quite aged handheld, and ended up undergoing a full revision to patch out the bugs with Pokemon Blue version a half year later.

    I think the real king is ET, a multicolor game with a layered gameworld, and detailed graphics on just a 1.2MHz CPU, 128 bytes of RAM, with less than 6KB on the cartridge. The game made a few mistakes that cost it any recognition, but it’s a really impressive game given its hardware and time.




  • Ram from ReZero Peaking from a Corner

    I think this is going outside the realm of self-hosting and moreso into actually creating a server architecture. All servers would need to use the same database, so you’d want likely as its own server a database server, caches on the front-end servers so popular things aren’t queried for the same info again and again.

    I’ve never set up anything like this, so this is just me trying to think of how I’d throw it together, I’m sure there’s a bunch of async problems I’ve not even considered how to tackle, and even having the DB be offsite from either of the front-end servers would be less than ideal.

    I suppose you could have the DB in one of the servers, but then that one now has the same frontend-load as the other while it also is the only one doing DB queries, so the load’s not really being distributed properly. 🫠




  • Ya, on Lemmy’s end there’d still be control over the removal of content.

    Though I do wonder if it even makes sense for interop to come from Lemmy’s side? After all, Lemmy’s just one of many implementations of ActivityPub. Kbin, Mastodon, and other softwares can freely traverse Lemmy with varying levels of usability. Instead of implementing Aether interop from the Lemmy side and give Lemmy access to Aether content, it seems more sensible to make Aether interoperable with the ActivityPub protocol. Of course this isn’t exactly feasible without a maintained fork.