Skip Navigation

Posts
27
Comments
592
Joined
3 yr. ago

  • I also do that with my roommate, along with "you must want my undoing" and "you want me to fail at everything in life"

  • iOS could also be Android, as far as you know

  • Mainly for the overlay. Even if some games can already run on Wayland, the steam client runs in CEF, so the overlay won't work, and with that, other features, like hosting and joining a game via steam won't work.

  • Ideally, we wouldn't build infinite compute, just as much as we are actually using, and using it efficiently allows you to build less. We would still need datacenters even without LLMs, but they wouldn't need to be so gargantuan, because even the worst, inefficient, nodejs-based, intern-written server you could ever encounter, would be heaps more efficient (or at least less demanding) than any LLM. This is true even from an economical point of view, or any practical point of view, not just environmental.

    To quote Tannenbaum: "You know you have the right computer when you are always using 99% of it. If you are using 100%, you are being limited by the machine. If you are using 98% you have bought more than you need". If datacenters were always running at 40%, we would build bigger ones.

  • I love how no one really cares about angle and cef, they just want steam on Wayland

    (Me included)

  • Rice grains is not the plural of rice grain.

    Unless we are eating fish grains too.

  • 1:1:1

  • Believe it or not... For me, it was an increase in productivity, this day at least

  • Well, most of those aren't really part of the "systemd init system", they are just part of the "systemd project" which is more than just the init system.

    As such they are just optional services that you can install (except the ssh part which is still the same ssh but with a different default configuration), but the init system of systemd is still the same. They are just more convenient and/or advanced for distro maintainers.

    As a matter of fact, most desktop distributions don't even use "systemd-networkd" which is the networking manager of systemd. Instead they use "networkmanager", which many people associate with systemd, but it's really an entirely different project.

    You are still free to use the systemd init system in place of sysvinit, and not use all those services you dislike, you just have to configure them. Which most people think is inconvenient, but shouldn't be a problem for you seeing as you don't like the convenience of the systemd ecosystem.

  • I'm not sure this is a thought profound enough to count as politics. I'd classify it as nothing more than aerating the mouth, since there clearly was no thought process behind it

  • My favourite part is when the antagonist "not Solid" says: "haha Solid, you just activated my Metal Gear" and then proceeds to metal gear everyone... Or something, I didn't play the game

  • Heat

    Jump
  • Isn't some energy still dissipated as light instead of heat?

  • What doesn't kill you, will do it later

  • I have a similar setup and it works. So you are probably doing something wrong, I don't know what. Maybe look at dmesg for a filesystem error.

  • That is not a good method for testing. Maybe the filesystem still requires new files to be smaller than free space. Or maybe the file could be not really compressible, for example, you won't be able to compress random data. You also won't compress already compressed data, like videos.

    You could write a real text file of some kB and then check the compression ratio with something like "compsize".

    The mount command mounts the disk with the options you give to it but only once. Now, because you don't want to manually run mount everytime you use your disk, you must set it up so it is always mounted with the options you want. Udisks2 is one of the tools for that.

    P.s. apparently compsize is btrfs only. You can use "du" with and without --apparent-size and check the differenze

  • Deleted

    Permanently Deleted

    Jump
  • It's like the difference between "sex" and "orgy"

  • Charlie! You look quite down

    With your big sad eyes and your big sad frown

    Life doesn't have to be so blueeeee!

    Put a banana in your ear

    A banana in my ear?

    Put the right banana right into your favourite ear

    It's true!

    Says who?

    A banana in your eeeeeeeeeEEEEEEEEEeeeeeeeaaar

  • So, first of all, there is no gui for this, that I'm aware of, so you will have to do it from terminal. Second, on f2fs, compression works that you don't enable compression for a folder, instead you mount the drive with compression enabled, and new files will be compressed automatically.

    So what you need is to set up your disk to be mounted with compression. There are many paths you can follow here. If you want your drive to be (almost) permanently connected, the easiest way is to use "/etc/fstab". If you want to use it as a regular SD card, mounting and ejecting it from your file explorer etcetera, then you should go here and learn how to have udisks2 mount your device with compression, which should be what your desktop environment uses to mount drives. I suggest you set that up for your specific device, and not for all f2fs devices. Good luck.

    You can look up other useful f2fs options on the arch wiki. I suggest you add all those options that reduces writes to your disk and improve durability (like lazytime).

    You should use zstd as compression algorithm, and because this is a slow and small drive, you can crank up the level of compression.

    If you manage to pull this off, the next time you install a (bigger and faster) drive on your pc, you can try to look into zfs.

  • Open Source @lemmy.ml

    We wrote "esperto-wiimote", a Wiimote remapper with good IR tracking and complex key combos

    github.com /KayJay7/esperto-wiimote
  • Linux @lemmy.ml

    We wrote "esperto-wiimote", a Wiimote remapper with good IR tracking and complex key combos

    github.com /KayJay7/esperto-wiimote
  • Linux @lemmy.ml

    I built a tool for managing config files

    github.com /KayJay7/copicat
  • Lemmy Shitpost @lemmy.world

    OMG! Trumps!

  • Linux Gaming @lemmy.world

    Gamepad latency of the XBOX series S controller

  • Linux @lemmy.ml

    Gamepad latency of the XBOX series S controller

  • Linux @lemmy.ml

    How to manage configuration files

  • linuxmemes @lemmy.world

    Everything is so tiny

  • Linux Questions @lemmy.zip

    UFW: allow routing to dummy interface on only one port

    serverfault.com /questions/1184274/ufw-allow-routing-to-dummy-interface-on-only-one-port
  • Programmer Humor @programming.dev

    His man.go

  • linuxmemes @lemmy.world

    His man.go

  • memes @lemmy.world

    Miss me with that low bitrate

  • Linux @lemmy.ml

    Why can ffmpeg kmsgrab capture the tty without root permissions?

  • Linux Gaming @lemmy.world

    shadow of the tomb raider, native or proton-experimental

  • Linux Gaming @lemmy.ml

    Shadow of the tomb raider, native or proton-experimental

  • Linux @lemmy.ml

    I can now control external display brightness from KDE and I don't know why. Thank you, nameless Linux contributor

  • Linux Gaming @lemmy.ml

    PhysX on Batman Arkham Asylum

  • Linux Gaming @lemmy.world

    PhysX on Batman Arkham Asylum

  • Linux Questions @lemmy.zip

    Nvidia prime on Wayland

  • Linux @lemmy.ml

    Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar