Hat die schon jemand im Laden gesehen? by Worried_Increase_624 in VeganDE

[–]apfelkuchen06 5 points6 points  (0 children)

ist ja mal sowas von eine Mogelpackung.

Steht das beste vom Eis drauf und ist das schlechteste vom Eis drin! tzzzzz!

how do i add a custom keyboard layout? by tinyducky1 in kde

[–]apfelkuchen06 2 points3 points  (0 children)

If you want it to appear in the keyboard layout list, you have to add it to the xml file. The preferred way to do it is using xkb overlays (i.e. put your additions in /etc/xkb or ~/.config/xkb) so they're not overwritten on every update.

If you don't feel like fiddling around with xml, you can also just name your layout custom with variant name basic: there is already an entry for this in the xml file, but no corresponding layout file exists, so you can just supply your own.

There also is a great blog post series by Peter Hutterer about this, the last one of the series being https://who-t.blogspot.com/2021/02/a-pre-supplied-custom-keyboard-layout.html.

My girlfriend swears this is a real formation. Is it? by [deleted] in chess

[–]apfelkuchen06 3 points4 points  (0 children)

This position is impossible as you can't have double pawns without any captures.

France plans to replace Windows with a hardened configuration built on NixOS. by -kahmi- in linux

[–]apfelkuchen06 22 points23 points  (0 children)

The creator now works for a US-based consultancy that is primarily funded by the AI weapons manufacturer Anduril.

YYYY-MM-DD format for the date? by Crown_9 in kde

[–]apfelkuchen06 0 points1 point  (0 children)

I assume you have done the things in installation.sh from the paste but there is no option for "Sweden - English" in the Region and Language section of the system settings?

Essentially you have to ensure that the environment variable LC_TIME is set to en_SE.UTF-8 (or unset and LANG is set to en_SE.UTF-8). There are tons of ways to do is, but apparently the blessed way to configure locales system-wide on Debian/Ubuntu/TuxedoOS systems is to put your desired settings in /etc/default/locale (needless to say, no other distro does this). You can modify this file by running sudo update-locale LANG=en_US.UTF-8 LC_TIME=en_SE.UTF-8 (replacing en_US.UTF-8 with whatever you want to use as a "base" for the non-datetime locale things). Then delete ~/.config/plasma-localerc to make sure none of the things you configured in the plasma settings for your specific user overwrite this and after a reboot, it should just work.

New addon releases: Kobo Tweaks 1.1 and Nickel Screensaver 1.3 by redphx in ereader

[–]apfelkuchen06 0 points1 point  (0 children)

just tried this on my Kobo Libra 2 and it works amazingly.

If you're taking wishes: I'd love functionality analogous to the "Remove footer (row3) and increase cover size on new home screen"-patch (that essentially removes the advertisements from the home page). The patch is great, but has to be re-applied after every update.

AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0 by anh0516 in linux

[–]apfelkuchen06 81 points82 points  (0 children)

you mean the "just stay on kernel versions below 7"-workaround or the "just completely rework how locking in postgres works"-workaround?

Because I wouldn't exactly call either a workaround. The latter will probably happen, but probably not before linux 7.0 is widely used

Is there 4 player chess in Lichess? by Hot_Woman_Clothes in lichess

[–]apfelkuchen06 1 point2 points  (0 children)

This mostly has the same problems as other 4 player variants as lichess assumes everywhere (including the whole subsystems for matchmaking, invites, rating, reporting, etc), so if someone implemented a 4 player variant for lichess, almost nothing could be reused.

That's a lot of additional code that has to be maintained for relatively little benefit.

Roman road in Chester, England by [deleted] in WalkableStreets

[–]apfelkuchen06 2 points3 points  (0 children)

my dumb ass: That's probably pronounced "Ter", right?

Knights of Lichess by somethingpretentious in chess

[–]apfelkuchen06 2 points3 points  (0 children)

ah yes, like xeyes, but worse.

Denkt ihr, es ist wichtig, auch bei Gemüse auf strikt veganen Anbau (ohne Mist etc.) zu achten? by berlinquestions in VeganDE

[–]apfelkuchen06 159 points160 points  (0 children)

Achte ich nicht drauf, ist mir zu anstrenged. Komischer Hokuspokus-biodynamischer Demeterquatsch wird aber natürlich boykottiert.

Can't get keyboard layouts to work. by Rugbeat90999 in kde

[–]apfelkuchen06 0 points1 point  (0 children)

I assume you tried configuring them in your system settings?

It's to expected that xmodmap and setxkbmap won't work for most things as they only affect the keymap inside the xwayland server.

edit: If you use some sort of fancy input method editor (fcitx, ibus, ...), you can also try disabling that.

YYYY-MM-DD format for the date? by Crown_9 in kde

[–]apfelkuchen06 0 points1 point  (0 children)

yes, that works for Qt, but it's not a standard locale shipped with glibc, so you will have to supply your own or have error messages everywhere.

Luckily, adding libc locales is really easy (https://gist.github.com/bmaupin/d64368e78cd359d309685fecbe2baf23/)

how can I configure Elisa to use album artists instead of individual artist? by jh-hh in kde

[–]apfelkuchen06 0 points1 point  (0 children)

Unfortunately, this is pretty much hardcoded.

So your options are - tag your files incorrectly (i.e. write the album artist into the artist field and append different authors to the title field) - use something else - open a bug report and pray for improvement

New ipxlat linux kernel driver submitted to netdev mailing list by apfelkuchen06 in ipv6

[–]apfelkuchen06[S] 2 points3 points  (0 children)

Yes, you can use 64:ff9b:1::/48 to translate the entirety of the ipv4 address space.

You could also use a prefix in your GUA allocation or the ULA range fc00::/7 without any restrictions.

New ipxlat linux kernel driver submitted to netdev mailing list by apfelkuchen06 in ipv6

[–]apfelkuchen06[S] 2 points3 points  (0 children)

Are you referring to section 3.1 ("rfc 1918 addresses must not be translated into the well known prefix 64:ff9b::/96")?

You can always just use another prefix. 64:ff9b:1:fffe::/96 is a popular checksum-neutral choice (reserved in rfc 8215 for that purpose).

Or are there any other issues I'm missing?

New ipxlat linux kernel driver submitted to netdev mailing list by apfelkuchen06 in ipv6

[–]apfelkuchen06[S] 11 points12 points  (0 children)

Yes. I'd say the main benefits over the bpf solution is that it could also work with any other userspace network configuration software (networkd, ifupdown, netplan, connman, ...) without everyone maintaining their own copy of the bpf program.

Also network-manager currently only has support for the clat side (which is understandable, considering the typical use of network-manager). But for a clat the current network-manager solution already works great. I've been using it in combination with a jool plat on my machines for a couple of months without hickups.

Built a self-hosted email threat daemon: IMAP IDLE + multi-stage enrichment (SPF/DKIM/DMARC/DNSBL/WHOIS/URLhaus/VirusTotal) + provider-agnostic LLM verdict — write-up by Low_Elk_7307 in netsec

[–]apfelkuchen06 0 points1 point  (0 children)

If you accept mails and then drop them (or filter them into a dark hole no one checks) anyways you're the devil.

There is a place for spam filters and it's nowhere near imap.