Posts Tagged ‘School’

Robert Klayman and Scheduler Jones

Tuesday, October 2nd, 2007

Update: Robert blocked the Wayback Machine from accessing his site so the links below won’t work. I can only guess that he did this to remove the evidence. But Google cache had a copy, here is a PDF.

Update: Robert fixed the site, thanks!

Scheduler Jones was my final project for ENGR 131, Intro to Computer Programming, created by myself, Robert Klayman, Justin Gern, and Jens Johnson. It netted us second place in the class and was actually used by students to create schedules for the next 4 years. Unfortunately we weren’t the most robust developers when we created it and it required maintenance every semester in order to work with the new schedule. Robert decided he wanted to keep it updated so every semester he’d fix the code and post flyers around campus. Recently Robert has updated the Scheduler Jones site. An alternative scheduler has surfaced and Robert is spending the year abroad, so he has retired Scheduler Jones. The new website states:

robert klayman, the maker of scheduler jones, presents…

Give credit where credit is due. You’re already using the Scheduler Jones site as a platform to promote CaseLife without asking us but ignoring the rest of the group is downright wrong. Do this sort of thing in the “real world” and you’re just asking for all sorts of legal trouble not to mention ruining your credibility.

The Wayback Machine has all the proof you need:

The Scheduler Jones site as it was originally created. Actually the very first one included links to mail ALL the team members, but Robert removed that before the Wayback Machine caught it.

The current Scheduler Jones site. No mention of any other team members.

The Scheduler Jones site as of May 15, 2007. No mention of any other team members. Just linked here in case Robert fixes the live version of the site so this post will still make sense.

Update: Just wanted to also say that if Robert fixes this, I’ll be happy to update this post.

Senior Year = Done

Thursday, May 10th, 2007

I just got back from a meeting with my senior project partner and advisor, marking the end of both the project and my senior year. All that’s left now is senior week and graduation before our trip to Vietnam and my transition into the real world. Life is great.

Case provides OpenID server

Saturday, March 10th, 2007

Jeremy Smith just announced that Case will be providing an OpenID to, I assume, anyone with a CaseID. I’ve been using OpenID through MyOpenID. I signed up quickly because, if this thing catches on, I want to have benjamin.golub just like my email and website. In case you aren’t aware of OpenID here’s a scenario:

You want to comment on a friends LiveJournal but don’t have an account for yourself. You could write an anonymous comment (if it’s allowed) but then you lose some credibility; how does your friend know that it is really you commenting? You could sign up for an account, but you you just want to make a comment and have no need for the blog that comes with creating an account. OpenID solves this problem by creating a decentralized authentication system. It could potentially be used for more secure, sensitive applications like banking but at the moment it’s only been implemented in blogs, wikis, and other social websites.

How does it work?

You login to a site like any other method; by providing a username and a password. Your username is your OpenID identity page url. Mine is http://benjamin.golub.myopenid.com but I have http://benjamingolub.com delegating to the longer url so I only have to remember the short one. I do this by placing the following into my header:

<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://benjamin.golub.myopenid.com/" />
<meta http-equiv="X-XRDS-Location" content="http://benjamin.golub.myopenid.com/xrds" />

When you provide a website with your “username” you are redirected to your OpenID server which asks for your password. You only have one password that you can use on every site that uses OpenID. The OpenID then tells the original website who you are and you’re good to go! You’ll also never have to tell those sites trivial information like your time zone or preferred nickname because those can be set in your OpenID account.

Why is this totally sweet?

OpenID support hasn’t reached critical mass yet but it’s getting there. AOL gave every single member (63 million) their own OpenID. Digg plans on adding OpenID support. WordPress hosted blog users have their own OpenID. The list goes on and on. I’m sure it won’t become as pervasive as something like an email address is but it is certainly growing in popularity rapidly.

Everyone hates creating an account on a website just to access one little feature one time only and then worrying about collecting spam for the rest of your life all because you wanted to make a claim on Jyte. How do you know that it’s really me posting a comment on your blog? OpenID can solve these problems and removes the need to remember multiple usernames and passwords.

How great is it that Case is getting involved?

I commend Case, especially ITS, for providing this service. This is cutting edge stuff and Case is right on top of it. We’ve even got our own Jabber server. I, like many other computer dorks, love new and exciting technologies. Thanks Case!