Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)𝒍
𝒍𝒆𝒎𝒂𝒏𝒏 @ lemann @lemmy.one
Posts
13
Comments
1,344
Joined
2 yr. ago

  • One mentioned misinformation and another mentioned it being promoted by a cult, both of which are news to me 😳

    I've only ever seen it discussed in the context of a meme, although I can imagine there are darker corners of the net that take it way more seriously?

  • While I'm not interested in participating in NNN, some of the takes in this comment section could benefit with some elaboration IMO...

    I don't see anything wrong with the pop culture variant of NNN. If someone chooses to participate for the memes, why harass them? Am I missing something here?

  • Fascinating, do you guys have any anime related content like this on YouTube in Japan? Right now I can go search and find full eps of stuff, some of them one video and others split across many vids, others summarizing a season etc. Or do these show up as blocked there?

  • At the moment their current OS is backwards compatible with the 32-bit Model B+ they released back around 2014, so only one distro to maintain and one set of kernel modules etc. I can imagine they probably have a very close relationship with Broadcom at this point too...

    It's slightly disappointing, but it's still very, very early days for RISC-V, some things just aren't there yet like the value for money, performance per watt, and support for various hardware features. In a few years though things will look very different...

  • I even took the time to find way to backup my games so I can get legal ROMs too.

    I have a FHDB PS2 and soooo many games to back up 😭 ughhh.

    I have a few titles that I "backed up" 🏴‍☠️ already, but i'm not looking forward to ripping my physical disks... my PS1 library took the entire day and two cd drives, sadly most of those disks were partially unreadable

  • Seconded. I like having all my games in one place, on all my devices, with Linux support out-of-the-box thanks to Proton. Also, Steam DRM is easy to bypass with code available on GitHub if you really wanted to.

    Epic does none of this for me, and I won't support a company that called all gamers "shmucks" or whatever that C suite said

  • Yeppp this is what I currently do, and offers the best performance IMO compared to using something like gocryptfs in userspace on top of BTRFS. Pretty happy with it except a few small things...

    It can be a bit of a faff to mount on a new machine if its file manager doesn't support encrypted volumes natively ☹️. On your daily you can have it all sorted in your crypttab and fstab so it's not an issue there

    My main problem though is if it's an external USB device you have encrypted with LUKS, the handles and devices stay there after an unexpected USB disconnect... so you can't actually unmount or remount the dm-crypt device after that happens. Anytime you try, the kernel blocks you saying the device is busy - only fix i'm aware of is a reboot.

    If the encryption is managed by the filesystem itself, one would probably assume this kind of mounting & unexpected disconnect scenario would be handled as gracefully as possible