When I get bored…
Its Saturday night, Germany just won again Denmark (soccer), and I am bored, so what can I do?
Lets code something fun, like I used to do back then, just to see if I can do it. And there is something I always wanted to do but never did. A webcam-ascii-dcc-chat.
And here it is:
As I always do the konversation DCC stuff this was no problem, but even the webcam and ascii part, thanks to aalib and HAsciiCam, was really easy. But this will never end up in a real konversation, or at least I won’t do it, because beside from the fun fact its utterly useless. So no gain, only pain maintaining it. If you still want to try it
git://anongit.kde.org/clones/konversation/buschinski/konv-hacks.git
Thanks to my weak git rebase –interactive skills I managed to the change the author of my
“Implement DCC HasciiCam” commit, I didn’t even know that this was possible but if you can tell me how to change it again I would be happy :)
In other more sane konversation news. Konversation(currently only git master) support SASL for quite a while now and we have a very nice userbase page about how to use it.
http://userbase.kde.org/Konversation/Configuring_SASL_authentication. There are more new features, but this might be the most important one for all mobile-freenode users.
June 18th, 2012 at 14:24
Great fun, can I propose you to join other projects and write skype-killer for fun? ;) Skype is going to be adware and open source world needs good video voip chat application.
June 19th, 2012 at 03:17
git rebase -i commit-hash~1
type “e” in the desired commit.
git commit –amend –author=”name ”
git rebase –continue
June 19th, 2012 at 03:18
hmmm the <email> went away by the markup
June 19th, 2012 at 12:12
that worked thx :)
September 27th, 2012 at 18:59
Any chance for OTR support soon? :)