• 5 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle









  • Viimeisin konkretisoituminen käyttäjäkunnan muutoksesta ja asia, joka katkaisi kamelin selän ja laukaisi tämän vuodatuksen, sattui minulle viimeviikkoisen nikotiinipussigaten kommentteja lukiessa. Katselin häkeltyneenä, kun useampi ketju täyttyi vastauksista, joissa RKP:n ilmiselvän korruption sijaan keskityttiin valittamaan siitä, miten huutava vääryys nikotiinipussien tuonti tupakkalain piiriin, eli siis etämyynnin kieltäminen, hinnan nosto ja makujen rajoittaminen, on. Mietin, että ei kai oikeasti näin monella perinteisesti melko valistuneen (internetfoorumeiden mittapuulla) ärSuomen käyttäjällä voi olla näin ammattikoululaistason ymmärrys tupakkatuotteista.

    Päätin kokeilla kepillä jäätä ja kirjoitin pitkän ja Redditin mittapuulla mielestäni hyvin lähteytetyn kommentin perustellakseni, miksi nikotiinipussien rajoittaminen on hyvä asia. Kuten odotettuakin, kommentti nappasi lähes välittömästi itselleen vanhassa redditissä näkyvän punaisen “controversial”-†:n ja vastauksia pointin missanneilta ja aiheen ohi argumentoivilta vänkääjiltä.

    Myönnettäköön, että kirjoitin kommenttini tarkoituksella vähän sillä tapaa provosoivaksi, että se tuskin muuttaisi kenenkään vakaasti eri mieltä olevan mielipidettä. Aihepiiri kun on vähän sellainen, että valtaosa niistä ihmisistä, jotka ylipäänsä kykenevät sellaiseen kriittiseen ajatteluun joka mielensä muuttamiseen vaaditaan, luultavasti olisivat kommentin kanssa samaa mieltä jo valmiiksi. Tupakkatuotteiden käytöllä kerta on vahva käänteinen korrelaatio koulutustason kanssa.

    Tämä kommentti meni nyt aika pahasti tämmöiseksi “nuo tuolla internetissä on ihan tyhmiä eikä uskoneet loistavaa argumenttiani” -tason marisemiseksi, mutta menköön. Pointtini on, että en vaan odottanut, että /r/Suomessa joutuisi selittämään kuuroille korville yläasteen tupakkavalistuksen tasoisia faktoja tupakkajättien toimintatavoista ja siitä, minkä takia niitä vastaan joudutaan lainsäädännöllä toimimaan. Väitän, että vielä ihan pari vuotta sitten ei olisi tarvinut.








  • turdas@suppo.fitoLinux@lemmy.mlZRAM is insane
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    1 year ago

    I have 64 GB of memory in my desktop with 16 GB of zswap. Can’t say I’ve noticed any difference because I haven’t actually been in a situation that uses all this memory yet (aside from some programs leaking memory), but the thought of getting “free” RAM is appealing to me.



  • The two things I would recommend to any btrfs user is enabling zstd compression and setting up automatic snapshots using snapper or Timeshift. I would personally recommend snapper if you’re comfortable with command-line tools, as Timeshift only supports a very specific configuration.

    zstd compression is very fast, so if you have a reasonably new CPU you will notice no overhead from it, making it effectively just free extra disk space.

    Snapshots require a little bit of reading to understand, particularly because you will want a very specific subvolume layout to sensibly organize them, and distro installation wizards rarely give you such a layout except on distros that support snapshots out of the box, like OpenSUSE.

    The Arch wiki page on btrfs is amazingly good, as is their page on snapper if you want to set up snapshots.


  • Btrfs can be a little complex and needs more user-friendly tooling for some of the advanced features to be useful to “laymen”, but OP seems technical enough (the fact that he cares about what filesystem he’s running in the first place is an indicator of this) that this should not be an issue.

    As for “weird problems”, the majority of those seems to come down to users using advanced features without RTFM, and users having underlying system issues that cause issues that btrfs catches early and refuses to mount the filesystem as RW, and the users then blame btrfs for the issue.


  • Almost all data, aside from stuff like databases, benefits from filesystem-level compression, and almost every user benefits from having snapshots. Snapshots have saved my ass so many times, e.g. when I accidentally delete a file I shouldn’t have, or when a program has overwritten a file it shouldn’t have, or when Crusader Kings 3 corrupts my savegame.

    As for bitrot, I frankly don’t know if btrfs has an automatic mechanism of fixing rotten files from an external backup of the filesystem (created using btrfs send), but even if it doesn’t it’ll tell you what has rotted so you can restore the files manually.



  • If you’re not intending to use complicated RAID setups, just go with btrfs. There is no reason to bother with zfs given your specs and needs.

    Do not go with ext4. Unlike both btrfs and zfs, ext4 does not do data checksumming, meaning it cannot detect bit rot (and obviously cannot fix it either). You’ll also be missing out on other modern features, like compression and copy-on-write and all the benefits that entails. Once you start using snapshots for incremental backups using btrfs send (or its zfs equivalent), you’ll never want to go back. Recommended script: snap-sync.