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

help-circle





  • I was going to say this. I hate Java as much as the next dev, but everything runs on Java. If it’s web -> Spring, DevOps -> Jenkins, Event Streams -> Kafka, Big Data -> Spark, Logging & SRE -> Flink. All of these are built on JVM based languages. I am fortunate enough to program Rust daily at my job, but my options for getting another Rust job are severely limited. Everybody always wants Java or Go. They always ask for C++ , but I’m convinced that day 1 they would have you switch to Java.




  • I would love to love snaps, it seems so easy, but for some reason it always is super buggy once stuff is installed. I installed and removed docker via snap like 5 times in a one month period before just using apt and haven’t had an issue in months.

    It was weird because I set a static ip for my server on my local network via my ASUS router (e.g. used the admin console to set the locks up to 10.0.0.5 instead of the 10.0.0.49 it was). After a couple days docker would freak out and refused to work because it kept looking for stuff on 10.0.0.49. I would have to reset some config files then it would work again. Finally gave up and used apt and haven’t had an issue since