Name: Martin Grimme
Member since: 2004-02-14 09:31:58
Last Login: 2008-01-03 16:25:34
Homepage: http://www.pycage.de
Tablet Python #4 - Sources of Memory Leaks
Marius Gedminas blogged an interesting article about memory leaks in Python. On the tablet you don't have much memory available, so memory leaks will annoy the users very quickly.
def __del__(self):
...
Syndicated 2008-06-12 14:32:00 (Updated 2008-06-12 16:21:29) from Martin Grimme
MediaBox 0.95 released
The new version 0.95 of the MediaBox Media Center is finally available. Thanks to all users who reported bugs and made suggestions for new features. Thanks to lot of feedback, many things have improved since the last release.



Syndicated 2008-05-09 19:06:00 (Updated 2008-05-09 19:15:03) from Martin Grimme
MediaBox Walkthrough: Search as You Type
Today I'm showing you another new feature of the upcoming version 0.95 of the MediaBox Media Center. Search-as-You-Type works on any internet tablet with a keyboard, either built-in or connected via Bluetooth or USB.
Syndicated 2008-05-02 20:10:00 (Updated 2008-05-02 20:15:22) from Martin Grimme
Mediabox Walkthrough: Playlist Editing
In a few days the new version 0.95 of the MediaBox Media Center will be released for the Nokia internet tablets. Let me introduce a few of the new features until then. Today I'm showing you a bit about the new playlist feature.






Syndicated 2008-05-01 16:07:00 (Updated 2008-05-01 16:27:26) from Martin Grimme
Laptop, External Monitor, and xrandr to the Rescue
I have just upgraded to Ubuntu Gutsy (I know I'm very very late) on my laptop. The installation went fine but when I connected an external monitor with a higher resolution than my laptop has, gdm and GNOME were not able to detect this, and instead displayed the picture in the upper left corner of the screen.
$ xrandr --output LVDS --off
$ xrandr -q
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1200
VGA-0 connected 1680x1050+0+0 (normal left inverted right) 433mm x 271mm
1680x1050 60.0*+ 60.0
1280x1024 75.0 59.9
1440x900 75.0 59.9
1280x960 59.9
1152x864 74.8
1280x720 59.9
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
LVDS connected (normal left inverted right)
1024x768 60.0 + 60.0
800x600 60.3
640x480 59.9
S-video disconnected (normal left inverted right)
$ xrandr -q | grep "^VGA.* connected"
VGA-0 connected 1280x1024+0+0 (normal left inverted right) 338mm x 270mm
exit 0
xrandr -q | grep "^VGA.* connected" >/dev/null
RC=$?
if [ $RC = 0 ]; then
xrandr --output LVDS --off
fi
Syndicated 2008-03-26 09:14:00 (Updated 2008-03-26 09:21:24) from Martin Grimme
pycage certified others as follows:
Others have certified pycage as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!