• 0 Posts
  • 40 Comments
Joined 11 months ago
cake
Cake day: August 3rd, 2023

help-circle

  • I agree almost 100% with you on this. I did play Oblivion, but Skyrim has the more interesting world IMO which makes it a slightly better game. The strength of Bethesda games that makes them good, in my opinion, is the same every time: explore a large interesting world with your own created character. This explains (in part) why people like Morrowind so much: the world is just so weird and interesting.

    The problem is they don’t know how to improve on that concept. Instead they are mostly adding features that either don’t add anything to it or actively detract from it. For example, Fallout 4 received settlement building and weapon crafting. But, the time I’m spending on my town, I’m not actually out exploring. If I can craft weapons, I care less about the cool weapons I find in dungeons. Now, Starfield got rid of most of the crafted world altogether in exchange for procedural planets that aren’t interesting to explore at all.

    Aan an aside, I don’t think it even makes sense to compare the first two fallout games with the Bethesda ones. Fallout 3 and beyond are not really sequels, they’re a completely different series set in the same universe.





  • I don’t really care about the declarative/imperative thing, to me how many commands you “really need” is beside the point. This is essentially the same argument as the people who say “git is not complex because you only really need checkout/commit/push, just ignore all the other commands.” This doesn’t matter when the official documentation and web resources keep talking about the other billion commands. Even home-manager has this warning at the very top of the page that basically tells you “you need to understand all the other commands first before you use this,” and “if your directory gets messed up you have to fix it yourself.”

    These are exactly the same kinds of problems people have with git.


  • The confusion arises because there are 5 different ways to do the same thing, the non-experimental methods shouldn’t be used even though they’re recommended in the official docs

    I appreciate what you’re trying to say, but you’re kind of illustrating exactly the point I was making about conceptual simplicity and atrocious UX.






  • The numbers are different because the site doesn’t naively count every line but merges some as a single package. For example, at the very top of the Debian list we have 0ad, 0ad-data, 0ad-data-common. These are all counted as one single “package.”

    One might argue that doing the comparison in that way is more useful to an average user asking “which distribution has more software available.”



  • That’s not quite what it means. Legitimate interest is a term from the GDPR, and is one of the legal bases on which a company may process your personal data. Essentially the company has a “legitimate interest” (i.e. reasonable purpose) for which your data must be processed.

    Typical examples of legitimate interest are: fraud prevention, direct marketing, or ensuring network/information security of their IT infrastructure.

    The rest of your comment is essentially correct though. Notably, the examples above are not exhaustive: legitimate interest is fairly vaguely defined. And there is a process in the GDPR to object to your legitimate interest claim. This has resulted in essentially all data collection companies claiming a generic legitimate interest on your data, and it’s up to you to object to all of them individually. This undermines the general “you must opt in to tracking” principles of the GDPR, but until privacy agencies of the EU get around to some enforcement that’s how it is.







  • Seems like there’s a bunch of solutions out there:

    As of 2020, there are several projects that use these methods to provide GUI access to remote computers. The compositor Weston provides an RDP backend. GNOME has a remote desktop server that supports VNC. WayVNC is a VNC server that works with compositors, like Sway, based on the wlroots library. Waypipe works with all Wayland compositors and offers almost-transparent application forwarding, like ssh -X.

    Do these not work for your use case?