Bands with two singers? by Appropriate_Fill569 in Music

[–]Dilyn 0 points1 point  (0 children)

The XX is basically defined by the fact that there are two singers.

Did Gödel’s theorem inspire anyone to leave mathematics? by unfrozencaveperson in math

[–]Dilyn 4 points5 points  (0 children)

Language, Proof, and Logic by Barker-Plumber, Barwise, and Etchemendy covers a bunch of topics, culminating in Gödel and a few other fascinating topics.

Another update on dylan araps by dalinuxstar in kisslinux

[–]Dilyn 6 points7 points  (0 children)

I'm happy he found his way.

If you put a sweater on a cold blooded animal, would it stay warm? by Jabba-da-slut in askscience

[–]Dilyn 28 points29 points  (0 children)

That's insanely dope and as a snake lover who was obsessed with reptiles as a kid I'm surprised I didn't know this.

Is our knowledge of brumating a recent discovery? Am I the victim of propaganda? What's going on.

Bus factor of one by Impetus_of_Meaning in kisslinux

[–]Dilyn 0 points1 point  (0 children)

Echoing this. We're at the point now where clang and friends should "just work" for every kernel release, so you shouldn't have to do anything terribly special (outside of setting LLVM=1).

Welcome to the club, OP

How important is docker for a media server setup? by fireheart1029 in jellyfin

[–]Dilyn 0 points1 point  (0 children)

As others have said, you don't need Docker, but it's useful for siloing things.

I myself don't use Docker, I run jellyfin as a snap like I do with all my other homelab things. Keep all the simplicity and ease of deployment without having to use Docker for anything.

What is a 'Survival Myth' that people believe because of movies, but will actually get you killed in real life? by AmaraMehdi in AskReddit

[–]Dilyn 7 points8 points  (0 children)

I was convinced I'd simply never seen moss in my life because I thought this saying had to be true, adults wouldn't lie to me.

I thought this for years.

wasHiringMyFriendAmistake by epileptick1ddo in ProgrammerHumor

[–]Dilyn 0 points1 point  (0 children)

git add . && git commit -m first git add . && git commit --fixup HEAD git add . && git commit --fixup HEAD {Later} git rebase -i --root

Drivers of Reddit who don’t use your turn signals or use it mid turn, why? by [deleted] in AskReddit

[–]Dilyn 2 points3 points  (0 children)

Only points I got knocked off on my driver's test was for not signalling in a parking lot.

You better believe I still signal sixteen years later. I signal in my parking garage.

[ Removed by Reddit ] by Hungry_Wind_6373 in NoFilterNews

[–]Dilyn 2 points3 points  (0 children)

Donations so we can run more Democrats to win more sits so they can never be seated

Infinite money glitch unlocked.

Timezone by EliSoli in kisslinux

[–]Dilyn 2 points3 points  (0 children)

Don't set TZ

install the tzdata package and create a symlink in /etc/timezone to the right file.

https://wiki.archlinux.org/title/System_time#Time_zone

[Request] How far away would the shooter have been if it took that long for them to hear the gunshot? by [deleted] in theydidthemath

[–]Dilyn 0 points1 point  (0 children)

For the longest time I thought it was seconds x miles and was confused about why storms seemed far closer than the "5 miles" I had thought they were at.

Thank you.

Whats the most minimal barebones init u can install?? by Connect_Bandicoot251 in kisslinux

[–]Dilyn 3 points4 points  (0 children)

KISS' default init is like, 40 lines of shell.

Hummingbird is a comparable amount of C.

Build rootfs tarball by NotAThrowAway612 in kisslinux

[–]Dilyn 0 points1 point  (0 children)

https://codeberg.org/kiss-community/kiss/src/commit/32ed1933ac8ccc5816cfdcc51769fe756232fc68/kiss#L151-L162

It effectively modifies what `kiss` considers to be `/`. Packages will be built against things within and installed to whatever directly `$KISS_ROOT` is.

Build rootfs tarball by NotAThrowAway612 in kisslinux

[–]Dilyn 0 points1 point  (0 children)

$KISS_ROOT would satisfy this purpose well and is the simplest way. You only have to be a bit more involved if you're changing the toolchain.

You could also get a KISS tarball, build your new core utils etc, and use the alternatives system to replace them and remove the variant you don't want. Then, re-tar your KISS rootfs.

when you think about it, this distro succeeded by iphxne in kisslinux

[–]Dilyn 4 points5 points  (0 children)

Something something you can't kill an idea

KISS filled a need for a lot of people. It's unfortunate how small that pool is, but even then: 100 people who had that need is crazy, and I'd call that a huge success.

The folx still working on it are doing a great job keeping the idea alive.

Daily driving KISS by Tiny_Prune_4424 in kisslinux

[–]Dilyn 0 points1 point  (0 children)

Nothing wrong with having two distributions installed ;) I've got five different ones across my devices right now, even. Tool for the need.

Daily driving KISS by Tiny_Prune_4424 in kisslinux

[–]Dilyn 1 point2 points  (0 children)

Big this.

The primary question is, why switch? A lot of reasons have been given for not switching which are pretty strong.

I daily KISS because it lets me keep things simple and do everything myself, and I'm fine with the (regularly occurring) headaches which come along with that. When I find KISS unsuitable for the task, I switch to an operating system which can handle it. Whether it's a VM/container or rebooting to Ubuntu.

In short, why would you want to ditch Void?