Skip to main content

Ubik - Philip K. Dick

Ubik - Ubiquitous - Everywhere



Joe Chip works as a technician for a "prudence company". The company employs anti-psych people. One such talent might be the ability to block a telepathic. If you're sceptic about paranormal talents you're not the only one. At least one of the company's customers doubts their claims. Do they really do something or are they just drinking up our coffee while burning a whole in my pocket? But he's rather safe than sorry and just coughs up the money.

The book starts when the company receives a big order in times of crises. Safety bells should ring in their heads but they go ahead anyway. Arriving at the scene an explosion happens. Apparently their boss Runciter is killed. They immediately go off and bring their boss to the mortuary where he can be kept in a state of half life for a few more years. In half life he can still be asked some questions once every few years.

In a lot of books this prologue would be the offset for an action packed novel. Psychs vs non psychs, the fight! But not in this book. Instead everything gets fuzzier and fuzzier. As the book moves along their environment starts to change. Their money turns into toy money with Runciters face on. Their environment slowly degrades to the thirties. And they start seeing Ubik advertisements everywhere. Ubik promises them to restore their life and bring them back their old lives, they just have to get a bottle. How do you explain all this? Every time Joe gets one step closer to an answer something happens that puts us back two steps.

What's real? It's a concept that we can see in more of Dicks novels. Do androids dream of electric sheep (filmed as Blade Runner) is probably the most famous example. There an android hunter has to figure out who's an android and who's not, who's "real" and who's not. And the less obvious question remains unanswered, is he an android himself? How can we be sure what's real and not except through our senses? And in the end, does it matter what's real? We've only got the here and now and we have to make the best of it. Even if we all took the blue pill.

Comments

Popular posts from this blog

EvoLisa - Comparing two images: performance tuning

It looks like the program is rather slow. Using DotTrace , I took a look at where the bottleneck is. The method that calculates the 'fitnesse', how closely the created image resembles the original image, is where most of the time goes to. Can we improve that? So what happens in this function? We compare each pixel of both images to compare their ARGB values. The better they match, the better the result! How can be compare this? First, I tried using the naive approach: compare each pixel using a bitmaps GetPixel(x, y) . Do that however, and you'll quickly see how excruciatingly slow that is. Especially considering that even with an image of 333x333 you're already comparing a million pixels each time you compare two images! So, instead I tried using a 'FastBitmap'. It's a project I found which wraps the Bitmap and provides much faster Get and SetPixel performance. Using this instead, the performance went up by an order of magnitude! But we can still do be

EvoLisa - My own version

It's an old idea by now, can we recreate the Mona Lisa with fifty polygons by using random changes? The idea and original implementation by Roger Johansson can be found here . So, how does it work? You start with an source image. Then you create an empty image. We keep on doing small changes to this image. In my case this is one of these changes: Recolor our polygon Change the position of one of the polygon points Add or remove a new point to our polygon Add or remove a new polygon Switch two polygons After each action, we take a look and check if the newly changed image looks more like the original image by comparing each pixel. If it is, we continue using this one. If it's not, we discard the changes. Looks like a fun project! So I built my own version from scratch eight years ago, reusing some of the same ideas. Here's my result using the Mona Lisa: Mona Lisa with 50 polygons: You can see that it's the Mona Lisa but the details around the eyes and mou

You can leave your hat on

You always think that these things only happen to others. You may even think that they should have used better protection. And then one day you get this mail in your box from your guild leader: Hi there, I dont know if this email will arrive, but I will try anyway. I saw that your chars came online today. They are selling all your gear and equipment and they are not answering on guild chat. I think you are being hacked. Suddenly it's not someone else who has been hacked. It's you! So I quickly took a  look in my second mailbox account and yes: someone merged my account to a battle.net account. My account has been frozen for half a year so someone must have hacked it and have reactivated it. Next thing I did was checking my characters and my armory page looked like this: Kind of them to put on my Christmas hat, it's the season!. Everything that a vendor will accept is sold however. After seeing that picture I  really started to worry. They reactivated my accou