schedules and such

October 18th, 2009 Eric No comments

One little thing that I have picked up during my internship has been my preference for work schedule and work dress code.

As far as schedules go, when I was full time I pretty much only worked from 8 am until 4 pm.  Occasionally I would need to come in later or leave earlier, and that was just fine.  Sometimes I would even stay late one day so I could come in really late the next day.  This was just fine as well.  In fact, it didn’t really matter when I worked as long as I was there for my meetings, and my schedule didn’t interfere with getting work done.  I know that I would be able to do just fine at a company with a more rigid schedule, but I definitely prefer the loose system that I have now.

Now about dress codes; I think I would most prefer a completely relaxed dress code (aka jeans and t-shirt).  I can say with complete sincerity that I have had no problem with the business casual code that I have had at my internship.  Again, I think I could get used to a regular business standard dress code, but I think that I would prefer more relaxed.  This part has surprised me the most during my internship.  I used to think that I wouldn’t be able to stand not being able to just wear jeans and t-shirt to work.  Fortunately I have been able to discover that this is not the case.

———————————————————————–

P.S. for those of you subscribed to my blog, I have been writing blog posts for a coop course that I am taking.  Feel free to ignore these…

Categories: coop course Tags:

Zach Braff dead?

October 15th, 2009 Eric No comments

I don’t usually post videos, but this one is worth watching. (p.s. there are some swears in here if you are offended by that sorta thing).

Categories: uncategorized Tags:

systems for systems

October 11th, 2009 Eric No comments

One thing that has been apparent the whole time I have been interning has been that large organizations have lots of systems.  I’m not just talking about the computers or servers, I’m talking about the methods and software used to control the interaction between individuals and groups.  There are systems for moving code from development to testing to production.  There are systems for getting access to new software or databases.  There’s a system for almost anything you can think of.

The amazing thing is that when you have a lot of people, these systems are ridiculously important.  The database administrators would be bogged down by requests if every single request was different.  They would have to interpret each request before they could even do the work.

The really interesting thing to think about is how important it is for a system to be setup correctly from the beginning.  I know that no system can be perfect from the beginning, but that first try is seriously important.  If it is really screwed up, it can take forever to get it to a good place, especially if it is not readily apparent where the problem lies.  With all the systems setup to safe-guard the other systems, it is very difficult to get something to change.  It just burns this thought in my head: a new system must be very well thought out before being implemented (this is of course assuming the system is within a large organization…)

Categories: coop course Tags:

Is it really the hero?

October 10th, 2009 Eric 3 comments

I just bought the HTC Hero yesterday, and it’s pretty freakin sweet! It still has a few weird things every now and then.

I’ll have to make a full report when I have had it for a little longer.

Categories: fun/interesting, technology Tags:

job seasoning

October 6th, 2009 Eric 2 comments

It is officially the season of getting a job.

The real question is, where will I end up?

Categories: uncategorized Tags:

head in a spin

October 4th, 2009 Eric 1 comment

So much to do in so little time…

  • Senior Design project
  • Career Gallery
  • Independent study work
  • All my other classes

I just gotta think “this is the last semester”…

I just wish that would make me feel a little better.

Categories: uncategorized Tags:

the factory pattern

October 3rd, 2009 Eric No comments

I made myself understand the factory pattern when I was taking Software Design during my fall 2008 semester.  That is, I understood enough to do well in the course.  Looking back I never really understood it; more importantly I didn’t see it’s usefulness.

This week I received the best explanation from my manager at work.  The best part was being able to see the real world implementation of the factory pattern.  I think the key thing that I was missing was that the factory will return an object that implements an interface, so you can have any number of implementations of the interface that will all be valid objects.  Add in some inversion of control and you have yourself an amazing dynamic system where you can drop in libraries at anytime (even runtime) and use them as though they were compiled with the system.

Categories: coop course Tags:

existing projects

September 26th, 2009 Eric No comments

I was recently given a task at work where I had to move an existing project from one process to a totally different process.  The fun part was that not only had I never worked with the existing project, I had never worked with the new system it was being moved to!

So I have to learn 2 new things at once to be able to complete this project.  Kinda interesting…

It definitely gets me thinking about how to make this kind of system work  better.  There’s not much I can do for this particular situation since there isn’t any pre-project work that I can do on either unknown.  It seems like it would be helpful to have worked on both systems prior to this project.  I know as a new employee I will always have to be learning new systems, but it seems like everything would work a little smoother if it was one new system per project.

Categories: coop course Tags:

the full view of apple

September 20th, 2009 Eric No comments

So, I bashed Apple the other day.  It was a good bash, and it is a great representation of how I feel.

And yet to be fair, I must admit that they are one of the most innovative companies out there.  Not only are they leading the pack with the iPhone, all of their products have beauty, usability, and technically wonder features.  They really think through their products and it shows.

In conclusion: please Apple, stop creating fanboys, just make your amazing products and encourage your customers to be loyal instead of being the most redonkulous people that could ever be redonkulous.

Categories: uncategorized Tags:

double duties part duex

September 19th, 2009 Eric No comments

Splitting work and school so far has been alright, but I’m kind of worried about what it might mean later in the semester.

I am definitely learning a lot working at Jackson, but what happens when I have a lot going on at school?

Speaking of learning a lot, here’s a few things I have picked up so far at Jackson:

  • Programming in “the industry” is quite different from programming at school
    • A solution isn’t necessarily the right solution just because it works and is fast
    • There are standards that are in place that are kinda like unspoken rules at a secret club
  • I actually like programming in Java
    • It’s fairly similar to the languages I have been using
    • Eclipse makes learning the language much easier with autocomplete and syntax checking
  • I will never know it all, and I need to rely on others
    • I have been put on projects where I literally know nothing
    • People higher up aren’t the only ones that have good answers, many times my peers know as well
Categories: coop course Tags: