Resolved. We have our own WebIRC, but Kiwi still suggested as an alternative.
Remember what Casey is saying all the time on the stream - write the usage code first. So first wr…
I've just pushed the first bits of code! I'm on osx so pretty much all of this code is osx specif…
We now have our own WebIRC ready for public testing: (also available on home page).
I agree. Perhaps even being able to choose, in profile, how many topics to show at a time? Deviant…
The "click page number" to see more posts is a really out-dated navigation model. While we don't n…
I'd highly recommend implementing keyboard shortcuts. A great reference for this is discourse.org.…
sin, cos and atan2 are not really necessary for game code. If you have to get the angle with atan2…
Most forum software these days provide styling for the read/unread status of a thread. That is, on…
TM —
Are there any public domain math libraries that one could use? Or at least have reasonable licence…
Yeah, two pages would be best I think - especially because I suspect that you'll eventually want t…
This came from the we had on Twitter about whether the main feed excerpts blog posts or not (and…
what exactly are you trying to solve? By which I mean, are you building a game currently? Are you…
Until search is done, you can use google to search specific section of the site. Example forum sea…
As some folks on Twitter have been pointing out, the Handmade Hero page is still missing its "reso…
The original way the home feed worked was really usable - you could just go there, and at the top …
That is a likely possibility, but not 100% certain yet. It may be slightly different than you're…
This was my initial design. Now I'm looking for a simpler solution that is easier to implement an…
Even though by definition the codebase is changing all the time, I think there's still cool stuff …
My answer to this is, what exactly are you trying to solve? By which I mean, are you building a ga…
This sentence confuse me. Why "addresses to array indexes" or do you simply mean that they are ju…
So I have this data-oriented-ish entity-component system. The purpose of this is to be able to def…
Yes, this is correct (or at least was correct, the last time I built an iOS application). You ty…
I work as a 3d-artist at a game studio. I'm a generalist at heart and like problem solving a lot. …
I found it to be weird because FIFO is supposed to mean "first in, first out", yet immediately aft…
Have you thought about having a round table discussion with all of the speakers at the end of the …
I don't know if that is a reasonable explanation to OP's question though. Those are things that …
Thanks! Yes, we haven't really had a chance to go through all this stuff yet, so there's probably…
The way GLFW solves it is much simpler and robust. They write all the Objective-C in platform-spec…