• 0 Posts
  • 160 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
  • Sure, you can probably clone it - I’m not 100% sure, but I think laws protect that as long as it’s private use.

    You can also fork it on GitHub, that’s something you agree to in the GitHub ToS - though I think you’re not allowed to push any modifications if the license doesn’t allow it?

    Straight up taking the content from GitHub, uploading it to your own servers, and letting people grab a copy from there? That’s redistribution, and is something that needs to be permitted by the license. It doesn’t matter if it’s git or something else, in the end that’s just a way to host potentially copyrighted material.

    Though if you have some reference on why this is not the case, I’d love to see it - but I’m not gonna take a claim that “that’s very much a part of most git flows”.




  • I’m not clear on the details, but I know the constellations are made out of stars, I think planets like mars were thought to be major stars, and I’d think sayings like “the stars aligned” would have roots in astrology…

    I will also nitpick and say that they said astrology terms, specifically - if astrology considers constellations to be important, and acknowledges they are made out of stars, I’d imagine stars would be part of the terminology. (Doubly so if I’m correct about astrology having (at least previously) a skewed view on what a star is!)



  • Those are fair points, I actually bought the switch pretty early on after seeing praise for Odyssey and BotW. I play on PC otherwise, but I enjoyed the experience, playing docked with joycons with motion controls.

    I’m not personally frustrated, while the games definitely seem overpriced, I always felt like Nintendo is just sitting in their niche doing their thing, not trying to one-up others and instead providing various gimmicks with their devices. They’re selling consoles and games for a certain price, and it feels like if you think the deal is bad or unfair, you can just pass on it.

    I don’t think I really have a point here, just saying my thoughts. I have my issues with Nintendo, but I do feel like their consoles and games provide value that is hard to get elsewhere.




  • And reinstalling the packages, moving over all the configs, setting up the partitions and moving the data over? (Not in this order, of course)

    Cloning a drive would just require you to plug both the old and new to the same machine, boot up (probably from a live image to avoid issues), running a command and waiting until it finishes. Then maybe fixing up the fstab and reinstalling the bootloader, but those are things you need to do to install the system anyways.

    I think the reason you’d want to reinstall is to save time, or get a clean slate without any past config mistakes you’ve already forgotten about, which I’ve done for that very reason, especially since it was still my first, and less experienced, install.


  • The good thing is, on Android you can get an APK without root or anything like that, same for installing it, and you can use an emulator (or something like waydroid) to run it on a computer. For cases where the game doesn’t use any more specialized servers, and just uses the app store for authentication, DRM, etc. the situation is no different from PC games with DRM - it’s bypassable, and if done right, will work for all games, not just one.

    That said though, it’s very true for multiplayer/always online games, and those are very common on mobile. While it’s possible to reverse engineer and rewrite the servers, for most of them nobody is going to bother. And in the world of aggressively monetized games, developers have an incentive to keep it that way - they can’t make money from players who are still enjoying a game they’ve already squeezed every penny out of.


  • The implication of the meme is that the people talking about how stupid the protests are are actually blind to the very real climate change happening. They might know about it, but they don’t really comprehend that defacing the Stonehenge is nothing compared to it being completely underwater, alongside the whole area.

    Whether the comic is right or wrong is another thing, and the other guy arguing in bad faith is a cunt, but I strongly believe that’s what the comic is meant to portray.


  • PDFs are… Not an image format? It’s a document format that is difficult to edit, and thus mostly meant to be read-only, but a document nonetheless.

    An image viewer can’t open a pdf, unless for some ungodly reason it also has a whole pdf reader built into it, which just sounds inane. Defaulting to a browser is icky, and I think stems from browsers having gotten good PDF support before Microsoft could figure it out. This is something that ideally belongs to a reader, either dedicated to PDF, or supporting similar formats, be it documents or ebooks.

    That’s like saying that a 3D project file is basically an image format, if it’s built to be rendered out from a viewpoint into an image.







  • Well, some games that come to mind are Stellaris, RimWorld, Oxygen Not Included, and I think the upcoming Factorio expansion. And from those, I think it might be possible to buy RimWorld DLC off-steam and install it in a steam copy.

    Fun fact, you can check - on steamdb, you can check depots for a game, and see if it has one for a DLC. If it does, then it is downloading extra files for it.

    All that said, I wouldn’t say it’s 100% a developer issue. The way I see the accusation, Valve is very comfortable providing convenient libraries for various things, including working with DLC, that only work on their platform, making it hard to release the game elsewhere in the future.

    I’m generally fine with that for a simple reason - Steam really does have great features that just work. However, if somebody forced Valve to make features like Steam Input available independent of Steam, it could be a great boon for gaming.


  • I think the DLC point is the one valid argument, although nontrivial to implement.

    How do you think DLC works on DRM-free games works, like GOG? The game is just gonna check if you have the DLC installed, without any real DRM.

    The main issue is, this is entirely possible right now for games to do, but it won’t be integrated with steam, and needs to be done by developers themselves. I don’t know how feasible it would be for Steam to realistically do something about it, but it’d definitely be nice if you could buy a game on steam, and later decide you want to buy DLC on another platform and install it onto your steam game.