Oddworld Forums

Oddworld Forums (http://www.oddworldforums.net/index.php)
-   Off-Topic Discussion (http://www.oddworldforums.net/forumdisplay.php?f=9)
-   -   Geek Humour (http://www.oddworldforums.net/showthread.php?t=18468)

Crashpunk 09-02-2009 11:42 AM

[Confused] What is this all about? [/Confused]

Ridg3 09-02-2009 11:49 AM

http://www.devtopics.com/wordpress/w...8/05/comic.jpg

I found this one funny whilst in a programming class, but for some reason the lecturer didn't find it funny.

used:) 09-02-2009 11:51 AM

I thought binary is strictly numbers?

Ridg3 09-02-2009 11:56 AM

But it is still geeky humour.

MA 09-02-2009 01:14 PM

YOU are geeky humour.

Strike Witch 09-02-2009 01:29 PM

↑ ↑ ↓ ↓ ← → ← → B A

Bullet Magnet 09-02-2009 01:44 PM

R1: ↓ → ← → [] O [] Δ O [] → ←

Ridg3 09-02-2009 01:58 PM

I think thoses are cheats for people who want little gay garden gnomes outside their drive-way.

OddjobAbe 09-02-2009 02:02 PM

What an interesting observation!

Ridg3 09-02-2009 02:36 PM

:

()
YOU are geeky humour.

Touché dear sir.

Well I was playing the Sims and I entered the cheat for the gay garden gnome and to my horror the next day, my father brought one home with him only he had a fishing rod.
*twilight zone theme*

OANST 09-02-2009 03:04 PM

:

()
Touché dear sir.

Well I was playing the Sims and I entered the cheat for the gay garden gnome and to my horror the next day, my father brought one home with him only he had a fishing rod.
*twilight zone theme*

It's like Nemo always said. "Everything is connected through our dark lord and his wondrous gift of psionics". By god, what fools we have been.

Wil 09-02-2009 03:29 PM

Fuck, I can identify both of those codes with no research required. I really hope that was the point.

:

()
I thought binary is strictly numbers?

Considering that every single thing your computer does, displays to you, and accepts as input from you, is ultimately binary? It's binary in the sense that your lightswitch can either be on or off (let's pretend dimmer switches don't exist). The 1s and 0s are just how we represent the binary in a computer, which can take all sorts of forms depending on how its stored or transmitted.

used:) 09-02-2009 04:25 PM

Well, I knew that much. Calculus sure was a fun class. I was just wondering if you could interpret the numbers as letters, characters, or words. I don't understand how you can express sentences using it.

Hobo 09-02-2009 05:40 PM

:

()
Revenge of the Nerds up in here or what?

Fuck off.

You can express anything in binary essentially, it's like if I write a word XYZ that means one thing in English and a different thing in French. 10 could be 2 or a symbol or whatever.







How many prolog programmers does it take to change a light bulb?

No.

Nate 09-02-2009 07:31 PM

:

()
I fucking hate this joke for the amount of people who say "There are ten types of people in the world" Even my friend with a maths degree from Imperial College London

Yeah, well. Anyone who attempts to impart the joke aurally fails at life.

:

()
The particularly sad thing is that, if I had the time and patience, I could decode that manually. The not-sad bit is that I wouldn't dream of sitting down and doing it.

The incredibly sad thing is that if Laser hadn't decoded it, I would have.

:

()
I thought binary is strictly numbers?

Yeahbut, numbers can be used to represent anything. So if you can use binary numbers in a computer, those numbers can in turn represent letters, which add up to sentences.

used:) 09-02-2009 07:36 PM

Is there a commonly used way to translate binary to letters?

Nate 09-02-2009 07:42 PM

http://en.wikipedia.org/wiki/ASCII
In particular this section: http://en.wikipedia.org/wiki/ASCII#A...ble_characters

(I'm sure Max will come in and post a much longer response comparing and contrasting all the different encoding schemes. I just figured I'd reply with the simplest common answer)

Pilot 09-02-2009 10:21 PM

More like faggotyass humor.

Wil 09-03-2009 01:57 AM

I actually started typing a message about different character encoding before I double-checked Nate's message and saw that I'd been pre-empted. =(

Ridg3 09-03-2009 06:23 AM

0010100110110111000010011101000101001101001000101001100110101110000110100100110011010010001001000011 1001001000101001010110000011010?

Do y'all get it?

Bullet Magnet 09-03-2009 06:48 AM

I got:

)· ÑM"™®LÒ$9"•ƒ

Hobo 09-03-2009 07:01 AM

:

()
More like faggotyass humor.

Does this thread have your name in the title? Or anywhere else in the thread? No? Then it is not faggotyass humor.

Wil 09-03-2009 08:05 AM

:

()
00101001
10110111
00001001
11010001
01001101
00100010
10011001
10101110
00011010
01001100
11010010
00100100
00111001
00100010
10010101
10000011
010?

Do y'all get it?

It's hard to, considering the number of bits there doesn't divide into a whole number of bytes. There are three bits left over. But giving it a stab...

The first byte encodes U+0029, which as BM points out is a right parenthesis ")". The second byte begins with "10", which is only possible for the second, third or fourth byte of two-, three- or four-byte characters, which begin with "110", "1110" and "11110" respectively. So this is a corrupt string. Unless you're using a very strange encoding.

EDIT: Wait, I get it now. The joke is that there are people who would try to decode it manually. What losers. Haha.

Josh 09-03-2009 08:34 AM

C:/DOS
C:/ DOS/ RUN
RUN:/DOS/RUN

OddjobAbe 09-03-2009 09:10 AM

mount c c:\doom_se\doom.exe

Bullet Magnet 09-03-2009 10:18 AM

c:\windows\system32\oobe\images\title.wma.

Wil 09-03-2009 11:04 AM

sudo rm -rf http://www.oddworldforums.net/

MA 09-03-2009 11:39 AM

:

()
It's hard to, considering the number of bits there doesn't divide into a whole number of bytes. There are three bits left over. But giving it a stab...

The first byte encodes U+0029, which as BM points out is a right parenthesis ")". The second byte begins with "10", which is only possible for the second, third or fourth byte of two-, three- or four-byte characters, which begin with "110", "1110" and "11110" respectively. So this is a corrupt string. Unless you're using a very strange encoding.

you lost me at 'encode'.

Ridg3 09-03-2009 12:40 PM

I stopped reading after "It's hard...".

OddjobAbe 09-03-2009 12:49 PM

I dare not laugh, for I fear my sides may split.