Latest

Writing

Essays and field notes on software, open source, communities, and the systems around them.

Your personal, free webpage monitoring (powered by google app engine)

Thanks to http://xercestech.com/app-engine-server-monitor.geek Go to https://appengine.google.com/ and register application with {app-name} wget http://googleappengine.googlecode.com/files/google_appengine_1.3.5.zip unzip google_appengine_1.3.5.zip cd google_appengine git clone git://github.com/mrsteveman1/aeservmon.git {app-name} vim {app-name}/app.yaml # set application python appcfg.py update {app-name} Result: http://web-monitoring.appspot.com/

Read article

Hidden gem in Python packaging world

Packaging love-hate world in Python is with every Python developer. Each time you need something from setuptools/distribute/distutils you actually find something new, useful. Can not deny that. There are quite some people working hard on distutils2 to remove the "miserable" word from packaging. I'm really hoping that lack of communication with Python developers and Linux distribution will be fixed when people will not only care, but also give constructive thoughts how distutils could be improved (and thus make life easier even to Linux distributions).

Read article

GPyPi2 — Google Summer of Code week #6

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit wiki/user stories for scrum development Last two weeks were crazy at university. Now I shall have time to work on gpypi2 full-time until the end of program. Install gpypi2 $ sudo pip install http://bitbucket.org/iElectric/g-pypi2/get/tip.zip or $ sudo easy_install http://bitbucket.org/iElectric/g-pypi2/get/tip.zip Create an ebuild

Read article

GPyPi2 — Google Summer of Code week #4

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit wiki/user stories for scrum development I'm more than happy to announce first pre-alpha prototype. Intended goal is to make people start using the tool and reporting back their critics. Install gpypi2 $ sudo pip install http://bitbucket.org/iElectric/g-pypi2/get/tip.zip or $ sudo easy_install http://bitbucket.org/iElectric/g-pypi2/get/tip.zip Create an ebuild

Read article

Elderberry syrup (home recipe)

Elder is blooming again, charming people with its strong smell. Few friends asked me about how we make elderberry syrup at home, so I thought of opensourcing it;) Remember that every written part is important (I tried to bold the most important words). Ingredients: 30 elderberry blossoms 5L of water 3kg of sugar big spoon of Citronka about six 1L glass bottles with non-plastic closure Getting blossoms Blossoms should be chipped with scissors right after all small blossoms group together. As recipe says, 30 medium sized blossoms are recommended, but extra 4 or 5 will do no harm. Blossoms should not be put in plastic bag while collected, since they are very sensitive. Blossoms should be carefully picked, since we are not washing them before making syrup, just make sure there are no bugs around.

Read article