• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • Absolutely nothing comes close to the thinness and lightness, combined with battery and performance of my M2 Air. And that’s not to mention that Apple’s touchpads are still so far ahead of everyone else that I’d like to laugh about it, but it’s too embarrassing for that. It’s not like I’m not aware of the linux/windows alternatives, it’s that there simply are no alternatives…I’d rather deal with Apple’s shit software instead of everyone else’s subpar hardware, because software is changeable.

    Also, since the Asahi team actually knows what they’re doing, it turns out that their linux support on Apple Silicon is often better in a lot of ways than most windows-centric laptops. They take a long time to support certain hardware capabilities, but once they do you can be sure that it works flawlessly. Can’t say the same about any other laptop I owned before (although Framework, System 76 and Tuxedo laptops are probably good in that regard).

    Also, while the keyboard on my Dell XPS broke a whopping 5 times in the last few years, the Macbook Air has yet to show any signs of wear. The reason I got a Macbook is because I need to get work done and need a reliable machine for that. And what can I say, my god has it ever been reliable.







  • Treeniks@lemmy.mltoLinux@lemmy.mlHyprland is now fully independent!
    link
    fedilink
    arrow-up
    56
    arrow-down
    7
    ·
    3 months ago

    People keep saying this happened only because vaxry got banned from the FDO, completely forgetting the fact that hyprland has used their own modified fork of wlroots for ages now. They’ve wanted to get away from wlroots even before this whole fiasco, it really just tipped the needle for them to finally pull the trigger.

    Mind you also, the ban in no way prevents hyprland from using wlroots still. The only thing the ban did was prevent vaxry from contributing to wlroots upstream, which is damn unfortunate if you ask me.










  • I’m aware of nautilus-admin, but not only is it not maintained, imho it should be part of nautilus by default, and it has to open a new nautilus window when you use it. What I want is to drag and drop files to /usr/local and then get a password prompt to do the move. With nautilus-admin, I need to have the foresight to use “Open as admin” when going into /usr/local, but if I had that foresight then I might as well just start nautilus as root to begin with. Usually I just want to look into the folder, and only then realize I need to change something, which means a good old “go back up one folder, then search the local folder again, then right click, search for ‘Open as admin’, then get thrown into a new window, completely disorienting myself in the process”.


  • Treeniks@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    39
    arrow-down
    1
    ·
    1 year ago

    Personally I never understood why file managers in linux refuse to do operations that require privileges. Guess what, if I have Nautilus open and want to move files into, let’s say, /usr/local, I don’t want to have to switch to the terminal to do so if I already have the stuff copied within nautilus. On Windows, I just get an admin password prompt if I try to do naughty stuff. On Linux, we have the whole polkit system, but no file manager seems to ever use it. Tbf, this is not a nautilus problem, as no file manager seems to do this.




  • Treeniks@lemmy.mltoProgrammer Humor@lemmy.mlC Compilers be like
    link
    fedilink
    arrow-up
    49
    arrow-down
    6
    ·
    1 year ago

    Actually when it comes to C++ 23 library features, MSVC is ahead of both. In fact, as far as I can tell, MSVC is the only compiler that fully supports all C++ 20 core language features at the moment. So credit where credit is due, MSVC has gotten way way better the past few years. Visual Studio is still awful, but the compiler has become quite competent.