Kung FuKung Fu

Fujian White Crane Kung Fu

ZopeZope

What I have and am doing with Zope

PhotosPhotos

Photoalbum, both old and new.

ReceptsamlingenReceptsamlingen

In Swedish only. About my "Collection of Recipes" website.

Contact meContact me

My contact details and how to contact me.

  Mobile version of this page Mobile version of this page

RSS

Hot topics

by Peter Bengtsson: It's used on a DVD box apparently: http://www.newvideo.com/productdetail.ht...

Mac OS X's python binary icons

by Aye: I think this is kind of a visual reference to Monty Python. As far as I kno...

Mac OS X's python binary icons

by Matthew Schinckel: Oh, and on my system I now get a lovely blue/yellow ying-yang style icon....

Mac OS X's python binary icons

by Matthew Schinckel: This image has to do with the original naming of python, from Monty Python'...

Mac OS X's python binary icons

by betabug: It's not like that on a standard 10.4 (or 10.3) Mac OS X with stock python ...

Mac OS X's python binary icons

by sadie: I cannot get Taboo 0.3, the website to get it from (http://www.ocdev.com) &...

Annoying Safari just ate my blog

by : I cannot get Taboo 0.3, the website to get it from (http://www.ocdev.com) &...

Annoying Safari just ate my blog

by jvr8t0y@search.com: ringtones free...

Annoying Safari just ate my blog

by eJone: I feel your pain. I can't remember how many times it happened to me as well...

Annoying Safari just ate my blog

by Tim Wegener: I hate that single close tab button in Firefox (and turn it off with TabMix...

Annoying Safari just ate my blog

Old entries


April, 2008
Releasing IssueTrackerProduct 0.9
The importance of the TITLE attribute
What I like and dislike about Grok
Mixing in new-style classes in Zope 2.7
pwdf - a mix of ls and pwd
Lesson learnt with creating DOM element with jQuery

March, 2008
One thing I hate about Linux: cron
How to uninstall nginx with apt
Tip: Printer friendly pages with Page Templates in Zope
apple.com/store doesn't work in Firefox (on Linux)
Mocking a Python standard library
See you at PyCon 2008
File check before delete
"Confessions of a College Callgirl" is the new "My Secret Life As A Prostitute"

February, 2008
January, 2008
2007
2006
2005
2004
2003

 

You're viewing blogs from MacOSX only.

View all different categories

5th of July

Mac OS X's python binary icons

Mac OS X's python binary icons The mac os x icon for .pyc files is a document with a background of ones and zeros but the foreground is a 16 ton weight. WTF?! What's the 16 ton got to do with anything?

Perhaps I got it all wrong. Maybe this is the icon used for many different files but I had a look around and couldn't find any other file that uses the 16 ton image in the icon.

19th of March

Annoying Safari just ate my blog

I rarely use Safari when I'm on my mac but the reason is just because I'm not that bothered. At work I'm 100% Firefox and when I do any web development I use Firefox because it's extensions and bits and pieces makes it superior bar none for that purpose. Tonight I was using Safari actually to blog about Richard Feynman. I had written quite a long text and since I have several tabs open that I wanted to link to I went to one of the other tabs then back to the blog-adding-window. But, because I stumbled a bit with my mouse I accidently pressed the close icon. Result: I lost all of my text I had written :(

It's stupid because it's so easy to trip over the close icon. I prefer the way Firefox does it where they have one close icon for all (or actually the current highlighted tab). Another disadvantage of having the close icon for each tab is that it takes up valuable space for writing the page title out with more letters. Example screenshot

What a silly rant this has been. I'm sorry for wasting your time. I just thought I'd let you know that Safari wasted a lot of mine.

14th of March

Carbon XEmacs installed

Finally I have a sensible editor installed on my Intel iMac. It's called Carbon XEmacs (aka. just emacs :)

All thanks to Andrew Choi. He's prepared two patches that makes this possible. The version I got was XEmacs-21.5.23 plus two additional patches from Andrew for Intel support and proper "Quit Application" connection with the OS. Thankfully nothing was difficult because everything went smoothly without any error messages anywhere. I did have to do some reading, searching and downloading. The hardest task was to find Andrews Carbon XEmacs site to just get started. If you also have an (Intel) mac os x and want to install XEmacs too, here are some notes on what I did:


>Read the whole text (150 more words)

4th of March

tightVNC and Chicken of the VNC

Here's what I had to do to get VNC working between my mac and my ubuntu linux machine here on this home network.

On the mac tiger, I went to http://sourceforge.net/projects/cotvnc/ and downloaded and installed the latest Chicken of the VNC.

On the ubuntu linux, I had to do this:

 $ sudo apt-get update; sudo apt-get install tightvncserver
 $ xset -q | less # look for the list of font paths and copy
 $ sudo jed /etc/vnc.conf
 # set $fontPath = what-you-copied-from-the-last-command
 $ xrandr -q 

You can use xrandr -q just to find out a) what your current screen resolution is in Linux and what your alternatives are. With all this ready, then start the server.


>Read the whole text (159 more words)