[-] tias@discuss.tchncs.de 22 points 1 day ago

I've only heard this phrase from Americans, so I think "all over the world" is a stretch

[-] tias@discuss.tchncs.de 2 points 2 days ago

What a disgrace.

[-] tias@discuss.tchncs.de 3 points 2 days ago* (last edited 2 days ago)

Haven't tried all the ones mentioned here but I installed the modrinth app and can't really complain about anything so I haven't looked further. Easy to search mods and install them, it deals with all the dependencies, updates automatically, etc. It looks nice and doesn't get in your way.

[-] tias@discuss.tchncs.de 55 points 2 days ago* (last edited 2 days ago)

It's crazy that so many people get so hung up on the size of the crowds. Like are you going to vote based on who gets the bigger crowd? What happened to voting based on the candidate's policies and track record as a politician?

[-] tias@discuss.tchncs.de 1 points 3 days ago* (last edited 3 days ago)

The catch is that they all need to run in the same transaction to be unaffected by other things going on in the database and to make updates atomic. A single transaction means a single connection, and ODBC/JDBC has no way of multiplexing or pipelining queries over a single connection.

It's probably theoretically possible to run some things in different transactions. But with all the different layers and complexity of the code (including third party components and ORMs like Hibernate), understanding all the failure modes and possible concurrency issues becomes intractable.

[-] tias@discuss.tchncs.de 7 points 3 days ago

The Godfather. It would be crazy to go through my life without ever seeing it, given that it's considered one of the best movies of all time. But I know I'm going to be disappointed because I can never empathize with or care about what happens to gangsters or unlikeable characters in movies. I saw Goodfellas and thought it was boring. I pushed through all of Breaking Bad waiting for it to get good, but it just got more and more tragic. Same with The Departed. So, I have no hope for The Godfather.

[-] tias@discuss.tchncs.de 14 points 3 days ago* (last edited 3 days ago)

I'm from Sweden so I'm biased, but I cherish the leadership style in Swedish companies and it's an important part of why I want to stay here. Honesty is valued, you don't get punished for telling the boss like it is. The CEO doesn't act like they're better than you, and if you have opinions you can talk to them directly. I earn more than my boss because I'm more valued in the job market, and he's fine with that. The net effect is that leadership won't go around living in a fairytale and be surprised when a high stakes project fails. Risks are known and can be mitigated early on, and people feel empowered. I haven't seen this in any other country except maybe Norway to some extent.

[-] tias@discuss.tchncs.de 12 points 3 days ago

Their latest iteration of Teams runs on https://teams.cloud.microsoft.

[-] tias@discuss.tchncs.de 23 points 3 days ago* (last edited 3 days ago)

I work for a company that has operated like this for 20 years. The system goes down sometimes, but we can fix it in less than an hour. At worst the users get a longer coffee break.

A single click in the software can often generate 500 SQL queries, so if you go from 0.05 ms to 1 ms latency you add half a second to clicks in the UI and that would piss our users off.

Definitely not saying this is the best way to operate at all times. But SQL has a huge problem with false dependencies between queries and API:s that make it very difficult to pipeline queries, so my experience has been that I/O-bound applications easily become extremely sensitive to latency.

[-] tias@discuss.tchncs.de 72 points 4 days ago

This seems like such a poor choice if you want a cross platform browser.

[-] tias@discuss.tchncs.de 24 points 4 days ago

It was Java, coaxing the Linux OOM killer into doing the job

[-] tias@discuss.tchncs.de 67 points 4 days ago

If you can do this, do it. It's a huge boost to performance thanks to infinitely lower latency.

72
view more: next ›

tias

joined 1 year ago