this post was submitted on 26 Dec 2023
43 points (100.0% liked)

Linux

47224 readers
774 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

hi, I've been pretty happy with macOS recently on my m1 MacBook, really only because I've been paying for software from awesome devs who make great apps (plenty are open source, so most I use are not paid) and I've found my productivity increase like a lot.

It's like I'm fighting less with the computer and the OS, and sorta working together with it. Since it's a mac though it's still a pain. When I install things with brew or software straight from the dev I need to do this dance to be able to use it (since it's from an 'unidentified' developer).

I wanted to try out Asahi, I saw that there was a new version released recently, any folks here who daily drive it and could share their experience? This is currently my main machine so I'm a bit hesitant in swapping over (I guess I could dual boot?) and school is out atm so I have a bit of time to troubleshoot and feel comfortable in a new environment.

thanks in advance~

EDIT: I am mostly familiar with Debian/ubuntu, I run stuff headless and SSH into it, like at the moment I have a proxmox 8 server and some raspberry pi's that I use to host stuff. I have a windows 11 pc which I use for playing some games and to run certain kinds of software.

you are viewing a single comment's thread
view the rest of the comments
[–] Bread@sh.itjust.works 10 points 8 months ago* (last edited 8 months ago) (1 children)

Keep in mind that asahi cut out X11 support and went straight for wayland. It can support xwayland, just know that some things may or may not play nicely if the software doesn't support wayland. As Wayland is the future of compositors, most popular Linux software should support it eventually.

Linux on arm is good, however as it is not nearly as popular in the desktop space as x86, common binaries for certain applications may not exist on arm if it closed source. You may or may not need those, you can make that judgement call.

Battery life is better than I expected but still not nearly as good as Macos. At least until they can come up with a proper solution for low power usage. Which currently a logistical problem of making something Linux kernel upstream compatible instead of applying a functional dirty solution now.

Linux on M1 is noticeably snappier than anything else I have ever used. It has a great future ahead of it. If your workloads don't rely on heavy gpu usage and all your software can be found or compiled there. It is a pleasant experience. If you have any other questions, feel free to ask. I think some of the other users talked about the common things well enough.

Also yes, dual booting is currently the only supported option. They still need macos for firmware upgrades.

[–] patchexempt@lemmy.zip 5 points 8 months ago (1 children)

fwiw I've been on Wayland for a few years now and the amount of times I've had to think "oh, I'm on Wayland" are in the single digits. not to pretend it you don't run into things you have to solve or alternatives you have to find, you definitely do, but I've been very happy especially over the last year or so.

I do not use asahi though so I can't comment on that specifically.

[–] Bread@sh.itjust.works 2 points 8 months ago (1 children)

I am new to Wayland, but on asahi it is mandatory. So I am having to get used to it. Which is more noticeable as I had to change from i3 to sway. They are functionally identical but different in how you configure it with the wayland compositor.

[–] patchexempt@lemmy.zip 2 points 8 months ago

yes, I'm using sway as well. i was lucky that my old i3 config mostly worked without modification, although it took a while to find good replacements for many of the little apps I'd come to rely on. I settled on bemenu, waybar, and then a dozen little glue apps like clipboard managers eventually fell into place. the archlinux wiki pages on sway and wayland are a great resource.