01.20.06

Invitation of Windows Live Messenger Beta

Posted in Funny, IT at 1:57 am by xbin999

I got five intivations of Windows Live Messenger Beta. Reply this note if
you need.

You can get more details from Inside Windows Live
Messenger
, or The Space Craft.

01.04.06

The story of Louis Braille

Posted in IT at 8:40 am by xbin999

Do u pay attention to the Google’s logo today?
A picture of the Braille letters spelling out "Google." Happy Birthday Louis Braille!

I was puzzled in my first sight. What’s this? Where’s google? I clicked the logo, and he told me a story, a story of Louis Braille.

Louis Braille was a French, who invented Braille. Aha! The name should come from his name. It’s a revolution for blind man to read.

A creative person, and a creative google.

“Happy birthday to Louis Braille.”

12.15.05

Awful JVM in hpux

Posted in IT at 1:26 pm by xbin999

I’m busy and really tired recently. We’re developing Business Accounting& Settling System for Mobile corp. It will be released next week. Wish i can have a good Chinese New Year!

But I’m annoyed with the JVM in hpux now. Our java program can work well in windows, but crashed in hpux. Faint!

Aaah, the same program can work in another HP host. Its jdk is 1.4.2.05. The jdk which used in crashed host is 1.4.2.09. In hp site, it’s said that jdk 1.4.2.09 can work with HPUX 11.0, 11.15 and 11.23, not 11.11. Maybe it’s the reason. So we reinstalled jdk with version 1.4.2.05. To my sadness, it’s as before.

Sometimes it can work, sometimes it crashed, and sometimes it seemed to fall in dead loop. The cpu is busy, but nothing is done.

Give a simple test:

#!/bin/sh

while true
do
java -version
done
It crashed after executing for a while. I had no idea more. Maybe os patch is needed. Who know? We need to seek help from hp.

12.09.05

Douban

Posted in China, IT at 5:02 am by xbin999

Douban, a good and well known web2.0 site in China. My favoriate. It’s interface is simple and humane.
The beta test for english speaker was launched currently, collaborated with Amazon.

“Tag, rate, discover books, movies and music, and people. “, said in eHub.

12.01.05

Tag directory

Posted in Funny, IT at 6:20 am by xbin999

Tag exists anywhere. Patrick setup a tag directory with delicious, and sold listing to advertisers. Wow, a genius idea! His goal is $250,000 for his wedding debt fee, and he had gotten $380 now. Good luck!

I don’t know if the mode will be copied in China soon, just like million dollar home page. Maybe sell keso‘ tag is a good idea. Haha!

11.19.05

Openomy Command Window

Posted in IT, Openomy at 3:40 am by xbin999

Openomy is a online file storage. It’s convenient to do in web. But sometimes i like to enter in the command window ;-) So i decided to write a small program “OCW� (Openomy Command Window).

All commands are entered in a command window, like shell. Man can treated it as a local file system.

Openomy Command Window

11.16.05

Online, Trusted Storage

Posted in IT at 5:42 am by xbin999

A Web 2.0 Killer App

 

I can’t access the Dion Hinchcliffe’s Web 2.0 Blog site. I got the image from blog Chinese translation.

Web 2.0 Needs Trusted, Online Information Storage

Web2.0需��信赖的在线信�存储

 

11.14.05

Openomy launched.

Posted in IT, Openomy at 5:48 am by xbin999

Openomy offically launched. Everyone can sign up now. The storage per user is 1GB. And Maurice built openomy/RSS, which publish Openomy tags over RSS feeds. You can get the file easily. It’s interesting.

11.10.05

About memory

Posted in IT at 9:34 am by xbin999

We met some problems for our 32-bit applications with memory in HP-UX recently. One is  the single process exceeded 1 G limit, the other is memory of CORBA server is too big while running for long time.

For the first problem, we can migrate application to 64-bit, or link using “-N”. It can change the executable file’s format to EXEC_MAGIC, which can support nearly 1.9GB.

And the second problem, while most unix dont return the free memory to the operating system, the application should be optimized. (“mapmalloc can return dynamic allocated memory to the OS, but the price is that memory allocation takes about five times longer”, said in “Modern Memory Management“) Something may be caused by dynamic allocation of STL, like vector. It’s better to use reserve for vector.

Some suggestions are also given in the article:

1. It is always wise to free objects you do not need, especially large ones as soon as possible, to minimize this footprint.

2. To avoid problems with memory fragmentation, try to avoid making many small memory allocations and instead replace them with one or two large allocations where possible.

11.05.05

Folder Share

Posted in IT at 3:53 am by xbin999

“Microsoft acquires FolderShare.”  FolderShare can let u share ur files in different computers via Internet.

It’s useful for me. Like 若昔难得的Weblog’s said, “I can sync the directory of GreatNews, so both progress will be same now.” Oooh, it’s just what I want. And I think it will be easy to share LeLe’s photos with maggie now.

The only care is the security and privacy.

Next page