MUDs. Text based (generally RPG) games with incredibly immersive story telling, near infinite levels of character customization, and many even feature ways for players to build on the world itself.
I’m surprised it’s not more popular amongst D&D enthusiasts.
In its hey day, people spent thousands of dollars just to boost their characters on massive for-profit MUDs like those created by Iron Realms. But smaller MUDs like Ancient Anguish were just as quality.
Sadly they’re going extinct. Only a few MUDs are still actively maintained.
I started reading Mort (Terry Pratchett) and it reminded me of the Discworld MUD I played with my friends in the 90s, on dial-up, all crowded around a single 13" CRT. I looked it up, and it’s still running!
Whoa that’s a nice piece of trivia. Did some googling and it definitely has roots in MUDs, but Andrew obviously had higher ambitions visually. That’s cool.
My son is 11 months, and if I didn’t have my steam deck I would probably not be gaming at all right now :) That instant off/resume is absolutely amazing.
I picked up a Switch thinking it would always be attracted to my TV. Maybe it was for a bit, but when my child came along the only way I used it was handheld and for spurts at a time.
That’s how I knew the Steam Deck was an instant buy for me - the pause/resume is key.
You should try playing Cattails which is basically exactly that. You play as a stray cat living a regular cat life. You can hunt, socialize with other cats (some are nice, some not), etc. No humans, just cats. The start of the game you get abandoned by humans I think?
They are all decent, and fun to play if they’re your jam, some are more pay-to-win than others, like Star Trek Online. Some are a bit on the older side, like Guild Wars 1 being from 2005 though.
Pillars of Eternity. I really appreciate that they must have had some Anthropology majors on the team, especially for II, because the worlds feel much more exotic than other RPGs. It shows up just how generic Medieval Fantasy most RPGs are.
The tropical Roparu (?) society with its caste system is particularly interesting. The interaction of the various factions is believable. And of course the pantheon is well though out.
The downside is that they can be clumsy about exposition of the world - especially in the first one, you get these enormous lore-dumps.
Ah, of course it's about the serious violations on free speech in checks notes the brutal dictatorships of Britain and Germany. The dictatorship of common sense dictating you how not to be an asshole.
eh, the exaggeration aside…the trend lately IS extremely worrying.
especially the treatment of protesters.
that said I’m pretty sure that’s got little to do with this situation…tend to agree with the others ITT: “libertarian” and “free speech” is seldom a good combination of words…
I can't deny there were some cases where the authorities have exaggerated. Especially recently. But you know where these people are actually coming from.
but do we? Microsoft is absolutely a mega-corp and would not hesitate to screw over people for money. If you’re anti-bigoty, don’t assume they’re your friend. Maybe someone “insulted” Charlie Kirk, or said that ICE are Nazis. Remember Jimmy Kimmel? I get your sarcasm in your original post, but I think you’re making an assumption that corporations are in the right when they take down speech, when they’d just as quickly shut down a trans-supportive group as they would a transphobic group.
This seems entirely tangential to the thread. At least from what I’m reading, they’re discussing whether Britain and Germany allow freedom of speech. Nobody in the thread seems to be talking about MS’s stance.
I think the statement that Microsoft is not your friend is noncontroversial, a given, and applies to every large corporation on the planet.
Curious. Hadn’t heard of them at all and they seem to have made solid progress.
So I went to their “github” link which goes to their own self hosted (codeberg?) which is a big ol’ orange flag because it implies that either they don’t understand what git actually is or they assume their audience doesn’t… I can see that it is a yuzu fork. Not inherently bad but it does explain the progress for something nobody ever heard of until… today. And that has implications for the project getting a pretty strong C&D because of the shenanigans Yuzu was allegedly doing to get such strong compatibility on release day for so many games. Yellow flag, we’ll say.
Just skimming the last few MRs? Seeing a LOT of “waiting reviews” on the merged side of things which is another orange flag. Best case scenario it means they don’t understand how to map their SDLC to their tools, worst case scenario it means they aren’t actually doing thorough code reviews which is playing with fire when it comes to a console with as many leaks as the Switch.
Also no Releases. Which further suggests they have no idea how to use their tools. So did some digging on the readme and it looks like the project itself probably began 6 months ago with git.eden-emu.dev/…/d29d7b931c6ae8c035992d7a15d96a…
So yeah. Not sure how much they have contributed to the fork but everything I am seeing is just making me want to remind people that a LOT of people are going to make yuzu forks and you should think about what is going into the code you are going to blindly run. And… it kinda makes me think less of whatever blog site ran this interview.
To elaborate. There is nothing wrong with forking a project (assuming all licenses are upheld which, at a glance, this does). But the beautiful thing about git is that it is fundamentally decentralized so ANYONE can make a fork. And EVERYONE does. So the important things to check are if they actually have any idea how to run a project or are fly by night “hackers”. The former is how you make something stronger. The latter is how you get a whole shit ton of unacknowledged CVEs. And a great indicator is how they use their tools and implement an SDLC. And a huge indicator into that is how merge requests are handled.
One more edit. What allegedly sealed the fate of Yuzu (and Ryujinix) was very strong evidence that the devs had been looking at the various Switch leaks/hacks and were using pirated pre-release copies of games to improve 0-day compatibility.
Now, I am obviously not a lawyer so I can’t say whether they WERE doing things nefariously. But if you spend enough time dabbling in reverse engineering, you rapidly spot the telltale “intuitions” that come from somebody “cheating”. Because they aren’t testing code against behaviors or even using tools to speculate what C code created that assembly. They are looking at code and then writing an interface/re-implementation of it. And that is a MASSIVE no no because it gets you well past the bleem lawsuit and starts making you liable for a lot of penalties that we DO have precedent for.
As for the pre-release copies? It is, again, hard to not think they had copies of Tears and what not pre-release. And while it is possible that for every major release all the devs went to stores that broke embargoes… yeah.
And the implications of this for a fork that was very publicly taken down is… they know they are potentially working with poison fruit.
It’s been popular in the Steam Deck emulation scene because of its performance for most titles running better on the hardware compared to Ryujinx/Forks (Although because of those orange flags you mentioned, now it makes sense why EmuDeck refuses to provide support or streamlined installation in their menus).
Hopefully the ship is above board, but right now we’re able to reap the performance benefits as users - although I’ll probably stick to Ryujinx on my proper desktop PC.
I guess I wonder how much of that is just that… yuzu was REAL fucking good and this is Yuzu (if you check the source since their website doesn’t seem to acknowledge that?).
From a skimming of the code (if they aren’t going to do proper code review, why would I?), the main deltas seem to be related to CI/CD, branding, package updates, and MAYBE improved controls/interfaces more geared towards the android client.
And, to be clear, I think there is a lot of value in maintenance. But when you have to dig relatively deep to even see this is a fork and they already have donation links plastered everywhere?
Yeah… I would be a bit more concerned over making sure this is “above board” as it were.
Which… is honestly really shit to the actual yuzu devs who put the work in. And it isn’t like Nintendo is going to say “Wow, that really good emulator might not be the one we had taken down. Let’s actively not look and instead cry into our money”. If they want it down, they’ll look for a reason. And then REALLY quickly see it is the same codebase they had removed already.
I’m surprised you haven’t heard of Eden before this! It’s the choice for emulating on Android now! They’re very well established, and seem to be vouched for by all the ‘big’ names in the emulation and handhelds scene.
Obviously practicing your own caution is important, but Eden isn’t some unknown fly-by-nighter. They’re very, very much a known name now.
I don’t see anything that says they don’t understand Git or Github.
They know people will look for them on Github, and they do their official releases there. They host their code on the non-profit Codeberg site for reasons of their own. People can still fork from there. They just can’t click a button on Github to do it. They can, however, click a button on Codeberg to fork.
It sounds to me like they did understand all of this, and decided to let internet popularity work for them (host releases on Github for discoverability and fraud prevention) without giving up how they wanted to manage their code.
Why? It sounds like an old link description that they didnt update. Webdev likely isnt their top priority being emulation devs, and frankly, they may not care.
Github/codeberg are both git, so its pretty irrevelant which one you link to. They just host the git repos, which give no shits about what web platform they live on.
bin.pol.social
Ważne