Funny programming pictures, jokes & quotes

Discussion about everything. New games, 3d math, development tips...
ChaiRuiPeng
Posts: 363
Joined: Thu Dec 16, 2010 8:50 pm
Location: Somewhere in the clouds.. drinking pink lemonade and sunshine..

Post by ChaiRuiPeng »

Image
just because it compiles doesnt excatly mean it will work :)
ent1ty wrote: success is a matter of concentration and desire
Butler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
at a cost measure in computer resources ;)
Go|iath
Posts: 12
Joined: Fri Dec 24, 2010 11:00 pm

Post by Go|iath »

Heh,

I've been using Code::Block for about 4-6 months now and I don't recall having compiled anything that built right the first time. It's always like :

- pressing "F9",
- waiting for millions of dollars to magically appear into bank account.
- bank account still at same level, re-checking code.
- pressing "F9"
- and so on...
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Lol ... I got a nice comment ... stumbles upon it today at work:
/*

I am very sorry for this. It's not a nice solution, but hey ... this is not a nice program. Sometimes
it happens that something is lost somewhere in the dark and scary depths of the multithreaded message
processing system this whole bunch of s!#& ... bunch of code relies on. I haven't been able to fully
follow the problem, but sometimes a job remains in the job list shown to the user although it was
already processed and therefore the source file was deleted. So here we are: we just check the list of
shown jobs for jobs that have already been processed. If such a zombie job - let's call it "Steve" - is
there we'll find it with this small code section here and put Steve where he belongs.

*/
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

Brainsaw,
+1, that is fair comment :)
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

Steve is such a great name for a zombie multithreading job :D
viejodani
Posts: 32
Joined: Tue Nov 10, 2009 3:09 pm

Post by viejodani »

a classic

Image
-- Never lose your sense of wonder --
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Something that occurred to me while sitting in the school:

Code: Select all

//Comments are for sissies, so we're not going to use them.
//Oops
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

Comments? I don't need no comments.
Brainsaw from another thread wrote: Good code is self-documenting. But as self-documenting is not *really* enough is have pushed this one step further, my code is not only self-documenting, even the machine code generated by any compiler is still self-documenting.
Sometimes they call me Megalomaniac and I just *don*t*know*why* ;)
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
lazerblade
Posts: 194
Joined: Thu Mar 18, 2010 3:31 am
Contact:

Post by lazerblade »

Code: Select all


// proprietary random number generator (C) Microsoft


int getRandomNumber(void)
{
    return 42;
}

LazerBlade

When your mind is racing, make sure it's not racing in a circle.

3d game engine: http://sites.google.com/site/lazerbladegames/home/ray3d
lazerBlade blog: http://lazerbladegames.blogspot.com/
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

lazerblade wrote:

Code: Select all


// proprietary random number generator (C) Microsoft


int getRandomNumber(void)
{
    return 42;
}

Ah, the good old Hitchhiker's guide to the galaxy reference, awesome
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

You should be careful with such jokes. They might depress your computer. You know ... enough computing power to solve the problems of the universe and what is it supposed to do? Tell you something everyone knows. Every calculation that has never been calculated, every question that has never been asked and every problem that has never been solved result in "42". Everyone knows that.




My computer just had a Marvin flashback :D
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

lazerblade wrote:

Code: Select all


// proprietary random number generator (C) Microsoft


int getRandomNumber(void)
{
    return 42;
}

- Over here we have our Random Number Generator.
... 42, 42, 42, 42, 42, ...
- Are you sure that's random?
- That's the problem with randomness, you can never be sure.

:lol:
cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Post by cobra »

GUI interface in Visual Basic to track an IP address
http://www.youtube.com/watch?v=hkDD03yeLnU

Code: Select all

And what does a comma do, a comma does nothing but make easy a thing that if you like it enough is easy enough without the comma. A long complicated sentence should force itself upon you, make you know yourself knowing it and the comma, well at the most a comma is a poor period that lets you stop and take a breath but if you want to take a breath you ought to know yourself that you want to take a breath. It is not like stopping altogether has something to do with going on, but taking a breath well you are always taking a breath and why emphasize one breath rather than another breath. Anyway that is the way I felt about it and I felt that about it very very strongly. And so I almost never used a comma. The longer, the more complicated the sentence the greater the number of the same kinds of words I had following one after another, the more the very more I had of them the more I felt the passionate need of their taking care of themselves by themselves and not helping them, and thereby enfeebling them by putting in a comma.
So that is the way I felt about punctuation in prose, in poetry it is a little different but more so …

— Gertrude Stein
from Lectures in America
Josiah Hartzell
Image
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

cobra wrote:GUI interface in Visual Basic to track an IP address
http://www.youtube.com/watch?v=hkDD03yeLnU
Super facepalm :D
viejodani
Posts: 32
Joined: Tue Nov 10, 2009 3:09 pm

Post by viejodani »

Image
-- Never lose your sense of wonder --
Post Reply