We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mikkel
I would say the reply at the bottom should show the last 5 posts of the thread in reverse order (s…
»
Jeroen van Rijn
However, maybe this is not the most useful behavior. I think we do want to keep things sorted su…
»
Andrew Chronister
The current behavior has to do with what hitting "Reply" at the bottom of the page means -- we som…
»
Allen Webster
Stag_Pop2 is currently only used to color the dirty mark that shows up on a file that hasn't been …
»
Charlie Turner
In the Win32 platform layer cleanup video, Casey was explaining TLB pressure, and suggested you ca…
»
Michael Cameron
hmmm, a couple of things currently puzzling me: What does the Stag_Pop2 style tag do? I'm guessing…
»
Casey Muratori
NO NO NO NO. We're beating a dead horse here. Fences ARE NOT to make changes "globally visible".…
»
David Butler
I do almost all of my work from OS X. I don't think that OS X significantly better overall, its j…
»
Kyle Devir
For personal use, I've found Arch Linux to be rock solid for me. My serious problems have always b…
»
graeme
For Linux what I've found to be problematic is the desktop environments. This goes deeper than jus…
»
Nikita Smith
Thank you for your feedback mrmixer. I'll try to fix everything you mentioned in the next release.
»
Allen Webster
My particular favorite is still Windows 7, although that's really only because I'm use to it. I d…
»
Laurie
So this is something I've wanted to ask for a while, but I was never sure where, as it seems impos…
»
Mārtiņš Možeiko
HandmadeHero has code for blitting memory to screen using OpenGL. Take a look at OpenGLDisplayBitm…
»
Unlegushwanion
Yes. (Agree) As I understand it, what you say here is not correct, and is why I posted this: "8.…
»
Adrian
Perfect explanation! Thank you very much. It clicked right away!
»
Adrian
Could you point me to some resources on blitting a bitmap to the screen? Wanted to change my code …
»
Mārtiņš Možeiko
I expect preview to show posts from the end of thread. Replying usually is done for last post in t…
»
Mārtiņš Možeiko
kCGImageAlphaNoneSkipFirst and kCGBitmapByteOrder32Little are explained here: kCGBitmapByteOrder…
»
Mikkel
I have to agree with mrmixer about the source reloading while still debugging, I would rather have…
»
Simon Anciaux
I don't know how much feedback you want at this point in the project, I played with it for a few m…
»
Jack Mott
So there are a few barriers to entry. First and probably biggest is that once you are in a pure f…
»
Jack Mott
OCaml is not a pure functional language like Haskell, it should be much less hard for someone use…
»
Jack Mott
This gives a great breakdown on how Idris works. To be clear you will get a compile time error, if…
»
dbstephenson
Right click the file in solution explorer->Click Properties->Choose Configuration Properties/Gene…
»
Ginger Bill
The thing about mutability is that both ends of the spectrum are very powerful. Being stateless is…
»
hugo
You're right - thats probably the main issue (ie making mutation hard), specially for games. Jon …
»
Marthog
Quite a good overview over different typesystems. Idris seems quite compelling with its ability to…
»
Laurie
@mmozeiko Ah thanks, I'd missed that in the comments. @hugo Interesting question. I think there ar…
»
Adrian
There is something I don't understand with my bitmap. To create the bitmapContext I use this code:…
»