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”?
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”?
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.
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?
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!
I just have a pair of hiking boots that I wear indoors. I have them laced up very loose so that I can just pull them on without undoing the laces, almost like slippers. They’re very warm and comfy.
Also, my cat doesn’t routinely give misinformation about the capabilities of the products made by their companies.
💀💀💀
I mean that’s just the theoretical power from adding up all of the PSU ratings. Actual power is less, since it’s just the video cards working, optimized for hashes per watt (i.e. not maximum power), and most of the time it would be two or one computer running, since the others would be away from their desk or playing games or doing something important
My old housemates were the opposite lol. We tried saving every penny on heating costs. In the winter, we taped the windows over with cardboard for better insulation (they are old single-pane windows), and fashioned an automatic door closer from an elastic cord to keep the door into the living room shut (our “warm zone”). Instead of using gas heating, we mined ETH with our gaming PC’s (this was before ethereum went proof-of-stake). Between the three of us, the total energy output was close to 2kW, so totally viable for keeping the living room warm. Pretty sure we ended up earning money from heating the house lol.
Figure out a system to prevent overuse
If we’re going down the “government should pay for it” route, then a good solution would be subsidizing thermal insulation. It’s a big investment upfront, but will save a lot of money for both homeowners and the government in the future. Not to mention the obvious ecological benefits.
Ecofascism tries to solve the looming problem of mass extinction with… mass extinction.
Sorry, but in my book, actions speak louder than words. And the actions here are very clear: they made a useful service that benefited people. They paid for it out of their pocket and suffered major inconveniences in their personal lives to keep the service operational and to uphold their ideals of transparency. It’s a net positive contribution to the world, even if you account for the offensive/hurtful jokes they made along the way.
You can spend hours talking about what people should or should not have done. Critiquing others from your high horse is easy, but it gets you nowhere. As another example, take Lemmy’s developers. You could go on for hours denouncing their tankie/authoritarian views, but it won’t change the fact that they created an anti-authoritarian and censorship-resistant platform that benefits many people.
What I value personally is a consistent moral framework. What someone thinks on isolated issues or what kind of offensive humor they like is a lot less relevant to me. Do I disapprove of it? Yes. But do I condemn them for it? No. Because actions speak louder than words.
Yes, but the “shall be used for Good, not Evil” part is part of the json license, not the PHP extension? https://json.org/license