gian

 
  • Created a mirror repository for bulbcalculator on github.com #

Powered by modified Twitter Tools.

 
  • Created a mirror repository for bulbcalculator on github.com #

Powered by modified Twitter Tools.

 

So it seems that lately I work too much on software related to sailboat and yacht. 

I just uploaded an updated version (1.3.5) of sailcut, a software to design sails. Adding to this bulbcalculator (version 2.0.1), now to design a model sailboat I just need a software to draw the hull :-D  
 
  • Uploaded the sailcut package to AUR #

Powered by modified Twitter Tools.

 
  • Some fixes to bulbcalculator, more to come #

Powered by modified Twitter Tools.

 

The need to design a bulb was the reason for a first round of fixes to BulbCalculator. There was left some bugs that were annoying also if basically inoffensive. Given the bug fix, I also done some fix to the look&feel.

I am planning a new release (2.0.1 probably) in the first days of the next year, but first I need to fix some others minor glitches.

 

 
  • updated the libQGLViewer package for Archlinux #
 

As part of my activity with a modeller group near home, I maintain the site of the group (www.footy.it, italian only) and someone suggested that it should be nice to have a list of  yacht that we own/use. So flotta.footy.it was born.

The site itself is a very simple interface to search for someone that has a footy yacht near you, but it is not this the point of the article. It is developed using the Flask python micro framework and mongodb database.

After some weeks of working in the free time, I come up with a pretty decent site, at least for what it need to do, and I have the problem to deploy it, using nginx as webserver. After a bit of research, I fount that a simple way to deploy the site was to use this configuration:

#
# Flask application
#
server {
        listen       80;
        server_name  [your_site];
    location / {
        proxy_pass http://127.0.0.1:5000;
        proxy_set_header Host $proxy_host;
        proxy_set_header  X-Real-IP  $remote_addr;
    }
}

which basically say to forward all the request on the port 80 for [your_site] to the proxy_pass address, where the flask application is running.

After that, I just needed to start the application and test the site. The application was started using the nohup command, but I suppose there are some better ways to do it but I will think at this another time (for now the site is in the testing phase).

 

So after ranting at Akonadi and Kmail, I give a try at the 4.8-beta1 version of kdepim (installed with the beta 1 of KDE).

All in all now it is usable again, the developers do a nice job. 
There are still some problem, sometimes it crash, but it is far bettern than the 4.7.x series
I have is still a problem with a specific folder I imported back from Claws Mail, but I suspect that this may have to do with something bad in a message of this folder, since I imported some folders with far more messages in them.
And also the desktop seems faster.
 
  • Installed Kde4.8-Beta1… looking good #
© 2011 GRYS Software Suffusion theme by Sayontan Sinha