• Log in with Facebook Log in with Twitter Log In with Google      Sign In    
  • Create Account
  LongeCity
              Advocacy & Research for Unlimited Lifespans

Photo

Geek Pride Day and Other Personal Holidays


  • Please log in to reply
8 replies to this topic

#1 Alex Libman

  • Guest
  • 566 posts
  • 0
  • Location:New Jersey, USA

Posted 18 May 2010 - 12:37 AM


The Geek Pride Day is just one week away!



Other major holidays on my calendar:

  • February 2nd - Philosophy Day (Ayn Rand's birthday).
  • March 25th - Positive Population Growth Day (Norman Borlaug's birthday).
  • September 13th - Programmers' Day (or September 12 on leap years - 256th day of the year), for me probably the biggest holiday of the year.
  • December 25th - Physics Day (Isaac Newton's birthday, Julian calendar).

Please post if you're doing anything for Geek Pride Day, and what other weird new holidays you celebrate.

Edited by Alex Libman, 18 May 2010 - 12:41 AM.


#2 niner

  • Guest
  • 16,276 posts
  • 1,999
  • Location:Philadelphia

Posted 18 May 2010 - 12:52 AM

I celebrated DNA day (4/23, of course) by getting $800 off on the purchase of two genome SNP scans from 23andMe!

#3 e Volution

  • Guest
  • 937 posts
  • 280
  • Location:spaceship earth

Posted 18 May 2010 - 02:11 PM

I celebrated DNA day (4/23, of course) by getting $800 off on the purchase of two genome SNP scans from 23andMe!

So lucky, still so sour I missed that!

For a couple years running now I have participated in Talk Like a Pirate Day and 4/20 and May the Force (May 4th) be with you day (Star Wars Day) ...I guess the upcoming nerd day is obligatory now

sponsored ad

  • Advert

#4 Alex Libman

  • Topic Starter
  • Guest
  • 566 posts
  • 0
  • Location:New Jersey, USA

Posted 25 May 2010 - 07:13 PM

HAPPY GEEK PRIDE DAY!

What, are you wondering how I made all those pretty colors? Very easy, actually, I just wrote this little function in Python to add the color codes for me:

def Colorize (s):
	AllLetterColors = [
		'green', 'blue', 'darkred', 'darkgreen', 'purple',
		'red', 'brown', 'navy', 'cyan', 'olive'
	]
	PunctColors = [
		'silver', 'gold', 'orange'
	]
	LetterColors = []
	LastLetterColor = ''
	Out = ''
	for c in s:
		if not LetterColors:
			LetterColors = AllLetterColors [ : ]
			random.shuffle (LetterColors)
			while LetterColors[-1] == LastLetterColor:
				random.shuffle (LetterColors)
		if c in string.punctuation:
			PunctColor = random.choice (PunctColors)
			c = '[color=%s]%s[/color]' % (PunctColor, c)
		elif c not in string.whitespace:
			LastLetterColor = LetterColors.pop()
			c = '[color=%s]%s[/color]' % (LastLetterColor, c)
		Out += c
	return Out

Total waste of time? Not really, it only took me a couple of minutes, and it helped me connect with my inner nerd / geek - and that's precisely how you celebrate the Geek Pride Day!

So, is anyone else doing anything special today?
:)

Edited by Alex Libman, 25 May 2010 - 07:17 PM.


#5 Shannon Vyff

  • Life Member, Director Lead Moderator
  • 3,897 posts
  • 702
  • Location:Boston, MA

Posted 25 May 2010 - 10:03 PM

Wow, is there a nerd pride day too? I'm kinda sad, my kids call me a nerd and my husband a geek--so where is my day? :)

#6 niner

  • Guest
  • 16,276 posts
  • 1,999
  • Location:Philadelphia

Posted 26 May 2010 - 03:46 AM

Alex, that post rocked! Happy GPD!

Shannon, what's the difference between a geek and a nerd?

#7 Luna

  • Guest, F@H
  • 2,528 posts
  • 66
  • Location:Israel

Posted 26 May 2010 - 05:16 AM

nerds have glasses and things coming out of their nose. geeks are smart and waste their talent playing computer games all day :)

at least, that's how it is in the movies! Shannon breaks the theory ^^

#8 Alex Libman

  • Topic Starter
  • Guest
  • 566 posts
  • 0
  • Location:New Jersey, USA

Posted 26 May 2010 - 07:21 AM

I think those terms are interchangeable. Notice that the title of that first YouTube video says "Nerd" while the Wikipedia entry says "Geek" Pride Day. Even if there is some distinction between those terms, I think this holiday should celebrate the full Nerd-Geek continuum, from infantile cartoons to "positronic" brain emulators to cutting-edge real-world science and engineering. Speaking of which, check out the links to 2010 celebrations, and these new vids:









Full spectrum indeed!


PS: Browncoats forever!

#9 Shannon Vyff

  • Life Member, Director Lead Moderator
  • 3,897 posts
  • 702
  • Location:Boston, MA

Posted 26 May 2010 - 01:21 PM

Well, our definitions are that Geeks like gaming, D&D and know a lot of computer programming, hacking and such and Nerds know a lot about a wide variety of topics and are the snotty know-it-alls in group discussions or parties. Nerds know a lot of science and Geeks tend to know more cultural references, in particular in comedy, gaming & sci-fi. Nerds are a bit more social, Geeks are a bit more introverted. The terms are subjective though :)

http://en.wikipedia.org/wiki/Nerd

http://en.wikipedia.org/wiki/Geek




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users