Index of /log/2006/Mar

Me

Categories

Archives

2008-May
2008-Apr
2007-Dec
2007-Nov
2007-Oct
2007-Sep
2007-Jul
2007-Jun
2007-May
2007-Apr
2007-Feb
2007-Jan
2006-Dec
2006-Nov
2006-Oct
2006-Sep
2006-Aug
2006-Jul
2006-Jun
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug

Sat, 18 Mar 2006

Overlast + I.O.S.

Overlast

Overlast Overlast

I.O.S.

I.O.S. I.O.S.

More pictures

Wed, 15 Mar 2006

Python Pitfalls for Perl People

I've recently started learning Python (again), and this time it seems to be sticking. The only problems I'm left with are the small, stupid ones that you only get if you've been writing Perl code for years:

I'll keep updating this post with other "small things" I find as I'm getting to know Python better.

Wed, 01 Mar 2006

Grundig Amira 32 and Xorg 7.0.0

I've finally been able to get my Mac Mini to display proper 1360x768 output, without horrible scaling. It turned out that the framebuffer wouldn't accept the new resolution X asked for, and stayed on 848x480, while X would think the new resolution had been set. This, combined with the fact that X.org doesn't seem to have a built-in modeline for 1360x768, caused the breakage.

Now my "Monitor" section looks like this:

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-61
        VertRefresh     50-75
        Modeline        "1360x768" 84.50 1360 1392 1712 1744 768 783 791 807
EndSection

And my "Device" section like this:

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon 9200 (RV280)"
        Driver          "ati"
        BusID           "PCI:0:16:0"
        Option          "UseFBDev"      "false"
        Option          "MonitorLayout" "TMDS,NONE"
EndSection

First Programs - part 2

I've converted all the GWBASIC files I found on the floppy with my first programs to plain ASCII (well, Codepage 850) text files, and put them on my website.

The original disk contained a few more files: some DOS executables and some 'adapted' code from other people, but I'm not putting that online..

foodfight.org index


Creative Commons Licentie Op dit werk is een Creative Commons Licentie van toepassing.