Wine Technology Blog @ WineWeb.com


 

The Antikythera Mechanism and Shipping Wine Direct

OK, I admit this may be a bit of a stretch, but since this blog is about technology and wine, here goes.

News was released today that scientists have discovered more about the origins and functions of the Antikythera Mechanism, an ancient mechanical "computer" that dates to the 1st century B.C. Since its discovery by divers around 1900, much has been speculated about this advanced technology. Now, in addition to tracking astronomical events in the solar system, the researchers found that one of the dials was dedicated to tracking the 4 year cycle of the ancient Olympiad games. The month names on the 19 year calendar have now been determined to be Corinithian, which provides evidence as to its origin. Interesting stuff -- more details at the research project website.

Since wine has been a part of Greek culture for over 4,000 years, the chances are good that the ship carrying the Antikythera Mechanism was also carrying wine. While the sailors may have relied on the Mechanism for navigation, they very likely didn't require a "computer" to sell their wine in other locations. My how times have changed. Now, in our "advanced technology culture" we don't require a computer to travel from one state to another, but we need one to figure out how and where we can get wine from a winery to a person in another state, given the ever-changing laws restricting the free trade of wine.

So the question of the day: Has civilization progressed in this area in the past 2,000 years?

Moving Web Apps to the Desktop

We're working with some new technology that allows us to take a web application and make it into a desktop application. There are a few tools out there for this, with Adobe AIR getting the most press. As we began developing our point-of-sale system for wineries, the idea of having more control over the application on the desktop was appealing. We began developing it in Flex, which uses Flash for the user interface, but we soon became overwhelmed by the amount of additional technologies and approaches that we'd need to learn.

About that time, we found Prism from Mozilla. They're the company that produces the Firefox browser. It's a similar concept, allowing you to take a web application and package it into a desktop application that can run under Windows, Mac OS and Linux. The cool thing is that you can still run the application from a browser, but for specific applications like a POS, you get some extra benefits. First off, it's faster since you don't have the overhead of a full-featured browser. You can also customize the user interface, give the application a desktop icon, and provide better access to devices connected to the PC.

This isn't for every web application, but it reverses the development approach. Now instead of developing a desktop application that can access the Internet, you develop an Internet application that can access the desktop.

Previous Entries