The complaints about yaml’s quirks (no
evaluating to false
, implicit strings, weird number formats, etc.) are valid in theory but I’ve never encountered them causing any real-life issues.
The complaints about yaml’s quirks (no
evaluating to false
, implicit strings, weird number formats, etc.) are valid in theory but I’ve never encountered them causing any real-life issues.
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.
It’s not their official policy, but my personal philosophy with alpine goes like this:
Context:
TLDR:
Yeah, and it did become the next big thing. So much so that we’re still trying to figure out how to escape the overreaching grasp of big data algorithms that control social media networks.
There is a busybox/musl version of Void as well, but iirc it’s only for use in containers, not a bootable distro. But yeah alpine is also great, I love it as well.
This meme was brought to you by an arch user desperately trying to justify the mental gymnastics of using systemd in their supposedly “keep it simple” distro
EDIT: I joke of course. If arch/systemd works well for you, that’s all that matters!
So what whistle did he blow exactly? When I search for “openai whistleblower” all I get are articles about his murder. What info did he leak?
Back in middle school, our science teacher decided to make the class do a debate about different types of energy sources in order to learn about their advantages and disadvantages. I was on the pro-nuclear team, and we were wracking our brains trying to come up with a rebuttal to “but what about the waste?” until some madlad basically came up with this great argument:
We can just dump all of the nuclear waste on Belgium. It will take a really long time before it fills up, and nobody cares about Belgium anyway
The anti-nuclear team had no good response, and we actually got a point for that argument because we looked up the relevant statistics (nuclear waste output, belgium surface area, etc.) and calculated exactly how long it would take to turn belgium into a radioactive wasteland.
School. I don’t miss any of it.
You see movies and TV shows romanticising middle/high school a lot, as though it’s all about parties, friends, hanging out, and getting into relationships. It’s not that. Just an endless barrage of busywork with the occasional holiday.
Now we just have to wait for some startup to pitch “local drivers” as a revolutionary new idea.
Introducing the most groundbreaking innovation in transportation since the invention of the wheel: Human-Powered Chauffeur Experience (HPCE). Say goodbye to the soulless, algorithm-driven monotony of self-driving cars and hello to the warm, beating heart of a human taxi driver.
Imagine being whisked away to your destination by a charming, witty, and (mostly) alert individual who can engage in conversation, offer personalized recommendations, and even provide a sympathetic ear when you need it most. Our HPCE drivers are trained in the ancient art of navigation, able to adapt to unexpected road closures, and possess an uncanny ability to find the best route to your favorite coffee shop.
Of course our app is end-to-end encrypted! The ends being your device and our server, that is.
There’s also Session, a fork of Signal which claims that their decentralised protocol makes it impossible/very difficult for them to harvest metadata, even if they wanted to.Tho I personally can’t vouch for how accurate their claims are.
You need something to download Firefox with.
I thought it was a scam to force people to buy new computers with TPM chips and whatever bullshit CPU requirements win11 has?
Also the fact that linux installers seem to fuck up dualbooting like 60% of the time, effectively locking you out of your windows partition… Make backups you guys!
Until all the lights flicker in the lobby
OK but is this actually a thing that happens? Can the door motor feed back into the grid, or are there safeguards against that?
Okay, I give up. What on earth is /a supposed to mean!? Some sources decode it as “alterous”, but that doesn’t help me either. Is this just a typo of /s?
OK but how can json have a license? I understand a particular json parser having a license, but how can a specification, which contains no code, even be considered “software”?