• 0 Posts
  • 29 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle









  • turdas@suppo.fitolinuxmemes@lemmy.worldFeature parity or get out
    link
    fedilink
    arrow-up
    47
    arrow-down
    5
    ·
    5 months ago

    Yeah. “Feature parity or get out”, like dude we’re long past feature parity.

    Wayland supports so much more stuff than X11 does, and what does X11 have that Wayland doesn’t? X forwarding? Just use a modern remote desktop solution, all X forwarding was doing in “modern” times (read: the 21st century) was streaming pixels anyway, just less efficiently than modern remote desktop.




  • Even if it’s 8 physical qubits to 1 logical qubit, 6100 qubits would get you 762 logical cubits.

    All I’m saying is that the technology seems to be on a trajectory of the number of qubits improving by an order of magnitude every few years, and as such it’s plausible that in another 5-10 years it could have the necessary thousands of logical qubits to start doing useful computations. Mere 5 years ago the most physical qubits in a quantum computer was still measured in the tens rather than the hundreds, and 10 years ago I’m pretty sure they hadn’t even broken ten.




  • turdas@suppo.fitoLinux@lemmy.mlMy experience with Arch
    link
    fedilink
    arrow-up
    7
    arrow-down
    6
    ·
    6 months ago

    The reason people say that Arch is unstable is that you are expected to read the news on the website before every update or else your system is liable to be broken – and sometimes it will break in spite of that. Oh, and the expectation is that you’ll be updating multiple times per week, and if you don’t, you will soon be in a situation where to install any package you must update your entire system.

    Most other distros place no such expectations on the user.





  • 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.