Virtual Environments for Collaborative Visualization and Experimentation.

Saint Paul College

Underground Datacenter

 

This data center is located in an old civil defense bunker 100 feet below Stockholm, complete with waterfalls, greenhouse-style NOC, glass-enclosed conference room “floating” above the colocation floor, and blue-lit diesel engines recovered from German submarines are used to provide power backup.

Nearing the end of the Java tutorial

This week I got the Bank Project ATM GUI fully operational; flow was a big issue there and I also learned that the StringBuilder doesn't behave quite the way I expected it to, so I used Strings for the output area and text field instead.  (I thought I could delete existing text and then rebuild it, say to use the calculator input for different variables, like customer ID and amount - but the String class ended up being the better option.  It would work the way I expected it to until one customer finished using the ATM and the next one started; it was even OK for multiple transactions for the same customer but wouldn't reset correctly.  There may be a way to use StringBuilder that way, but I tried lots of things and nothing seemed to work).

 

Oracle VM Server

 What's Oracle VM Server? 

It's an open source baremetal hypervisor based on Xen. Think of it as a streamlined well tuned version of Xen that's easier to setup.
 
What is Xen?
It's the industry standard in enterprise virtualization and is used in cloud computing environments as well.  

Web Root in Apache 2 [Linux]

Apache Feather Icon On a Linux host the web root directory, that is the directory where all the html files are stored, is located in /var/www

There are times when you may wish to change this location, or at least there have been times when I have found it necessary.  As with many other applications on Linux or Unix achieving your desired modification is as simple as editing an ASCII file.  The problem is always which one to edit and how.  Here is how I was able to accomplish the goal of changing web root from /var/www to /var/www/foo

java tutorial

Worked on GUI event-handling lab exercises all week:  a simple one for a chat room and a more complex one for an ATM for the ongoing Bank project (each lab exercise adds something to the Bank project using material that was covered in the most recent section of the tutorial).

SPC in OpenWonderland

Pheej has been working on a very detailed model of the Saint Paul College campus, located in downtown St.Paul ,MN.  When he started working here a few months ago he had not used SketchUp and was not experienced with any other type of 3D modeling software. Now his model is nearing completion and it is very high quality.

The model is very detailed and thus there were some difficulties in using it as an asset in Open Wonderland.  

java tutorial

I finished the second lab exercise creating GUI's, then went on to learn about event-handling.  Next week I'll add listeners and event-handling classes and methods to the GUI's I created in the last lab exercises.  Then I'll finish up the GUI section; the only section left after that is on threads and networking.

Kaltura Community Edition (CE) - Self Hosted Online Video Platform

Kaltura Community Edition is a self-hosted, community supported version of Kaltura's Open Source Online Video Platform. Following installation any site can gain comprehensive video and rich media functionalities including video management, searching, uploading, importing, editing, annotating, remixing and sharing. 

Microsoft to phase out support for Itanium

 
Microsoft has announced that the current versions of Windows Server, Visual Studio, and SQL Server will be the last to support Itanium. The timetable for the end of support will follow the "Microsoft Support Lifecycle Policy." Mainstream support will end on July 9, 2013, "while extended support will continue until July 10, 2018. That’s 8 more years of support."
 
They blame this announcement on the ability of x86 based servers to fulfill mission-critical "workloads."
 
(Technet via ZDNet)