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/)VE
Posts
4
Comments
359
Joined
2 yr. ago

  • You should try it. It's awesome, it'll change your outlook on things. This is totally peer pressure, but hey, it could be drugs or smoking.

    I've been a BSD and linux user for 25 years now, and I can quit whenever I want to. I just don't want to.

    Admittedly, my health has suffered from distro abuse; it landed me a well paying job, and I can now afford to eat bacon whenever I want to.

  • Linux is very picky when it comes to attached storage. Seeing as it's an external drive, especially when it comes to ntfs, something linux will usually refuse to automount if the filesystem is detected as not being clean. Clean in this context means that it was unmounted properly last time it was use.

    When a filesystem is mounted, a flag is set. This flag is then unset upon a proper unmount. When you yank the drive without unmounting first, this flag will remain, and the filesystem will therefore be considered as unclean, and will require manual intervention. This is a feature that has the potential to prevent dataloss if there are worse things at play.

    Try to plug in the drive and run dmesg - It might tell you if an unclean filesystem was detected, or any other issues.

    An unclean filesystem is usually fixed by running fsck.

  • Permanently Deleted

    Jump
  • I'm not a fan of kink-shaming, but that is objectively funny. I choose to believe he was also into balloon-bestiality by sometimes going squiggee-fnurp-scratch-tadaa and producing balloon animals as part of the foreplay

  • Former sound engineer here. Yes, that's the correct title, but no, that's not our doing (not mine at least). I want as many people as possible to reasonably be able to enjoy my output, regardless whether they have a 40000$ home cinema, or if they're on a cheap TV.

    I know that some directors (Christopher Nolan) tend to want to produce "best" quality at the expense of those who don't care. See Tenet as an example.

  • Nothing radical, but I've used mplayer as default video player since FreeBSD 4.0, and that's not changing any time soon. VLC is good and all, I just prefer mplayer.

    Oh, and for general purpose storage partitions I use XFS, as it plays nice with beegfs.

  • Same. I'm sure python, rust, and all the others are better/cooler/vegan/whatever but perl is what I'm fluent in. More than once have I started to hack together something in python, only to scrap it and start over in perl because I can get it done so much faster. Trust me, my hourly cronjob doesn't care that it takes half a second more to run. And the UPS doesn't care that it takes 1mW more to run it. But I care a lot about not dicking around with documentation just to figure out what is pythonic and what isn't when a shitty perl oneliner will do just fine.