yote_zip

joined 2 years ago
 

(It might be a little too easy though)

Source: TheHearthFox - https://twitter.com/TheHearthFox/status/1241335283871887362

 

Leo is hopeless.

Bonus panel

Source: VentKazemaru - https://www.furaffinity.net/view/49675594/

 
 
[–] [email protected] 3 points 1 year ago (1 children)

It has a very high opinion of itself.

 

Break out your drumsticks, it's our 7th Birthday! During the year, we passed over 1.5 million unique releases on Redacted. This wouldn't be possible without you, our amazing users. As such we'd like to do something special to round out this year. To kick off our Birthday Celebration, torrents with 3 or fewer seeds have been marked freeload. After meticulous analysis and careful consideration, Staff has also selected an additional set of torrents we know you're going to love. To clear up confusion, the seed count of the latter category was irrelevant to the selection. All these torrents will be freeload through the end of the year (Ending January 6th 23:59 UTC). As a reminder, all freeload torrents can be found here, and users who were seeding such torrents within the last week will still receive credit for their upload during the event.

Freeload Tweaks:

Earlier this month, in preparation for this event, we deployed a tracker change to prioritize freeload seeders. Now, when you start downloading a freeload torrent, we serve a modified peerlist that only includes the seeders who were present before this announcement. This custom peerlist is only served in response to your client's initial announce. Once you have snatched the torrent or 10 minutes have elapsed, your client will receive the full peerlist. If the freeloaded seeders aren't connectable and time is of the essence, force re-announcing the torrent will cause the tracker to immediately serve you the complete peerlist. No changes to your client are required to enable this functionality; it is managed entirely by the tracker.

Freeload definition:

Freeload behaves like Freeleech for those who were already seeding before the event, and Neutralleech for anyone who downloads it during the event. It reverts to normal for everyone when the event ends.

[–] [email protected] 1 points 1 year ago

Break the beef into smaller pieces first so the germs can't find it.

 
 

(you cannot kill them in a way that matters)

[–] [email protected] 1 points 1 year ago

Just like real life you can also ignore the crime and say "that would take too much effort to solve".

[–] [email protected] 1 points 1 year ago

ZFS and BTRFS could update their codebase to account for these (if they haven't already), but I agree that their extra mechanical parts worry me. I really don't care about speed - if you run enough HDDs in your RAID then you get enough speed by proxy. If you need better speeds then you should start looking into RAM/SSD-caching etc. I'd rather have better reliability than speed, because I hate spinning rust's short lifespan as-is.

[–] [email protected] 1 points 1 year ago

You can either promote JPEG-XL or say yiff for the rest of your life. The choice is yours.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Dub's Mint Menus will give you a scrollable/searchable section instead, yes. It will look like this.

[–] [email protected] 4 points 1 year ago (6 children)

"If you don't wear Special Clothes around me I'm going to lose it."

When are we going to move past costuming for work?

[–] [email protected] 1 points 1 year ago (4 children)

I know it's not exactly the point of the post but I want to go on a tangent and note that it's 100% valid for kids to complain about school even if you have it harder. You should take their feelings seriously because their feelings are just as real to them as you hating your job is to you. When a toddler spills their juice and starts crying, those feelings are just as intense as yours, and you should respond accordingly instead of thinking "don't they know about the wars in the middle east?"

[–] [email protected] 2 points 2 years ago (1 children)

"Unlimited" is always a marketing gimmick, and they'll always contact you like "hey I noticed you're actually trying to use the thing you paid for you need to stop or we'll terminate you". Along the same lines: "Lifetime license" means 5 years, and "All-You-Can-Eat Pancakes means Four Pancakes."

[–] [email protected] 1 points 2 years ago (1 children)

I don't know about this specific Fedora situation, but you should really be using something like Lutris or Bottles to create individual prefixes for each game and use downloadable Wine versions to launch the games instead of your system Wine. That will avoid situations like this in the future.

[–] [email protected] -1 points 2 years ago

This is a good call. I have seen them causing chaos in the wild often, though not always. I'm sure some of them are nice people, but one of the main problems with Hexbear is that they already have a huge established community whereas everyone else is a lot smaller, and they seem to engage in targeted manipulation of posts and comments, upvoting each other and downvoting others etc. Whenever anything regarding Hexbear comes up you will always see "Hexbear isn't so bad! they're just having fun!" as the highest-upvoted comment, and if you check who upvoted it it's 90 Hexbear users. I've seen it so often that I really don't feel that comfortable having them around manipulating political posts and who knows what else.

[–] [email protected] 1 points 2 years ago* (last edited 1 year ago)

I can give you the summary:

  • NTFS: what the fuck is this still doing in the wild. Malware maybe?

  • FAT: legacy FS for the lowest common denominator. Not good in any objective sense, but sometimes you are forced to use it.

  • ReiserFS: No one knows what ReiserFS actually does all we know is that the developer killed his wife and went to prison

  • Ext4: Old, stable, solid, and fast (even faster if you turn off journaling at the expense of reliability), but it's missing some really nice modern features, like Copy-on-Write, snapshotting, and transparent compression

  • XFS: Ext4 for hipsters. Old, stable, fast, etc. There's a recent push to try to make this a cool FS again with e.g. Stratis and reflinking support, but I don't think it's going to be the future. Still a great FS, but if you want XFS you'll already know.

  • F2FS: Designed for optimal performance on flash storage, but generally it's not good enough at that job to warrant using it over something else that has more features or is more reliable. Supports transparent compression, but oddly enough it doesn't actually give you any extra free space when you compress. The compression is done only to reduce wear and tear on the cells.

  • ZFS: Gold standard FS, but incompatible licensing means it can't be in the Linux kernel by default. It's very stable, very fast, and likes to eat your RAM if you don't tell it not to. Transparent ZSTD compression can be enabled to compress and decompress your files as you write/read, saving a lot of space. Its Copy-on-Write nature is more stable than traditional in-place editing because it won't be vulnerable to power loss. As of OpenZFS 2.2 it also includes the reflinking feature, which will make file copies be instant within the same filesystem, reducing wear and tear. Notably if you're making home-use RAID5/6 arrays it can feel very inflexible because it won't let you add HDDs to your array on the fly (this was fixed on November 10th, 2023, but will not be released until OpenZFS 2.3 comes out). You'll need to put some extra money into your home NAS setup to begin to see this filesystem shine, e.g. sacrificing half your disks for fast mirrored vdevs, which also allow reasonable growth. Buying a ton of RAM and maybe even an L2ARC SSD cache will also prevent wear and tear on your HDDs because most of your file reads will come from caches instead of the slow disks. This FS is designed for large data centers, and it's really good at that.

  • BTRFS: ZFS for the rest of us. Contains a similar featureset to ZFS (Copy-on-Write, snapshots, transparent compression), but it's better integrated into the Linux ecosystem. It's generally worse in every other respect to ZFS, and it's not as stable or time-tested either. It famously contains a "write-hole" bug that means RAID5/6 have the potential to eat your data, and so those are not recommended to be used. If you're only considering a filesystem for a single drive (i.e. not a RAID), most of BTRFS's downsides don't matter. Many Linux distros are shipping with this FS as the default for the OS drive now, and it's more or less being championed as "the future".

  • BcacheFS: "The future v2". Not even stable yet, that's how you know it's good. Contains unlimited features and zero bugs, 100% reliability, etc. All the best software is theoretical. We'll see what happens when it's fully mainlined into the Linux kernel.

  • MergerFS: fuck it what if filesystems weren't even real. Transparently combine any other filesystems into a single logical filesystem. Usually used together with SnapRAID to make a more flexible home NAS RAID5/6 that can add or remove disks on the fly - this isn't possible under ZFS and BTRFS shouldn't be using RAID5/6 at all. Notably this configuration does not stripe data across disks, so even with an unmitigated disk failure you won't lose the whole array. Disk performance won't be as good as ZFS but flexibility and storage efficiency are probably a lot more important to a casual NAS owner.

So basically TLDR: BTRFS for home/OS use, MergerFS+SnapRAID backed by BTRFS disks for a budget home NAS, ZFS for a more expensive home NAS/server, and ZFS for enterprise.

I have not tried to use ZFS for home/OS but I'm guessing it's not a good idea - most of ZFS's advantages over BTRFS are regarding RAIDs, and poor Linux integration may cause headaches. Ext4/XFS is good for home/OS use if you have a real usecase, but otherwise BTRFS is generally just a better drop-in for most people these days. On HDDs you're probably going to want to use ZFS or BTRFS because the transparent compression and copy-on-write nature will make the transfer speed not matter as much. On super-fast SSDs (e.g. for home/OS or a games drive), BTRFS might end up being slightly slower than Ext4/XFS, but transparent compression and copy-on-write will also prevent a ton of wear and tear on the physical SSD, so it really depends on your usecase.

view more: next ›