[-] MonkderDritte@feddit.de 1 points 1 hour ago

Puh, i think this was from some science journal years ago. I think mainly due to telomeres?

Now that you mention it, this may be obsolete already. Someone knows?

[-] MonkderDritte@feddit.de 5 points 1 hour ago

They are still in a state of transition (esp. brain and hormonal), so...

[-] MonkderDritte@feddit.de 1 points 1 hour ago

Tomorrow there could be a scientific breakthrough that doubles the average lifespan of every human on earth

Genetic max age in humans is 120 years (+-5 years).

[-] MonkderDritte@feddit.de 2 points 1 hour ago

Upvote for the nostalgia.

[-] MonkderDritte@feddit.de 1 points 2 hours ago

Different library versions etc.

[-] MonkderDritte@feddit.de 1 points 3 hours ago

Asciidoctor?

[-] MonkderDritte@feddit.de 2 points 5 hours ago* (last edited 5 hours ago)

This article is crap. Repeats everything 3 times and explains nothing.

At least they linked the study but since

The solution involves combining a stable matter shell with a shift vector distribution that closely matches well-known warp drive solutions such as the Alcubierre metric.

doesn't mention How they do this, i guess this is a purely mathematic experiment?

[-] MonkderDritte@feddit.de 1 points 5 hours ago

I often see those things with a sack on public workers here. They suck leafes. 🤯

[-] MonkderDritte@feddit.de 1 points 5 hours ago

Yeah, it can be easily influenced. See Stanford prisoner experiment. Religion can be an influence too, but religios people can't imagine a life without it.

[-] MonkderDritte@feddit.de 1 points 5 hours ago* (last edited 5 hours ago)

No, genetic. There's epigenetics and looks like the histone has an influence too. HGP was only the start.

[-] MonkderDritte@feddit.de 7 points 20 hours ago

What the cyberdog doin?

[-] MonkderDritte@feddit.de 54 points 21 hours ago

Why be good if there is no hell?

Because morale is a societal and not a religious thing.

34
submitted 1 week ago* (last edited 1 week ago) by MonkderDritte@feddit.de to c/linux_gaming@lemmy.ml

Thought i share it, since it came in handy lots as a GoG enjoyer.

steamworkshop_dl() {
    steamcmd +login anonymous +workshop_download_item "$1" "$2" validate +quit
    mv -v "<path to your temp Steam folder>/steamapps/workshop/content/"$1"/"$2" "$PWD"/"$3"
}

Purpose: downloading Steam Workshop mod to $PWD with minimal work.

Usage: steamworkshop_dl [game-id] [mod-id] [name]

game-id is in the URL of the main workshop page, mod-id is in the URL of the mod

To make usage simpler, create an alias with the game-id:

alias stdl='steamworkshop_dl <game-id>'
stdl <mod-id> 'that mod'

Needs steamcmd. If download fails, try username and password instead of 'anonymous'.

14
submitted 1 week ago* (last edited 1 week ago) by MonkderDritte@feddit.de to c/linux@lemmy.ml

I have this in my /etc/sysctl.d/99-oomkiller.conf

# "Iron Reserve" that can not be consumed by rogue tasks
vm.admin_reserve_kbytes = 1024000

# 0 = extensive heuristic scan of joblist (system doesn't have the power for that, when oomkiller is needed). Can shoot the wrong task
# 1 or more = kills the first task with condition "out of memory"
vm.oom_kill_allocating_task = 1

Yet somehow i still got in a livelock. So i remembered nohang and found in it's readme about mgrlu. I found some documentation to it but it only provides runtime examples (already enabled but set to 0 on Artix, /sys/kernel/mm/lru_gen/min_ttl_ms should be 1000).

How should i set this permanently, sysctl doesn't accept min_ttl_ms. Via kernel, via local.d script (non-systemd, dinit)?

Why doesn't my config above work?

Any recommendation to runtime-services? (earlyoom for my server i guess)

15
submitted 3 weeks ago by MonkderDritte@feddit.de to c/til@lemmy.world
view more: next ›

MonkderDritte

joined 1 month ago