MonkderDritte

joined 7 months ago
[–] [email protected] 3 points 3 months ago

Yeah, push is a play services thing.

[–] [email protected] 2 points 3 months ago (1 children)

They can do that, with the few overworked people remaining?

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

Is trust score 0 good or bad? I use uBlock with canvas blocker (fakes canvas) and some settings like referer.xorigin.trimming.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

regular backups (see below) of things like /etc

There's etckeeper too.

Btw, etc is for system/default settings.

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)
[–] [email protected] 9 points 3 months ago (6 children)

Do VR/AR glasses like in the picture actually exist?

[–] [email protected] 14 points 3 months ago

I can actually see some folks giving it value because people died for it.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

It looks what most people do and people are lazy, so, i guess, select only the fully covered tiles?

 

cross-posted from: https://feddit.de/post/13720140

For example, there is Material Notes which has a editor toolbar with bold, ~~indented~~, ~~stroke~~, etc. But this is rendered, exported to json or syntax like Markdown. This app too, in which i write this on lemmy, does the same. We have ☐, ☒, •, ‣ in Unicode, 𝗕𝗼𝗹𝗱, 𝑖𝑛𝑑𝑒𝑛𝑡, s̵t̵r̵o̵k̵e̵, so why not use this?

Basically, what i'm looking for is a text editor with editor toolbar/keystrokes for Android or Linux, which adds unicode symbols for rich text. It would make reading plain text notes/todo lists cross-device simpler. Yes, there's UnicodePad and Charmap but that's not the same.

1
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

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)

view more: next ›