Page 1 of 5

What are your non indigo hobbies?

Posted: Tue Dec 07, 2010 3:27 pm
by neo0.
For me, working out and drinking!

Re: What are your non indigo hobbies?

Posted: Tue Dec 07, 2010 8:31 pm
by Doug Armand
neo0. wrote:For me, working out and drinking!
Don't they cancel each other out? :lol:

Personally I wouldn't really know as I only partake in one of the above mentioned 'activities' ...can you guess which one? :wink:

Re: What are your non indigo hobbies?

Posted: Wed Dec 08, 2010 2:51 am
by dakiru
Doug Armand wrote: ...can you guess which one? :wink:
Working out for sure :wink:

Re: What are your non indigo hobbies?

Posted: Wed Dec 08, 2010 3:12 am
by Doug Armand
dakiru wrote:
Doug Armand wrote: ...can you guess which one? :wink:
Working out for sure :wink:
You bet - those lager cans weigh a bit when full !

Re: What are your non indigo hobbies?

Posted: Wed Dec 08, 2010 9:06 pm
by neo0.
Wow, 1 kilo (as you europeans say.) Great workout. :mrgreen:

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 6:03 am
by PureSpider
neo0. wrote:Wow, 1 kilo (as you europeans say.) Great workout. :mrgreen:
Actually lager cans are a bit weightier :D

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 7:00 am
by Doug Armand
PureSpider wrote:
neo0. wrote:Wow, 1 kilo (as you europeans say.) Great workout. :mrgreen:
Actually lager cans are a bit weightier :D
Yeah the kegs I 'pump' take bit of lifting from the kitchen to my chair :P

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 10:03 am
by galinette
What about those:

Image

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 10:30 am
by Borgleader
My non-indigo hobbies include:
a) Programming java/c++
b) Learning to program AVR & GPU
c) Playing SC2 (and watching the GSL)
d) Fooling around Minecraft! :D

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 11:19 am
by fused
Borgleader wrote:My non-indigo hobbies include:
a) Programming java/c++
b) Learning to program AVR & GPU
c) Playing SC2 (and watching the GSL)
d) Fooling around Minecraft! :D

Minecraft here, too :)

An coding, obviously. Work is never over!

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 10:48 pm
by PureSpider
Minecraft! 8)
I love it :D

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 10:56 pm
by neo0.
Coding has always baffled me. I don't really have the right mind for mathemetics. I prefer more creative things. Recently I tried some cooking, and to my utter amazement, I actually like it. I dabbled in
<HTML>
<BODY>
<P>
HTML coding for a bit
</BODY>
</HTML>
but it wasn't truly my area of interest. I also took a very basic coding class in high school with something called scheme.. And I don't think I have ever been more confused in my entire life.. They wanted us to write a program to convert dates into roman numerals.. and they might as well have asked me to read latin. :lol:

Re: What are your non indigo hobbies?

Posted: Thu Dec 09, 2010 11:42 pm
by Doug Armand
galinette wrote:What about those:

Image
Oh yes for my serious training I like a fine Cabernet Sauvignon :lol:

Re: What are your non indigo hobbies?

Posted: Fri Dec 10, 2010 12:25 am
by Borgleader
neo0. wrote:Coding has always baffled me. I don't really have the right mind for mathemetics. I prefer more creative things. Recently I tried some cooking, and to my utter amazement, I actually like it. I dabbled in
<HTML>
<BODY>
<P>
HTML coding for a bit
</BODY>
</HTML>
but it wasn't truly my area of interest. I also took a very basic coding class in high school with something called scheme.. And I don't think I have ever been more confused in my entire life.. They wanted us to write a program to convert dates into roman numerals.. and they might as well have asked me to read latin. :lol:
Technically speaking, HTML is not a programming language (HTML stands for Hypertext Markup Language).The major difference between a language like HTML and a programming language like C,C++, Java, Python, Ruby, ... is that HTML cannot take any decisions. With HTML there is no "logic", you only assign properties to text or images by putting tags around them saying "i want this to be bold", "i want this to be red", and so on. Also, you are limited to what the standard has been defined to. With a programming language you can do pretty much anything.

Re: What are your non indigo hobbies?

Posted: Fri Dec 10, 2010 12:43 am
by dougal2
Borgleader wrote:HTML .... standard
:lol: :lol:

(actually, HTML is a standard, however each browser's implementation of it has long been a nightmare :x )