September 2009
22 posts
Sep 27th
25 notes
x+=x++; →
now is that x+2 or x+1 ? =) nonowarn: :-o
Sep 27th
2 notes
Sep 24th
107 notes
Sep 24th
She aitnt deed yet
Froggy is getting better by the minute, so meatspece : HERE WE COME!! frogmonster: I ent dead. I have the flu. I’m getting better though and I am looking forward to posting again soon but for now the screen hurts my brain. I was going offline for three weeks anyways on monday to have a blast in meat space. I hope I will have recovered sufficiently by then to actually get going :) See you...
Sep 24th
Sep 23rd
286 notes
Sep 20th
15 notes
Sep 20th
115 notes
Sep 20th
14 notes
Sep 20th
24 notes
Sep 17th
Sep 15th
151 notes
Sep 15th
220 notes
Sep 13th
1 note
Sep 13th
Sep 13th
Off for the weekend
We’ll i’m off for the weekend. Off to learn how to “re-source” through action :) Hope it will work without frogmonster…….
Sep 10th
Brian Jones: If You Code, You Should Write →
Hell yeah!!!! mandel: The Practice of Programming Programmers are, in essence, problem solvers. They live to solve problems. When they identify a problem that needs solving, they cannot resist the temptation to study…
Sep 10th
2 notes
The Singularity and the Fixed Point →
frogmonster: Boyden on the importance of engineering motivation into AI: “Indeed, a really advanced intelligence, improperly motivated, might realize the impermanence of all things, calculate that the sun will burn out in a few billion years, and decide to play video games for the remainder of its existence, concluding that inventing an even smarter machine is pointless.” Boyden will be one of...
Sep 10th
reply to "Why java opaque and opengl don't mix"
Mandel, Thx for the help already(And it DOES help) 1) It’s an ATI card (last time I had the “black overlap” was when I still had an nvidia. 2) I’ll try to see if I can set the vsync of my app in java (dont know if it can be  done). <—- will keep ya posted mandel: golliewaggles: 1) platform is win xp 2) Indeed, reflections is not needed (was trying out...
Sep 6th
reply to "Why java opaque and opengl don't mix"
1) platform is win xp 2) Indeed, reflections is not needed (was trying out some things there, and forgot to put back the original code) Weird thing is , I tested it now and… IT WORKS!!! Only problem still : where overlaps are present, I see 2 flickering black bands (not always in the same position). Any idea why? mandel answered your question: Why java opaque and opengl...
Sep 6th
Why java opaque and opengl don't mix???
OK, bear with me : I have a java (jdk6) app that I want to overlay onto an opengl game…… Translucency works like a charm UNLESS I put the app on top of neverwinter nights 1 (an opengl app). Symptom : The overlaying part turns black, pitch black…. The code (part of it) if (AWTUtilities.isTranslucencySupported(AWTUtilities.Translucency.TRANSLUCENT)) { ...
Sep 6th