• 0 Posts
  • 888 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle









  • Better - I don’t give a shit about richer/poorer because the quality of life is clearly higher and that’s the only reason to care about wealth.

    Food prices are extremely reasonable and often below American prices.

    European cities are also safer not because there isn’t crime but because the design creates a lot more continuous safe spaces where there are plenty of witnesses and other folks.

    Lastly, European Healthcare is much better in terms of cost and quality but if you need something that you can’t get done or done in a timely fashion it’s harder to afford health care tourism.







  • No, a large part of what “good code” means is correctness. LLMs cannot properly understand a problem so while they can produce grunt code they can’t assemble a solution to a complex problem and, IMO, it is impossible for them to overtake humans unless we get really lazy about code expressiveness. And, on that point, I think most companies are underinvesting into code infrastructure right now and developers are wasting too much time on unexpressive code.

    The majority of work that senior developers do is understanding a problem and crafting a solution appropriate to it - when I’m working my typing speed usually isn’t particularly high and the main bottleneck is my brain. LLMs will always require more brain time while delivering a savings on typing.

    At the moment I’d also emphasize that they’re excellent at popping out algorithms I could write in my sleep but require me to spend enough time double checking their code that it’s cheaper for me to just write it by hand to begin with.