

I know, I offend those on power trips, shame that.
I know, I offend those on power trips, shame that.
When you have a network with centralized moderation / censorship like Lemmy or Bluesky, you don’t have a network, you have another fucking Facebook.
What Linux distro are you using? To make it not erase the Windows boot manager from the EFI partition simply manually partition, and do NOT mark the EFI partition for formatting, then Linux will add it’s own but NOT erase Windows.
I’ve had Windows and Linux installed on the SAME drive for decades and don’t have this issue. Install Windows first because it WILL fuck up the EFI boot partition, that’s inevitable because Windows sucks, then install Linux, use the manual partition option and simply select the existing EFI System partition for the EFI and DO NOT mark format, Linux will then install and leave the Windows boot loader in the EFI partition undisturbed.
Linux WILL overwrite the boot block to start grub instead of the Windows boot loader, but most Linux distros will automatically add a chain boot loader entry to the grub menu to allow you to boot Windows, at least Debian and Redhat derived distros will do this, probably a more manual process in Arch derived distros.
If it does become necessary to install Whendoze after Linux, you can use boot-repair to automatically fix the EFI System partition Windows fucked up or you can boot off of a flash drive, and fix it manually.
@stevestevesteve Ok granted, a use case I did not think of.
One of the things you run into with audio production software is that in order to maintain accuracy with respect to phasing between channels, they require very accurate timing, this usually comes at the expense of very high interrupt rates and context switching and under the best of circumstances this is hardware intensive, more so with older processors that don’t have single instructions for storing the entire register set or restoring the entire register set to the stack with one instruction as many modern CPUs do. So hate to say it but you may need to upgrade to something less geriatric. You might also try a real-time kernel, it might allow the application to keep things sync’d up with less hardware interrupts though it will rely more on software interrupts do do the same. Unfortunately, I have found that while I can get the performance I require on my six year old processor using a realtime kernel, it has come with a sacrifice of stability, that is to say real time on my hardware at least has not been terribly stable.
Not like the speed of decoding ffmpeg has ever been an issue to begin with even on ultra-low end cards.
@nyankas @HiddenLayer555 Unfortunately I have to agree, I find Photoshop hands down much easier and more intuitive to use than Gimp even though I’ve been using Gimp ever since Adobe went to a subscription only model because I absolutely refuse the Klaus Schwab notion of you will own nothing and be happy, bullshit. I was more than willing to pay for Adobe software when I could buy it but fuck if I will rent it.
@Ulrich I have an android tablet with an termio on it, basically gives me an x-term with an ssh connection. Can also look around locally. Granted they’ve really screwed up the file system layout, much like Mac fucked up BSD, but it is recognizably Linux.
@marauding_gibberish142 I personally find the Intel ME a useful feature, it’s nice for example to be able to upgrade BIOS without a CPU and/or memory, this has allowed me for example to upgrade the BIOS to a version needed for a newer CPU on a board with a BIOS that didn’t initially support it without needing the older CPU to perform the upgrade. And from a security standpoint, if you do not enable and configure the network stack, and you don’t have a DHCP server available to it for it do so on it’s own, I really don’t see what it can do that is harmful.
@jeena I grant you that is true, but under Linux, the kernel talks to the hardware directly after boot, not through BIOS calls. About the only time you would talk to the BIOS after boot is for sleep/suspend, or in rare cases such as the server my friendica instance runs on, for temp/CPU speed control because Linux kernel has issues properly using the MSR on the i9-10980xe, oddly it does not seem to have the same issue on the i9-10900x which is a ten core CPU in the same family, so I am forced to depend upon ACPI since talking to the hardware directly in this specific case is problematic. If you were running Windows or if you had weird hardware that is somewhat broken under Linux like mine, I can see the need, or if a laptop and you wanted sleep/suspend functionality. But for what you describe it isn’t clear the benefits. And there are some risks like it probably isn’t going to do the extensive memory training of a more advanced UEFI bios like American Megatrends, so your memory access may not be as efficient as it could be, and you’re more limited in hardware selection.
I am curious why coreboot is important?
Because I see people struggle here trying to get Mac or iPhones to talk to other operating systems and the reason they struggle is that Apple intentionally places as many barriers as possible in the way. This not only hurts Apple users, it hurts the entire ecosphere.
I don’t do Crapple spyware.
Truth hurts but it has far more value than lies.
Funny how allergic people are to basic truths.
Yes. set your CD in the VM to a linux distro iso like Linux, set boot from the CD in the vm, then you can use all the tools on your ISO to do whatever you want to the vm.
@orcrist @Cris_Color You needn’t be unkind to have integrity, and if your ideas aren’t at least considered without force, they’re probably wrong.
@Aatube @LordKitsuna @Tea There are some things I’d like pacman to do automagically that it doesn’t, like update the list of archives when they change. Tried to install a package the other day and it kept throwing 404 errors because I had a stale list of archive sites. It didn’t tell me that, it didn’t fix it automatically.