I have a serious problem

or do I?

  • (2 Pages)
  • +
  • 1
  • 2

19 Replies - 1014 Views - Last Post: 18 September 2008 - 07:43 AM

#1 OliveOyl3471   User is offline

  • Everybody's crazy but me!
  • member icon

Reputation: 135
  • View blog
  • Posts: 6,581
  • Joined: 11-July 07

I have a serious problem

Posted 15 September 2008 - 08:36 PM

Well maybe not so serious, but you looked. ;)

I'm totally addicted to DIC, and programming in general. Trying to study for Trig, I find myself writing questions I want to ask about programming, on my study guide. I put the six trigonometric funtions in order and linked them together like you'd nest a loop, because it makes it easier to understand and remember them. Instead of the way you're supposed to write numbers and things in math, I write in programming language now. "If angle a is between 0 and 90 degrees" becomes:

if (a>=0 && a<=90)

If anyone in my class wants to borrow my notes they will be out of luck, unless they're a programming major which is not likely. Looking at it here though, it does make good shorthand. :P

More and more I feel that if I am not doing something related to programming, it's not worth doing...

So am I sick or what? Does anyone here feel the same way?




//note to self--if no one else admits to this disease it is only because all the other addicts are too busy programming ;)

This post has been edited by OliveOyl3471: 15 September 2008 - 08:44 PM


Is This A Good Question/Topic? 0
  • +

Replies To: I have a serious problem

#2 Mikhail   User is offline

  • Bastard Operator From Hell
  • member icon

Reputation: 59
  • View blog
  • Posts: 1,378
  • Joined: 26-October 07

Re: I have a serious problem

Posted 15 September 2008 - 08:49 PM

Naw, I speak in C or PERL in my head, Almost wrote an equation in Calculus I class with PERL. IN front of everyone.
Was This Post Helpful? 0
  • +
  • -

#3 jacobjordan   User is offline

  • class Me : Perfection
  • member icon

Reputation: 115
  • View blog
  • Posts: 1,499
  • Joined: 11-June 08

Re: I have a serious problem

Posted 15 September 2008 - 09:15 PM

me.Speaks = Languages.C#;

english
{
I sometimes find myself using programming shorthand too, sometimes on assignments. The teacher really doesn't like that. When i use programming shorthand, i usually don't stick exactly by the book, i twist the language a bit to make it easier to write. In your "If angle a is between 0 and 90 degrees" example, i probably would of written:

angle a;
if (a.IsBetween(0, 90)) { ... }
}
Was This Post Helpful? 0
  • +
  • -

#4 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: I have a serious problem

Posted 15 September 2008 - 09:54 PM

View Postjacobjordan, on 16 Sep, 2008 - 12:15 AM, said:

me.Speaks = Languages.C#;

I was going to say something similar. Once when I was an IRC addict, I caught myself thinking, slash me is thirsty, slash me will go get a drink of wa... damn it!
Was This Post Helpful? 0
  • +
  • -

#5 red_4900   User is offline

  • Code T(h)inkers
  • member icon

Reputation: 21
  • View blog
  • Posts: 1,120
  • Joined: 22-February 08

Re: I have a serious problem

Posted 16 September 2008 - 02:46 AM

welcome to the geek club!! :lol:
Was This Post Helpful? 0
  • +
  • -

#6 Zammy   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 48
  • Joined: 21-October 06

Re: I have a serious problem

Posted 16 September 2008 - 03:40 AM

That looks like not that rare disease in this corner of the internet. :) If you are looking for help, here looks like a rehabilitation group for that :D
But I still do not do that, but I am starting to use class diagrams for brainstorming which I am not sure if it is good. (I havent really used much UML in my life as I am just a student yet)
Was This Post Helpful? 0
  • +
  • -

#7 RedSonja   User is offline

  • D.I.C Head
  • member icon

Reputation: 10
  • View blog
  • Posts: 172
  • Joined: 04-September 08

Re: I have a serious problem

Posted 16 September 2008 - 04:16 AM

Yes, that's me.

I knew it was time to change jobs when I was dreaming in assembler, which is such hard work it wakes you up.

I have infected my kids with geek-think too. If slippers still in hallway, Mama not home yet. If cellar light is on, missing person probably in cellar.
Playing 20 questions, if they think you are describing a car, they won't say, "does it have four wheels?", they say "does it normally have four wheels on the ground?". I am glad I am not a teacher in their school. I hereby apologise to the world in advance for what they get up to when they are grown up.
Was This Post Helpful? 0
  • +
  • -

#8 calvinthedestroyer   User is offline

  • D.I.C Lover

Reputation: 173
  • View blog
  • Posts: 1,941
  • Joined: 13-October 07

Re: I have a serious problem

Posted 16 September 2008 - 12:30 PM

Posted Image
Was This Post Helpful? 0
  • +
  • -

#9 bflosabre91   User is offline

  • D.I.C Lover

Reputation: 105
  • View blog
  • Posts: 1,439
  • Joined: 22-February 08

Re: I have a serious problem

Posted 16 September 2008 - 01:02 PM

programming has definitely changed the way i think/talk to myself. i def use nested if statements and for loops and such while thinking to myself about things that have nothing to do with computers or programming.

this does not make us nerds and/or geeks. it makes us 1337
:)

This post has been edited by bflosabre91: 16 September 2008 - 01:02 PM

Was This Post Helpful? 0
  • +
  • -

#10 axel   User is offline

  • Bug Juice Doesn't Come in a Jar
  • member icon

Reputation: 2
  • View blog
  • Posts: 1,944
  • Joined: 31-December 06

Re: I have a serious problem

Posted 16 September 2008 - 01:28 PM

Yeah you probably should seek help.
Was This Post Helpful? 0
  • +
  • -

#11 Programmist   User is offline

  • Refactorer in Chief
  • member icon

Reputation: 256
  • View blog
  • Posts: 1,843
  • Joined: 02-January 06

Re: I have a serious problem

Posted 16 September 2008 - 01:29 PM

Any association you can make between one subject and another is a good thing. Many people believe this is how the brain best learns, rather than compartmentalizing everything: math in the "math" box and programming in the "programming" box, if you get my meaning. So, go ahead and make associations (the more the better) to any subject that makes sense to you because it will help you understand and learn more efficiently.
Was This Post Helpful? 0
  • +
  • -

#12 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: I have a serious problem

Posted 16 September 2008 - 02:09 PM

I Love You!

Hehe - yeah I used to do that too. Not as bad as before but sometimes I still see myself thinking that way, and especially in Math.

This post has been edited by Nykc: 16 September 2008 - 02:11 PM

Was This Post Helpful? 0
  • +
  • -

#13 OliveOyl3471   User is offline

  • Everybody's crazy but me!
  • member icon

Reputation: 135
  • View blog
  • Posts: 6,581
  • Joined: 11-July 07

Re: I have a serious problem

Posted 16 September 2008 - 04:58 PM

View PostNykc, on 16 Sep, 2008 - 04:09 PM, said:

I Love You!

:)
Was This Post Helpful? 0
  • +
  • -

#14 Poppa Mintin   User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 77
  • Joined: 13-September 08

Re: I have a serious problem

Posted 17 September 2008 - 05:19 PM

As an alternative Olive, how’s about:-

If (0 â 90)

How short can you get it ?

Poppa
Was This Post Helpful? 0
  • +
  • -

#15 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: I have a serious problem

Posted 17 September 2008 - 06:31 PM

I never wrote anything like that in code, but I have actually dreamed in code! I'm not joking, I was dreaming and I saw some code that drew 3D texture-mapped triangles using a software technique.
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2