

I wanted something short and unique and this was somewhat pronounceable with a vowel in the middle
I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.


I wanted something short and unique and this was somewhat pronounceable with a vowel in the middle


Good that you added that security disclaimer
But then it wouldn’t be able to do anything unless they properly configured the apps permissions :(


Going outside more often won’t fix your depression, but staying inside will make it worse. I know “go exercise” is a cliche, but it is one for a reason. Laying in bed or sitting behind a desk all day is terrible for your mental health. Where I live there were lockdowns during COVID and they proved disastrous for the public’s mental health (not denying they were the right choice overall though).
I’m not in America, so I can’t ascertain the risk you’re exposed to when going outside right now. However, while I disagree that the current political atmosphere is not a reason for concern, I do think your family might be right that avoiding going outside all the time is unnecessary.
So, try going outside more often. A short walk at least once a day is a good start. Good luck.
Also in case you aren’t familiar, I recommend watching “7 Ways to Maximize Misery”.


I’m pretty sure it’s Java (due to the syntax and Eclipse editor default color scheme), so that isn’t an issue


public 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();
}


I wanted to post the thing in the body but didn’t know where. I wasn’t sure if it was suitable to include it so I added it with a spoiler and CW.


It’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.


Let them federate with Hexbear
Yes, but that is actually almost “incompatible with every app and website”
I really don’t get the WebP hate, it’s a good format. It’s better than PNG and JPG.


Hetzner Storage Share


People. Most people are still on GitHub and don’t see things on Codeberg / GitLab nor are they willing to create an account. It’s a classic case of the network effect.


I have a Forgejo instance with all my private repositories and use GitHub for my public repositories I want to share with others / collaborate on. I’m planning to switch to Forgejo / Codeberg for my public repositories when Forgefed has been implemented.
Yes, except that you won’t see the reports on your other account and will have to periodically check your moderator accounts.


I tested it once and it didn’t really impress me. Perhaps you can try using something like Grist.
The HTTP response times are sometimes a little rough, but the team has managed to keep up a large part of the fediverse for the past few years. It’s impressive, and I’m happy that I ended up chosing lemmy.world after migrating from lemmy.ml.
I won’t
I’ll try to eat healthy and exercise, but besides that I’m not planning on doing anything.