Totally agree. There must be an option to disable YouTube shorts. That's the worst thing to exist next to cancer.
Totally agree. There must be an option to disable YouTube shorts. That's the worst thing to exist next to cancer.
Stop writing yaml to write your infra.
Use a type safe language please!!!
Tired of cleaning up the mess after the outages.
Spring Boot restful app in a one-line command? Love that Ruby magic sometimes...
jruby -Ilib -rboing -e 'Boing::Rest.run("HelloApp") do; get_string def hello; "Hello from Boing!"; end; end'
The comments on this post show there are too many jobless non-Java/JVM developers in the world.
Psvm [tab key]
I totally hate it when people copy a 8 year old codebase (that still uses Spring Boot 1.3/Java 8) to create a new greenfield project and don't update the dependency/jdk.
Gradle is great. But i hate fixing my build.gradle after every version update.
My 14 year old Maven project still works with the latest Maven with no change in pom.xml (except the http to https)
Maven rocks!!!
Every time someone deletes their node_modules and does "npm install", millions of kittens die at the same time.
They have a really big farm, and depending on your needs you can pick how many acres you want for the season.
To be precise, cloud is like you are renting someone else's farm to grow grapes. You can use their farm equipment, irrigation, farm workers etc with a fee. You don't(you can't) go to the farm physically to plant your own grape. You do it all remotely.
I only object to Joe Biden pardoning Hunter to the extent that Joe Biden doesnβt pardon people who ARENβT his children, starting with commuting the sentences of everyone on federal death row before Trump starts killing them again in 6 weeks
Another year of not buying anything on Black Friday..
Do not name your app that monitors your infra "Trove".
Do not make anyone spend the first two months after joining a new team/company creating a mental map of names to its purpose.
Abbreviation is acceptable.
Sure. naming a variable is difficult.
BUT - do not name your application with something that doesn't make sense. I've seen apps named with just abstract names eg: Apollo, Jet, Saturn, Rushmore, Viper, Pace etc.
docker run took 0.046
My 6 year old i9 (9th Gen) dell laptop does it under 20.208 seconds.
Boosting the Concurrency
TornadoVM is an open-source framework that extends the Java Virtual Machine (JVM) to support hardware accelerators such as Graphics Processing Units (GPUs), Field-Programmable Gate Arrays (FPGAs), and ... #java #tornadovm #performance #jvm
svenruppert.com/2024/11/23/tor
If you are not sure what is happening in your Apache Maven build, then run the following command to find out:
mvn buildplan:list-phase
You will get a nice list of plugins/goals and in which phase they are running.