this post was submitted on 17 Jul 2026
290 points (96.8% liked)

Showerthoughts

42971 readers
423 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts:

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct and the TOS

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.

founded 3 years ago
MODERATORS
 

It used to be you could find a box of photos or keepsakes that you inherited to look back on how things were or when you were a kid. Now, most of that is stored on phones, and most parents probably don’t think to share or save them in a way to be passed down in the future.

you are viewing a single comment's thread
view the rest of the comments
[–] WhyJiffie@sh.itjust.works 0 points 4 days ago (1 children)

flash loses charge from the cells. hard drives are mechanical, but they loose the magnetic charge at a significantly slower rate (or I should say, flash memory loses it faster).

but in both cases the files are better to be scrubbed regularly. zfs can do this with little effort, but creating once and then rechecking a checksum file could also have the same effect. gives the drive a chance to recognize and renew weak charges. I don't think flash drives and sd cards have such built-in functionality, so maybe have 2 partitions and copy the whole contents in a direction, overwriting data, next time the other direction. but always check the checksums before any such copy.

[–] unitedwithme@lemmy.today 1 points 4 days ago* (last edited 3 days ago) (1 children)

Dude we didn't come here to argue partition formatting lmao. Cool ZFS is good. But limited to a handful of Linux distros on a computer (not phone) and definitely not for the average Joe* to figure out how to use.

[–] WhyJiffie@sh.itjust.works 0 points 4 days ago (1 children)

dude cool down with your tone and downvotes, this is not reddit. if you reread my comment, the zfs part and the partitioning part are independent possibilities. you don't need partitions for zfs. the 2 partition way is for when you don't have zfs for whatever reason. you will probably be able to make use of that even from your monthly subscription windows 12.

btw, there is zfs for windows too. but yeah the other way is easier, only more laborious.

[–] unitedwithme@lemmy.today 2 points 4 days ago (1 children)

I don't care what Windows uses, but you think windows would actually support another format? They've used NTFS forever, and ReFS hadn't really taken of despite its intro around server 2012 & windows 8. Sure it has WSL but idk they'll support ZFS that much.

I have been relieved they started supporting the open document format in recent Microsoft 365 desktop software.

[–] WhyJiffie@sh.itjust.works 0 points 3 days ago (2 children)

I don't care what Windows uses

and your point is? never said anything about what windows uses. doesn't matter either.

but you think windows would actually support another format?

I do not think, I know.

https://github.com/openzfsonwindows/openzfs

https://github.com/maharmstone/btrfs

https://github.com/RaldS7/btrfs-windows

https://github.com/Mateuscruz19/Ext4Windows

but this point also does not matter whatsoever at all, because in my original comment I said nothing about using ZFS on windows.


points that actually matter were not addressed by you, so whatever. good for you that you could pick on points that don't matter.

[–] CeeBee_Eh@lemmy.world 1 points 1 day ago

Both BTRFS projects haven't been updated in years. And the ZFS on Windows project has quite a few caveats, and it doesn't look like there's not much work or progress happening there.

Ultimately, I would never trust Windows with those filesystems. It can barely keep its own things stable, and running a filesystem as a userland process isn't ideal.

[–] unitedwithme@lemmy.today 2 points 3 days ago* (last edited 3 days ago)

you will probably be able to make use of that even from your monthly subscription windows 12.

btw, there is zfs for windows too.

You literally said it TWICE in your comment. Why else would I have replied to it??

Also, someone porting ZFS does not make it officially supported, so again, the vast majority of average Joe users will not know or understand ZFS as I stated before.