This conversation seems interesting and thoughtful, but I just want to point out that the only poi…
I have a printText() function that renders some text. Im wondering why i didn't have to use the q.…
WindowsIncludes and librariesSaveOpenOpen directory
Another VERY common issue - in ANY field, not just software - is this: The's a hierarchy of compet…
One of the main jobs of a good leader, is to identify the edge-cases - the people on either end of…
Yes. That's very common for me. I just have multiple instances of whatever IDE I'm using (typical…
Interesting points. I think Arnon is right that the issues with VS are more likely due to social p…
I don't agree what you're talking about is orthogonal to developer competence. For your first poin…
One more thing: The comparison with George's RemedyBG in the rant is completely backwards(!) He do…
Just watchted this and as I listen, certain obvious facts became clear to me that Casey is comple…
I run Windows on a 4k montior with 200% scaling enabled. It appears that RemedyBG respects the 4k …
I started really getting into lower level programming (mostly C) about a year ago. At first, I fou…
There is often several way to solve a problem or several way to arrive at a similar conclusion. I…
With regards to using code we didn't explicitly figure out ourselves - use it as something to lea…
Mainly because it’s a different medium! We wanted to do a podcast because we love the shows and …
It's using a different font based on the codepoint range.
@mmozeiko for testing purposes, and yes this one works! So, how come the same arial font works …
Oh, that might be right, but really, am using the same ttf file that's in the Windows/font path.…
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is arou…
Is your problem that you didn't figure something out yourself; or that you feel you don't understa…
Hello, I was wondering why the podcast is an "Episode 1" of a new series, instead of continuing Ha…
Most fonts support only a subset of codepoints. You need to use a font that support the codepoint …
We are all on our own path - so to me it doesn't make much sense to compare our learning paths wit…
Thanks for the replies, guys. I suppose it's best to just start working on something. Although the…
I thought I linked to my blog in the post, but you can find it here: I'm planning on making a "P…
Offtopic, interesting to see other projects coming along @Eric. Would you mind sharing a link to…
I've been dealing with this on and off for quite a while, and recently started to get over it. Wha…
Yay! Thanks all of you for your help, so far so good. My font rendering with stb is close to be co…
That sounds exactly the same behavior as over engineering which is poison to software development…