

Yeah, it’s a Firefox floork where the main differentiator is vertical tabs, IIRC.
Yeah, it’s a Firefox floork where the main differentiator is vertical tabs, IIRC.
I wonder how Konami decided which of their licensed beat-'em-ups did or didn’t get console ports. In order of release, they go …
Maybe the answer is just “TMNT was a juggernaut”? The Simpsons was extremely early in its run (mid-season 2) when the game launched. The X-Men cartoon hadn’t even started yet. Asterix is just aggressively European. The games probably all did well, but I wouldn’t be surprised if the TMNT titles eclipsed them in earnings.
I don’t think it’s a hardware capability thing, or we wouldn’t have console versions of the TMNT games, either. While the SNES hardware is obviously less capable than the original arcade cab, many consider the SNES port of Turtles in Time to be definitive. There’s no reason Simpsons couldn’t have been similar.
I like how the author says Google killed the Fitbit Sense so they could sell an inferior product without having to compete … then said author reluctantly buys and recommends that inferior product. I’m way pettier than that. I’d use anything else, even if it sucked, rather than directly reward a company for fucking me over.
That’s closer but rather than being a wrapper, it takes the original architecture’s instructions (MIPS in the case of N64) and generates a C/C++ function which implements that instruction. Then you call those functions in the same sequence as the original compiled machine code ran instructions.
That’s a relatively inefficient way to make a port, because you’re basically reimplementing the original CPU in software, hence why some have described it as emulation. At the same time though, most recompiled games are like 15-20 years old, so a bit of overhead on a modern PC isn’t going to hurt you too much.
But anyway, unlike WINE, the original binary is not used any more after recompilation. Instead, you have a native binary for the target platform, the translation having occurred at the time of recompilation (when you built the port binary).
Not really. The Ship of Harkinian ports are based on decompilations, which is where you reverse engineer some equivalent source code using the final binary as a reference point. Then, you can port that source code to anything else you can build for, like a PC, phone, Wii U or Dreamcast.
Recompilation, which is what this project is, is closer to (and some have gone as far as to say that it is) emulation. It’s taking the final binary and then, without actually working backward to get source code, translating the raw instructions directly into code that compiles for a different platform.
It’s kind of difficult to get across the difference without being familiar with what both are doing behind the scenes, because the result is obviously similar. Both require human intervention, but decompilation is the more labor-intensive approach, while recompilation is somewhat more automated.
The advantage of former is that you end up with a relatively human-readable codebase to work with, while the latter doesn’t bring you any closer to understanding how the game works internally. Both ultimately allow for porting the game to new platforms. Decompilation will almost certainly result in a more optimized final game, because it avoids the overhead of “emulating” the original architecture. However, for the same reason, recompilation can be generalized to other games that originally ran on the same hardware.
Somebody get a sponge.
What’s the quality like of the people who are still on Twitter in 2025? Does the fediverse want them? (These are real questions, I have no idea if there’s still any decent people on Twitter.)
What are your favorite search engine alternatives? Ideally no ads or favored content, and with various useful filters
There’s the obvious suggestions like DuckDuckGo, but if you’re used to the (actual) results you get from Google, it’s worth checking out Mullvad Leta. This is a search engine that proxies the results of either Brave or Google, so you get their results without them tracking or advertising to you. This is the only way I use Google when doing text searches these days. Sometimes I still have to break it out to do image searches and stuff, as Leta only handles standard text, but it’s been handy as a way to divest from Google without giving up the benefits.
There is a common factor in all of my problems in life and ultimately I have to admit, it is Jared Leto.
Nice, I’ll look forward to reading that, thanks!
Your point re: the illusion of privacy makes sense. Most Lemmy/other threadiverse users are probably used to platforms where that data is not public and I don’t think any of the softwares really highlight that it’s different here. It’s easy to get a false impression of privacy.
Now, this is interesting. As far as I know, all of the public threadiverse softwares specifically hide this info (especially downvotes), while acknowledging that the way ActivityPub works, the information is public anyway and you’re really just making it slightly less accessible. An open service like this essentially removes all of the supposed barriers (e.g. “Most users don’t know how to set up their own instance in order to see downvotes.”) which are claimed to keep this info private.
What kind of effect does knowing exactly which people downvoted you have on a platform? Is there a chilling effect on downvotes, is there revenge downvoting? I guess we’ll find out. It’s less easy to see the upsides of knowing this info, beyond being able to confirm whether or not you’re being stalked by persistent downvoters.
@lena@gregtech.eu Did you have any particular thoughts around the ethics of this tool when you decided to make and share it? Not trying to call you out in any way, just interested to hear how you feel about it. Ultimately, if it wasn’t you it would be somebody else, so the direct impact is probably negligible.
That document seems to use communities in the normal English sense and spaces in the “collection of Matrix rooms” sense. I would say spaces are what they’re called and a community is just an informal group of like-minded people who can be better-organized using spaces.
Totally, I don’t understand why it doesn’t work that way.
Desktop link: https://en.wikipedia.org/wiki/Hairy_ball_theorem
Absolutely. I can’t know what has gone wrong inside him, but even if this particular brainworm was eating him up 20 years ago, he could have just said something vaguely apologetic and let it blow over. Instead, he decided a trans hate crusade was more important than his family or his career.
Series 3, episode 4, “The Speech”. Sadly, it’s also the episode where they convince Jen a box with a flashing red light is the Internet, but it has a subplot where Reynholm un-knowingly dates a trans woman. He finds her stereotypically masculine behavior attractive until he finds out she is transgender and a physical fight erupts between them.
It’s not even on the upper end of offensive comedy about trans people, but when the episode was criticized, Linehan doubled down and has kept doubling down harder for 20 straight years, to the point where he now spends all of his time harassing, dead naming and doxing trans women on Twitter. His wife left him, writing jobs dried up, he’s just a miserable has-been Twitter checkmark asshole now.
Except for that one transphobic episode that Graham Linehan has ruined his whole life over instead of going “Yeah, I’m sorry, that was a bit insensitive.”
the old URLs (with the subdomain blog) will no longer work…
if you’re trying to open an old URL, just swap “blog” with “news” in the subdomain.
This seems pretty fixable, doesn’t it? Once the old blog shuts down, can’t you just redirect the subdomain so that the old links redirect to your current blog and everything is fine?
It does, yeah. I’m not sure if there’s any advantages to Floorp’s implementation or anything else that makes it preferable to upstream or a more shallow fork.