• 3 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I'm not the biggest distrohopper but I have tried a few, both on my laptop and desktop. I still keep windows around on a dual-boot but I'm basically only using it for the odd game or two and also onenote (obsidian + excalidraw comes close but nothing really has a seamless transition between pen and typing text like OneNote)

    Early 2018 and before:

    Windows only

    2018-19:

    • Ubuntu 18.04 (desktop),
    • Ubuntu 18.04/18.10/19.04 (laptop)

    2019-2022:

    • Manjaro w/ KDE (desktop),
    • Arch Linux w/ GNOME (laptop)

    2022-2023:

    • NixOS (laptop, for literally a day because it didn't have a package I needed to make my laptop work correctly)
    • EndeavourOS (kde on laptop, qtile on desktop)

    2024:

    • No changes to the desktop setup,
    • NixOS w/ KDE and also a half-functioning hyprland setup on the laptop now that the package got added.

    Future?

    Maybe if I can get my NixOS config to a point where I'm happy with it I'll switch my desktop setup to that as well, in theory it should be pretty painless since i'm already using a flake setup split across multiple modules. I do really like that I can experiment with my setup without the risk of actually breaking anything since NixOS is semi-immutable.

    If I don't stick with NixOS I've also been thinking about trying fedora, opensuse, or an immutable distro, or otherwise just moving my laptop back to either Arch or EndeavourOS since that's what I'm familiar with.




  • Not really sure how archinstall factors in since it wasn't around yet when I first installed, but I love EndeavourOS. I've installed arch before, but I really can't be bothered if I'm just going to end up installing all of the same packages the GUI could give me in less time anyway. Yeah, EndeavourOS is just arch with some small extra packages and a GUI installer, but that's exactly why I like it.




  • Zangoose@lemmy.one
    hexagon
    toProgrammer Humor@lemmy.mlLeast Favorite IDE ngl
    ·
    4 months ago

    I don't actually think eclipse is completely terrible (just saw the opportunity for a meme). My main problem with it is that unlike intelliJ, the UI buttons don't scale with the font size, making it pretty unusable on my HiDPI laptop.

    For now I'll just stick with IntelliJ/idea IDEs (I have access to an education license for ultimate) and then if/when Idea ruins it I'll probably just try to integrate my Java workflow into either VS Code or an nvim setup






  • Zangoose@lemmy.onetoLinux@lemmy.mlSo I installed EndeavourOS ...
    ·
    edit-2
    1 year ago

    I had a steam dependency on my system break or get uninstalled somehow. It was giving me headaches for a bit because steam wasn't launching and had a pretty vague error when launched from CLI. I imagine using a flatpak version would circumvent a lot of those problems because of the sandboxing





  • I've been using arch-based distros on multiple systems for the about 5 years now. I never read release notes, and have also never had any system-breaking updates. Occasionally I get problems with AUR packages but they usually solve themselves by doing a clean-build, reinstall, or just by waiting a day for a dependency to update. In the rare case that none of those work, there's usually a message on the AUR package page providing an exact fix. I usually just run "yay -Syu" once a day, recently I've been doing it once per week and still haven't had any real problems with it.


  • I've been using EndeavourOS for about 1.5 years on my laptop and about a year on my desktop. I've been using it as arch but pre-configured. I believe EndeavourOS uses the same repositories as stock Arch, with an extra EndeavourOS repo added for theming and some convenience tools they use.

    The UI might not be as easy as Manjaro (I don't think they pre-install a GUI for pacman/yay, but it isn't hard to install one like pamac). Other than that if you use a desktop like Gnome or KDE and install a pacman frontend you probably won't need to interact with the terminal more than you want. Honestly I think EndeavourOS is a great place to start if you want to learn more about Linux without having to spend the time configuring your system from scratch.