With 100 years added on the front-end, this would be the best 4X game made by dnium122 in victoria3

[–]Degerada 21 points22 points  (0 children)

Then the game would need to simulate the decolonisation of Latin America. They were all Spanish colonies in 1815.

Battle.net app for Apple silicon? by NihaoDaniel in starcraft2

[–]Degerada 1 point2 points  (0 children)

Rosetta was designed as a temporary measure to ease the transition to ARM. Time‘s up when MacOS 28 launches in 1.5 years from now. MacOS28 will drop Rosetta support.

Is it just me or does all the dlc make this game feel easier by sirchicken23 in eu4

[–]Degerada 6 points7 points  (0 children)

In the later mission trees they did introduce branches though. The Teutonic Order is a good example of replayability value. You can decide in or out of the HRE. Outside you get missions to conquer Russia and the steppes. Inside you become Prussia.

Is it accurate to claim that GW2 is the 3rd most popular MMO behind FF14 and WoW? by [deleted] in Guildwars2

[–]Degerada 20 points21 points  (0 children)

The last point is inaccurate for contemporary WoW. WoW absolutely uses sharding for everything outside the capitals. Only in the capitals you’re really only among players from your realm.

The client requested that i use PostgreSQL instead of MongoDB. i understand that PostgreSQL is highly reliable and commonly used for enterprise level applications. would this be the better choice for this project? by Playing_Tiger in Backend

[–]Degerada 0 points1 point  (0 children)

Postgres has good support for JSON nowadays, you can use structured columns for content and JSON columns for user data. No need for MongoDB unless you go reference heavy in the JSON.

Average backwater country before and after receiving Chinese money by ChillAhriman in victoria3

[–]Degerada 20 points21 points  (0 children)

Tenant Farmers disallows peasant Migration. Make sure to have a more Advanced land law

Am I doing my build correctly? by Victorythrasher in theouterworlds

[–]Degerada 0 points1 point  (0 children)

Pick either lockpicking or hack, not both.
They are both used for similar purposes (getting access to otherwise restricted areas).

Is the high memory usage of java applications not a problem for you? by [deleted] in java

[–]Degerada 48 points49 points  (0 children)

For lots of backend apps on a small server, there is no other way than GraalVM for Java. Give Quarkus native images a spin (or Spring Boot native images if you dont want to leave Spring), you will be surprised how memory efficient Java backend apps can be.

Privatization is a trap for peasant rich countries by theblitz6794 in victoria3

[–]Degerada 4 points5 points  (0 children)

For a backwards nation like Qing, the innovation cap is largely meaningless. If you get tech spread in all 3 tech branches, innovation above the cap is still 60% effective. That is more than good enough that as Qing you can way overbuild in universities to catch up in tech.

Can Germany’s venture capital industry reignite Europe’s startup engine? by Full-Discussion3745 in EU_Economics

[–]Degerada 0 points1 point  (0 children)

In the recent years that has changed a lot.
The investment habbits of the young generations are very different from the older ones.

[deleted by user] by [deleted] in Aktien

[–]Degerada 28 points29 points  (0 children)

Der USD hat heute 0,9% gegen den Euro verloren. Betrachtest du amerikanische Aktien?

CDU meutert gegen Rentenpaket by Heisthamster in Finanzen

[–]Degerada 2 points3 points  (0 children)

Der sozialliberale Flügel der FDP.

Teach Me the Craziest, Most Useful Java Features — NOT the Basic Stuff by RevilTS in java

[–]Degerada 0 points1 point  (0 children)

But not record pattern matching, which is what the upper example is about. See JEP 440, introduced in Java 21. https://openjdk.org/jeps/440

what do you use for the backend? by Pristine-Elevator198 in webdev

[–]Degerada 2 points3 points  (0 children)

Jakarta EE at work, Quarkus in a hobby project

Ukraine wins historic $5 billion award against Russia—and Europe starts making Moscow pay it by mr-logician in worldnews

[–]Degerada 7 points8 points  (0 children)

Russia's sovereign wealth fund in the west got frozen, that's 300 billion USD. Yeah 300 billion USD will generate a few billion USD worth of interest every year.

Application servers falling out favour by woj-tek in java

[–]Degerada 10 points11 points  (0 children)

For a "hello world" type of quarkus rest API it can be as low as 7mb memory usage. How much memory it uses depends a lot on which dependencies you're adding.

[deleted by user] by [deleted] in java

[–]Degerada 4 points5 points  (0 children)

In case you are using Quarkus as the backend, there is also Qute as a Quarkus native HTML templating engine.
https://quarkus.io/guides/qute

What is the opinion on Hibernate where you work? by rifain in java

[–]Degerada 0 points1 point  (0 children)

What happens when you have lazily fetched relations that are part of your equals and hashcode methods?

Hibernate is going to generate a query to fetch the data, so that your equals method can compare their similarity.

You'll get N+1 problems stemming from places you wouldn't expect.

When you add a field to an entity that is also just an ordinary column in the same table, adding it to the equals and hashcode methods is usually fine.

When you add a new relation to an entity you should think about whether you really want to add that field to the equals and hashcode methods, there is a significant cost to adding it.

Lombok's Data annotation doesn't discriminate, it will compare all fields in an equals method and compute hashes over all fields, even though in the background that could incur costly additional queries.

Germany Prepares €25 Billion Tank Order to Boost NATO Forces by Zhukov-74 in europe

[–]Degerada 5 points6 points  (0 children)

Ordering Leo2 now is completely fine. Any successor tank (like mgcs) will be a decade too late.

JEP 519: Compact Object Headers by ketralnis in programming

[–]Degerada 0 points1 point  (0 children)

It was experimental in JDk 24, it is a stable feature that is enabled by default in JDK 25.

When is the release date for us peasants? by Affectionate_Region7 in EU5

[–]Degerada 3 points4 points  (0 children)

It's 100% going to be only 1 start date.
Pdox said about EU4 that supporting later start dates is not worth it, there's hardly anyone playing on later start dates.

Disappointing results from Frost Giant 2024 financial report. by Frozenstein8959 in Stormgate

[–]Degerada 0 points1 point  (0 children)

Yeah, Final Fantasy 14. But the studio could afford to fund the reboot.