Journaling on estrip is free and easy. get started today

Last Visit 2024-03-16 17:05:41 |Start Date 2003-07-07 03:39:31 |Comments 5,617 |Entries 6,438 |Images 14,748 |Sounds 119 |SWF 21 |Videos 322 |Mobl 2,935 |Theme |

01/26/05 11:01 - ID#31608

My advisor worries

One of my thesis advisors, asked me today if I was enrolled in the MFA program. This is the same program which I have attended for three years and will be graduating from this summer. That is insane.
print addComment

Permalink: My_advisor_worries.html
Words: 38
Location: Buffalo, NY


01/26/05 06:57 - ID#31607

This is the stupidest language ever

I started writing this all to basic code. I hate it no functions, no classes, no strings as far as i can tell. You can't even have an if statement assign a value. it can only run a loop. At first I thought that it would make it easy. It just makes it way harder as I started out with functions and OOP. I don't think I ever want to use a basic stamp after this. maybe t's just beginner irritation.

Yes that is a Virgin Mary candle in on my computer desk. (e:matthew) just got it for me. I think it is helping my basic stamp.

image

The simple serial joystick code I wrote

' {$STAMP BS2}
DEBUG "code start", CR

INPUT 12
INPUT 13
INPUT 14
INPUT 15
up VAR Bit
down VAR Bit
left VAR Bit
right VAR Bit

upcount VAR Byte 'keep tabs on # of times up was pressed
downcount VAR Byte 'keep tabs on # of times down was pressed
leftcount VAR Byte 'keep tabs on # of times left was pressed
rightcount VAR Byte 'keep tabs on # of times right was pressed

Index VAR Nib ' Define normal nibble variable.

test:
'reset values for next test loop
up = 0
down = 0
left = 0
right = 0

uploop:
IF IN12 <> 1 THEN downloop
up = 1
upcount = upcount + 1

downloop:
IF IN13 <> 1 THEN leftloop
down = 1
downcount = downcount + 1

leftloop:
IF IN14 <> 1 THEN rightloop
left = 1
leftcount = leftcount + 1

rightloop:
IF IN15 <> 1 THEN printloop
right = 1
rightcount = rightcount + 1

printloop:

IF up + down + left + right = 0 THEN nothing_pressed 'don't print anything because nothing is being pressed
DEBUG "total ", ? upcount
DEBUG "total ", ? downcount
DEBUG "total ", ? leftcount
DEBUG "total ", ? rightcount
PAUSE 200 'pause before next pole
IF upcount > 15 THEN winloop 'if the user pressed up 15 times then go to the winning loop

GOTO test

nothing_pressed: 'nothing is pressed try again, don't bother pausing
GOTO test

winloop:
DEBUG "You won by pressing the up button 15 times"
END

END

print addComment

Permalink: This_is_the_stupidest_language_ever.html
Words: 319
Location: Buffalo, NY


01/26/05 04:29 - ID#31606

School is Really Tedious

All of this preparing to graduate is starting to be more work than the actual academic work. I finally got all of my syllabi togther. i decided to start cataloging everything online to keep it safe. I scanned everything I had from school tonight and uploaded. Now if I ever need copies of anything I can simply grab them off the web. I think everyone should start digitalizing their life. It is definately way more fireproof than paper.
print addComment

Permalink: School_is_Really_Tedious.html
Words: 78
Location: Buffalo, NY


01/26/05 02:34 - ID#31605

Thanks for making me feel good

(e:twisted) wrote this a while back. She has really been an inspiration into my continued work with online cmmunity development. Thanks for being there.

image

print addComment

Permalink: Thanks_for_making_me_feel_good.html
Words: 27
Location: Buffalo, NY


01/26/05 01:49 - ID#31604

Old journal Entry from me

Jan 6, 1986
NASA seems to follow the saying, "if first you don't success try again, again,again, and again. So, Columbia will try again tomorrow. Let's hope!

President reagan has asked for economic sanctions against libya, and has told americans in Libya to come home soon as possible.


print addComment

Permalink: Old_journal_Entry_from_me.html
Words: 47
Location: Buffalo, NY


01/26/05 01:01 - ID#31603

Collecting

I collect laptops. I also used to collect woman. (e:hodown) was one of them. hahaha
print addComment

Permalink: Collecting.html
Words: 16
Location: Buffalo, NY


01/26/05 12:58 - ID#31602

Serial Cable

Thanks bill for the serial cable. It works perfectly. My 3D class dissapointed me so much today. Their homework assignments were just too bad to look at. I hope that it changes as the semster goes on.
print addComment

Permalink: Serial_Cable.html
Words: 37
Location: Buffalo, NY


01/25/05 04:04 - ID#31601 pmobl

Mini Joystick

I finally created the eletric setup for a mini joystick. I am so excited to see it work. In reality, I hate the electric part. It reminds me of my body. It's demanding and has so many physical requirements.

I totally enjoy the programming, it is so much more my style. I wish the circuit board would stop demanding so much.
image

print addComment

Permalink: Mini_Joystick.html
Words: 62
Location: Buffalo, NY


01/24/05 10:10 - ID#31600

Rheingold is so great

He makes such a good point here

The way you meet people in cyberspace puts a different spin on affiliation: in traditional kinds of communities, we are accustomed to meeting people, then getting to know them; in virtual communities, you can get to know people and then choose to meet them.



This is so funny, it is about a user addicted to the WELL, an early online community:

Years after he had kicked his cocaine habit, he claimed, somebody put a line of the substance next to Blair's computer while he was logged on. It dawned on him, several hours later, that the white crystals were still there, and he had known about them, but had not mustered the energy necessary to sniff them. It wasn't a moral decision but a battle of obsessions, Blair explained--he couldn't tear his hands from the keyboard and his eyes from the screen of his current, deeper addiction long enough to ingest the cocaine.


print addComment

Permalink: Rheingold_is_so_great.html
Words: 160
Location: Buffalo, NY


01/25/05 02:44 - ID#31599

Tsunami Video

Wow, this video of the tsunami is insane. It is someone personal home video right at the site on like the thrid floor of a hotel.
print addComment

Permalink: Tsunami_Video.html
Words: 32
Location: Buffalo, NY


Search

Chatter

New Site Wide Comments

sina said to sina
yes thank you!
Well, since 2018 I am living in France, I have finished my second master of science,...

paul said to sina
Nice to hear from you!! Hope everything is going great....

paul said to twisted
Hello from the east coast! It took me so long to see this, it might as well have arrived in a lette...

joe said to Ronqualityglas
I really don't think people should worry about how their eyelids work. Don't you?...