

It depends on the phase. Sometimes you get constructive interference and they add up instead.


It depends on the phase. Sometimes you get constructive interference and they add up instead.


I personally like to listen to both sides of the story so that I can absorb 2x the disinformation
Sounds like a very elegant way to fuck over screenreader users
When people say that they are “anti-DEI” in the US, they mean that they want a society where the only people with power are white, protestant men.
Source: trust me bro
Is it really that implausible that some people really do just want to have diversity, inclusion, and equity the “old way” by simply giving everyone an equal opportunity to participate instead of embracing DEI ideology? It’s a huge leap in logic to just assume that anyone who doesn’t subscribe to some specific ideology that claims to be tolerant must secretly be opposed to tolerance itself. I think all of those people yelling “nazi” at anyone remotely critical of DEI are just projecting.


Just wait until they learn about ctrl-R haha
If GRUB is too confusing, just uninstall it? You said you have a UEFI system, you don’t need a bootloader. You can just put the vmlinuz and initramfs onto the ESP and boot into it directly. You can use efibootmgr to create the boot entry, something like this:
efibootmgr \
--create \
--disk /dev/sda \
--part 1 \
--index 0 \
--label "Void linux" \
--loader /vmlinuz-6.6.52_1 \
--unicode " \
root=PARTLABEL=VOID_ROOT \
rw \
initrd=\\initramfs-6.6.52_1.img \
loglevel=4 \
net.ifnames=0 \
biosdevname=0 \
nowatchdog \
iomem=relaxed \
"
--disk /dev/sda: What disk is the esp on?--part 1 What partition number (counting from 1) is the esp on?--index 0 At what index in the boot menu should the boot entry appear?--loader Path to the vmlinuz file. These are normally in /boot, you have to move it to the esp yourselfroot=PARTLABEL=VOID_ROOT this is the linux root partiion. I’m using PARTLABEL to identify mine, but you can use pretty much anything that /etc/fstab supportsinitrd=\\initramfs-6.6.52_1.img Again, you have to move the initramfs file from /boot into the esp. For some reason this uses backslashes, not forward slashes as path separator (double backslashes in this case are to prevent the shell from interpreting it as an escape sequence)Just search for EFISTUB for more info.
I personally pronounce it with a hard G even when talking about the mythical creature because that’s how it’s pronounced in most other languages that have a similar word. Anglos can go fuck themselves with their needlessly complicated phonetics.