I started this last year, so at least i can say that i posted once a year on this blog. Video games : new gamesI'm glad steam has a recap, cause it makes this
I guess it's time to do like everyone else. Let's recap the terrible stuff I enjoyed this year. Best video games released in 2024 I playedOrder does not reflect any kind of preference.
If you were to receive this code in review, would you accept it? typedef struct { const char* message; } FirstError; typedef struct { const char* message; } SecondError; static FirstError firstError = {0}; static SecondError secondError = {0}
Let’s make a very simple tutorial on how to use Zig for cypress STM32 boards. You’ll be surprised how easy it is. Making a Zig library usable in PSoC CreatorLet’s
Here’s a quick trick. It’s extremely easy to cache a function’s output in python. Let’s say you have this heavy computation task in your python code. Or something that