Why not just use python as a calculator then?
Why not just use python as a calculator then?
I’m all for bashing Elon Musk, but how is he actually directly responsible for that massacre?
My first non-trivial program in Rust was a Markov chain. Right now I’m trying to build a REST API with Actix and a Mongo database. So far it has been an interesting experience.
Hence the expression “Jesus fucking Christ”!
Nitpick: a lightyear is a measure of distance, not of time :)
Is Python scripting working on version 3.0? For the life of me I can’t get that to work on version 2 (whichever version).
Write a ticket, mentioning “tackle TODOs” 😅
Hey man you’re human! Mistakes! Everyone makes them! At least you admit it, right :D
Have been using Open Telemetry with Micrometer in a Spring Boot 3 microservices architecture. I have to say (regardless of framework of programming language) : structure your logs (like the article mentioned), use the tracing ID propagation and collect the logs in something like Elastic. This makes analyzing logs nice, especially if you’re in a Kubernetes cluster with many services with multiple pods.
The way she laughed at the remark about eating cats and dogs, was exactly my reaction. Glorious!
Eh, what’s a dcp?
No! This has been bugging me for quite some time as well. Other than that, it’s excellent software.
You’re not alone, I was in the same boat. I was not a fan of him or anything, but I had hoped he would do more good than… whatever he is doing now.
What eldritch beast was summoned as a result?
My go to hack was quickly running a python http server and connect to it. I can’t remember what the command was exactly. Something like python -m http.server
or so, then connect to the ip from my phone, heh.
The language Java has nothing to do with the JVM. Use OpenJDK (temurin or the likes) instead, although I understand if you don’t have the freedom to do so.
Nonetheless, the suing part is damn stupid.
Java has gotten me lucrative jobs and I make a more than decent living thanks to it. And I bet I am not the only one.
People should stop hating on languages and just use what’s right for the job. I am no fanboy of Java or anything (I program in multiple languages), but saying it should die already is a weird take, IMHO.
Fair enough, but Python is not that hard, especially for simple calculations. Start up the repl and type away!
from math import * x = sin(12) + pi * 3.2 y = tan(x) y # prints 0.09200389785419612