1. 25th anniversary of Commodore Amiga

    When I was walking though Prague with my beloved wife the world was celebrating 25th anniversary of Commodore Amiga.

    First time I met Amiga in early 90’s. My friends had Amiga 500/500+ models and another one (Rafał Kotyński) just bought Amiga 1200 to replace ageing Commodore 64. And due to him I got impressed by power of AmigaOS and how much things could be done on limited resources.

    In September 1995 I bought Amiga 600. It was old at that time but allowed to connect hard drive which I bought on 10th October same year. Why I remember that date? My A600 lacked RTC so each time I booted system it set date of creation of system partition as current one. With 1MB of RAM and ~400MB of storage it was nice platform to learn programming.

    My first application was written in High Speed Pascal and it was very simple antivirus as lot of my files was infected with “Happy New Year 1996” crap. I remember that I compared clean and infected file, disassembled both and removed all entries to virus code. Some time later I got Virus-Z and it cured whole system.

    After few years I sold a bit upgraded version (2MB ram) and kept hard drive for Amiga 1200 model. New hardware, new possibilities. Faster cpu, more graphics capabilities which I did not used because my primary display was still 12” green monitor which I used with my 8bit Atari 65XE in a past. 704x260 resolution was not so great so when something got broken again I bought “new” display for my machine: 14” vga mono monitor. Move to 720x480 in 16 shades of grey was big change.

    GuardAmy
    GuardAmy
    BookCon
    BookCon

    I selected all shades to follow MagicWB colour scheme as much as it was possible and converted wallpapers using script in ADPro. Effect was nice and usable.

    For most of time I used this computer for programming, entertainment and many others but games (which for many people were main reason to buy Amiga) never took most of my time. There were two exceptions: Civilisation and Angband (including variants). Those took me hours and hours.

    What I liked in Amiga was operating system. When it appeared on market there was MacOS, Atari TOS and Microsoft did not yet had usable Windows released. Many things were great:

    • multitasking — before it was only in Unix systems
    • DataTypes (think “codecs” for any kind of data — open/save files in different formats without having to use lot of libraries)
    • localisation — currently *.po files shows that idea was right
    • flexible partitioning scheme - no /dev/sdaX, no C: but partitions which could have own names (DH0: by default, SH0: on my system) and filesystem labels (Boocik:, Szafa: were what I used)
    • Magic User Interface toolkit — user could configure look & feel at a level which no other UI toolkit ever provided
    • assigns — all fonts resided in Fonts: but this could be a list of directories (something like $PATH but more advanced)
    • ability to replace any library call with own code — this gave a possibility to improve system behaviour in a ways which authors never thought about
    • screens — hard to describe for those which never used — extra desktops for use with applications does not even give half of it
    • RAM disk which took only required amount of memory
    • Reset proof fixed size RAM disk (which could be used as system boot drive)
    • two stage icons with application configuration stored inside (in tooltypes)
    • comment field in filesystem for any object
    • XPK and XFD libraries which allowed to (de)compress any kind of data with any available method

    And lot more.

    I wrote few applications for AmigaOS. Some of them became popular and I was able to expand my computer with addons with money which I got from registrations (yes, I wrote shareware program). It started with 68000/1MB ram when I had to close code editor (great CygnusEd) to be able to compile to 68040 cpu with 64+2MB of memory at the end. AmigaE was language which was both easy to use and powerful to write programs never mind how complex. Add few libraries to it and you can do anything. Today even ‘hello world’ takes few kilobytes on my Linux system ;(

    I could buy 386sx instead of Amiga 600 but then all I would learn would be how to do things in MS DOS or MS Windows 3.x as there was no x86 people around which would use Linux, BSD or OS/2. This would be lost years as now after few years of using AmigaOS I know what good operating system can give to hardware when resources are very limited.

    A dla tych, co dotarli do końca polecam także post napisany przez Opiego.

    Written by Marcin Juszkiewicz on
  2. Ubuntu/Linaro Platform Sprint in Prague

    This week I spent in the Hildon Old Town hotel in Prague as Ubuntu Platform Sprint took place there. Linaro project was part of it.

    It was good time. I met many developers, connected faces to nick names (as usual) and wrote some patches. Today it looks like my work items for Maverick alpha3 release are “done” — all changes are reported as bugs, linked to my “cross compiler packages” blueprint and discussed with proper developers. The goal of my work is “armel cross compiler” package in Ubuntu Maverick. I know that there are people in team which will make use of it when it becomes available.

    But for next event I really need to take isolating headphones as there are too much noise in room — few groups of people speaking, air condition etc.

    Evening events were interesting — I met Czech developers from OpenEmbedded project, had occasion to listen to Nicolas’s Pitre stories about his developer experience and long discussions on many different subjects. And of course Czech beers ;) Too bad that main one here is Pilsner Urquell as I can buy it in any local shop in Szczecin. But they also had Staropromen which was quite ok.

    Prague is nice city. I did not made lot of sight-seeing but this weekend I will spend with my wife Ania so it will be done ;D We plan to see some of popular places and try to find those less popular ones but due to time limits there will be some left for next visit.

    Written by Marcin Juszkiewicz on
  3. I am old fashioned

    I use KDE since 2004 (do not remember which version it was). Lot of things changed during that time. But not my X11 session use.

    Since beginning of my Linux use (in 2000) I use one set of virtual desktop. Their amount changes from time to time but there are always at least 4 of them (six at the moment):

    1. work area” — terminal, gvim (few copies of each)
    2. web area” — here I have web browser (now it is chromium, was firefox, galeon in past)
    3. mail/news are” — mail/news reader (kontact with kmail/knode, was sylpheed-claws at some time)
    4. misc area” — here I run software which do not fit to first three

    Terminal application changes from time to time. First it was GNOME-Terminal from GNOME 1.4, then Konsole, xterm, uxterm, rxvt-unicode, eterm and few others but after experimenting with many I stayed with Konsole. It has tabs so allows me to run many sessions in one window. Some of tabs have “screen” attached as this allows me to quickly get another shell in working directory and also easy way to log any output (“tee” sometimes got blocked). With recent KDE 4.x changes I started to using “window grouping” to split tabs related to other tasks from main terminal. This gives me one terminal window on screen with few tabbed windows in it which can have own tabs which can have screen sessions in them. May sounds strange but it works. And I always have screen with “irssi” running in it (on local or remote machine).

    As editor I use gVim mostly. I kind of mastered it and do not feel good in Kate, Eclipse, JEdit or other “so called normal” editor. Never tried Emacs but do not plan to.

    During UDS-M when I told that I am using MPlayer for all videos reaction was interesting. I got list of modern video players (mostly GStreamer based ones) which I should switch to. But I really do not see a need for it. MPlayer maybe is pain in the ass sometimes but it plays everything I have, adds subtitles in a way which I like, has controls on keyboard which I remember and allows me to seek instead of fast forwarding during watching film. Ok, on devices like BeagleBoard I probably can get better results with GStreamer based apps but thats due to codecs which can use DSP.

    I never liked Konqueror — always used Gecko based browser. It was Galeon 1.x in past, Phoenix/Firebird/Firefox later, Chromium now. Tried Opera (UI never managed to integrate with look&feel of my desktop) and few other browsers. Chromium is nice but has some drawbacks. Maybe some will be fixed/changed.

    Even removable storage I most of time handle with “pmount” command. It works fine for me and I do not like to have all my pendrives/memory cards/etc to be auto mounted. How will I notice which is which in situation when I plug 2 same ones… And UUIDs or filesystem labels are not solution probably. But maybe I will change that in next months.

    But back to desktops. KDE 4 has widgets on desktops, activities and few other buzz words. I do not use them. Ok, panel has few widgets integrated but it is still panel. I simply do not see a use case on my desktop for most of widgets. Even after trying them.

    So if someone wonder why I do not use something which “everyone is using” then I hope that I gave an answer.

    Written by Marcin Juszkiewicz on
  4. Ubuntu cross compilers

    Some time ago developers from Linaro asked me to provide cross compilers which will target ARM. I did setup two (amd64 and i386) chroots with maverick and started builds.

    Result is available at my area of people.canonical.com server as normal APT repository. Currently I provide gcc-4.4, gcc-4.5 and binutils there + all ARM libraries which are needed. And this is bare toolchain — you can build kernel with it or hello.c but if you want something more complicated then you will need additional libraries.

    Building of those toolchains was easy. Much more time consuming was improving packaging rules. I merged all cross ones into native related so (according to diffstat) over 1600 lines were removed. And that was not all — I am finding new things each day so lot of rebuilds happen. Thanks to Matthias Klose (also known as doko) who is Debian/Ubuntu gcc maintainer all those changes were reviewed, fixed, improved, accepted and released in last versions of “gcc-4.4” and “gcc-4.5” packages in both those distributions.

    UPDATE: all those packages are available in Ubuntu 10.10 (and later) repositories.

    Written by Marcin Juszkiewicz on
  5. Seeking or fast forwarding?

    Two months ago I bought my first television set: 42” Panasonic plasma. And as TV without cable is not so useful I also got cable TV with their set top box. One of features which STB has is possibility to record TV shows. It also automatically record during watching so pausing film just because of something is not a problem.

    But watching already recorded TV shows gives me strange feeling… That’s because of a way of moving backward/forward in the film. It works like in old video tape devices :(

    When I am watching films on my computers I am using MPlayer for it. On cursor keys + PgUp/PgDn ones I have seeking for 10s/1m/10m which is immediately jump. On set top box I got fast forwarding instead which does not allow me to quickly jump over commercials or part of previous show which got recorded before main show. Same problem appears on Philips MCD-712 player which I use to watch DVD/DivX/Xvid films. It gives x1/2/4/8/16/32 playing speed but no seeking to which I am used.

    I wonder when vendors will notice that more and more customers never used tape based devices (never mind video or audio ones).

    Written by Marcin Juszkiewicz on
  6. Switched to ATI Radeon

    Some time ago I mounted my old monitor to the wall and configured my system for dual head. With NVidia 7300GT card setup was easy — Twinview handled it quite ok after fixing configuration so panels were properly setup and located:

    • 24” on the left with 1920x1080 resolution as primary display
    • 20” on the right with 1680x1050
    My monitor setup
    My monitor setup

    But after few days I decided that enough is enough. From time to time I had X11 session where maximizing window == placing it on two monitors (which was pain when second one was off or switched to BeagleBoard output). I do not have to add how uncomfortable it was…

    So after discussion with few friends I decided to give a chance to ATI and bought Radeon HD5450 card. It is nearly cheapest card on that chipset (I bought DDR3 one instead of cheap DDR2 one) but it feels faster then GeForce 7300GT which I was using before.

    But dual head setup is still a problem. Ok, X11 can now start without “/etc/X11/xorg.conf” file (I needed it with NVidia card) but after X session start I need to use XRandR to:

    • switch panels to native resolution (instead of 1680x1050 for both)
    • change orientation (20” on the right to 24” instead of cloning)

    And then I have few strange things in system:

    • KDE panel does not enlarge with resolution change
    • RSIBreak blackout is only on 1680x1050 area of 24” panel

    So it looks like in near time I will continue fight with creation of proper “xorg.conf” file to get my displays configured properly out-of-box. I wonder when situation will change as it looks now that there is no standardized way to tell which display is which in configuration file (both panels are Samsung, both give “SAM” as name in EDID).

    Written by Marcin Juszkiewicz on
  7. LinuxTag 2010

    This year I attended only one day of LinuxTag: Friday. There were many reasons for that but I am glad that I made at least that.

    Wake up at 05:00 is hard… But I had a train to Berlin to catch. It was IC so power sockets were available and I watch some film and checked once again program for a day.

    First attended talk was “Truths and Lies: Where’s the Open Source Modern Mobile Phone?” by Mickey Lauer. I like his presentations - they are always interesting and professional. His expertise in mobile phones running open systems warrant good talk. This time he did not mentioned FSO or oFono but told why Android (HTC Dream), WebOS (Palm Pre), Maemo (Nokia N900) are not open source systems. Why does it matter? Open system allows you do anything with device — you can even send it to space (like it was done with Openmoko GTA02).

    I missed “Mobile Development with Qt and Qt Creator” presentation but Nokia guy at their stand explained later how does it work and why it is worth checking. In short: usable IDE with simulation of target device screen (from 1:1 display size to 1:1 resolution size).

    Dirk Hohndel from Intel had a talk about “MeeGo - Linux for Mobile Devices”. Nice talk with presentation of current release on older laptop. Some background informations how it started from meeting of Intel and Nokia guys. And then someone asked will all existing applications will be rewritten to Qt (which is primary toolkit in MeeGo). Dirk tried to not answer it directly but finally said that no, current apps will stay with GTK+ (Clutter, MX) and only new ones will use Qt. I was not surprised — I know Moblin guys and their preferences when it comes to UI toolkit.

    Next talk was about writing native code for Android and about how much can be done without going to Java world. As I am considering Android as a system for my next cell phone I was interested. But native does not free developer from Java. The idea is that you write C code, build it into library and then you need to write JNI which will be used from Java application to calls functions from native library. So ok, it gives speed but you still need to know Java ;(

    Debian Pure Blends” talk did not attracted many people. Andreas Tille told that many derivatives exists and some of them got merged back into Debian (like Skolelinux) while some does not even look like having sense in them.

    Debian GNU/kFreeBSD” summarised why Debian with FreeBSD kernel was made, what it gives and what is missing. Also note that NetBSD and OpenBSD based attempts were done but died few years ago. Is it worth using? I can not answer to that question. But if you need ZFS

    And at the end of a day Amit gave a talk about Linaro. There were about few people and most of them from Canonical.

    But LinuxTag is not only talks. There are booths to visit, friends, coworkers and other people to meet etc.

    Texas Instruments presented their low cost boards: HawkBoard, LeopardBoard and BeagleBoard XM. Each has own uses as they are using different processors and have other features. I hope that one day BB XM will replace my normal one but first they need to be available to buy (Digikey information is “6 weeks”).

    Nokia had big stand where they presented Qt Creator software and Qt demos on N900 connected to flat TV. I asked some questions, got answers and now need to find some time to check their software and move my Protracker module player ahead.

    OpenEmbedded had stand as well — this year not as a part of Tarent embedded area but small one in next hall. Florian Boor spent whole day manning it and presented few interesting boards. KaRo one (based on Sheeva cpu) was interesting — too bad that this is only armv5te ;(

    Speaking of Tarent… Was nice to meet them, but did not had a time to talk much.

    Met Matthias Klose (widely known as ‘doko’) who is Debian/Ubuntu toolchain maintainer. We had a short talk about our cooperation.

    Conference ended, we went to centre for some food and then I had a train to catch to go back home.

    Overall it was good to be there. But it was last time when I go for one day — it is simply too short to be able to meet everyone and talk longer then few minutes.

    Written by Marcin Juszkiewicz on
  8. New laptop: Asus UL30A

    New job, new laptop someone would say… But that’s not so easy when you have own company.

    But my Dell D400 became desktop laptop due to nearly dead battery and I had UDS-M to visit so needed new mobile computer for use. After some checking of reviews, user opinions etc there were few models selected. Hopefully nearly at same time my brother-in-law bought Asus UL30A so I could check live how good/bad it is.

    And one day my own UL30A arrived. Hard disk was clean — no MS Windows, no ASUS ExpressGate. Grabbed 2GB pen drive, put Kubuntu 10.04-rc2 image on it and booted. With help of “alternate install” which in reality means “Debian installer” I was able to setup it in my way (encrypted partition with LVM on top so rootfs, swap, home are encrypted).

    System works fine, all components were supported out-of-box. At least that was what I thought. After some checking it was clear that something is wrong with touchpad — it got detected as PS/2 mouse with scroll. 2.6.34 kernel from Maverick solved problem after using “force_elantech=1” option for “psmouse” module.

    Dual core SU7300 processor maybe is not fastest possible but does work properly and uses small amount of power. During UDS I was able to carry only laptop with me — power supply was on desk in hotel room. With few tweaks from PowerTop I was able to get 8h of work (sometimes even 10h were reported). Such long battery life was the main reason for buying ;)

    When it comes to graphics everything works fine. Intel 4500 chipset works fine with my 42” plasma TV offering me 1366x768 from internal LCD + 1920x1080 over HDMI. Watching films never was such easy — I just need to plug cable and play as audio is also sent. Problem is that I had to tell MPlayer which ALSA device to use for HDMI :( Maybe one day it will be automatically detected and switched. What surprised me was console output on TV when I rebooted with HDMI cable attached. Nice thing.

    Playing 720p movies from local hard drive required few steps from me (otherwise it gets out of sync):

    1. disable internal LCD
    2. switch TV to 720p mode (instead of 1080p)
    3. big cache for MPlayer

    Maybe other players works better but I am so used to MPlayer… Before it I used avifile iirc.

    Do I recommend this laptop? Yes, I do — long battery life, 13,3” screen, 4GB of memory, 320GB hard disk and dual core cpu make it nice portable work station. Small enough to watch films during train trips, keeps long enough to allow to do that even in trains without power sockets. It is good replacement for my Dell D400.

    Written by Marcin Juszkiewicz on
Page 49 / 105