

Do it
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.


Do it


It’s so predictable


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.
Most LLM’s now call functions in the background. Most calculations are just simple Python expressions.


Sorry can’t do the laundry because that would hasten the anti-christ


“Fast” international money transfer without value fluctuations. AFAIK, it’s used to send money back overseas without fees and for online casinos. Most stablecoins are based on the USD, which has been dropping due to the actions of a certain person. It seems like a reasonable decision to create an “official” euro stablecoin. The EU has been pushing for an EU payment processor to avoid reliance on US based / connected payment countries, this seems like it might be related to that.
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.


Didn’t see it back then


I’ve visited CivitAi a while back and it was full of lewd models and LoRA’s. Based on that I do think that AI generated porn unironically has the most potential of all their AI products so far. It makes sense for them to do this.


I only knew they were pirating things like Sci-Hub


You mean the BBB?


The populist right has won in the previous election and probably will in the next one. This probably won’t be the last.


Does anyone from Europe recognize this? Because it isn’t what I’m seeing.
But then it wouldn’t be able to do anything unless they properly configured the apps permissions :(