Elvith Ma'for
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
- 1 Post
- 522 Comments
…NANI?(machines)
Elvith Ma'for@feddit.orgto
Fediverse@lemmy.world•OpenAI's rogue chatbots might have hit a defunct Lemmy instanceEnglish
5·5 天前Yeah, but when does the perma-death kick in?
Naaah, everyone knows that the moon landing was fake - if the US would have really reached the moon, they would have painted it to be a coca cola advertisement in the sky…
You might have also remembered some what-if-discussions online (or offline) or maybe misremembered some fan art.
Also, if you watched that series when it was aired, there was a pause between the seasons and you may have made up your own what ifs and misremember?
I still have the whole series in my library on BluRay , but haven’t watched them recently enough to confirm or deny other comments in this post.
Elvith Ma'for@feddit.orgto
News@lemmy.world•Disruptive passenger duct-taped to first-class seat as plane makes emergency landing | CNN
3·7 天前Just another item on that rowdy’s bill after the flight ¯\_(ツ)_/¯
Elvith Ma'for@feddit.orgto
Gaming@lemmy.world•Faced with a lawsuit, Sony lawyers argue "reasonable" PlayStation players are aware that they don't own the games they've paid forEnglish
14·9 天前You own the disc, you own the physical representation of its content. You don’t own the means to (indefinitely and irrevocably) use it’s contents. Or something along this line
Elvith Ma'for@feddit.orgto
Technology@lemmy.world•Sony Implements New Customer Harassment Policy Following Backlash Toward Its Plans to Stop Making Physical Game DiscsEnglish
8·10 天前But people visiting their offices isn’t cyber bullying! It’s happening physically - the thing they’re trying to get rid off. It’s just consequential!
Elvith Ma'for@feddit.orgto
Technology@lemmy.world•Microsoft's latest move to pay people to use Edge looks desperate — and an odd new Bing app is worrying tooEnglish
6·18 天前You don’t use browsers to install browsers anymore on Windows of you know what you do …
winget install -e --id Mozilla.Firefox.<your ISO language code>e.g.
winget install -e --id Mozilla.Firefox.frorwinget install -e --id Mozilla.Firefox.deor…
You_guys_use_docker?.jpg
Don’t forget that the electricity of your stove (or the gas you use) may be made of dinosaurs. So you basically burn dinosaurs to prepare a meal from their descendants pressed into a dinosaur shape
If I could afford a month’s rent by just walking in and out of a room for a while and smash all reappearing pots in the room, I wouldn’t complain…
Well, now X11 lacks a feature you want…
Elvith Ma'for@feddit.orgto
memes@lemmy.world•So apparently Google will SPAM your self-hosted email just cuz **** you, that's why.
4·27 天前They will be drowned in hundreds of „Thanks for your email, but we don’t do support via mail. Please open a ticket at $URL“ and „Thanks for your mail, we will get back to you shortly. Your ticket ID is #123456“. Also everything you add as an auto response will be distributed to all other victims in that group, so I chose to not be a dick.
Elvith Ma'for@feddit.orgto
memes@lemmy.world•So apparently Google will SPAM your self-hosted email just cuz **** you, that's why.
15·27 天前Google Groups allows spammers to subscribe you to their groups in a workspace account, but doesn’t allow you to unsubscribe since you’re not part of that workspace account… Worse - all autoresponders for the spam will also be forwarded to all members of said group.
Since I do not participate in Google Groups, the nuclear option is to file all mails from Google Groups as spam with a Sieve script.
Note the
requirepart may be too large as may sieve script also contains more rules than this one.require ["body", "date", "editheader", "envelope", "fileinto", "imap4flags", "mailbox", "regex", "reject", "variables"]; if anyof( header :contains "List-Subscribe" "groups.google.com", header :matches "X-Google-Group-Id" "*" ) { if header :matches "Subject" "*" { set "subject" "${1}"; } else { set "subject" ""; } deleteheader "Subject"; addheader :last "Subject" "[Google-Groups-Spam] ${subject}"; fileinto "Junk"; }
Elvith Ma'for@feddit.orgto
Linux@lemmy.world•What's best these days? 16Gb slow memory, or 8Gb fastEnglish
11·28 天前My gaming PC survived from 2021 to 2026 without “overclocked” RAM because the BIOS would just error out in the POST when I enabled DOCP to boost it from 2600 to 3200 MHz.
A Bios update this spring finally solved it. It was a nice little performance boost, but not that much as I expected. So I guess you’re fine with slower RAM.
Elvith Ma'for@feddit.orgto
Mildly Infuriating@lemmy.world•People who piss on the toilet seat in a men's restroom.English
2·28 天前I use public toilets, and I piss on the seat
[ … ]
I’m an asshole !No, you’re a dick. An asshole would shit on the toilet seat…
Elvith Ma'for@feddit.orgto
Selfhosted@lemmy.world•Good resources for setting up a domain name to a local Caddy instanceEnglish
3·29 天前My current setup for this:
I own a domain - say homelab.com - and use it exclusively in my internal network.
The public DNS records do only resolve to 127.0.0.1 (as my domain holster doesn’t want me to have no A record).
In my home network I have a pihole running that resolves this domain and it’s subdomains locally (say pihole.homelab.com, proxmox.homelab.com and so on).
For HTTPs: As this server is not publicly reachable, I use the DNS API of my domain host to get a let’s encrypt certificate with the DNS-01 challenge. That way, the internal systems do not need to be exposed to the internet.
Edit: Caddy can do DNS-01, but you usually have to compile it yourself to include the plugin for your provider. To circumvent that, I’m just using plain old certbot and told Caddy to use the certs that are already on the machine







The problem is not the missing
getPreferredCanvasFormat(), but that a field namednavigator.gpuis undefined/not set. That might be because of the disabled webgpu in your settings?