renzev

joined 1 year ago
[–] renzev 2 points 4 days ago (1 children)

Lmao these losers are paying for brave search results? Just go to search.brave.com its free hahahaha

/j

[–] renzev 13 points 1 week ago

I wish women were real

[–] renzev 7 points 1 week ago

Glad I could help 🫡

[–] renzev 26 points 2 weeks ago (4 children)

There is a thread on dvach that's been going since june 2020: https://2ch.hk/wp/res/71875.html

[–] renzev 4 points 2 weeks ago (1 children)

Considering the overlap between homelessness and untreated mental disorders, sadly both of your descriptions are likely to fit the potential attic-dweller.

[–] renzev 1 points 2 weeks ago (1 children)

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

[–] renzev 31 points 2 weeks ago (6 children)

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"?

[–] renzev 4 points 2 weeks ago (5 children)

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.

[–] renzev 5 points 2 weeks ago

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 yourself
  • root=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 supports
  • initrd=\\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)
  • The rest of the arguments are just misc kernel parameters that I use

Just search for EFISTUB for more info.

[–] renzev 3 points 2 weeks ago

It's not their official policy, but my personal philosophy with alpine goes like this:

  1. If it doesn't work with musl/busybox, find an alternative that does
  2. If I can't find an alternative, then I patch it myself
  3. If I don't have the time/skill to patch it myself, then I throw it into a container that has glibc/gnu coreutils
[–] renzev 12 points 2 weeks ago (3 children)

This take is honestly bewildering to me. What do you mean "for no reason"? You learn it to write quickly and legibly. What other option is there? Writing in block letters like a kindergartener?? inb4 "bUt eVeRyThInG iS dIgItAl nOw". I'm a programmer, about as digital as you can get, and even I whip out the pen and paper for mindmapping and notetaking.

 
 
 

It's funny when armchair experts insist that the fediverse won't catch on because "federation is too hard to understand" when arguably the most widespread communication system on the internet follows the same model

 
366
I'm going insane (lemmy.world)
submitted 3 months ago by renzev to c/lemmyshitpost
 
 
 
771
submitted 3 months ago* (last edited 3 months ago) by renzev to c/linuxmemes
 
 
 

It's impressive how duckduckgo manages to be so much better than bing despite being a frontend for bing

161
AI's take on XML (lemmy.world)
submitted 3 months ago by renzev to c/programmerhumor
 
view more: next ›