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.
- 97 Posts
- 916 Comments
qaz@lemmy.worldto
Selfhosted@lemmy.world•Getting worn out with all these docker images and CLI hosted appsEnglish
2·10 days agoNo, but I’d like to hear it if anyone else finds one
qaz@lemmy.worldto
Selfhosted@lemmy.world•Getting worn out with all these docker images and CLI hosted appsEnglish
8·11 days agoSome apps really go overboard, I tried out a bookmark collection app called Linkwarden some time ago and it needed 3 docker containers and 800MB RAM
qaz@lemmy.worldto
Programmer Humor@programming.dev•All money probably went into NVIDIA GPUsEnglish
6·16 days agohas enabled us to support massive global traffic with a single primary Azure PostgreSQL flexible server instance(opens in a new window) and nearly 50 read replicas spread over multiple regions globally. This is the
I do wonder why they are using Azure PostgreSQL flexible instead of the Azure CosmosDB Postgres offering based on Citus
qaz@lemmy.worldto
Technology@lemmy.world•Cloudflare CEO Matthew Prince talks about Italy fines while praising JD Vance and Elon MuskEnglish
6·1 month agoAkamai, Fastly, and the other big cloud providers each have their own solution. There don’t seem to be many large CDN’s in the EU, though
qaz@lemmy.worldto
Technology@lemmy.world•Hacktivist deletes white supremacist websites live on stage during hacker conferenceEnglish
10·1 month agoI looked through the data and less than 1% was looking for a same-sex partner
qaz@lemmy.worldto
Selfhosted@lemmy.world•What to look for in building/buying a server?English
1·1 month agoOnly if you have free / cheap electricity
qaz@lemmy.worldOPto
Technology@lemmy.world•MongoBleed explained simply | MongoDB exploitEnglish
2·1 month agothe OS maintains a pool of zeroed pages
TIL, I didn’t know that.
qaz@lemmy.worldOPto
Technology@lemmy.world•MongoBleed explained simply | MongoDB exploitEnglish
1·1 month agoDoesn’t that make it slower because it needs to zero out all the bytes first?
Maybe FerretDB will work.
FerretDB allows you to use MongoDB drivers seamlessly with PostgreSQL as the database backend. Use all tools, drivers, UIs, and the same query language and stay open-source.
For GDPR compliance, absolutely
It shouldn’t be
That’s fucked up
I’ve used it before but couldn’t see the advantage over using JSONB with Postgres except change streams.
What are you referring to?
qaz@lemmy.worldOPto
Technology@lemmy.world•MongoBleed explained simply | MongoDB exploitEnglish
9·1 month agoYou start it and it scales right up
I really like how I can turn everything into immutable
val’s and represent different paths as expressions, it can IMO really reduce the complexity of a function and makes it easier to spot bugs. I’ve been migrating some code of a FOSS app to Kotlin and was able to shrink most classes by like 30% while making it easier to read. The only thing I dislike about it is the additional syntax for various things, I could do without having multiple ways to write a constructor.
Also, like, fuck golang, it’s such a shit language and the compiler does very little to protect you
I never understood why people like it. It’s a “new” language, and it still doesn’t seem to get the basics right. No proper null handling, and don’t get me started on
interface{}. It’s like they set out to build a better alternative to C++ while ignoring the other developments outside C/C++ for the past 15 years. The compiler is damn quick, though.
Don’t forget about the glare














Our company still relies 100% on Azure and probably won’t switch anytime soon. Azure has now opened a partnership with an EU company to share code with them in case of a hostile government takeover (idea being that they could rebuild the cloud in the EU). This obviously purely symbolic and completely impractical measure was still enough for our company to cancel all plans to migrate away from Azure. It’s frustrating.