Outside of specialized B2B software, I never met a tech rep that would be helpful with an issue. Do you actually have experience where you’d call Google/Apple/Microslop and get help with their software? In Linux world, with many programs I can just go and nag the actual developer of the thing, which often works wonders.
- 1 post
- 58 comments
Excuse me, they do what now? Do you have a source on this? Because I know of this little article, but that was quite a long time ago.
I mean, it doesn’t magically appear on the device. You pay for the installation, it’s just included in the price of the device (with Windows you also pay for the license key, by the way). There are companies that’ll install Linux for you. Hell, pay me $30 and cover shipping, I’ll gladly set you up with, I don’t know, Fedora and even add a timer with notifications that’ll nag you about package updates, just like Android does.
- 3 months
One of the reasons Manjaro lost a lot of users is that there are better alternatives now. If you want more or less vanilla Arch, but easy to install, go for EndeavourOS. If you want Arch that’s optimized for performance, you have CachyOS.
- TwilightKiddy@programming.devto
Programmer Humor@programming.dev•"Modern" problems require modern solutionsEnglish
3 monthsThat’s probably integrated speakers. Those can have quite powerful magnets. If it has old spinny hard drives, those have magnets, too. Sometimes the lid also has a magnet if there is a hall effect sensor for detecting if it’s closed.
Usually it’s hard to find a magnet that’d be strong enough to make electronics inside a laptop malfunction without breaking the case open. Your regular fridge magnets are too weak for that kind of application, so are the ones usually found in glasses cases. And if you happen to be an owner of a chonky magnet, you probably already know the thing is dangerous.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why I Prefer CLI and TUI over GUI - alavi.meEnglish
4 monthsThat’s kind of the nature of this sort of apps. Instead of implementing the clipboard handler yourself, you just rely on whatever clipboard utility the system already has.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why I Prefer CLI and TUI over GUI - alavi.meEnglish
4 monthsMost terminal emulators will copy with
Ctrl+Shift+c. I’m using foot, if you set this part of your config, it will copy with justCtrl+c.[key-bindings] clipboard-copy=Control+c XF86CopyBut now for most shells you don’t have a keybind to send SIGINT, which is very commonly used.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why I Prefer CLI and TUI over GUI - alavi.meEnglish
4 monthsI solved the drag and drop issue with dragon. Copying and pasting depends purely on your terminal emulator, no?
$ history | grep -E '(sed|grep|awk|perl)' | wc -l 50 $ history | wc -l 500Checks out perfectly.
- TwilightKiddy@programming.devto
Programmer Humor@programming.dev•CIA tracing those IPv44 addressesEnglish
7 monthsStop teaching people how to scream, please.
- TwilightKiddy@programming.devto
Programmer Humor@programming.dev•CIA tracing those IPv44 addressesEnglish
7 monthsCould have just used class E addresses, at least then it would look intentional insead of brainless.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?English
7 monthsIf you do this, be sure to make an image of your EFI partition and/or keys and keep it somewhere safe along with whatever is needed to restore the partition. Because if something tempers with it, your computer will stop booting because sighed hashes no longer match the ones calculated and you’ll be locked out of your own system without some sort of way to restore the partition to a safe state.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?English
7 monthsAs bad as secure boot is, that’s exactly the use case for it. Frankly, you can both swap the CD and solder a new BIOS flash if you are really interested in boot poisoning, the latter is just a tiny bit harder to do without some sort of trace.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?English
7 monthsMainly because then the manufacturer decides on how your stuff is encrypted, no likie.
- TwilightKiddy@programming.devto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?English
7 monthsWell, something has to be. You can have your EFI partition on a separate drive and then the actual drive will be fully encrypted. It’s just as good as we can get, the algorithm for decrypting the data obviously can’t be encrypted.
I think there are implementations with encryption logic stored in the BIOS or on a separate chip, but don’t quote me on that. And even then, the decryption logic itself will be unencrypted, because, as it happens, computers can’t run encrypted code.
So, you just want a prebuild? Just as with consoles, you still need to do maintenance. Yes, you can neglect it for a couple of years, but then you start noticing that your thermal interface is not as good anymore or that your heat exchangers are now more dust than metal. And I find full-sized computers easier to maintain, as they are so easy to disassemble, contrary to consoles.
Also, if you want VR and have the money for it, it’s probably a good idea to buy a beefier machine. VR is a bit hungry for system resources (depending on the title, of course), standalone headsets don’t provide nearly as good of an experiece as a proper PCVR.
What is a PC for you, though? Steam Frame is a full on computer running Linux, as well as Steam Deck. Nothing prevents you from running basically anything on them. But the same could be said about your MacBook that you already own.
May be this could help?
https://lvra.gitlab.io/The LVRA Discord also consists of a lot of very helpful people.
- TwilightKiddy@programming.devto
Programmer Humor@programming.dev•with a break statement right?English
7 monthsYes, but the latter is easier to read. I know what the former is, but my colleague could definitely use additional brain cells. And if they don’t understand it, I’ll be the one explaining. That’s also the reason for not using abbreviations besides the most common ones in variable names. Always assume your code will be read by a typewriter monkey.


FOSS projects tend to be nice with their communities because if you piss off enough tech savvy people, your project just gets forked. Sooner or later there is a fork that everybody will recommend instead of the original project.