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/)NO
notanapple @lemm.ee
Posts 2
Comments 34

What has been your experience with Atuin? Is it something worth using?

For context Atuin (Github) is a shell history replacement that apparently provides a lot of extra functionality.

Has anyone used it? Im thinking of switching to it but Im worried about its impact on performance and if its worth it.

11
This is a unique experiment in the Fediverse.
  • Its a lemmy alternative written in Flask (Python). Piefed has got more moderation features and is probably faster to develop being written in Python. Both lemmy and piefed can talk to Mastodon (and obv to each other too).

  • Will this Lenovo Thinkpad (AMD) work well with linux, or should I go intel?
  • AMD and Intel both have very good linux support. On that note there shouldn't be much of a difference.

    In fact, AMD GPU drivers are quite a bit ahead of Intel on Linux. And the AMD laptop has a significantly more powerful iGPU plus it has DDR5 ram. So it should give you noticeably better performance.

    More problematic could be the wifi chip, fingerprint reader and maybe the camera.

    Wifi nowadays works well on Linux so I don't think that should be much of a problem. Intel Wifi usually has better support though.

    Cameras also mostly work though the IR sensor might not work.

    Fingerprint support on linux is 50/50 (from linux-hardware, it seems fingerprint on similar models is not working unfortunately). If you know the exact fingerprint reader model on the laptop you can check if it has linux support.

    Thinkpads usually have good support on Linux overall so I won't be too worried with either option. I couldn't find the exact models on linux-hardware.org, however I did find similar models:

    All AMD models by this name (E14 Gen 6)

    All Intel models by this name (E14 Gen 5)

    21M3002TGE

    21JK0009SP

  • System76 Releases COSMIC Alpha 6 Desktop Environment
  • Its written in Rust, is a completely new code base so not held back by tech debt, and is a clean DE while still being fairly customizable even now.

    I personally don't care why system76 felt the need to code a new DE from scratch, Im just glad they did it. It has given us a whole new ecosystem of GUI toolkits, apps, etc. for linux written in Rust.

  • [SOLVED] Where to store MangoHud.conf on immutable distro (Bazzite)
  • You are supposed to use /var/home/user instead of /home/user in your paths, scripts, etc (or /var/$HOME). Im not certain on the why but iirc its because on immutable systems only /var is writable so anything writable has to be under it.

  • Is there a way to fund linux kernel development as a community?
  • One way is to donate to devs who are working on some specific features in the Linux kernel. The two I remember are Hector Martin who lead the Asahi Linux project and Kent Overstreet who is the main dev behind bcachefs, a new CoW FS.

    But I guess this only works if there is some dev already working on a feature and is accepting donations. I wish we had community linux project or something similar which was funded by donations and hired kernel devs to work on things the community voted on.

  • Nearly half of Steam's users are still using Windows 10, with end of life fast approaching
  • It depends. On older devices there isn't much testing of newer versions of the kernel so they can be more broken than older version.

    Case in point, recently on an old laptop (~12 years) I noticed video performance was really bad which I later found out was due to modern distros defaulting to the iHD intel graphics driver. But iHD is only supported from 5th gen (Broadwell) onward. So, on older devices anything depending on the graphics driver for hardware acceleration (like video decode) fails and falls back to software rendering.

  • CachyOs vs PopOs vs others?
  • Yeah the docs are a bit misleading but they are mostly for complete linux newbies. Its basically saying that to scare away any newbies from relying on ntfs because ntfs on linux has quite a few issues (in general, not exclusive to Bazzite) and might break unexpectedly since it is reverse-engineered so it is not perfect.