My Server and Folding@Home

I’ve started running folding at home on all my computers, including the server and the PS3. Since my connection is a bit sluggish, it will probably not be that noticable anyway.  😉

folding

For more information, see http://folding.stanford.edu/. Donate a few cycles and be part of the world’s biggest super-computer! It’s all for a good cause!

Scariest Night Ever

Last 32 hours have been a nightmare. Malin called me at work around 10 a.m. yesterday and told me Natalie wasn’t herself. She was really lax and not responding. I immediately took the bike to the drug store, bought a breast pump and went home. After spoon-feeding her some milk it looked like she started to come around. She didn’t get to keep the milk for long though. We tried a few times, but every time we tried she vomited after a little while. We called the doctor who told us to bring her in.

At the hospital (SöS) she got some routine anti-biotic treatment and they took a lot of different tests. When we changed diapers, we discovered quite a bit of blood in her feces and they put us in a room for observation. Later she underwent a battery of X-rays. The X-ray was probably not so traumatic for Natalie, but holding her tiny little body beneath that X-ray machine really broke my heart.

After getting the results from the X-rays, Natalie had to get an ultra sound examination. The ultra sound revealed intestinal invagination – part of the intestines had folded in on themselves (telescoping).

They wrapped Natalie up in blankets and strapped her to an ambulance stretcher. Malin and Natalie went by ambulance to another hospital (Astrid Lindgren’s) where the pediatric surgeons in Stockholm reside. Natalie looked so tiny and cute on that stretcher that I’d probably have laughed if circumstances would have been different. I followed in my car.

At Astrid Lindgren’s the specialist put her in another X-ray machine and the team started filling her with contrast fluid. Sometimes the pressure from the contrast fluid can be used to make the intestines sort themselves out without having to resort to surgery. She had some morphine in her drip by then, so she didn’t seem to mind terribly.

In this case it worked out, and they never had to cut her open. The procedure was done by 3 a.m. in the morning. By this time Natalie was totally exhausted from all the vomiting, the morphine and the contrast fluid procedure. They kept us for observation and we stayed the night. Today we arrived back at home. A little while ago we were, probably for the very first time, immensely happy to find that she’d done #2. A lot.

Welcome to the world!

Less than two days ago my daughter Natalie was borne. She is 51 cm tall and weighs in at 3850g. Malin, Natalie and I are all exhausted from the experience, but otherwise fine.

She is the cutest little thing and has already managed to wrap me all around her tiny little finger.

Mobile Broadband

Woho! First post from the bus! Yeah, well, I lost my drivers license due to speeding. Anyway, did my first code check-in from the bus just now. Constant access to the internet – yay! I’ll probably regret this. Well, at least Malin will regret me having this. 🙂

What do I do for a living?

I often get asked what I work with, and I’ve always had a hard time answering that. The problem usually starts when I introduce the concept of a Java Virtual Machine. So I thought I’d write a few lines on the evolution on computing to sort of explain how what I work with came about.

At the dawn of electrical computing programming was done by manually closing and opening electrical circuits. This evolved into punching holes into paper cards, representing the closed and open circuits. Eventually better methods of providing the instructions to the processing units came along, but at the hardware level the processing units still need to get its instructions as sequences of ones and zeroes. At first assemblers appeared that had simple mnemonics, or textual symbols, that were more or less a handy but direct representation of the sequences of ones and zeroes. Higher level programming languages, such as C, appeared that provided means of expressing the meaning of the program, the semantics, using better and easier to read syntax. Other programs, so called compilers, were responsible for analyzing the meaning of the program and translating it into machine code. As the processors became more advanced, so did the compilers, and today it is very complicated for a programmer to, even by hand, produce better and more efficient programs by hand in assembly, than the machine code produced by an optimizing compiler. Even with intimate knowledge of the processor architecture, it can be very hard to, for instance, decide upon the best way to schedule the instructions to best utilize parallel instruction pipes.

Java is a modern programming language, and represents another leap in abstraction. Its syntax is reminiscent to that of C, one of the most popular and successful imperative programming languages to date. Using a C-like syntax made the transition to Java easier for programmers already knowledgeable in C, and helped drive adoption.

Quite unlike C, however, Java programs are not compiled into machine code that the hardware which will execute the program can understand. Java programs are instead translated to platform independent byte code, which another piece of software, the Java Virtual Machine, or JVM, translates into machine code. You can view the Java Virtual Machine as a hardware abstraction layer, with its own machine code. The JVM does the final translation from the Java byte code to the machine code of the underlying hardware. Since the JVM is translating the Java byte code while it is running, the JVM has more information about the runtime characteristics of the program running in the JVM than a static compiler could ever have. This means that there is more information available to do advanced optimizations.

At the beginning, Java got a reputation for being very slow. The early JVMs were interpreting and translating the Java byte code line by line. This was rather inefficient. Today, high performance JVMs like JRockit are analyzing the semantics of the Java program while it is executing. It translates the program into machine code using a JIT (Just In Time) compiling strategy; translating method by method into machine code as it is required. It uses an internal profiler to find out how the application is executing, and dynamically does optimizations to the running program; in effect recompiling methods while the program is running. A modern JVM has a high performance, adaptive memory management system that efficiently handles the allocation and reclaiming of memory for the developer. Today, a Java program running in a modern JVM can outperform a well written C program.

So, to finally answer the question, I work with JRockit – one of the fastest and most advanced JVMs in the world.

Married!

Yay! Now it’s finally done! Me and Malin are officially hitched. For some preliminary pictures, see the photo album. 🙂

The ceremony was beautiful, and the dinner was filled with wonderful and touching speeches. We’re truly blessed to have such wonderful friends and family.

Now we’re off to El Gouna, Egypt, for honey moon and diving. See y’all when we get back!

JRockit Mission Control at Oracle Open World 2008

This year JRockit Mission Control will be represented at Oracle Open World! I’ll have one session and three hands-on labs.

The preliminary schedule is as follows:

Date: 2008-09-21

Hands-On Lab: Diagnostics with Oracle JRockit Mission Control

Session ID: S299540
Track: Oracle Develop: Java
Room: Golden Gate B2
Start Time: 13:15

Date: 2008-09-22

Hands-On Lab: Diagnostics with Oracle JRockit Mission Control
Session ID: S299540
Track: Oracle Develop: Java
Room: Golden Gate B2
Start Time: 16:00

Date: 2008-09-23

Nonintrusive Profiling and Diagnostics with Oracle JRockit Mission Control

Session ID: S299518
Track: Oracle Develop: Java
Room: Nob Hill AB
Start Time: 13:00

Hands-On Lab: Diagnostics with Oracle JRockit Mission Control

Session ID: S299540
Track: Oracle Develop: Java
Room: Golden Gate B2
Start Time: 16:00

I’m looking forward to seeing you there! 🙂

The Water Leak

This is totally ridiculous. A few weeks ago the first catastrophe struck in my very expensive, quite recently (4-5 years) built house. I came home from work and water was flowing out from the garage. A flexible pipe in my garage, the one bringing water to my heater, had ruptured. It had, interestingly enough, rusted.

The insurance company came along, tore down the inner walls and put drying equipment in the garage. They do insist, however, that the broken pipe isn’t covered by the insurance, and that I ought to pay for the guys who fixed that problem myself.

Incidentally, the two people who fixed the broken pipe were on site for less than an hour fixing the problem, and are charging me for eight hours. Anyway…

Next catastrophe occurred just a few days ago, when a hard rain storm hit Stockholm. It suddenly started trickling water from through the outer walls that had been laid bare by the removal of the inner walls by the insurance company. It was quite evident that something is the matter with the moist barrier to the rear of the house.

Experts say that there is probably just one way to proceed, and that is to dig up all around the house, and have a closer look at the foundation. There goes the lawn, the nice patio on the rear… Aaaaaaargh!