• 1 Post
  • 23 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle

  • De Lancre@lemmy.worldtome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    1
    ·
    3 days ago

    It’s everywhere like that. GSheet recently forced their “gimini” side-bar window to be always open. Imagine my frustration when I open CSV with internal ID’s and that ai shit is like “how can I help you?”. You can fuck off for a starters, those are UUID account IDs, generated randomly, fuck you mean “can help you organize them”?

    Not only that, but it takes precious screen space, covering my actual data. What a sick joke.




  • De Lancre@lemmy.worldtomemes@lemmy.world(f)art of the deal
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    7 days ago

    As a russian, who kind of used to bots on russian internet, there a trick: if bots started defending something — that it means it’s true.

    There were speculations that this “deal” not going thru and nothing more than a disinformation campaign. But if bots started defending it already, oh well.

    On a side note, it’s funny how America slowly turning into russia 2.0










  • How do you configure this?

    Idealistically - you supposed to figure out what wrong with particular service that causing long shutdowns, by using: journalctl -b -1 -e or something like that. You can also use systemd-analyze blame to do the opposite and figure out what causing long startup.

    But if you a normal human being that doesn’t have weeks to figure out bugs on kernel level with AMDGPU power management, then there a simpler solution - you just need to lower timer. In file:

    /etc/systemd/system.conf

    Uncomment (remove #) this line and set it either in minutes or seconds:

    DefaultTimeoutStopSec=10s

    I really don’t understand why default is so high. Even on old and weak hardware shut down shouldn’t take too much time.




  • CachyOS based on Arch, with basically arch repos, so it have rolling release with frequent kernel updates. And yes, you need to reboot your system to apply kernel update, so CachyOS (cause it targets casual audience) explicitly prompts to user that reboot is needed, to avoid weird arch quirks like losing ability to connect new usb devices after kernel update (arch is quirky like that). Better safe than sorry.

    You can just, well, not update that frequent. My server also running arch, I update it like, each couple of months, updated packages will just pile up and go in one update, that the beauty of rolling release (the ugly side is that no one tests if big update like that will work or not, so you may end up with dead system or it just wont update for example, lmao).


  • I don’t know what comment section or post are talking about. Default timer for systemd on arch is 3 minutes (and I think it’s default for most distros). Whenever some service fails to quit on reboot, system will stuck for 3 minutes until systemd decide to kill it. I need to manually configure it lower to like, 10 seconds, cause there shit ton of services that always fails to quit.

    And not like I’m using old pentium - my system build on AM5 with amd 7700x, 128gb of 5600MT\s ram and 7900xtx, with kingston nvme pcie4 ssd’s on top of that. It’s literally “best case scenario”.




  • Especially having things fake-fullscreen while multitasking, jumping around between browser, Discord, etc

    I second this, Niri’s overview feature is insanely good for multitasking, switching between windows\workspaces is way easier this way. It’s like gnome’s overview, but better.

    Recently had to move back to hyprland due to bug with bit depth (after half a year, bug fix finally merged, will be in new release afaik) and I’m missing this feature so much. On top of that, most “extensions” that provide same functionality simply either dead or can’t compile due to recent changes. Also my old config refused to work, so I had to comment bunch of stuff. It’s just a mess.