Linux bashing at imagenow
Right now the instructor and the one of the students, who is also works for imagenow, are talking trash about linux. I guess there is always a snake in the garden. They talk like mysql is the only opensource database. I think this is where mysql popularity does OSS a disservice in bussiness. Looking at the lack of features and general imaturity of it’s view, trigger, and PL just make all OSS seem not usable for enterprise uses. I’m not saying the mysql is bad, I just wish more people knew about postgresql and firebird.
Posted in ImageNow, Linux | no comments |
Day three..
Its day three, and I’m bored. We have barly written any code. I hope today we get more in-depth. Also so of the language constucts the choose for there database library is strange. For example:
// Traverse the items in startqueue to find items older than removeDays
if (FetchRecord("DB_GTE", "Q_ISTAT_DB_QID_QSTIME_IDX", searchItem, resultItem))
{
do
{
if (resultItem.CurrentQID != searchItem.CurrentQID)
{
break;
}
if (resultItem.QStartTime <= checkDate)
{
// if item is to be deleted, then push it onto an array of items to delete
itemsToDeleteArray.push(resultItem.ItemID);
}
else
{
// if item is too new to delete, then stop looping
break;
}
} while (NextRecord("Q_ISTAT_DB_QID_QSTIME_IDX", resultItem, errbuf));
}What is the deal with the two database calls. Just seems wierd.
Professional Jealousy
Our IC from the ImageNow installation ,Dusty, gave us a tour of the building. He also told us about more of the perks at ImageNow.
- First person on their floor gets to connect their ITunes library with sound system for the day.
- Software developers are off limits to everyone else. They choose their own cubicles which have doors made of glass and they can shut them. The Software devs are also fed, I think daily, lunch.
- Keg frige filled every friday.
- Workout room
- Dodge ball court with scoreboard, and bleachers.
- Free coke and vending machines.
- Many small conference rooms.
- The company is paying to send employees to go see the final four. ImageNow is covering ALL EXPENSES!
- BEST PLACES TO WORK 2004
Thats all I can think of now. But man, I don’t want to go back.
Posted in ImageNow | no comments |
I have met the enemy, and it is this class.
I hoped that this class would have more information on the fundamentals of iScript/Javascript. Thats not the way this class is going to work. We jumped right in on the imagenow objects. I guess I should have expected this.
Posted in ImageNow | no comments |
Day 2.0 at ImageNow
Ok, today we start scripting. At least that what the agenda says. We get the “What is iScript?” talk, and then our first script: Route based on Doc Type. Sounds like fun, maybe. I guess we will see…
Posted in ImageNow | no comments |
I hate group work!
We just spent the last hour doing a group project. None of it dealt with scripting. The worst part was that directions were not that good. We spent most of out time decrypting them and then second guessing them. The only fun thing was creating users that you know are going to get replaced as scripts. Well, I hope so anyway.
Posted in ImageNow | no comments |
ImageNow Perks
These’s people have an awesome company. They have a slide. It starts on the second floor and goes to the first. They was a news article with a quote from the CEO that said, “I hate turnover”. What a novel idea. They get bonuses like $500 gift certificates. I would like to work here…
UPDATE: They have seqways and xboxes on 50 inch screen tv’s for brake. That sure beats a trip to the JBK. I am so depressed. :(
Posted in ImageNow | no comments |
ImageNow scripting
Well, we just finished lunch and it’s not what the manual lead me to belive. So far we have just had a powerpoint on some features of ImageNow and where we could using scripting. The next part of class we’ll implament a workflow and over the next couple of days add scripts to it. Not exactly what I was looking for, but it may get better.
Posted in ImageNow | no comments |
ImageNow Scripting class
Well, Wes and I have made to Shawnee, Kansas. And we are bright and early for our first day. The instuctor isn’t here yet but we helped ourselves to the class manual. The content look pretty complete. I was afraid the class would be mostly about the their added objects to ECMAScript, but it appears to cover more the basics. Just looking at the table of contents it doesn’t seem to cover building your own objects. That is a little disappointing but to be expected. I think it could be a good week.
UPDATE: Looking more at the manual, there will be one chapter on objects.
UPDATE: The instuctor seems to have an anti-unix bias. So much for this being a good week.
Posted in ImageNow | no comments |
