Advertisement · 728 × 90

Posts by irek

After playing QBJ I found most modern shooters to be lame

1 day ago 0 0 0 0
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.

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”

1 year ago 10797 3103 135 180

Beyond awesome. Each one a badass telling epic story!

1 week ago 0 0 0 0

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

2 weeks ago 1 0 0 0
Float Exposed Floating point format explorer – binary representations of common floating point formats.

Great website for exploring floats float.exposed

3 weeks ago 0 0 0 0
Preview
Why So Many Control Rooms Were Seafoam Green The Color Theory Behind Industrial Seafoam Green

bethmathews.substack.com/p/why-so-man...

3 weeks ago 25 4 0 1

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

3 weeks ago 0 0 0 0
Advertisement

Not in strict mode

3 weeks ago 2 0 1 0

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.

3 weeks ago 3 0 0 0

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

3 weeks ago 12 0 1 0

The longcat is long, horizontal edition 😄

3 weeks ago 1 1 0 0

I like it, rly looks like you. Same face expression as you have when reading twitch chat 😅

4 weeks ago 0 0 0 0

C# jokes coming up

1 month ago 7 1 0 0

Like giving analog clock to kids these days

1 month ago 3 0 0 0
Advertisement

Penger planting trees ❤️

1 month ago 0 0 0 0

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...

1 month ago 1 0 0 0

This is why we can't have "nice" things in C (nice() also taken)

1 month ago 6 0 0 0

I love how some people missed the point. Confirming that hand written line numbers are more normal than standard Java code.

1 month ago 0 0 0 0

as God intended

2 months ago 0 0 0 0

Music to my ears

2 months ago 0 0 0 0

Well, looks like I'll be learning about oil lamps now ...

2 months ago 0 0 0 0

Cooked, but only on Windows 😉 I once wrote a fizzbuzz without any logical operators using \r portal.mozz.us/gemini/tilde...

3 months ago 0 0 0 0
Post image

Happy birthday, Blender! 🎂

Today, your own 3D software turns 2⁵! Here's to many more years of Freedom to Create.

#b3d

3 months ago 513 117 11 11
Advertisement
One Formula That Demystifies 3D Graphics
One Formula That Demystifies 3D Graphics YouTube video by Tsoding

According to author, project was inspired by youtu.be/qjWkNZ0SXfo Very cool

3 months ago 2 0 0 0
Video

Penger on Pebble smartwatch, app by innokentiy_t @penger.city @tsoding.bsky.social apps.rebble.io/en_US/applic...

3 months ago 48 5 1 0

Well ... I guess it's time to design watchface exclusive for Pebble Round

3 months ago 3 0 0 0

Reminds me of Dalek Robot from Dr. Who ;D

3 months ago 0 0 0 0

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.

3 months ago 1 0 0 0

All my watchfaces are open sourced but those projects are not simple.

3 months ago 1 0 1 0

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.

3 months ago 1 0 1 0