Fork me on GitHub
New Gentoo Goodies
07. Jun. 2011 at 18:45 written under pypy, gentoo, english

Two very wanted features landed in Gentoo Linux portage tree.

--autounmask and --autounmask-write are two new parameters for portage that every user was dreaming of. It will even respect --ask flag! Here is what happens:

  • emerge --ask --autounmask-write pypy will ask you to unmask latest pypy version and to confirm configuration changes
  • emerge --autounmask-write pypy will just unmask needed packages without asking.

In either case, you have to confirm changes with dispatch-conf or similar tools. Happy Gentooing!

PS: I put EMERGE_DEFAULT_OPTS="--autounmask-write" into /etc/make.conf to make life easier.

Read and Post Comments
GSOC week #1: TinyMCE improvements for Plone
05. Jun. 2011 at 23:47 written under python, tinymce, plone, english

Another year, another Google Summer of Code, another project! This time I'm working on most needed and used part of CMS — text editor.

Following has been done on Products.TinyMCE:

  • pep8-ified the product
  • ported all doctests to unit/integration tests
  • added product to jenkins with coverage/pep8/lint reports on Plone 4.0/4.1/3.0
  • wrote specifications for new UX of image/link browser in TinyMCE and forwarded it to Peter Čuhalev for mockups

Next week, I will work on current tickets at plone.org tracker. Time to shoot some bugs!

PS: Changes were commited to svn collective, although I keep them at github.

PS2: The Sweet Vandals were my spiritual company for past week, wonder what funk is coming up for the next one :)

Read and Post Comments
New blog
19. May. 2011 at 13:47 written under english

It has been a long time since last blog post. Not that I have nothing to say, but a lot has happend in last half a year and I promised myself I would switch to new blogging platform before using it again.

Welcome blogofile. Since Zine is history, I figured out static website/blog is what I should do in the first place. Now, my whole blog (including all posts) is available at github.com. Instead of reporting issues with blog in comments, you can create pull request for me to review and push to production.

I was accepted for Google Summer of Code 2011 again, this time working on TinyMCE integration improvements for Plone CMS. Weekly reports coming up!

Read and Post Comments
wbus.fubar.si moved to www.trola.si
22. Oct. 2010 at 17:04 written under , english

Title says it all, I bought domain to remember the pages easier. PS: It's a Slovenian website for inner Ljubljana bus arrivals in relative time.

Read and Post Comments
GNU Screen dynamic titles
02. Sep. 2010 at 22:01 written under linux, opensource, bash, english

The ultimate script I have been using for ages, now I decided to opensource it. Read more on github.

Install

$ git clone git://github.com/iElectric/GNU-Screen-Dynamic-Titles.git
$ cd GNU-Screen-Dynamic-Titles
$ sudo ./install.sh
Read and Post Comments