But then it wouldn’t be able to do anything unless they properly configured the apps permissions :(
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.
- 43 Posts
- 211 Comments
qaz@lemmy.worldOPto
Programmer Humor@programming.dev•Who cares about time complexityEnglish
2·29 days 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·30 days 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.worldOPto
Ask Lemmy@lemmy.world•Is there a Lemmy community for discussion about a variety of topics?English
1·1 month agoI 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.
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.
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.
qaz@lemmy.worldto
Selfhosted@lemmy.world•What do you think is the best (and cheapest) way to host a new nextcloud instance and website for my local scouts organisation?English
8·2 months agoHetzner Storage Share
Yes, except that you won’t see the reports on your other account and will have to periodically check your moderator accounts.
qaz@lemmy.worldOPto
Programmer Humor@programming.dev•Who needs MongoDB when you have JSONB?English
1·2 months agoI tested it once and it didn’t really impress me. Perhaps you can try using something like Grist.
I mean, you could do it using foreign data wrappers.
EDIT: It has been done before https://www.cdata.com/kb/tech/excel-jdbc-postgresql-fdw-mysql.rst
qaz@lemmy.worldOPto
Programmer Humor@programming.dev•Who needs MongoDB when you have JSONB?English
16·2 months agoThere is actually an open source alternative for that in the Libreoffice suite called “Base”
“Building for Developers- Not imitators” | MongoDB
At MongoDB we believe in fair competition, open collaboration, and innovation that empowers developers. Our work has popularized the document database and enabled millions of developers to build modern, scalable applications that power some of the world’s leading companies. We welcome competition that drives progress and expands developer choice.
But that only works when everyone plays fair, which, unfortunately, isn’t always the case.
On May 16th, we asked FerretDB to stop engaging in unfair business practices that harm both MongoDB and the broader developer community. We believe that FerretDB has crossed two distinct lines:
…
qaz@lemmy.worldto
Ask Lemmy@lemmy.world•What kind of things can you do in Minecraft by building computers out of that redstone stuff?English
4·2 months agoI’ve seen a video of someone building a text recognition algorithm that predicts the numbers of drawn digits. I’ve also seen someone run a Minecraft-like game inside of Minecraft.
B650W with a negative display
qaz@lemmy.worldOPto
Selfhosted@lemmy.world•Mommy, Why is There a Server in the House?English
2·2 months agoIt is not. The source is linked in the post.




Good that you added that security disclaimer