@radix @MrSoup yeah … Apple didn’t release any specs for their stuff so the @AsahiLinux team had to reverse engineer everything.
check out my blog for longer form takes on things relating to work, life, data-engineering and more: https://gigatexal.blog
I’m a tech guy trying != a tech bro
Data Engineer and Twitter refugee (not laid off or an employee just a power user), love: Unix/Linux, programming, and cool people. He/Him. #beto2022
Check out my youtube channel for all things tech, linux, career, etc: https://www.youtube.com/channel/UCt7yfCrEEhZt9aoolhS5S_g
@radix @MrSoup yeah … Apple didn’t release any specs for their stuff so the @AsahiLinux team had to reverse engineer everything.
@ceciline02 when you execute those commands — not even sure if this would help — does dmesg say anything? Even before you go to mount them on boot maybe dmesg might say something about the disks? Or any log in var log?
@ceciline02 in a recovery mode what is the error when you try to mount the file system?
@boredsquirrel @swooosh not having to reboot would make this finally useable to me!
@pukeko that’s wonderful to hear. I got an M3 max (a huge stupid purchase I agonized about for a month before convincing myself I earned it lol) coming in just 10 or so days. But M3 support is behind M2 for now. And I don’t fault them for it. I’ll wait patiently for it to work.
My dream would be a finger print reading immutable Fedora running Sway with full disk ZFS encryption.
@exanime @boredsquirrel ehh macOS has really polished software. It can also run a lot of the open source software Linux gets. Media seems better on it. Rogue Amoeba makes some legit stuff. But it’s more or less tied to the hardware. If it were open I’d run Linux on it and im hoping Asahi gets us there. macOS also a bit more user friendly focused. 🤷🏾♂️
@lemmyreader @barbara it’s a bit annoying but I kinda like that I have to manually link it a bit. So I create sh scripts in the usr/local/bin that just execute the flatpak run command
@Tick_Dracy @WbrJr ZFS snapshots and boot environments could probably do this. Not sure about the usb thing though. @allanjude (tagging Allan so I don’t besmirch ZFS too much).
@mjpc13 this would be an amazing blog if you wrote it up. Front page HN content right here. Very cool stuff. Thank you for sharing.
@mjpc13 @cyclohexane that’s impressive. Would mean the laptops should also be supported ? Was it hard to do?
@originalucifer @blackstampede I’d rather ZFS for the data integrity stuff than anything else.
@originalucifer @blackstampede if you can just do software raid and if possible get the disks to look like JBOD (just a bunch of disks) CPUs are so much faster these days software raid even ZFS offers so much more than hardware raid.
@zhenbo_endle @tanja you can install deb software in a seamless way using toolbox https://catalog.redhat.com/software/containers/rhel8/toolbox and a very simple Debian container
@gearheart @Jezebelley can you emulate that by doing a cat on whatever file the ACPI or whatever subsystem handles battery levels? Maybe a script with a sleep to not hammer the level check all the time and then piping that somehow into the status bar?
@hiddengoat @original_reader @LastYearsPumpkin @Grangle1 @Xatolos yikes. Troll much?
Pipewire fixes a lot of issues and is a huge improvement. The best part of OSS and Linux is its the upstart, the underdog, the do-it-for-the-love, the chronically underfunded, hacker os. You’ll find things not as polished as the proprietary alternatives but that’s okay. There’s far more to enjoy: auditable code, open to contributions, infinitely customizable
@InverseParallax @chevy9294 whoa LXC / LXD since it uses virtualization means one can rock their own kernels? Hmmm
@ceciline02 you can pipe dmesg into less I think. Dmesg | less and then use the forward slash to search but also you can use the up and down arrows to go up and down.