malloc seems to be designed without free or realloc in mind. it only returns the pointer to the st…
I would really like phones to be faster than they are now... I hate the animations that they have …
@miotatsu: Quite impressed by the progress so far. Great stuff ! If you are stuck with linking iss…
Are you sure about it? I tried resizing window in all the possible ways (left, right, top, bottom,…
They're not guaranteed to be 0 when you are resizing a window. They seem to frequently be not 0 wh…
Ferran —
Hello, sorry if this has been brought up before. It's been some years since I was in school, and e…
Well, Ludum Dare's October Challenge is coming up (or, usually; Mike is still working on the new s…
If vibrant colors and contrast are going to play a big role in the game, there's a few more things…
Generally when calibrating monitors you have to make a choice about what things are most importan…
Intriguing idea, Connor. I wonder if Miblo will want to enter his Mibloids game into the competiti…
For posterity, I would like to update on our situation as it seems to have settled. We bought a Co…
Thanks Jeroen, that works!
Yes, I always do a subtraction by habit, since I don't really know to what extent various RECTs ar…
Connor —
Hello Community! I would to get people's opinions on a small handmade game competition for newbies…
Yes, you can do that. GetClientRect always returns 0 in left and top members. It's documented in M…
svk151 —
Question about this function from way back in the early episodes (episode 4 or 5). As of the lates…
Thank you for that paper. Even though they have a small sample size, it does seem that (im)mutabil…
A relevant research paper:
Connor —
I second Allen's features. My most wanted feature would be the ability to put anything I want on m…
I think there's enough open-source smartphone projects that are always struggling to open source a…
Suppose I write a deep learning library, and one of the things I want to do is visualize the netw…
Yup! Lastly, the more we sympathize with those who prefer the typical style of modern programming,…
Jesse —
I think we're on the same page. Fast-food-esque development is as shitty as it sounds. So, right -…
I am also not a good enough dev to say anything intelligent about how you would do this at any lev…
Just a data point for discussion: If it was me, the big thing would be no centralized store for a…
I'm not sure if this is going to work, but I was wondering if anyone wanted to start this discussi…
Suppose I write a deep learning library, and one of the things I want to do is visualize the netw…
Yes, you are right in this assumption. All PC GPU's released in last 10 or so years internally wor…
Recall what I said before I showed the code: Presuming a single account, the SMTP server call w…
Hi. I'm currently going through some OpenGL tutorials and from the tutorials it seems like all mov…