Blogs

Posted by bain

But it was quite successful in making teamgit a bit fatter !!!

We already have a patch adding git rebase to the backend, thanks Rejesh Kosla.
http://groups.google.com/group/teamgit/browse_thread/thread/c1f02b47a0917264
We also added patches to establish a baseline framework for the UI upstream. And had quite a good hour long hack session on finding different alternatives for the proposed UI.
http://gitorious.org/projects/teamgit/repos/mainline/commits/ac94c3fdf5c70818d25172bfc4e8e3063b3fc8fb

Some of the interfaces discussed had really revolutionary ideas from your truly , like reimplementing the listbox paint function (;-) ) to implement the commit list and its manipulations. Fortunately there were saner ideas tossed out, like using a QTreeView with zero indentation or using stylesheets  in QListBox

We finally settled on taking the ui forward  with a plain QListView with Rajagopal confidant about using stylesheets with LG liking the idea of grouping the squashed commits with a color background. All in all a very productive day for teamgit. With couple of new developers appearing on the mailing list.

 

Posted by bain

teamGit in fedora

28 Oct 2008
Posted by bain

Fedora seems to have picked up on teamgit announce,
that means a rpm for teamgit is ready.
Hopefully they can also upgrade that fast when i announce 0.0.5 shortly.

 

Posted by bain

This happened to me as well....
from the blog post

"So weird. I usually rearrange my desktop every two weeks, often when
I am bored. Sometimes I want a quick lean, smallish desktop and other
times I want the whole shebang, all possible animations, SVG icons,
mouse gestures — you name it and I will already have tons of it!

Today I wanted to enable Compiz again and it just wouldn't start.
After a couple of tries that turned out to be dead ends I finally got
this:

/usr/bin/compiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0" <br />

Some more digging around Google gave me the answer: Metacity
and Compiz fight to be "compositing manager"
...

...as soon as I disabled
/apps/metacity/general/compositing_manager I could enable Compiz again!"

Posted by bain

I was for long looking for elegant way to embed picasa/flickr photos inside the website,
all solutions required some quirky flash slideshow or didn't blend as well inside website.

But then i found this [ http://pwa.sourceforge.net/ ]

It quite what i wanted,
Just copy this file  to your website and add these two lines on page you want to embed the photos.

<script type="text/javascript">username = 'username'; photosize='800'; columns='4';</script>
<script type="text/javascript" src="pwa.js"></script>
(make sure src='pwa.js' is a path to pwa.js e.g. if its in directory scripts/ then use 'scripts/pwa.js')

Also you an directly reference the individual albums,
just see what link the page creates for albums and copy it,
e.g. my nopeople album has link like this
http://www.devslashzero.com/photos?albumid=5260571127576029089
and you can use this link directly like any other.
great!!!!!

Posted by bain

I didn' expect it this soon... but google has acted on its promise,
Every single piece of code is open sourced.

Wow.... _this_ was expected but still make me miss a heartbeat.

Posted by bain

I used to vote for a party before based on non important stuff like economic policies and their political inclination etc.But now BJP is doing stuff, that matters.... http://www.linux.com/feature/150549

Posted by bain

India's moon mission Chandrayan-1 is all set and it carrier PSLV will begin fueling shortly. And if all goes well it will launch on 22nd Oct 2008.

Now all that will be required is to translate these achievements into practical good a common man can use.
Kudo's to isro.

Update: corrected the date from 14th oct. to 22nd oct.

Posted by bain

After yast/opensuse it was turn of urpm/mandriva

And guess what it sucks too....
It sucked so bad, and given my experience with suse i just gave up in about an hours time.
All the problems are almost identical to opensuse rant only much severe.

I coulnd't even install google gadgets package, i tried six times with multiple tries to update repo lists before that.
Every time it would just crib giving some nonsense failed message and ask me weather i want to continue with whatever is downloaded..... WTF???

Why is the ease and robustness of apt so hard to get?

Posted by bain

I just found out that pidgin now does for instant messaging what i ranted for email messages in few posts back.
An easy to use encrypted channel assistance to user without needing to use too much jargon and technology from user point of view.
It simply says few things like "unverified", "authenticated" etc and offers in plain english to establish a secure channel with the contact you are interacting with.

THIS SHOULD HAVE BEEN IN EMAILS YEARS AGO