• 0 Posts
  • 427 Comments
Joined 2 years ago
cake
Cake day: September 3rd, 2023

help-circle


  • brsrklf@jlai.lutoComic Strips@lemmy.worldNew internet
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    13 days ago

    Reddit is getting there fast really, popup after popup of constant nagging and such a terrible enshittified UI they just had to kill any effort to make it better by closing their API.

    Discord servers are invisible to the outside world, which means you can’t discover the ones you might be interested in. And once you’re in, hope you don’t have to look for something in particular, because search function is terrible and the UI is actively fighting against you when you try to look any message farther back than a page or two. It’s really made for discussion, they tried getting better at being a content source but they still suck at it.

    But yeah, any content that’s on Facebook may as well not exist for me. My account (that I had already created only so I could access walled stuff) has been closed for more than a decade now.


  • You used to be able to find forums on any weird subject. Tech stuff has always been the easiest to find, it’s basically one of the only subjects for which you can even find somewhat active Lemmy communities (!).

    Almost everything else has become Reddit communities or Discord servers.




  • brsrklf@jlai.lutoGames@sh.itjust.worksNew metroidvania
    link
    fedilink
    English
    arrow-up
    8
    ·
    14 days ago

    A map made of blue rectangles with white outlines joking, saw quite enough of those already.

    A pet peeve of mine : a new ability should not be used to just go through one or two obstacles and never again. Best case is it has potential uses outside the ability gates, for example it gives you new moves or options you can exploit in combat and such. Because if not it may as well be just an ordinary key, and though it’s okay to have a couple locks and keys in your game, your new “power” being reduced to that is frustrating.

    As an example of what not to do IMO, there’s an item called the Spinner, a cogwheel machine you can ride in The Legend of Zelda : Twilight Princess. It looks crazy and cool as fuck… And you use it 3 times in the whole game, because it works on rails, there are very few rails and it’s completely useless everywhere else. Boo.











  • It could happen, but especially if the game has at least some popularity on a platform like Steam I expect someone more tech savvy than average would smell a rat and start looking, or ask around, and it’d be found out.

    I don’t know exactly how those work, but I imagine on top of weird CPU usage it would make very suspicious network calls too. There’s always a guy that sees stuff like that and goes “where the fuck are my cycles and packets going?”


  • They certainly don’t review code, but on those there must be at least a scan for the most obvious malicious stuff. I am not sure it’d detect something hidden like in the article though. After all even on the guy’s PC it was only detected once it tried to actually download stuff.

    The good thing about workshop is visibility, if someone notices something shady it’ll be known fast. Not perfect, but probably better than getting your mods from random sites nobody knows.



  • I literally have a Rimworld mod that calls an external python script as a feature.

    It’s a special case, of course said script is not part of the mod package, it has to be installed manually. What it does is allowing generating portraits for characters externally.

    I even rewrote the script to use local generation, but the one provided as an example calls an online API.