• 0 Posts
  • 223 Comments
Joined a year ago
cake
Cake day: September 7th, 2023

help-circle

  • It’s easy to accuse a noob of making the wrong choices when you have the experience necessary to make the right ones. There are a ton of outdated guides on the internet for every programming language. I’m almost certain there is some school kid downloading an old Borland C++ version right now, because the youtube video from 2010, regurgitating a tutorial from 2004 said so.


  • That’s good advice but I would add that Java really sucks at using “the type system to enforce invariants for data” and that this approach doesn’t have much to do with what most (especially Java programmers) would consider OOP. I die inside a little bit every time I need to use code generators or runtime reflection to solve a problem that really should not require it.





  • I stopped reading the manga after the erectile dysfunction at magic high school arc dragged on for months and ended with a relationship that still puts me off when I think about it. It’s like the author just can’t stop reminding the reader of what an unlikeable turd the MC can be. It is a very good story aside from those aspects, but that’s not enough for me to agree with your bold statement. I much prefer Iruma-kun, Overlord, Konosuba or Tsukimichi.





  • anyhow2503@lemmy.worldtoAnime@ani.socialIs Uzumaki cursed?
    link
    fedilink
    English
    arrow-up
    2
    ·
    a month ago

    You’re probably right, but that doesn’t seem like much of an indicator for anything regarding the quality of the final product. Production was handled by Trigger and we don’t know if Netflix had any kind of supervision. Dungeon Meshi aired on all the usual TV channels in Japan as well, so Netflix isn’t the only licensee.






  • I wouldn’t recommend Docker for a production environment either, but there are plenty of container-based solutions that use OCI compatible images just fine and they are very widely used in production. Having said that, plenty of people run docker images in a homelab setting and they work fine. I don’t like running rootful containers under a system daemon, but calling it a giant mess doesn’t seem fair in my experience.