Azzk1kr

joined 2 years ago
[–] [email protected] 1 points 2 weeks ago

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
[–] [email protected] 1 points 4 weeks ago (2 children)

Why not just use python as a calculator then?

[–] [email protected] 0 points 1 month ago (1 children)

I'm all for bashing Elon Musk, but how is he actually directly responsible for that massacre?

[–] [email protected] 5 points 1 month ago

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.

[–] [email protected] 4 points 3 months ago

Hence the expression "Jesus fucking Christ"!

[–] [email protected] 1 points 3 months ago (1 children)

Nitpick: a lightyear is a measure of distance, not of time :)

[–] [email protected] 2 points 4 months ago

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).

[–] [email protected] 3 points 4 months ago

Write a ticket, mentioning "tackle TODOs" 😅

[–] [email protected] 4 points 4 months ago

Hey man you're human! Mistakes! Everyone makes them! At least you admit it, right :D

[–] [email protected] 2 points 4 months ago

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.

 

Not sure how this is calculated but it threw me off for a second :)

view more: next ›