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/)UN
UnfortunateShort @lemmy.world
Posts 3
Comments 779
Printing on Linux
  • It depends on the brand I guess. Some Canon Pixma did immediately worked with my distro, like literally zero setup required. However, it refuses duplexing. It just won't do it. Not driverless and not with gutenprint, although it lists the specific model, not when setting it as the default, not when setting it per job.

    Yet it works on Android no problem.

  • How do I do BTRFS with RAID and Encryption?
  • If I had to do encrypted btrfs RAID from scratch, I would probably:

    1. Set up LUKS on both discs
    2. Unlock both
    3. Create a btrfs partition on one mapper
    4. Add the other with btfs device add /path/to/mapper /path/to/btrfs/part
    5. Balance with btrfs balance start -mconvert=raid1 -dconvert=raid1 /path/to/btrfs/part
    6. Add LUKS' to crypttab, btrfs partition to fstab and rebuild/configure bootloader as necessary

    In that scenario, you would probably want to use a keyfile to unlock the other disc without rentering some password.

    Now, that's from the top of my head and seems kinda stupidly complicated to me. iirc btrfs has a stable feature to convert ext4 to btrfs. It shouldn't matter whatever happens outside, so you could take your chances and just try that on your ext volume

    (Edit: But to be absolutely clear: I would perform a backup first :D)

  • Ok guys, who games on an IoT version of Ubuntu?
  • I just noticed how that Arch is in quotes and "64 bit" was added. Does anyone use 32 Bit Arch for gaming? Is it even possible to run Steam on that?

    And why not go with:

    Arch Linux (rolling-release) 64 bit

  • The Dislike to Ubuntu
  • I think there are good kinds of fragmentation (choice and/or competition) and many bad kinds/causes of fragmentation (clinging to abandonware, reinventing the wheel, rejecting reasonable changes, "rewrite it in X-lang", demanding complete control, style/design choices that don't actually matter...)

  • Apple Vision Pro 2 Reportedly Entering Mass Production In H2 2025, Sporting The New M5 SoC, Spatial Computing & Generative AI Could Make It A Hit
  • I don't think that's really their main strategy anymore. They try to lock you in their ecosystem to make you subscribe to stuff and buy other, sometimes digital stuff.

    Google is trying something similar with their 7 years of support for Pixel devices. I think it's because the development of smartphones (and also computer hardware) has slowed down a lot overall (again, after Apple and AMD shaking it up really well).

    Upgrading every year is even less compelling than it used to be, when there were much more significant upgrades.

  • Valve Engineer Mike Blumenkrantz Hoping To Accelerate Wayland Protocol Development
  • That I can understand, however I want to piont out that this is an Nvidia problem entirely. Wayland works perfectly fine under 2/3 hardware vendors.

    Luckily, they finally open-sourced their shit so going forward, this will probably change. But chances are only from the 2000 series on, so it might take an upgrade for many folks...

  • Valve Engineer Mike Blumenkrantz Hoping To Accelerate Wayland Protocol Development
  • I love how people are complaining about Wayland not being ready or being unstable (whatever that even means, because it's a protocol), while it's the default on both GNOME and Plasma now, which combined probably run on more than 50% of Linux desktops these days.

    And not only that, but Cinnamon, Xfce and others want to follow, so very clearly people who know a fair bit about desktops seem to disagree with Wayland being "not ready".

  • Linux middle ground?
  • And yet I never do and it hardly ever does. And if it does, it's more often than not application specific and fixed by loading a snapshot and updating again after a week or so, which is next to 0 effort.

  • ich🐱iel

    www.ndr.de Katzen stellen Staubsauger an - Polizei rückt aus und ermahnt die Tiere

    Anwohner in Bremerhaven hörten Krach aus der Nachbarwohnung. Dort öffnete jedoch niemand die Tür - und sie riefen die Polizei.

    Katzen stellen Staubsauger an - Polizei rückt aus und ermahnt die Tiere

    Endlich mal fickend qualitative Nachrichten.

    > Zwei Katzen haben in Bremerhaven einen Einsatz der Polizei und Feuerwehr ausgelöst. Wie die Beamten mitteilten, alarmierten Anwohner eines Mehrfamilienhauses in der Nacht zu Mittwoch die Einsatzkräfte, weil laute Geräusche aus der Nachbarwohnung sie um den Schlaf brachten. Vor Ort öffnete den Angaben zufolge niemand die Tür, so dass die Feuerwehr sie aufbrechen musste. In der Wohnung fanden die Polizisten aber keine Menschen - sondern zwei Katzen, die es offenbar geschafft hatten, den Staubsauger einzuschalten. Die Beamten schalteten den Staubsauger aus und "ermahnten die beiden Vierbeiner mündlich, sich für den Rest der Nacht ruhig zu verhalten", so die Polizei weiter.

    2

    A Place for Data Scientists

    7

    Seagate Skyhawk HDDs faulty / low quality?

    Hey, so I have brand new HDDs I intend to put in a btrfs software RAID. They're Seagate ST4000VX016-3CV104 4TB Skyhawks. Workload is basically write and forget, I will probably never delete a thing.

    However I decided to test them first and noticed that after writing about 160 GB, some SMART counters have gone up significantly. Read error rate went from 6.632 to 90.238.872 for example (seemingly all correct by hardware ECC), seek error rate from 143 to 87.661.

    Am I reading things correctly? This does not seem like the way healthy drives should behave, does it? It similar on all of them tho. Are they just trash-tier drives they somehow got to work with ECC?

    4