milis

joined 2 months ago
[–] milis@programming.dev 3 points 2 months ago (1 children)

I have the same problem, but I like how ulong for being positive all the time.

[–] milis@programming.dev 1 points 2 months ago

Go will be easy enough to get the job done, then you will have plenty of time rewrite it with whatever language you like.

That's at least my case. I have a cloud server that hosts a few services for news, weather, LLM client, etc.. Most of them, if not all, took me just 2-3 hours to get it up and running, and a couple hours more the following day to fine tune. Now I have a working service and I can move on to rewrite it in (in my case) Rust as a learning opportunity.

[–] milis@programming.dev 1 points 2 months ago

(I am using an advanced speech-to-text Lemmy client to post this, because, I don't know, some creature just tampered with my setting and I am blind now)

[–] milis@programming.dev 0 points 2 months ago

Not an expert in both the languages but I heard that C developers are trained to use memory smartly, sometimes even reuse a range of allocated memory for completely different purpose to save cycles freeing and reallocating. But for Rust developers, everything is about making sure when one should get the hand away from the memory, and whose memory is allowed to be touched.

Sounds to me like sharing rides that maximise economically but we may have some oops moments sitting on someone's laps vs absolute private rides to make sure no one in your family will be harmed but we have to make sure everyone gets a car only when needed.

It is quite interesting to see how it will work out eventually...