• daniskarma@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    48 minutes ago

    I still remember the time I managed to unwillingly run two DE at the same time simultaneously. The screen was refreshing between gnome and kde at 50Hz. It was tripping.

  • some_guy@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    52 minutes ago

    This is the greatest truth of being a computer person. Our shit is also broken, just in ways you’d never heard of.

  • xavier666@lemmy.umucat.day
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago

    Guys and gals, please use Niri. It has animations, blur and wayland.

    Never crashed in my one year of using it.

  • Wispy2891@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    5 hours ago

    First time using hyprland with cachyos: wow it’s so productive, I love it!

    After one month I log in after a yay and everything is broken. I waste a full day adapting the config from 0.44 to 0.45. Wow that was worth, I love it.

    Another month passes, and again it’s broken to 0.50

    I just gave up

    Can’t they just put a discontinuation warning for a couple releases to let people adapt their config instead of suddenly having the surprise of booting to a broken wm?

      • Wispy2891@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        35 minutes ago

        it’s not really broken-broken to be unusable, just all the window management rules syntax that changed suddenly and you need to read 24 pages of documentation to guess what’s changed and adapt the config.

        honestly, after dealing with this 3 times in 3 months, i am no longer interested in this wm.

        It’s like if your friend rearranges your living room for pure fun when you come back tired from work. Funny prank done once in a lifetime, remove from existence the third time.

  • FiniteBanjo@feddit.online
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 hour ago

    I’ve recently moved everything over to CachyOS after a Windows 10 LTSC security update failed to install multiple times.

    I’m actually really surprised by how well everything works, including my nvidia GPU, microphone, and drawing tablet. The only thing that’s not working rn is my Canon printer but that might be more of my own skill issue with using CUPS and CAPT and can be remedied by emailing myself a PDF and printing from my phone.

    I was fully expecting to fuck my shit up forever.

    EDIT: To be clear, Windows would occasionally crash on me and take forever to start back up. Linux is running much better.

    • SpongyAneurysm@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      3 hours ago

      I recently had trouble with a very old Canon printer, I acquired. After some attempts that even involved tracking down original driver files from 13 years ago, I realized I just had to install ‘gutenprint’ and then add it throuoh my KDE menu. Just works now.

    • YeahToast@aussie.zone
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Bro, it’s a printer. I call them a Schrödinger printer, both dead or alive until you try to use it… in which case it’ll likely be dead. Because it’s a printer. And they’re shit.

        • ExLisper@lemmy.curiana.net
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          The saying literally translates to “in the house of a blacksmith there are wooden spoons”. In Poland we say “the shoemaker walks in shoes with holes”. They all just means that people who build things as their job don’t have the time to build those things for themselves.

          • Magnum, P.I.@infosec.pub
            link
            fedilink
            arrow-up
            0
            ·
            26 minutes ago

            But why doesn’t the blacksmith have spoons which are bent or something. Black smith using wooden spoons sound to me like a technician that doesn’t use tech in his private life.

  • Bluewing@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    22 hours ago

    This is why you keep 2 computers. One that is dull and as stock as you can. And then you have that beater box to get stupid with. Drive the sum biotch right into that kernal panic at 100mph just for fun.

    So therapeutic some days…

    • banause@feddit.org
      link
      fedilink
      arrow-up
      4
      ·
      8 hours ago

      That’s not how it works.

      1. Okay, let’s read a chapter of this book about Software Design.
      2. I need to take notes
      3. Ugh, it sucks that I have to do three steps to open them
      4. Let’s write a short fish script
      5. Actually is there a more elegant note taking app
      6. Research
      7. Setting up the most over engineered zettelkasten solution
      8. It’s time for bed, you have two broken note taking apps, but still an open to do to read a chapter of that book

      If you think that is a true story, you are absolutely right.

    • amgine@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      22 hours ago

      Mac and a half a dozen server homelab. Plex was a homelab test that’s now “prod” (family won’t let me shut it off) so it’s in the prod environment outside of my homelab

  • NostraDavid@programming.dev
    link
    fedilink
    arrow-up
    10
    ·
    20 hours ago

    This is precisely why I use NixOS. I have almost my entire configuration as “code” (data structures more like, but what’s the difference any way?), such that when I break something, I can just undo my commits and go back to a working version (and the OS itself retrains several snapshots, so I can always pick the previous one.

    And with LLMs the bar to do things, with my nix configuration (nixcfg), has lowered to the ground. Throw in a few videos from Vimjoyer and you got a stew going.

    • xavier666@lemmy.umucat.day
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Sorry to divert from the topic but

      I have almost my entire configuration as “code” (data structures more like, but what’s the difference any way?)

      This is the first time I’ve seen someone make this distinction.

      Configuration files are specifications, not code. Code means it needs to be compiled/interpreted.

      • SpatchyIsOnline@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        16 hours ago

        I’ve hopped from HoloISO to Nobora and EndeavourOS to OpenSUSE. Landed on NixOS on all my machines now and it’s perfect. There’s a bit of a learning curve even compared to other distros but once it clicks, you wonder why you weren’t using it earlier.

    • NostraDavid@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      20 hours ago

      To get started: Install NixOS, grab your /etc/nix/configuration.nix, and /etc/nix/hardware-configuration.nix (from the top of my head) and throw them in a git repo. nix-shell -p <application> if you quickly need a shell with a specific (temporary) program, like git (just for bootstrapping; add git to the configuration.nix if you wish to keep it.

      Start with that, and slowly keep adding programs, configuration. If you eventually wish to add a second computer to the one configuration (so you can start reusing configuration), do that. Keep steps small.

      Here you can dig through each step I take in my nixcfg - I started with just the configuration.nix, and share that between machines, but it turns out you’re supposed to add the hardware-conguration.nix to the repo as well, so then I started to do that (with still a shared configuration.nix. Well, partially:

      https://github.com/NostraDavid/nixcfg/commits/master/?after=78d40edc8b756088a73fd087808d438eabbcf06f+401

      Read nixstory.md if you want to see a quick LLM-generated history of how my repo changed over time (based on my git history).

  • GarboDog@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    1 day ago
    • We tried setting up hyprland with Arch
    • Used an older guide, updated and translated it to the newest standard, learning about the unique scripting
    • Get almost everything working
    • Actually loved the feel of the ui and did get used to using terminal for almost everything
    • Things started falling apart
    • Steam started fucking up, everything was going horrible.
    • joined the support discord, found problem doing good over more :)
    • Update? Oo oki!
    • Hyprland: hmm nice fully custom set up you have here, would be a shame if someone were to change all the ui script you literally just learned :)
    • :(
    • Back on KDE + Cachy OS as we didn’t want to fight with our computer anymore, it’s good, great even, but… missing the window management of Hyprland now.
    • Don’t get us wrong, we’re very happy with KDE! It’s just… that window management 🥺
    • if only we could get that in KDE
        • JamesBoeing737MAX@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          19 hours ago

          I have my (edit: RIVER) config for over a year and it’s very reliable. It never broke on me apart from the misconfigurations which were my fault.

          It also integrates well with Waybar and is compatible with other Wayland tools for wlroots.

          But keep in mind that my config is relatively minimal.

      • Kr4u7@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        Sway still struggling with screensharing (specifically window sharing) tho or atleast it was last time I yried it in february :(

          • Kr4u7@discuss.tchncs.de
            link
            fedilink
            arrow-up
            2
            ·
            2 hours ago

            Yay it worked, still not usable for me tho, since XWayland fucks up too many applications I need and moving windows with my mod key + left mouse does not count as a single input which then opens rofi which is bound to mod qq