Skip Navigation

Posts
11
Comments
98
Joined
11 mo. ago

  • I can conjecture some things, though I can't be 100% sure on either:

    First, maybe it's fanatics/fanboys that don't like competition making their platform less relevant. Second, it's paid actors complaining. Third, it's robot accounts making posts. Fourth, as proposed in the OP, people are getting the wrong impression due to noisy and problematic bubbles. Fifth, people being scared of leaving their comfort zone. Sixth, a mix of either some or all the previous possibilities.

  • xxx

    Jump
  • Regarding the message in the title, much like the Reddit downvote mob, after a while, the ones here on the federated platforms seem to get tired of downvoting people that don't subside to their pressure. And tying back to the tip, while I struggle to think of a specific use case for that, I've seen other highly specific ideas before that, for their use cases, were quite good, so I imagine yours can be useful too, specially with the text body's tone, and thus I don't think it's worth stressing over people trying to cause a silence spiral on yet another social media.

  • The post title was a pun with the mod's original name, "T-Edition", and me insisting on playing the Japanese version despite still having difficulties with the language. But besides apparently increasing the main game's difficulty, the mod adds a ton of optional challenges, including one that, iirc, acts like FFV's mini dragon.

  • Doesn't help the wheel doesn't seem to take inputs until the player first jumps on it to get it moving. "<.<

    Also, I didn't get to test it, but with how much the player can actually move the wheel, I wouldn't find far fetched to think the player can get crushed by the ceiling too.

  • "Auster is the king of Mars!"

    Source: myself

  • Was planning to play Leisure Suit Larry 4 instead. 😬

  • Whether it's a rage-click community, a community made for an agenda, or both, I don't know, but in either cases, I wouldn't see as surprising for the mods in such a community to be very trigger-happy. Best you can do, I think, is to block communities and individuals with such a profile, and to recommend others to not engaging (remember to explain why if you do it, btw).

  • I'd have 4 main solutions I can think of, and that can be used together if needed:

    • VMs for running Steam and for games that MUST use Steam.
    • Emulators, wrappers and source ports for games that allow that, e.g. BSNES for running River Girls Zero, Joiplay / Artemis / EasyRPG / AquariaOSE for games that use compatible engines, etc.
    • Having a separated computer you can use 100% offline (requires sideloading games)
    • The annoying idea some users give that strays from the original question, but that I think that is valid for once - to get the games from places that openly distribute it DRM free
  • Alternatively, it could be a way to kill what people look up to by fatigue through fatigue and disappointment through less than ideal re-imaginings.

  • Mint seems decent all around. No cutting edges nor it's specialized in any areas, but it's a jack of all trades, and rather stable.

  • Short version I wrote for another news piece but that, to my understanding, should apply for this too:

    The text is obtuse and the article’s title and cover are pretty clickbaity, so here’s a tl;dr:
    In the US, according to the article, it’s possible to lend multiple forms of digital medias and software as you’d do with physical medias. But when requested to extend this understanding to games too, the US Copyright Office denied the change.

  • Finished it! Found it to be much better than the first game indeed. _

  • I'm playing the PC version of SMCP, and the only difference I can notice, maybe due to the better hardware, is that the game seems to be a bit faster on PC than on PS2. And have yet to test any of the other collections Sega made for/with the Sonic games.

  • Dunno how much you played of the franchise, but if you got stuck early on (e.g. the dreaded Marble Zone in the punishing first game), maybe you could abuse save states? The franchise got several emulated releases, and I imagine it's not uncommon for them to allow such a function natively. And at least to me, Sonic 2 plays much better and I remember kid me finding Sonic 3 even sharper.

  • Putting the tone aside, I usually browse the All tab for that reason, and also because subscribing in Lemmy is weirder than it was on Kbin (even if it doesn't crash the page like Kbin did). Nothing personal against the communities, and sure, it's an exercise on patience, but after some time, the results become noticeable as my feed gets fine-tuned into what I want to see.

  • Been using NoPhoneSpam. While it won't automatically block any numbers, it will cancel incoming calls not matching its filters. Only issue is that, some times, it takes a few seconds for it to recognize not passing calls, but I think it happens when the phone is under a higher load and the system starts lagging a bit, like when downloading bigger files and playing games.

  • Unsure if it's a viable option for you, but using KDE's Dolphin file browser, it's rather straight forward for me to set default applications through GUI. Also maybe worth noting I use Mint Xfce, even though Dolphin is a QT program ported.

  • Something I personally do is to load games from their entries in the start menu. And when there's no installer to set the start menu item, a program like Alacarte, or manually editing the files that handle those entries on Linux, the .desktop files. Alternatively, linking the executable files to either Heroic or Steam can also be viable.

    As for how Linux handles executables, if it's a native Linux program, you usually need to set the read-write-execute permissions to be able to launch them. Tutorials usually suggest to run chmod 777 /path/to/executable, or other variants that set full permissions to all users and user groups, but as a security concern, I would suggest running chmod 700 /path/to/executable, as this would give the full permissions only to the current user (there's a bit of a formula to come up with this number, btw).

    And regarding VMs, they are as fast as the hardware allows minus the host system's demands, so it will always be slower than baremetal installs. But in some specific cases, it's still the best option.

  • Regarding gaming support, Heroic Launcher also help a bunch, since you can easily set up multiple versions of forks of Wine (Valve's Proton being one), or even to use the system ones.

    About the wifi issue, maybe it is some oddly specific hardware that the devs tackled only in Mint 22. And in a bit of a humorous tone, what's learning without a bit of struggle? 😅

    And lastly, besides dual boot, you could also set up a VM with the secondary system(s) you want. Just worth noting hardware-dependent games, e.g. many from the Windows 9x time, will struggle on VMs.