Author |
Message |
wtd
|
Posted: Mon Jun 05, 2006 3:57 pm Post subject: Programming tasks for a slow afternoon |
|
|
Ever had one of those days that just crawls by? You're bored to tears with no idea what to do?
Well, share with us the programming-related tasks you've come up with for yourself to fill these times. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Mr. T
|
Posted: Mon Jun 05, 2006 5:36 pm Post subject: Alex's Opinion |
|
|
Re-learn Turing after a long hiatus. Although I'll probably get ragged on for doing so. |
|
|
|
|
|
wtd
|
Posted: Mon Jun 05, 2006 5:38 pm Post subject: (No subject) |
|
|
Nawww... just make sure you follow it up with something else. Variety is the spice of life and all.
VB and Turing do not count as different. |
|
|
|
|
|
Cervantes
|
Posted: Mon Jun 05, 2006 7:11 pm Post subject: (No subject) |
|
|
Just recently I spent a bit of time working the engine for air craft (triplane, specifically ) movement, in 2D as seen from the side (not top-down). |
|
|
|
|
|
Martin
|
Posted: Mon Jun 05, 2006 8:05 pm Post subject: (No subject) |
|
|
I've started getting back into C after realizing just how slow Ruby is for contest problems (yeah yeah, 1.9'll be better). And OpenGL. Mmmm, triangles. |
|
|
|
|
|
Mazer
|
Posted: Mon Jun 05, 2006 9:34 pm Post subject: (No subject) |
|
|
Cervantes wrote: Just recently I spent a bit of time working the engine for air craft (triplane, specifically ) movement, in 2D as seen from the side ( not top-down).
|
|
|
|
|
|
Mr. T
|
Posted: Mon Jun 05, 2006 10:12 pm Post subject: Alex's Opinion |
|
|
wtd wrote: Nawww... just make sure you follow it up with something else. Variety is the spice of life and all.
I don't plan on doing so any time soon, though. |
|
|
|
|
|
md
|
Posted: Mon Jun 05, 2006 10:45 pm Post subject: (No subject) |
|
|
I worked all afternoon... you people should get jobs!
I usually work on a game/sim project I've had for a while; C++/OpenGL or maybe a software renderer... not sure yet. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
Posted: Mon Jun 05, 2006 10:47 pm Post subject: (No subject) |
|
|
Martin wrote: I've started getting back into C after realizing just how slow Ruby is for contest problems (yeah yeah, 1.9'll be better). And OpenGL. Mmmm, triangles.
O'Caml, SML, and Scheme (via the various aggressively optimizing compilers like Stalin) will all give you really fast executables, and provide a higher level environment that C. |
|
|
|
|
|
Martin
|
Posted: Tue Jun 06, 2006 2:27 am Post subject: (No subject) |
|
|
wtd wrote: Martin wrote: I've started getting back into C after realizing just how slow Ruby is for contest problems (yeah yeah, 1.9'll be better). And OpenGL. Mmmm, triangles.
O'Caml, SML, and Scheme (via the various aggressively optimizing compilers like Stalin) will all give you really fast executables, and provide a higher level environment that C.
But I like C. Call me a control freak, but the thing I liked the least about Ruby is how it's almost too easy to do a lot of things. I'd prefer things to be broken down into three steps than being just one, if only to see what's really happening. |
|
|
|
|
|
Bobrobyn
|
Posted: Tue Jun 06, 2006 7:30 am Post subject: (No subject) |
|
|
On the weekend I went back and fixed some bugs and added music into my ol' frogger game...but that really wasn't much, I was just extremly bored. There's only one more bug to fix, fortunatly. That'll be for another day when I'm bored, hehe. |
|
|
|
|
|
codemage
|
Posted: Tue Jun 06, 2006 7:37 am Post subject: (No subject) |
|
|
If it's a really dead day with nothing to do, I check freelance advertisements and see if there's any quick mercenary work available.
Polish skills & learn new ones & a few bucks on the side.
If it weren't for the alarming and increasing number of Indian, Chinese & Slovakian programmers out there, it'd be more than a few bucks, too. |
|
|
|
|
|
rizzix
|
Posted: Tue Jun 06, 2006 2:13 pm Post subject: (No subject) |
|
|
Martin wrote: But I like C. Call me a control freak, but the thing I liked the least about Ruby is how it's almost too easy to do a lot of things. I'd prefer things to be broken down into three steps than being just one, if only to see what's really happening. I don't think you have the right mindset when using Ruby... =/ |
|
|
|
|
|
wtd
|
Posted: Tue Jun 06, 2006 3:46 pm Post subject: (No subject) |
|
|
Martin wrote: wtd wrote: Martin wrote: I've started getting back into C after realizing just how slow Ruby is for contest problems (yeah yeah, 1.9'll be better). And OpenGL. Mmmm, triangles.
O'Caml, SML, and Scheme (via the various aggressively optimizing compilers like Stalin) will all give you really fast executables, and provide a higher level environment that C.
But I like C. Call me a control freak, but the thing I liked the least about Ruby is how it's almost too easy to do a lot of things. I'd prefer things to be broken down into three steps than being just one, if only to see what's really happening.
Perhaps on a slow afternoon you could learn to use the Ruby C API? Best of both worlds. |
|
|
|
|
|
Clayton
|
Posted: Tue Jun 06, 2006 4:54 pm Post subject: (No subject) |
|
|
i work on learning and expanding my skills (right now working on *gulp* OOT) to get me through the day |
|
|
|
|
|
|