hash() function in Python may not return the same value for the same input
While debugging a complex multi-application app, I found out that the same hash function is not returning the same value. Let's understand why and how to mitigate this.
Thoughts on what I learn
While debugging a complex multi-application app, I found out that the same hash function is not returning the same value. Let's understand why and how to mitigate this.
My experience with vibe coding: what was good, what was bad, what took away most of the time
"Quando Scade?", in italian, means "when does it expire?". The purpose of the project is to get an estimation of expire dates of all the perishable stuff you buy at the supermarket. The idea is that, knowing that something is getting closer to the expiry date, you try to consume it and avoid to throw away.
Let's discover three logical assignment operators: &&=, ||=, ??=.
How many times, during school, my teachers said to my parents: "he's gifted, but he doesn't commit".
Many websites, or apps, are free because they run ads. No surprise that we went from banner ads to videos, because videos better capture the attention span of a viewer. And they pay more. But... how they work exactly?
There is something that I am very curious about, let's say I am a nerd about: prehistory.
in this post I'll explain what has worked for me to fix Visual Studio Code to work with Python, poetry, virtualenvs, to find the right imports and how to configure black and isort correctly.
Many AI evangelists have been warning us that AI will take our jobs, but I never thought this could impact us, the programmers.
Started learning Neural Networks in my free time.