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.
TeddyFine
Awesome! Thanks :)
»
Mārtiņš Možeiko
No idea about YouTube, but I'll definitely put current videos in BTSync (ripped from Twitch). I ha…
»
TeddyFine
Hi Casey, can we possibly still get the current Twitch streams as YouTube videos (or better as par…
»
Miguel Lechón
I also use two mice and I find the setup kind of nice even when my right wrist is not acting up. I…
»
Rowan Crawford
As Casey mentioned, these problems seem to be experienced and solved on an individual basis, but h…
»
jeringa
Back when I was coding a lot; one trick I used to use was to move the screen & keyboard from one s…
»
Mārtiņš Možeiko
You downloaded regular videos. Prestream videos are shared in different folder - BXX52F55Z5ZQNRQWR…
»
Carsten Holtkamp
This isn't a question. I know you know how to google and you have the same internet, but I'd like …
»
Mirko
Thanks Acri,some of the links you posted look amazing. Regards,
»
Jay
OK thanks mmozeiko that did it! Also I downloaded days 229, 230 and 231 as I think the question du…
»
Carsten Holtkamp
Hi Mirco, C is very mature and if you start nowadays you are a bit late to the party. I had a look…
»
Björn Berggren
Yeah, I use CGLFlushDrawable when I use double buffering. I've tried it some, but atm I'm vexed th…
»
Mārtiņš Možeiko
Ah, I see this: This probably means that you are creating single-buffered context, that's why yo…
»
Mārtiņš Možeiko
My understanding is that glFinish/Flush just signals to OpenGL driver that it needs to finish subm…
»
Björn Berggren
Hah, yes that's true. Thanks for point that out! That means my data is bad. :-/ I changed to meas…
»
Mārtiņš Možeiko
glFinish and glFlush are completely different things from vsync. Calling or not calling these two …
»
Björn Berggren
I have a entry level Mac Mini 2014 and I have tested CVDisplayLink vs using NSTimer (with a desire…
»
robby
Germany, near Stuttgart. Still early in this whole theme, very interested in this even as a old ma…
»
Mārtiņš Možeiko
Ah, the errors are intellisense errors, not build/compiler errors. That makes sense now. Not sure …
»
Carsten Holtkamp
Germany, Bavaria, near Augsburg. My toolchain: Linux+GNU (arch/gentoo), GCC/GDB, make, mostly Emac…
»
Carsten Holtkamp
I am a visual learner, I appreciate them very much. Having iconic anchors is very important for me…
»
andre
thanks!! 1. i have set up a makefile project and building works with build.bat. its a little bit c…
»
Thomas Frase
I'd like to point out that the call to DescribePixelFormat is unnecessary. (Unless you want to ins…
»
Mārtiņš Možeiko
Or use "Show All Files" view in Solution Explorer instead:
»
ratchetfreak
From errors it looks that you are building with Visual Studio IDE (by creating C++ project there)…
»
Mārtiņš Možeiko
I currently don't understand what are you doing - are you building with Visual Studio IDE by creat…
»
Gianluca Alloisio
Hmm,I've never tried that. It could be faster than using f16 framebuffer like now. Maybe useful on…
»
andre
ok found it. set compiler to 64 bit like here: and set correct working directory in properties. n…
»
andre
ah ok! cool....thanks for the hint. in my shell i use 64 bit. there is the batch file that starts …
»
Mārtiņš Možeiko
It looks like you are compiling source to 32-bit code: That's why there are warnings about "loosi…
»