I joined Lemmy back in 2020 and have been using it as @[email protected] until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.
- 160 Posts
- 822 Comments
qaz@lemmy.worldto
Ask Lemmy@lemmy.world•What's the story behind your username and avatar?English
0·9 days agoI wanted something short and unique and this was somewhat pronounceable with a vowel in the middle
qaz@lemmy.worldto
Open Source@lemmy.ml•Petition to formally recognize open source work as civic service in GermanyEnglish
0·11 days agoEnglish version. It mentions the reasons
qaz@lemmy.worldto
Selfhosted@lemmy.world•opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml includedEnglish
41·1 month agoGood that you added that security disclaimer
But then it wouldn’t be able to do anything unless they properly configured the apps permissions :(
qaz@lemmy.worldto
Explain Like I'm Five@lemmy.world•How do serial killers work? Do they just wake up one day and say I am going to kill just co-eds, or eat young males, or go after young gay males etc??? Or is it a slight or multi slights against them?English
0·2 months agolate-age bed wetting
That seems like such a weird indicator. I wonder how that’s connected.
This reminds me of the time the Catholic Church declared capybaras fish
qaz@lemmy.worldOPto
Programmer Humor@programming.dev•Who cares about time complexityEnglish
2·2 months agoI’m pretty sure it’s Java (due to the syntax and Eclipse editor default color scheme), so that isn’t an issue
qaz@lemmy.worldOPto
Programmer Humor@programming.dev•Who cares about time complexityEnglish
7·2 months agopublic static int convertRomanNumeral(String numeral) { return numeral.replace("M", "DD") .replace("CD", "CCCC") .replace("D", "CCCCC") .replace("C", "LL") .replace("XL", "XXXX") .replace("L", "XXXXX") .replace("X", "VV") .replace("IV", "IIII") .replace("V", "IIIII") .length(); }
qaz@lemmy.worldto
pics@lemmy.world•The crew of the Mikeno, who may have broken the siege of Gaza [UPDATE: Kidnapped by Israel]English
0·2 months agoI expected more public outrage and media attention after the boats would inevitably be intercepted. My expectations were low, but apparently still far too high.
qaz@lemmy.worldOPMto
Data Is Beautiful@lemmy.ml•The surge in Al-written speeches in Britain's House of Commons visualizedEnglish
0·2 months agoI’m pretty sure that’s never going to happen. Rules to regulate your own aren’t very popular.
Anyway, your idea reminds me of this.

qaz@lemmy.worldto
World News@lemmy.world•Bosch to cut 13,000 jobs in blow to Germany's auto industryEnglish
4·2 months agoI’m not so sure about Mars settlements being a productive thing to spend resources on, but I do agree that unemployment can cause grave social and political issues.
It’s very easy to blame “others” and this time it’s going to be “the foreigners”.
Most LLM’s now call functions in the background. Most calculations are just simple Python expressions.
qaz@lemmy.worldOPto
Mildly Infuriating@lemmy.world•New "symbolic image compressor" posted in r/computerscience turns out to be AI hallucinated nonsenseEnglish
0·2 months agoFunny thing is that it would probably be more efficient as OOP’s approach, since it stores a word in a JSON map for each pixel.
qaz@lemmy.worldOPto
Mildly Infuriating@lemmy.world•New "symbolic image compressor" posted in r/computerscience turns out to be AI hallucinated nonsenseEnglish
0·2 months agoIt’s a vibethinker
Yesterday I got feedback on my PR asking me to add more XML comments. The userId parameter of type Guid parameter didn’t have a param tag that said that it was the ID of the user. I was unable to convince them this was unnecessary and eventually conceded by adding a comment userId: ID of user.
qaz@lemmy.worldOPto
Science Memes@mander.xyz•“Mixed-Species Herding Patterns of Electric Kick Scooters”English
2·3 months agoI don’t think Jerboa supports it. I just use open the webinterface for that.
That’s on me, I forgot to test this on mobile after making some changes



I’m not using n8n, but I am using Node-RED and would like to hear from people who have used both.