• 0 Posts
  • 83 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • I can’t imagine how you think it’s incredibly simple. These things are hell to explain to pretty much any normal person who needs to know why there’s no picture on the monitor or why their laptop/phone is not charging, or why the keyboard isn’t working in BIOS (no USB 3 support so you gotta switch to a USB 2 port). Add to that the combinatorial complexity of different cables and hubs supporting different things, and no tools for troubleshooting what feature is missing (and where in the chain) or what is suboptimal.

    Worse, sometimes it’s my boss who thinks they can cheap out and get a USBC dock instead of a proper dock, forcing me to run at non-native lower resolutions or unable to use a second screen.













  • Är det inte dåligt att medelklassens ekonomi är beroende på skyhöga bopriser? Det är försättning av 1980 talets tänke som ledde till finanskrisen. Hur kan vi klara bostadskriset om vi är för rädd att ens sänka bopriser?

    Jo, jag tycker att det är ett sjukt och dysfunktionellt system när det inte går att betala av ett hus innan pensionen. Men situationen är som den är. Jag bemötte bara ditt påstående att inga vanliga människor har nytta av det. Min flickvän är i exakt den här situationen, vi vill flytta ihop men hon kan inte sälja sin bostad utan att bli kvar med en skuld. Så för min egen del är jag tacksam för räntesänkningen just nu, trots att vi är “vanliga människor”.


  • Att höja inflationen är exakt det som Riksbanken försöker åstadkomma. Kontroll av inflationen är i princip den enda orsaken till att Riksbanken ändrar räntan.

    Ett sätt som det kan hjälpa vanliga folk är att många troligen sitter med fastigheter som de köpte när räntan var lägre och om de skulle sälja nu så måste de ta blanco-lån för att täcka förlusten. De sitter fast i boende som dessutom kan vara dyrare än de egentligen klarar pga ränteläget. Sänkt ränta hjälper dem ur den rävsaxen.




  • 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.