Perfect to go with GNU
Linux hobbyist, Machinist and tinkerer
Perfect to go with GNU
Youtube nprs tiny desk concert. Got so many banger musicians and GREAT music.
With microsoft edge preinstalled
I planed on using it as my WM but no openrc support :(
Gentoo is busting instantly and waiting 6 months for the Baby to compile
so ive deep dived into as much information as i can find. the TLDR is the main dev LongPanda supposedly went on a vacation to china (most likely his home country?) to which there is conflicting information on his return. one path is he make a lemmy account 9hours ago and made a message that doesn’t describe the blob and sound like a gpt response. to which his "irl friend made an account 3 hours ago to comment that he hasnt heard from LongPanda in months. both were removed from lemmy.ml because of suspected impersonation. the other side of the coin is the LongPanda is still gone and hasn’t addressed the blobs. after looking thought the documentation, you can build from source. in the instructions it says "5. Binaries
There some binaries in Ventoy install package. These files are downloaded from other open source project’s website, such as busybox."
i am not a programer but in the source build it lists the blobs and were there from supposedly from other FOSS projects with sha256’s. so theoretically you should be able to verify the blobs, with the sha256.
https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt
Fuck nvidia indeed
Were talking about m serie, the fps may not be amazing but macos cant run windows games like linux can. When every wwdc apple just shows off some game they paid a metric crap ton to get it ported. Which isnt really gaming, if your selection is like 5 games.
Plan failed, the kid read the man pages and stackoverflow
True Statement, The new macs have better gaming support on linux than macOS
UmU notices your windows software
It looks like a biblicaly accurate duck
I havent used a pico before but i have flashed a t440p with skulls(precompiled libreboot) i originally bought a pamona clip knockoff and flasher. But then made a lemmy post, and lots of people recommend using a raspberry pi, so i got a pi4 and in the event you brick it, you can backup the original bios before flashing. It was a bit finicky even with the pi but eventually got it to work!
Apple newton pro max
Thats mostly just Chicago to be real
N0 n0t my v0w3ls!
Probably not that helpful, but i do know of a few articles installing linux on a Chromecast
But have you heard of todays sponser?
{Insert corprate shillery}
Basically
Obscure
Optimal
Trojan
Remove it now
I dont know if this would be applicable for your use case.
But in gentoo one of the recommended ways to backup your system is rsync. Rsync is single threaded, but keeps all softlinks and hardlinks aswell as accepting an exclude list for directorys you want rsync to ignore. I have recovered from some pretty big dumb dumb moments and have used rsync to build packages on my threadripper and syncing them to lower power devices like my laptop and raspi. And they work pretty well!
If you do decide to go with rsync you can use “rsync -aP (from directory) (to directory)” the “a” stands for archive this keeps all permissons, softlinks and hardlinks. The P stands for a progress bar, so you can see how its going. Another benefit of rsync is you can start copying and stop and start and it will only SYNC over what isnt new or modified. After the files are synced over you need to edit your fstab (its af file where you computer mounts your disks) and grub-mk-config. If not re-install grub
Hope this helps