After science camp in Miedzieszyn

Last Saturday (6 May 2006) I returned from a two-week science camp in Miedzieszyn (near Warsaw, Poland). It was organized by KFnrD. There were plenty of various activities. Activities such as workshops and lectures were chooseable and concerned on specific area. There were also evening talks where all participants were welcomed.

The list of all activities that I participate in:

  • Workshops:
    they consist of many lectures, exercises and usually project.
    1. Operating Systems
      A series of following topics: computers architecture, linux kernel internals, file system architecture, debugging and profiling, real time systems, task schedule…
      Exercises such as writing simple modules to linux’s kernel, optimizing programs (mainly memory use), “playing with” user mode linux …
      Project work: write an extension to linux kernel (module, or simply add code) that will collect information about files, blocks, inodes read at boot time. Then use this information to put it all those files together in order they were used. This should reduce time needed to boot.
      Status of project: This project was a bit hard. We try to collect all information, but at last our “best” working solution was getting informations from translation dentry to inode. My strange idea was to create user space program which use inotify and place it in initrd. This solution could work but have two major drawbacks. Firstly, it get info only about whole files, nothing about blocks. Secondly, what’s more important, it’s impossible to use recursive inotify (unlike old dnotify) and it’s hard to put watch on every directory.
    2. Design Patterns
      We learned about various aspects of object-oriented programming and design models and patterns. I will describe them later on this blog.
      Exercises: design architecture for given application.
  • Lectures:
    plus questions, consultations and discussion. All in one event.
    1. What promise quantum informatics? (prof. Marek Ku?, physics)
    2. Poland way to Euro (prof. El?bieta Kawecka-Wyrzykowsk, economics)
    3. Metric holomorphical invariant (PhD Armen Edigarian, mathematics)
    4. Singularities of functions and mappings (prof. Stanis?aw Janeczko, mathematics)
    5. Randomness and order (prof. Tomasz ?uczak, mathematics)
    6. Physics of whip sound (prof. Piotr Piera?ski, physics)
    7. Bernoulli Lemniscate (prof. Marek Bo?ejko, mathematics)
    8. About a few algorithm problems (prof. Wojciech Rytter, informatics)
    9. Difficult theorem about curves on plane (PhD Adrian Langer, mathematics)
  • Others: formal talks (by a scientist, poet or professor etc.),
    there was a lot of them (I was on about 15). They were usually short (< 1.5h) and require only general knowledge. Interesting, but I don’t learned a lot from them.
    Some famous speakers:
    • prof. Jan Madey
    • prof. Pawe? Wieczerzak
    • poet Julia Hartwig
    • director and prof. Krzysztof Zanussi
    • prof. Andrzej S?kowski
    • writer Antoni Libera

What’s more, in Miedzieszyn there is loads of opportunities to share ideas. Strange conceptions like version file system or peer2peer file system occurres ;-). It is also good place to exchange knowledge. For example a person next to you is writing new os from scratch (for education reason only). Now it only boot, handle with memory and support a few posix functions.

From the time I arrived I’m reading KDE/Qt docs, doing simply apps to be prepared for Google Summer of Code. I will desceibe some things that I worked out. I’m also busy at school, despite many lessons were canceled because of the final exams. My CAE exams will also be soon.

Leave a Comment

authimage