Categories
Other

Interesting Assignment

Recently in my graduate level operating systems course, we were assigned to make a networked semaphore manager.  Essentially, client machines can connect to the semaphore manager and ask it to control access to SOMETHING.  In our case, we’re just proving a point, so we’re controlling access standard error.  It’s an interesting problem because coding anything over a network is tough.  Secondly, creating a reliable semaphore manager is tough on it’s own.  To make matters worse, we’re using a hosted environment called Inferno.  Inferno was once created by Bell Labs, but is now distributed by Vitanuova.  For reference:

LimboOh, and it’s due in two days.  Taking a bit of time off was nice, but probably not the wisest decision.

Categories
Other

Weekend

This weekend I’m charged writing a networked semaphore manager.  In other news, I’m hanging out with Kelly all weekend.

Spring Break 2009
Spring Break 2009
Categories
Other

First Week as a Teaching Assistant

This week (Monday), I started my position as a teaching assistant for the Computer Science department at Central Michigan University.  As this was my first time as a TA, they thought it would be prudent to give me lab sections of CPS 100 (“Computers and Society”).

I have 5 sections of CPS 100, with roughly 45 people in each section.  I thought that my lab sections have gone well so far.  In fact, I even learned some things.

  • No matter how many times you explain it, some students will still staple the papers in the wrong order.
  • Stapling papers in the correct order doesn’t matter.
  • Students are generally very surprised when I walk in and stand up by the podium.  Apparently I look young.
  • The students are generally very cordial and nice when dealing with me.  Most don’t want to be there, so it’s all I could ask for I guess.
  • The technology required for Lab WILL fail.  This is not the end of the world, just kind of roll with it and there won’t be any problems.
  • I am old.  Someone called me “Mr. Slingerland”.
  • It feels nice when someone approaches you, apologizing profusely for not bringing a flash drive, because the course syllabus said that they would need one.  If everyone was this dedicated, my job would be way too easy.
  • There is a strong camaraderie between the grad assistants in the department.  We all can relate to each other, so what seems like instant friendships have formed.

That’s all I’ve really learned by teaching so far.  The first lab excercise was really simple, and having done it before class helped a lot with being prepared.

Besides that, I have 3 courses this semester.

  • CPS 650 – Compiler Construction
  • CPS 670 – Operating Systems
  • CPS 685 – Pattern Recognition and Data Mining

All these courses interest me, so I feel that I’ll do well this semester.  Between that and having an office (that I share with 4 other people) on campus, it’ll make getting homework done very easy.

Categories
Other PHP Programming

Almost ready…

Sometime last year, my fiance and I came up with what seems like a great web site idea.  Over the past month, I have been implementing this idea a little at a time with the purpose of getting it out the door before school starts.  That being said, I’m within throwing distance of the end.

Big announcement to follow when it’s all ready.

Categories
Other

Slight Teaching Dissapointment

This fall semester will be my first semester as a graduate teaching assistant.  In my department, the course nobody wants but everybody gets is CPS 100.  There are probably 30 lab sections for this course, so every GA will get one or two.  However, there are a few other classes available for GA’s to teach.  One of them is “Modern Web Site Design”. I was personally hoping to teach this course, as I have loads of web design experience.  I’ve been doing it regularly since 6th grade, but that doesn’t matter.  I failed to market myself to the department chair, who makes the decisions.  Perhaps next semester I’ll actually request the course once I’ve been proven as a GA.

On another note, my next project is coming to completion.  This one has the potential to change the way college students do things.  Be ready for it.

Categories
Other

WinRAR: The file compression/de-compression tool of choice for Linux!

Every time that i try and extract a large file using the built in file archiving utility in Ubuntu, it crashes.  Every time.  By large file, I mean anything >= 1gb.  I know that this is no fault of my machine, as this happens on every machine I use.  To solve the problem, I run trusty WinRAR under Wine on my Linux box.  It’s honestly faster than anything I’ve used yet on linux (aside from command line stuff).

If you have any suggestions, I welcome them.