Fascinated with stuff related to free software, modularity/decentralization, gaming, pixel art, sci-fi, cooking, anti-car-dependency, hardcore techno and breakcore

Mastodon: @basxto@chaos.social

  • 5 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle
  • I can’t recommend it for such a use case. There is no way to automatically start it unless somebody found a new workaround since the last time I tried it. (I hijacked the home button via a accessibility until they removed that possibility) Though it depends on your use case. It’s probably okay if you always have internet and never have the situation where you are offline and want to watch material from a USB stick or something like that or stream it from another home server. In that case fire TV would lock you out and tell you to fix your internet, but only settings are available and all apps are hidden.




    1. […] certain communities that were supportive of Lemmy suddenly got locked behind a NSFW curtain […]

    You got that wrong. That was a measure taken by these communities to demonetize reddit. Reddit doesn’t put ads on NSFW subs. Any profile that posts on an NSFW sub also gets their profile switched to NSFW afaik. Moderators got banned for these NSFW tags.

    r/PixelDungeon is the only sub that I’m aware of that completely moved to lemmy. Withe the main mod and developer of the most popular fork moving to lemmy. The sub is still open, but it has a “bookmark” called “Lemmy” and a “link” called “Lemmy Community” that directly links to the lemmy community. The sub is still open and automod responded to any new post that the sub moved to lemmy … at least for a year or so, it doesn’t post that any more.

    And there are some obvious down sides. To my knowledge lemmy has not implemented flairs or post tags, which get used excessively by some communities to categories and sort their content. !pixeldungeon@lemmy.world fell back to putting text tags into titles like “[DEV]” and “[OC]” and then use the search for this. But that is merely a work around. The sidebar links to these searches, but since instance-relative links are not a thing they are fixed links to lemmy.world.

    The search itself is still inconvenient, because you can just “search this community”. You always have to explicitly select a community to search it and have to enter the search term before selecting the community. Edit: that’s of course only true for the front-end (lemmy-ui) I use, dunno if all have that issue

    I doubt regular end users will ever get warm with distributed federative networks. A lot of people already seem struggle with email. All tend to flock to a few big instances. For lemmy you also need some basic awareness of these systems. You can’t find everything and to expect that will always go wrong since you only search what your instance knows and never for everything. There are great projects like lemmyverse, but you need to know about them. People who don’t know about them will either just not find the communities they are looking for or they’ll start duplicate communities. The problem of not finding something is smaller on big instances but also more fatal, because their duplicate communities will displace the ones that were started on smaller instances but did not federate well yet.

    And everything, the development and hosting, is solely carried on the shoulders of a few volunteers. That will always result in instances popping up and disappearing over time, with development speed varying depending on interest and free time the developers have.

    The biggest selling point is not to replace reddit but to be connected with the rest of the activitypub fediverse. That you can see peertube channels as communities here. That mastodon users can comment on lemmy posts eggcetera



  • Just the simple fact that someone can’t plug in a hard drive and have it work every time, they have to go into a specific folder and write a specific arbitrary un-memorable UUID and tell it to always mount it on boot.

    You can also mount partitions by label (LABEL=), but you have to name them yourself and make sure you don’t give two partitions the same name. The point of generating UUIDs is to have an extremely low risk of two partitions getting the same UUID generated.

    But I think I get the issue, when I search for “linux automounting hard drive” I only see tutorials which explain how to use /etc/fstab.

    It depends on what kind of automounting you are looking for, what they explain is the rare process of switching/adding internal drives that get mounted right after boot. First time that should be set up by the OS installer.

    In case you were looking for automatically mounting USB drives/sticks, there are tools like udisks/udiskies who can do that and it’s possible they can handle internal drives too, but I never tried that since I want them to show up in specific places (~/Games, /var etc). Though I’d expect Gnome and KDE to have something like that included.

    Steam Deck

    That’s a machine that comes with a preinstalled and preconfigured distro with a very specific purpose. You can also buy preconfigured PCs/Laptops with support from System76, Tuxedo Computers etc.

    people still had issues setting and forgetting their password For Windows, you are sacrificing security

    If you encrypt your hard drives you are generally fucked if you completely lose your passwords, but that aside: On Linux you can basically just overwrite it withpasswd from grub shell or a live cd in combination with chroot and a physical intruder can do that as well. On windows you need to remember your security question or you need to have created a password reset disk to reset your local password. If you have/remember neither, sites recommend Reset this PC > Remove everything > Only the drive where Windows is installed > Just remove my files > Reset 🙃 I couldn’t find third party tools in reasonable time, but there might be some. You’d need a live cd as well, but secureboot can make that impossible.

    I’d say for Linux you probably can reset your password in more situations than on Windows, but it’s less convenient and less secure (especially grub shell).

    It’s a completely different story if you use a Microsoft account since Microsoft can basically change your password at will. If you don’t wanna get attacked from Microsoft it’s less secure, but since it allows two factor authentication and such it’s more secure in all other situations. You just can’t log in without internet.


  • I can’t remember many native games not working (any longer). Basically only the Anomaly series, Ticket to Ride and some other indie game. Anomaly has a serious bug that gets it trapped in an infinite loop on modern systems during loading screen, but there is a community patch for that. Ticket to Ride removed the Linux port on steam instead of fixing it. The indie game worked, but they forgot to make the executable actually executable.

    Though there are certainly a bunch of games from humble bundle era who got a half-hearted Linux port basically as a fee to enter the bundle, with no updates or support since then.


    If you are talking about running game through wine/proton, then yes that’s expected. It works surprisingly well, but any new proton/wine version can have indeed regressions and game updates break stuff. Games that don’t get any updates anymore should work a bit better. An exception are games that are officially supported by Valve since those are bound to specific proton version and they even support some DRM solutions (steam+proton only), but they can break on updates as well.

    Best situation is if they have a somewhat fixed release and maybe a few updates. Having updates very month is a bit a problem. Online games that lock out older client versions are a huge problem. Online games should generally rather be viewed as a temporary service, they’ll never be as reliable as fully offline single player games are.

    Games that use directshow/Media Foundation for cut scenes also don’t work great when playing them through steam for legal reasons. Valve won’t distribute decoders and doesn’t want to depend on them being installed in the system. They convert videos on their servers, but only the first time a player encounters that video and that player will see a placeholder. Wine supports those cut scenes.

    You won’t even have an perfect experience on officially support platforms, but you can expect it to work better and the devs to test stuff.

    You generally can’t expect Windows/Mac/Playstation/Xbox… games to run on Linux, though they might do.