decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Base Humor | 392 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Base Humor
Authored by: IANALitj on Friday, June 01 2012 @ 12:01 AM EDT
It's geek humor.

We start with the idea of numbers to different bases.

Normally, we use base ten to write numbers. However, other bases are possible.
Among the other bases used for different purposes in and around computers are
base two (known as binary) base eight (known as octal) and base sixteen (known
as hexadecimal).

People whose work requires them to work extensively with numbers in one of these
less common bases sometimes become more fluent in arithmetic to that base than
in base 10. (I spent so much time with octal dumps in the 1960s that I could
add and subtract more quickly in octal than in decimal.)

In binary, the first twelve numbers starting with zero are written as

0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011

Notice that the number written 10 is two, the base.

In octal, the first twelve numbers are written

0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13

Again, the number written 10 is eight, the base.

And our familiar decimal system of writing numbers has its base of ten also
written as 10.

Now for the joke, 31 OCT == 25 DEC .

The octal number written as 31 has the same value as the decimal number written
as 25.

What makes this a joke is that one may also interpret the OCT and DEC as month
names, in which case

31 OCT == 25 DEC

asserts that Halloween equals Christmas.

[ Reply to This | Parent | # ]

Base Humor for the basally challenged
Authored by: SirHumphrey on Friday, June 01 2012 @ 12:12 AM EDT
Base or index or radix or power... is a way of expressing a number/quantity in
terms of regular multiples of some other number/quantity. The decimal number 946
= 900 + 40 + 6, which is 9 * 10 squared, plus 4 * 10, plus 6 * 1, which can be
written as 9 * (10^2) + 4 *(10^1) plus 6 * (10^0), where 10^2 = 100, 10^1 = 1,
and 10^0 = 1. For all non-zero bases, x^0 = 1.

9, 4 and 6 represent multiples of the powers of 10.

So 1001 (decimal) = 1*(10^3) + 0*(10^2) + 0 *(10^1) = 1*(10^0) = 1000(decimal) +
1. Binary 1001 = 1*(2^3) + 0*(2^2)+0*(2^1) =1*(2^0) = 8+1 = 9(decimal).

Long story short... 37(base 53(decimal) = 3*(53^1) + 7*(53^0) =
159(decimal)+7(decimal) = 166(decimal), thus showing how 37 can equal 166, as
long as you have suitable bases.

See http://en.wikipedia.org/wiki/Base_2 for more examples

[ Reply to This | Parent | # ]

Note - all the above highlights the use
Authored by: jesse on Friday, June 01 2012 @ 10:51 AM EDT
Note - all the above highlights the use of numbers as symbols. in a deliberately
confusing way.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )