April 1, 2008
Varadhan, myself and Suresh Jayaraman had been to VIT to conduct a workshop on OpenSUSE and Kernel development on March 28th. Around 120 students and professors had registered for the workshop. The organizers had restricted the registration to 120 due to the size of the Conference hall.
Varadhan and me kicked off the OpenSUSE workshop with 10.3 installation. The workshop covered the basics, development and management tools, handling patches, build service etc. Students were overwhelmed by the visual effects, multimedia support and the innovative single-click install utility. We managed to convince students to migrate from various other distros to openSUSE. They have redhat and solaris labs. We also had a chat with OS research team and varadhan would be closely working with them for collaboration between VIT and Novell in research work.
The OpenSUSE workshop was followed by the Kernel development workshop by Suresh Jayaraman. This workshop was aimed at demystifying the kernel development process and encouraging students towards Kernel development. There were lot of activities in the course of workshop which students enjoyed despite the overshot schedule. I compiled and installed a module in the kernel for the first time 
Both the workshops were very well received. The workshop which was originally planned for 4 hrs went up to ~7 hrs with a lot of enthusiasm and interest from the students. There were some students who wanted DVD’s for 64 bit and ppc architectures. We just had DVD’s for 32 bit arch. Prolly we need to request anja for 64 bit and ppc openSUSE DVD’s
No Comments » |
suse |
Permalink
Posted by chenthill
March 20, 2008
I just read the blogs from ross, philip and Federico regarding the areas of memory usage in EDS. I completely agree with ross and federico that we should fix the existing code rather that trying to look for a replacement. I too once wanted to write a new libical a while ago using glib, when michael advised me and got me into the right path to fix the memory issues in libical rather writing another one. Federico’s fosdem 2007 talk about the profiling desktop applications also provided motivation for this. I think what philip is pointing is about the live query cache which is maintained for every client in EDS (EDataCal). The other issues as federico pointed were about the current sequential query of cache and the handling of recurring events. As federico also pointed out, the human readable content in a calendar view are summary, start/end times, category/alarm/meeting/recurrence icons etc. But there is no need to pass the other contents such as description, the alarm information, sequence etc. to the clients such as a clock applet or a day/month/week view in calendar. EDS currently does not provide the interface for getting just the summary info. We are looking at fixing all these issues for evolution-data-server-2.24. Myself and gicmo had discussions about most of the above issues. We are planning to use sqlite database for storing the events and indexing based on time ranges. I was planning to put the design of the new cache in go-evolution.org to get views from everyone, its getting postponed due to some other work. I will try to put it in the wiki soon with some prototype code done for the same.
4 Comments |
gnome, suse |
Permalink
Posted by chenthill
October 23, 2007
Google calendar is now in svn!! It will be available as part of Evolution-2.21.1 (GNOME-2.21.1) release. As mentioned earlier the features it supports are,
• Viewing default calendar
• Creating/modifying/deleting the appointments
It also provides a Gdata library which can be used by other applications to access the google calendar and also be extended to mail and addressbook as well.
Ebby is currently working on the following features,
• Recurrence support
• Scheduling meetings
• Viewing Multiple folders
Evolution-2.22 will be providing a complete support for Google calendar. Am also happy to announce Ebby as the Evolution Google Calendar Maintainer!! Ebby has been working previously in evolution fixing critical bugs during his college days and later he involved himself in the Google Summer of code project where he worked on the Google calendar project.
23 Comments |
gnome, soc, work |
Permalink
Posted by chenthill
August 1, 2007
We now have the support for authenticating to shared web calendars. Milan has added a user-name field in new calendar dialog. Filling the user-name would mean web calendar requires authentication and would trigger a password prompt. Now we don’t require the workaround of passing the user-name/password inside the webcal url as before.

No Comments » |
gnome, work |
Permalink
Posted by chenthill