After playing QBJ I found most modern shooters to be lame
Posts by irek
Steph Smith: Sometimes in the process of writing a good enough prompt for ChatGPT, I end up solving my own problem, without even needing to submit it.
AI folks have now discovered “thinking”
Beyond awesome. Each one a badass telling epic story!
I enjoyed your recent stream about different hashing functions. I see that you kept fnv1a as default. I used to use djb2 but according to your tests - fnv1a is better. OFC results might change base on dataset. Regardless I'm planning on trying fnv1a in my next project. Thanks
I love telling mathematicians that in code we have +0 and -0. Also according to IEEE 754 standard values are different in binary but equal when you do math. Glorious
Not in strict mode
Literals syntax in C is a bit inconsistent. I got bitten by that once. Since then I use octal literals for obfuscation as many programmers will not even notice leading 0 while reading big chunk of code.
Once I made a mistake of left padding with 0 in C, turning numbers to octal literals 🙈 OFC not an issue for 0 or modern languages
The longcat is long, horizontal edition 😄
I like it, rly looks like you. Same face expression as you have when reading twitch chat 😅
C# jokes coming up
Like giving analog clock to kids these days
Penger planting trees ❤️
Contrary to common believe, there is standard hash table in C provided by search.h. IMHO this is unusable in most cases but still It's interesting to see what hashing strategy is chosen in standard libs. E.g. musl libs has something very close to djb2 git.musl-libc.org/cgit/musl/tr...
This is why we can't have "nice" things in C (nice() also taken)
I love how some people missed the point. Confirming that hand written line numbers are more normal than standard Java code.
as God intended
Music to my ears
Well, looks like I'll be learning about oil lamps now ...
Cooked, but only on Windows 😉 I once wrote a fizzbuzz without any logical operators using \r portal.mozz.us/gemini/tilde...
Happy birthday, Blender! 🎂
Today, your own 3D software turns 2⁵! Here's to many more years of Freedom to Create.
#b3d
According to author, project was inspired by youtu.be/qjWkNZ0SXfo Very cool
Penger on Pebble smartwatch, app by innokentiy_t @penger.city @tsoding.bsky.social apps.rebble.io/en_US/applic...
Well ... I guess it's time to design watchface exclusive for Pebble Round
Reminds me of Dalek Robot from Dr. Who ;D
Would it be possible to avoid double edge in vertical lines where 2 boxes meet? I think this is a common problem in isometric art.
All my watchfaces are open sourced but those projects are not simple.
Have variants of the main font? It's not that simple. This font is very specific. Each number is build from 3 sections: top, middle and bottom. It allows me to move those sections to adjust height for number of text lines and for the quick view. But in general it would be easy to swap fonts.