StealthyCoder

Making code ninjas out of everyone

I suddenly was thinking about a simple sensor on something like a Raspberry Pi Zero or similar that would react to the environmental sounds within a dance club or restaurant and output something on either a display or maybe a musical playlist and that would hopefully in turn provide new input as people are reacting to that and so help create a new unique experience for the people going to that particular event/venue. Also for people going back multiple times, each time it would be somehow unique.

It lead me to think of more applications of making technology work to unify us rather than divide/segregate/disconnect us.

Read more...

I went to the carnival fair, not sure what the English word is, but the one with the Ferris wheel, throwing balls at cans and such. I love going there, ever since I was a child, and I realised something today.

Read more...

I got tasked with writing some new tests in our test framework. It utilizes Locust, a framework written in Python, that helps to make it easier to program HTTP test suites. I had a whirlwind of an experience of getting the simple feature in which was quite fun.

Read more...

I recently installed EndeavourOS and it worked wonderful for roughly 5 months. Then it got me into a situation where there was no way forward nor backward.

Read more...

What if I told you there was not just one type of decorator in Python, but two! First things first, what is a decorator? Then what two types are there? Without further ado, let us dive into the world of decorators.

Read more...

I increasingly find myself not watching or reading some piece of content solely due to how the title is phrased. It mostly comes down to some line of either: “You would not believe this..” , “SHOCKED”, or just plain “x things you DO NOT KNOW”. I fail to understand why this form of clickbait is being used and why we let it get so far?

Read more...

Already for a long time the sentiment and opinion on so called “rockstar engineers” or “10x engineers” is that they are mythological and don't exist. Even those self proclaiming ones are wrong. They are not who they say they are, they are just fronting. I think the reasoning that brings forth saying it is a myth is dangerous to our field and society in general.

Read more...

I recently watched Mrs. Doubtfire again. I wanted to watch Swan Princess but that turned out to be a Sony Pictures animation rather than a Disney one, so it was not on Disney+. I will hardly name any spoilers here, rather something I came to realize as the end of the movie was coming near.

Read more...

I love watching this movie. It is in one on my list of movies that I can repeat watch endlessly. I recently figured out why that is. After watching it for the n-th time I suddenly realized something.

Read more...

I have seen so many projects that say, just add one line of code and then you have all this magic stuff, or just x amount of lines of code that implemented this amazing feature. Most of the time they lie. So I just looked at one again, it said one line. Then the example shows three where one is basically the meat, so really it still boils down to two. One import and one calling the function for real. So it is not one line of code. Please stop advertising this type of deal, just make it more apt by saying something along the lines of, minimal code to have maximal benefit. Just something that grinds my gears.