

People are, understandably, so tired of both blockchain and LLM “news”, that posts on the topic will gather a lot of downvotes by the mere mention of it, even the few ones that are insightful and interesting, as opposed to the usuall techbro shill.
Oh no, you!
People are, understandably, so tired of both blockchain and LLM “news”, that posts on the topic will gather a lot of downvotes by the mere mention of it, even the few ones that are insightful and interesting, as opposed to the usuall techbro shill.
Glory to arstotzka!
It makes me feel like I own my PC.
Bend to my will, silicon golem, for I am root!
DO NOT call the police. They will confiscate the server as evidence, and lacking any other suspect, you will be their primary lead. Police aren’t about convictions or justice, they want to consider a case solved.
By law, you are not liable. But because of law enforcement incentives, it will absolutely become your problem.
Are one of those lines exec “shutdown -p now” ?
Mandrake was the 2nd distro I tried some 25 years ago.
I have no first hand experience, but I read about it here recently:
https://www.projectgus.com/2024/09/18-months-with-framework-laptop/
He has another post named “20 months…etc”, where he has done something tweaks and upgrades, and it’s all good.
Source?
I’m hearing good things about Framework, provided you get the hinge upgrade.
If you need something beefier, personally I’m using a Lenovo Legion 7 (2024 version… that white one, bought it a few months ago), and I’m loving it. Linux Mint worked out of the box, but I chose to replace the stock wifi driver with a better one.
True. In my particular case it’s not an issue (because of a long and boring story I can’tbe arsed getting into), but shielding oneself as well as the employer from legal liability is important.
Hoard a copy of your work. Even if your new overlords are gutting and replacing it, ot might be useful elsewhere one day.
Source: Similar situation once upon a time. I am currently using on a daily basis what was once replaced in a different company.
linux manpages are better formatted than your post about estetics. Opinion discarded.
Good move. I have my home network and its home lab the same way I run my work networks and server clusters:
Yes. Newest version of mint uses pipewire as audio engine, and if you combine that with the good old pulsaudio controller (which works with pipewire via a plugin), you can micro which app input/output goes to which device.
This works more or less out of the box. I think I remember needing to install pulseaudio-pipe or something similarly named, or it might be included by default.
Source: When working with audio I have multiple audio hardware running at once, each with different behavior and associated software.
I find that it’s around the same, except linux waits on updating the UI until all write buffers are flushed, whereas Windows does not.
Which distro(s) did you try?
I’ve been a linux user for 20-25 years (exclusively for 10), and I find that Linux Mint works pretty well out of the box. I’ve heard others recommend other distros for the same reason, but I’ll let someone with first hand experience recommend them, as Mint is my go-to distro for desktops and laptops.
And just a tip: Take people who go “Don’t use X distro because of Y” with a grain of salt. All distros have their own quirks (Mint’s being relatively old packages), but whatever works for you is the best distro for you, and that’s the most important part.
I recently got myself a brand spanking new and relatively high end laptop, and everything worked out of the box. The only “problem” was that I wasn’t satisfied with the wifi performance (it worked, just not as fast as it should), so I installed a different kernel module. ome to think of it, I had to select NVIDIA proprietary driver as well, due to it defaulting to an open source driver. But it’s just a few mouseclicks (yes, all GUI) to get that sorted.
Allegedly AMD has better support for linux than NVIDIA does, so I guess that’s a good omen for you.
The rest worked flawlessly, including the proprietary lenovo hotkeys that requires it’s own Lenovo program on windows - I was prepared to live without those, but I’m glad I don’t have to. Fn+Q to change power/performance/cooling balance on the fly is pretty neat.
I have no idea how to edit videos, and I’ve never touched any software for doing so, so I can’t help you there. Same goes for CAD stuff. I think it’s safe to assume that doing arduino stuff on linux is well supported, though.
I remember back in the day, running Quake3 on linux provided better FPS than on windows. I haven’t compared the two since then on any game.
Is it still the case? And is this difference (mostly) there in other games too?
You have one per installed kernel. Not sure what (if any) automagic is common for removing old kernels, I guess this varies between distros, but at least on my computers, old kernel remain. At least the previous one, maybe more. It comes in handy in case a kernel upgrade breaks something, which it actually did recently on one of my laptops - makes it easier to boot from old kernel and revert.
EDIT: I just checked. I have just one on my daily driver. It’s quite new, and I don’t think I’ve had a kernel upgrade on that one, so it makes sense.
On my work laptop (the one with borked kernel upgrade) I have two.
So what you most likely have is one or more vmlinuz-version-numbers, and then simply a symlink named just vmlinuz to the version you boot from.
Short answer to your last paragraph:
vmlinuz is the kernel. It ends with z instead of x, because it’s z-compressed to save space. (I’ve heard that it’s possible to use an uncompressed kernel for that 1ms faster boot time)
Initramfs (not intramuscular, which my autocorrect thinks is appropriate) is a small filesystem blob, “initial ram filesystem”, meant to be loaded directly into ram to allow the kernel to talk to your hardware via drivers. It also has a lot of binaries needed to perform other tasks that need to run before the root filesystem is mounted.
I fucking hate forced or automatic updates. have a nightly apt-get update running via cron, and I run the upgrade manually when it suits me.