Posted by btr
Sat, 04 Oct 2003 14:48:25 GMT
I'm thinking about buying a 2004 Prius, the hybrid vehicle powered by a gasoline engine and electric motor. It's priced around $20k with size similar to a Camery, actually, slightly smaller . According to some reviews, it passes better than similar car, but takes longer to go from 0 to 60 mph. It starts with the electric motor up to 20 mph then the gasoline engine kicks in. The battery is recharged while you are driving, so there's no need to recharge it manully. When you brake, the electric motor works as a generator that recharges the battery to get better fuel efficiency.
It runs at 2002 EPA estimated 52 city/45 highway/48 combined mpg and you can get $2k tax deduction from IRS.
Posted in Tech | no comments
Posted by btr
Sat, 04 Oct 2003 02:20:25 GMT
Today is the last day of my five-week architecture project at AspenTech. We have completed a very flexible and extensible architecture design with a working prototype for highly integrated desktop application framework and runtime infrastructure used in the process control and online optimiation applications.
At its core, it's so-called Plugin concept that enables the runtime to be configured based on meta data. The runtime starts with an empty stack with some minimal bootstrap to discover and load the plugins. All the application functionalities are provided by the plugins. The plugins can work together based on the meta data instructions.
We have provided a set of default plugins to interpret the meta data, support a sophiscated GUI interface that utilizes the Model-View-Control design pattern. There's a default Undo/Redo stack. All operations can be undone/redone. The object persistence is available as well.
The techniques used are XML seralization, object serialization, reflection, code generation, dynamic evaluation, etc. The prototype is implemented in C#. We have been using Extreme Programming and Pair Programming via Net Meeting all the time. The results are very good.
Posted in Tech | no comments
Posted by btr
Mon, 15 Sep 2003 16:36:52 GMT
Have you tried port forwarding using SSH and VNC to any remote computer? It's so cool. You just need to have SSH client and VNC viewer set up on your workstation, and SSH server on your SSH gateway server, VNC server on you remote server, and your're good to rock'n roll! Here're the urls to get all the tools.
PuTTY for Windows - google putty
VNC for Windows http://www.realvnc.com
cygwin for Windows - google cygwin and ssh
SSH is included in any Linux distro
Posted in Tech | no comments
Posted by btr
Sun, 14 Sep 2003 15:42:05 GMT
This is a notification testing message.
Posted in Tech | no comments
Posted by btr
Sun, 14 Sep 2003 15:42:05 GMT
This is a notification testing message.
Posted in Tech | no comments
Posted by btr
Sat, 30 Aug 2003 16:32:31 GMT
StableValue.com Blog: Discussion on August is over
I'm testing on using trackback.
Posted in Tech | no comments
Posted by btr
Sat, 30 Aug 2003 16:32:31 GMT
StableValue.com Blog: Discussion on August is over
I’m testing on using trackback.
Posted in Tech | no comments
Posted by btr
Sun, 20 Jul 2003 18:25:42 GMT
The TabeletPC project was over. I spent three weeks in Austin in Samsung's Austin facility prototyping a solution to replace their current paper based auditing process in the fab.
We had to start the prototyping on XP without a TabletPC on hand. Within a week, we finally settled down the GUI design options that were best fit for our users' taste and preferences. A lot of time we spent on was trying to explore the new features offered by the digital ink and pen. We chose two most promosing desgins with simple prototypes then presented them to the users. It turned out that they liked both:-) So we ended up a new desgin incorporating the features from both prototypes.
Soon we found out that TabletPC SDK had some undocumented limitations on how many Windows handles could be used. Our design called for a journal like interface where a user could just write down some short-hand codes, counts of violations and comments. The codes and counts are recognized and validated against a known list. Due to limited time, we had originally laid out as many rows of ink controls as we would need on the form, it turned out that SDK could not support it. We ended up using a template of controls and reused them.
Using factoids and well defined wordlists, the recognition accuracy is very high, but a traditional combobox still works very well.
The whole solution consists of a GUI frontend implemented in Windows Form and deployed via No Touch web deployment, a web site for reporting inplemented in ASP.NET and OWC, a server component implemented and deployed as .NET Remoting objects and a SQL Server 2000 as backend.
The security model is integrated Windows security all the way from user's computer, the web server and the datbase server. It has offline feature to handle WI-FI connectivity issues when roaming in a fab lab. It's written in C#.
Posted in Tech | no comments
Posted by btr
Sat, 14 Jun 2003 00:46:37 GMT
Next month I will be working on a new ptototyping project for
Samsung Austin Semiconductor on
Tablet PC platform.
Posted in Tech | no comments
Posted by btr
Tue, 10 Jun 2003 20:44:13 GMT
This is an illustration of how poorly the security could be designed and implemented even in a strong and technology-advanced company in web related technology. Here's the screen captured in using the TerraServer (a nice service, by the way) on MSN. As you can see, the password is revealed to the public when a connectivity error occured.
Posted in Tech | no comments