-
Posted: January 6th, 2009, 8:02pm CET
pIt has happened recently that we have tried very hard to fix a few annoying problems on one of the Tigase installations. Whatever we did, however the problems still existed after uploading a new version and the server restart. It worked fine in our development environment and it just didn't on the target system./p
pIt turned out that due to a specific environment settings on the target system an old version of the Tigase server was always started regardless updates we were uploading. When I finally started looking at the installation the first indication that something is wrong was lack of any log files in place where I expected them./p
pThe best way to check all the environment settings used to start the Tigase server is to use..... strongcheck/strong command line parameter:/p
pre
./scripts/tigase.sh check etc/tigase.conf
Checking arguments to Tigase
TIGASE_HOME = .
TIGASE_JAR = ./jars/tigase-server.jar
TIGASE_PARAMS = etc/tigase.conf
TIGASE_CONFIG = nbsp;etc/tigase.xml
TIGASE_RUN = tigase.server.XMPPServer -c etc/tigase.xml --property-file etc/init.properties
TIGASE_PID = ./logs/tigase.pid
TIGASE_OPTIONS = --property-file etc/init.properties
JAVA_OPTIONS = -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 \
-Djdbc.drivers=com.mysql.jdbc.Driver:org.postgresql.Driver \
-server -Xms100M -Xmx200M -XX:PermSize=32m -XX:MaxPermSize=256m
JAVA = nbsp;/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java
JAVA_CMD =
CLASSPATH = ./jars/tigase-server.jar:./libs/jdbc-mysql.jar:./libs/jdbc-postgresql.jar:\
./libs/tigase-extras.jar:./libs/tigase-muc.jar:./libs/tigase-pubsub.jar:\
./libs/tigase-utils.jar:./libs/tigase-xmltools.jar
TIGASE_CMD = /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java \
-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 \
-Djdbc.drivers=com.mysql.jdbc.Driver:org.postgresql.Driver \
-server -Xms100M -Xmx200M -XX:PermSize=32m -XX:MaxPermSize=256m \
-cp ./jars/tigase-server.jar:./libs/jdbc-mysql.jar:./libs/jdbc-postgresql.jar:\
./libs/tigase-extras.jar:./libs/tigase-muc.jar:./libs/tigase-pubsub.jar:\
./libs/tigase-utils.jar:./libs/tigase-xmltools.jar tigase.server.XMPPServer \
-c etc/tigase.xml --property-file etc/init.properties
TIGASE_CONSOLE_LOG = ./logs/tigase-console.log/prepIn our case strongTIGASE_HOME/strong was set to a fixed location pointing to an old version of the server files. The quick strongcheck/strong command may be a real time saver./p
pa href=http://www.tigase.org/en/content/tigase-tip-checking-runtime-environmentread more/a/p
-
Posted: January 5th, 2009, 4:47pm CET
pThe Tigase server is very extensible through the well defined API. You can easily attach your code to any part of the server and load it at the startup time. It is quite simple to connect the Tigase to any database, add own components, plugins, packets filters, resource monitors and so on./p
pThere are, however at least two disadvantages of this kind of extensibility. You have to write Java code and the code can not be reloaded at run-time. So basically you have to restart the server to apply your changes./p
p
div class=imageimg width=279 height=188 vspace=2 hspace=5 alt=Installing Groovy script src=http://www.tigase.org/files/image/tigase-scripting/groovy-script.png /br /
divInstalling Groovy script/div
/div
p What about a code in a scripting language which could be reloaded/added/removed at runtime without affecting normal work of the server? Which scripting language? Ideally any, ideally your preferred language. How? Of course using ad-hoc commands./p
pThis is possible now. You can create your scripts in almost a href=https://scripting.dev.java.net/any language/a and load the script at runtime to the server to do some work for you. The Tigase server supports scripting through a href=http://java.sun.com/javase/6/docs/api/javax/script/package-summary.htmlJSR-223 API in Java6/a. Maybe it doesn't make sense to use some of the supported languages like AWK for example in the Tigase server. Nevertheless I have learned already that users' use cases go far beyond my expectations. Therefore there are virtually no restrictions on the language you choose. Just put all required JAR files in the Tigase codelibs//code directory and the language is available to you./p
pa href=http://www.tigase.org/en/content/extensibility-extendedread more/a/p/p
-
Posted: January 5th, 2009, 11:01am CET
Planet Erlang is fastly becoming a large index for Erlang projects resources, including ejabberd. pSince its relaunch, a href=http://www.planeterlang.orgPlanet Erlang/a is now indexing content from tens of Erlang related blogs. Thank to its search engine, you can now find many blog posts and articles on lots of different Erlang topic. ejabberd is one of the most covered topic there./p
pYou should have a look and try searching for ejabberd in the search engine (search field on the right)./p
pThe list of resources is growing every day as we are adding even more older resources./p
pYour comments and feature requests are welcome !/p
-
Posted: January 5th, 2009, 12:37am CET
div class=snap_previewbr /pRecently Casey Ho emerged from the Pidgin community doing many interesting things trying to gather feedback from the users, but what really got me interested was the a href=http://blog.caseyho.com/2009/01/brainstorm-and-vote-on-ideas-for-pidgin.htmlnew brainstorm/a based on a href=http://brainstorm.ubuntu.com/Ubuntu#8217;s brainstorm/a./p
pIn a very short time it received hundreds of votes and very good feedback on Casey Ho#8217;s blog. Apparently it was too convenient, and Pidgin devs didn#8217;t like that./p
pJust like in a totalitarian rule, the brainstorm was quickly shut-down regardless of what users thought. Luke Schierer a href=http://www.schierer.org/~luke/log/20090103-1804/feedbackexplained the reasons/a, which can be narrowed down to: developers whined about yet another place to receive feedback./p
pSo, when users organize that doesn#8217;t help to build a community, but a #8220;clamoring mob of users#8221;. Instead, feedback should be received in the usual way, which is slow, difficult and very restrictive; exactly how Pidgin devs like to work./p
pIt looks like a rational response, except when you think about it for two seconds and ask yourself: what is the difference between a user and a dev? The official blessing of the Pidgin#8217;s junta? X number of blessed patches?/p
pThe truth is that in functional open source communities, the line between devs and users is blurry; community members are both devs and users at the same time./p
pLet#8217;s take an example:/p
pAbout 4 years ago, voice and video was the most requested feature, but there was no way users could convince developers of that and it was clearly stated by the developers that voice and video would never be implemented, because Pidgin (at that time Gaim) was an instant messaging client, and just that./p
pHowever, some users did not accept that and started a friendly fork called gaim-vv which gained some support from the the core developers, but eventually was killed by some decisions by the main developer. Ubuntu Brainstorm made obvious that vv was the most requested feature by far, and eventually a proposal came to Google SoC, that#8217;s how Maiku became a core developer./p
pIt#8217;s quite easy; users vote for features, some features are so relevant that some users decide to implement them, and if they like the development process they keep submitting patches until they are trusted and get commit access. Google SoC facilitates the process for some users./p
pBut Pidgin devs are somehow unable to see that; what users want is irrelevant, only what devs want is relevant; therefore the brainstorm was a bad idea. And they still claim that user feedback is welcome./p
pI added a a href=http://developer.pidgin.im/ticket/7991del datetime=00track/del trac ticket/a to add back the brainstorm section. You can vote there to fight back img src=http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif alt=;) class=wp-smiley / /p
pBTW. If they are so open to user feedback why all their blogs have comments closed except Casey Ho#8217;s?/p
h3Update/h3
pThe ticket was changed from #8220;Add a brainstorm section#8221; to #8220;Make trac provide various features like Brainstorm#8221;, carrying out the 2 votes it already had, which is like to change #8220;I want a cheetah#8221; to #8220;I want a falcon with features like a cheetah#8221;, no, I want a #8220;brainstorm section#8221;; don#8217;t put words on my mouth./p
pIn a brainstorm, subjects can#8217;t be changed precisely because of this reason, so the first thing to change in trac would be that, which doesn#8217;t really make sense./p
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;a rel=nofollow href=http://feeds.wordpress.com/1.0/gocomments/felipec.wordpress.com/242/img alt= border=0 src=http://feeds.wordpress.com/1.0/comments/felipec.wordpress.com/242/ //a a rel=nofollow href=http://feeds.wordpress.com/1.0/godelicious/felipec.wordpress.com/242/img alt= border=0 src=http://feeds.wordpress.com/1.0/delicious/felipec.wordpress.com/242/ //a a rel=nofollow href=http://feeds.wordpress.com/1.0/gostumble/felipec.wordpress.com/242/img alt= border=0 src=http://feeds.wordpress.com/1.0/stumble/felipec.wordpress.com/242/ //a a rel=nofollow href=http://feeds.wordpress.com/1.0/godigg/felipec.wordpress.com/242/img alt= border=0 src=http://feeds.wordpress.com/1.0/digg/felipec.wordpress.com/242/ //a a rel=nofollow href=http://feeds.wordpress.com/1.0/goreddit/felipec.wordpress.com/242/img alt= border=0 src=http://feeds.wordpress.com/1.0/reddit/felipec.wordpress.com/242/ //a img alt= border=0 src=http://stats.wordpress.com/b.gif?host=felipec.wordpress.comamp;blog=62686amp;post=242amp;subd=felipecamp;ref=amp;feed=1 //div
-
Posted: January 4th, 2009, 12:04am CET
pIn the last few days, with very little discussion among developers, an implementation of brainstorm was setup on the pidgin.im site. I would like to emphasize that taking this site down is not because we are indifferent to user feedback, nor actively ignoring it. Here, particularly, nothing could be further from the truth./p
pOur concern is two part. Firstly, the brainstorm site is built on top of drupal, which requires significant resources on the part of the server. We are concerned that under the load we have seen in the past, our servers will be unable to run drupal, and its existence, rather than furthering communication between our users and our developers, will in fact impede it, by bringing our website down entirely./p
pSecondly, our concern is that, like the forums we used to have on SourceForge, the brainstorm site will become a backwater of sorts, where users submit feedback yes, but also a site where that feedback goes largely unheard./p
pThe brainstorm site, to be useful, will require a very active developer presence. Partly because proposing and voting on features does no good if developers do not see the votes, but for more mundane and fundamental reasons as well./p
pAlready, in the couple days the site is been up, we see some problems. Duplicates here, as in the Trac tickets, are quite common, and quite frequently going unnoticed by the average user. Over time, duplicates like this will mean that the same idea will either have its votes split across so many different items that it will appear, falsely, relatively unpopular, or will be voted up so many times by the same user (once on each instance), that when it is noticed and merged, it will, equally falsely, appear disproportionately popular./p
pA separate concern of my own is that users seeing the brainstorm site, with its high emphasis on voting, will fail to take head of the note that it does not and will not significantly affect the direction development takes./p
pOpen source developers work best, work at all in many cases, when they are given free reign to work on projects and subprojects that interest emthem,/em. If I, or anyone else, tried to tell our developers that they must drop everything and work on the 5 most popular ideas, most of them would quickly find that their free time could be more enjoyably spent on other projects. In an ideal world the ideas that most interest developers would closely mirror the desires of the larger community, but when users fail to step up, develop a trust relationship with others, and join in the development process, reality deviates from the ideal. In such cases, things of great importance to the larger community will languish./p
pThe idea behind this voting system, as I see it, is to answer the question #8220;What can I do to help?#8221;. When an idea is highly popular, but not yet being worked on, we as a community, if there is to embe/em a emstrongcommunity/strong/em, and not just a clamoring mob of users, need to realize that help is needed to achieve that goal. A highly voted for idea should thus be seen as an open invitation for a patch, or more realistically, a series of patches, from someone who has never before worked with us, or who, having worked with us some in the past, is looking around for what to tackle next./p
pFor this reason, along with my concerns about resources, I feel it to be emvery/em important that a voting system be integrated in with the normal development process. While this might somewhat increase the burden of submitting a new idea, most if not all of the ideas submitted so far reflect tickets already submitted in Trac. However, once an idea is submitted, having the voting integrated in with the development process will ensure that it is, in fact, feedback; that it is seen by those working with the Pidgin, Finch and libpurple code base./p
-
Posted: January 3rd, 2009, 6:44pm CET
As some of you have already noticed, the Brainstorm site was taken down not long after the launch (for those of you subscribed to the Pidgin feed, apologies for the redundancy).br /br /This is not a post for debating why this happened. If you want to learn more, read the a href=http://pidgin.im/cgi-bin/mailman/listinfo/develdevelopment mailing list/a and maybe even send an email.br /br /In lieu of Brainstorm, you can now a href=http://developer.pidgin.im/queryvote on individual issues/a on the development site.br /br /I'm interested in knowing what you think you think of the alternative (since comments are disabled in the other posts). If it's better, great! If not, why?br /br /If you did not see Brainstorm, here's a href=http://brainstorm.ubuntu.coman identical example/a.img src=http://feeds.feedburner.com/~r/caseyho/~4/502201419 height=1 width=1 /
-
Posted: January 2nd, 2009, 3:19pm CET
Today Pidgin is launching a new community for users. a href=http://community.pidgin.im/brainstorm/Brainstorm/a, the centerpiece of this site, features a voting system for discovering the most popular Pidgin-related ideas.br /br /With this, the developers will hopefully get a good sense of what is important. Brainstorm will also track when submitted ideas are finally implemented.br /br /The benefits aren't limited only to the developers. Plugin developers and patch writers will be able to get some inspiration too. br /br /Many thanks to the guys who made Ubuntu Brainstorm, which forms the backbone of Pidgin Brainstorm. Also needing recognition: Vadim Peretokin and maxious, who suggested an ideas board on my blog post about a href=http://blog.caseyho.com/2008/12/help-build-better-pidgin-user-community.htmlbuilding a better community/a. This was all put together in less than 72 hours (notwithstanding some New Year's celebrations).br /br /Please comment on what you think about the new site, and how it compares to the old system.br /br /So get on out there and start submitting ideas for your favorite a href=http://www.pidgin.imchat client/a!img src=http://feeds.feedburner.com/~r/caseyho/~4/501301115 height=1 width=1 /
-
Posted: December 31st, 2008, 3:46am CET
Well, it's been eight days since we released Pidgin 2.5.3. In that 8 days, we've had more duplicate tickets than we care to count over the all-too-common a href=http://developer.pidgin.im/ticket/7849hang on exit on Windows systems/a. In the faint hope that people actually read my ramblings, I'm posting this here to give a brief synopsis of the problem and to discourage further duplicate tickets.br /br /On Windows sytems, Pidgin uses threads for a few things, namely DNS lookups and Network Location Awareness (NLA) stuff. For the Linux-inclined, NLA is somewhat similar to NetworkManager. When we released Pidgin 2.5.3, we started getting a bunch of reports about hangs on exit (including a number of people who don't know the difference between a hang and a crash, but that's another post in itself). All the debug logs pointed to wpurple_cleanup(), a function we call on close to tie up some loose ends, or clean up. One of the areas this function cleans up is NLA-related stuff.br /br /This code hasn't changed meaningfully in quite some time, but magically it became a problem for users of 2.5.3. It doesn't really make any sense to me why this would suddenly stop working in the current release, but the previous release seems to be almost entirely problem-free in this regard. Confusion aside, however, we have a proposed fix that will be reviewed and possibly tweaked.br /br /So in summary, we know what the problem is and we are working to fix it. Please, please, please don't open anymore duplicate tickets about it!div class=feedflare
a href=http://feeds.feedburner.com/~f/pidginnews?a=35Jhfv.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=35Jhfv.P border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=g0sbz3.pimg src=http://feeds.feedburner.com/~f/pidginnews?i=g0sbz3.p border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=tkWWw0.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=tkWWw0.P border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=ofzfAE.pimg src=http://feeds.feedburner.com/~f/pidginnews?i=ofzfAE.p border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=9Yd7wB.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=9Yd7wB.P border=0 //a
/divimg src=http://feeds.feedburner.com/~r/pidginnews/~4/499804698 height=1 width=1 /
-
Posted: December 30th, 2008, 6:41pm CET
OneTeam for iPhone 1.2.0 is scheduled for submission on Apple Appstore. pOneTeam for iPhone is a Jabber / XMPP for iPhone that supports a large subset of the XMPP protocol. It is clean, easy to use and to not rely on third party server (it connects directly to your XMPP server)./p
pI think we have reached a point in development where we are really happy with this client. It supports a really large number of XMPP server and authentication method. One of our biggest surprise has been with iChat server that require very unusual authentication methods. OneTeam for iPhone is probably one of the few XMPP clients that now supports it./p
pWe have been quite far today in supporting XMPP features. For example we support gateways discovery and configuration directly from the phone (and gateway contact addition as well). The next big feature is probably be going to be groupchat support./p
pWe are listening to your comments to help us improve this mobile XMPP client. Currently we think it is one of the most usable mobile client, but we are expecting to make it even better. Your feedback is welcome :)/p
pMore details on the product page a href=http://www.process-one.net/en/solutions/oneteam_iphone/OneTeam for iPhone/a./p
-
Posted: December 30th, 2008, 10:23am CET
PlanetErlang, the Erlang news and blog post aggregation site has been rewritten. pThe new site should be easier to read. It includes a search engine, that allows users to search inside the history of Erlang posts among all the known blogs. The sitebar also contains latest Twitter post on Erlang./p
pPlanet Erlang is available on the following address: a href=http://www.planeterlang.orghttp://www.planeterlang.org/a./p
pEnjoy !/p
-
Posted: December 29th, 2008, 5:14am CET
div2008 has been a slightly unusual year for the a href=http://www.pidgin.im/Pidgin chat client/a. Improvements were made, but the biggest news was caused by unhappy users. That's one of the reasons why I created a a href=http://pidgin.im/survey/index.php?sid=84494user survey/a to figure out what the big issues are./divdivbr //divdivIf you're a Pidgin user, please fill the survey out! It should only take a couple of minutes and will be invaluable in figuring out how to improve Pidgin./divdivbr //divdivFor some background, a change to the size of the a href=http://developer.pidgin.im/ticket/4986chat input box/a led to the largest dispute. Time will tell whether the right decision was made; for now a bigger question looms- was there anything we could have done to handle this better?/divdivbr //divdivMost of the discussion occured in a back and forth email flamewar. Frankly it's hard to gauge how big a problem is from a venue like this. To put it into perspective, Pidgin has so many users that an issue affecting 0.1% of the userbase means thousands of people are unhappy./divdivbr //divdivThis post has comments enabled- do you have any suggestions for things we can do to improve the way users interact with one another and with developers? Surveying users is just one step along this path. I'm sure we can do more though, and we need things that can support the huge size of the Pidgin community./divdivbr //divdivIf you're a Pidgin user or someone who has experience managing user requests, write down your ideas!/divbr /!--br /a href=http://digg.com/submit?phase=2amp;url=http://blog.caseyho.com/2008/12/help-build-better-pidgin-user-community.html target=_blankimg src=http://digg.com/img/badges/100x20-digg-button.png width=100 height=20 alt=Digg! border=0//abr /--img src=http://feeds.feedburner.com/~r/caseyho/~4/498181048 height=1 width=1 /
-
Posted: December 27th, 2008, 4:40am CET
divI'm a product management junkie. I've launched several startups of my own and consulted with many times more. Making a real impact on users motivates me first and foremost. One of the first pitches I ever made (when I was still a teenager, no less) was to Bill Gates./divdivbr //divdivimg src=http://4.bp.blogspot.com/_aJjn1nW9OPk/SV34VM803nI/AAAAAAAAAAo/Z589cEmyCCw/s400/billgates.jpg border=0 alt= id=BLOGGER_PHOTO_ID_5286654580740120178 //divdivI have the pleasure of working on two products with staggeringly large userbases right now- Google Book Search and Pidgin. I am attempting to improve the relationship of Pidgin with its users, and will often blog about this. br //divdivMy roots also start in engineering. I both design and build many of the things I work on./divdivbr //divdivspan class=Apple-style-spanThe question I want to answer: What does it take to an idea from nothing to success, and to get others to buy in along the way?/span/divdivbr //divdivI want this blog to reflect that. It will have a heavy dosage of musing about product issues, with a sprinkling of entrepeneurship and engineering.br //divdivbr //divdivI don't intend on maintaining any sort of regular posting schedule, but I will certainly write whenever I have some stroke of inspiration.br //divdivbr /This is a personal blog, and my writings do not reflect the opinions of my employers.br //divimg src=http://feeds.feedburner.com/~r/caseyho/~4/498181049 height=1 width=1 /
-
Posted: December 26th, 2008, 7:04am CET
pOur Christmas this year was very nice, with lots of good presents, time spent with family, delicious food, and an opportunity to foil an armed robbery. Yes, an armed robbery. How do I continually get myself into these situations?/p
pWhile heading back home from my stepdad#8217;s parents#8217; house, I spotted a guy standing in a small field at a street corner near my parents#8217; house, holding what looked to be a gun. The guy was probably late teens/early adult, Caucasian, and dressed in all black. His actions looked instantly suspicious. He was pointing the gun to the ground and made some motion as if he was checking the ammo or something. He seemed pretty lost in his own world, apparently not even realizing he seemed very suspicious./p
pMy Mom was driving, and decided to slowly drive away from home instead of toward it, and then turn around, giving us time to watch and see what was happening. We knew there was a gas station across the street and wanted to see if he was going to head in there. If so, there was a good chance we#8217;d be witnessing a robbery./p
pSure enough, he started walking across the street to the TowerMart, a gas station/convenience store. We parked the car and my Mom grabbed my phone and called 911 while my brothers and I carefully watched from behind a building, making sure we weren#8217;t noticed. We saw the guy walking back and forth at the side of the building, looking ivery/i nervous. He was wearing long sleeves with his left hand exposed and his right hand (which was holding the gun) completely covered. As my Mom talked to the police, we continued to watch, and the guy eventually psyched himself into going into the store. He put the gun in his pocket and went in./p
pThe store was pretty crowded, and we weren#8217;t sure what to expect. Would people be running out screaming? Would people be locked in? Would we hear gun fire? Or would he just leave?/p
pWe never saw him actually leave, but we could only see the one side of the building. A couple minutes later, six police cars drove up, two right beside us. Two cop cars pulled up alongside us. One of them hopped out, grabbed a big ol#8217; semi-automatic, and approached the building, pointing the gun, ready to fire. Three other cops did the same, surrounding the building. A couple other cops went in and got people out of there, with another couple cops asking those people if they had seen anyone matching the description we gave, or saw other suspicious activity./p
pThey spent some time going through the TowerMart and eventually came back out once they were sure he wasn#8217;t hiding in there. It seems at some point, he had left the building. We weren#8217;t able to see when. However, he was definitely in there. Practically everyone they talked to noticed him, as he was nervously walking in circles around the building, completely covered. He had either grown nervous with the number of people in there, or heard the sirens come. Either way, he got out of there before doing anything./p
pAs most of the cops started to exit the building, the one who had pulled up closest to us walked up and asked what we saw. Then he said, #8220;Oh, I talked to you before.#8221; We all thought that was strange, since he hadn#8217;t actually talked to us, but then he pointed out that he remembered us from a href=http://www.chipx86.com/blog/?p=257the assault/a back in May. Good memory./p
pWe walked with him to the field and pointed out roughly where we saw him standing. He found the footprints and was calling out the detectives to take pictures or whatever. We chit-chatted briefly before returning home. He told us we very well may have saved the store and a lot of people from experiencing a robbery on Christmas Day. I just hope the guy didn#8217;t make another attempt elsewhere./p
pWe found out that an hour or two later, the police were still all over that place. About an hour ago, they apparently had arrested someone not too far from here. Whether related or not, I don#8217;t know. Given that they had video footage of the guy, testimonies and descriptions from a bunch of people in the store, and his footprints, it#8217;s probably only a matter of time./p
pThe rest of Christmas proceeded without police intervention. Merry Christmas!/p
img src=http://feeds.feedburner.com/~r/chipx86/chiplog/~4/495362196 height=1 width=1 /
-
Posted: December 25th, 2008, 8:09am CET
pThis past Monday, Mark Shuttleworth a href=http://www.markshuttleworth.com/archives/253wrote about/a their plans for an overhaul of desktop notifications (the little popup bubbles telling you someone IM#8217;d you or there#8217;s updates available). Many people have asked me about this, some concerned, and wanted to know what I thought. Being the maintainer of libnotify, notification-daemon and the a href=http://www.galago-project.org/specs/notification/Desktop Notifications specification/a, some people were concerned that this work would supersede my own./p
pThe reality is, this isn#8217;t a replacement of my project. This is a new joint effort between Ubuntu, KDE, and myself. What#8217;s been written in Mark#8217;s post may not end up being the end result. We#8217;re still deciding how this will progress, and Ubuntu wants to experiment a bit. a href=http://aseigo.blogspot.com/2008/12/notifications.htmlAaron Seigo#8217;s post/a on the subject sums up a lot of my thoughts on this, and I recommend reading it, though I#8217;ll go further and discuss where this all started and how it#8217;ll affect the project./p
pFirst of all, libnotify/notification-daemon isn#8217;t going anywhere. It#8217;s not being replaced, nor is an alternate spec being drafted. Ubuntu#8217;s User Experience team has some new things they want to try, and that#8217;s fine. The plan is to see how this stuff goes in their codebase, with the intention of migrating code back upstream./p
pA couple of weeks ago, during the Ubuntu Summit, I was invited to speak with some of the developers and User Experience guys from Ubuntu about their plans. They showed me the mockup that#8217;s on Mark#8217;s blog and told me about their plans. They have things they want to do that could definitely improve the experience. Some things are pretty controversial, such as the removal of actions on notifications. We sat down, discussed and debated various aspects of the proposals for a while, and I believe reached a general course of action for the project. The highlights include:/p
ul
liActions will be removed for applications packaged in Ubuntu. The developers will try to replace them with something that they feel makes more sense, with the hope of pushing these changes upstream./li
liThe released notification-daemon will, I believe, support actions, since many non-packaged applications do use them. They will, however, appear as old-style notifications and not appear in the new window stack demoed in Mark#8217;s blog post./li
liWe#8217;ll be drafting new additions to the notification spec in order to address the needs of KDE and Mozilla./li
liThe work will be done by their developers in either a fork or a whole new notification-daemon implementation, allowing them a greater ability to experiment. These changes (or parts of them) will make their way upstream. It will be spec-compatible so users won#8217;t have to worry too much about losing features (aside from actions, perhaps)./li
liIn the end, it#8217;ll likely be that the Ubuntu theme specifically works this new way, and that other themes will work differently (they may support actions more directly, for example)./li
/ul
pNow I should point out that I don#8217;t believe actions are a bad thing. There#8217;s many use cases where actions are very much warranted, and it seems Aaron agrees. While the Ubuntu team has discussed the possibility of deprecating this in the spec, I believe the end result will be that actions will live on. I#8217;m also pretty adamant that upstream notification-daemon will still support actions and some other features. Ubuntu can choose what experience to give their packaged applications, but that may differ a bit from what we decide upstream./p
pTime will tell how this all turns out. I personally think it#8217;s great that there#8217;s some momentum on this project. I know I haven#8217;t had much time to work on it as of late, between a href=http://www.vmware.com/VMware/a and a href=http://www.review-board.org/Review Board/a, which is why getting some new people on board with fresh thoughts will probably be a good thing./p
pOn a related note, I#8217;d like to welcome Andrew Walton to the project. He#8217;s going to be working as a co-maintainer and helping out when I#8217;m busy (which will be a lot of the time for a while)./p
pOver the next month or two, the project should start to pick up. We#8217;re beginning to look at ways to improve the spec and at what work needs to be done in the near future for the project. These discussions will take place on a href=http://lists.freedesktop.org/mailman/listinfo/xdgxdg-list/a./p
pAnd with that, I wish everyone a Merry Christmas (or just a very good December 25th for those who don#8217;t celebrate Christmas)!/p
img src=http://feeds.feedburner.com/~r/chipx86/chiplog/~4/494655883 height=1 width=1 /
-
Posted: December 24th, 2008, 5:19pm CET
pLast week a href=http://thekingant.livejournal.com/87060.htmlI complained/a that the fee for bringing a pet on a plane with you was unreasonably high. I think Emily pointed out that children under the age of two can fly on planes all day long with no fee whatsoever. Something else I didn't realize is that most major airlines are now charging for checking a single bag./p
pPlease enjoy this handy table, and remember to factor in the extra fees when buying your ticket. All prices are for coach class (sometimes fees are waived for business and first class). And let me know if you notice any inaccuracies./p
table border=1
trthAirline/ththIn-cabin pet/ththChild under 2 years old/ththFirst checked bag/ththSecond checked bag/th/tr
trtdAmerican Airlines/tdtd$100/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdContinental/tdtd$125/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdDelta/tdtd$150/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdJetBlue/tdtd$100/tdtdFree if sitting on parent's lap/tdtdFree/tdtd$20/td/tr
trtdNorthwest/tdtd$150/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdSouthwest/tdtdDoes not allow pets/tdtdFree if sitting on parent's lap/tdtdFree/tdtdFree/td/tr
trtdUnited/tdtd$175/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdUS Airways/tdtd$100/tdtdFree if sitting on parent's lap/tdtd$15/tdtd$25/td/tr
trtdVirgin America/tdtd$50/tdtdFree if sitting on parent's lap/tdtdFree/tdtd$25/td/tr
/table
-
Posted: December 23rd, 2008, 9:39pm CET
Remember four months ago when I said I a href=http://thekingant.livejournal.com/82707.htmlswitched to Google Mail/a? The count of emails in my spam folder shows me a seven day rolling average of the amount of spam I've received for the past week.br /br /On November 10th a large source of email spam was shut down. Reports stated that it caused a noticeable drop in the amount of spam on the Internet. I noticed that my seven day rolling average dropped from about 11,000 to about 5,000.br /br /Check out this screen shot from a a href=http://voices.washingtonpost.com/washingtonpostinvestigations/2008/11/spam_provider_shut_down_leads.htmlWashington Post article/a:br /a href=http://voices.washingtonpost.com/washingtonpostinvestigations/2008/11/spam_provider_shut_down_leads.htmlimg src=http://www.washingtonpost.com/wp-dyn/content/photo/2008/11/13/PH2008111301768.jpg //a
-
Posted: December 23rd, 2008, 10:43am CET
pI recently upgraded a system to both Ubuntu 8.10 and VMware Workstation 6.5, and while using it, I realized a number of keys were broken. The down arrow invoked the Windows Start Menu, for instance. Pressing Alt caused the key to be stuck. I knew this stuff worked in 8.04, but it certainly wasn#8217;t in 8.10./p
pAfter some digging around, I found a forum post (lost the link, sorry) that fixed this. It#8217;s worked pretty well for me, and so I thought I#8217;d share for all those who have hit this issue./p
pEdit your tt$HOME/.vmware/preferences/tt file and add:/p
pre
xkeymap.keycode.108 = 0x138 # Alt_R
xkeymap.keycode.106 = 0x135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0x148 # Up
xkeymap.keycode.116 = 0x150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0x152 # Insert
xkeymap.keycode.119 = 0x153 # Delete
xkeymap.keycode.110 = 0x147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0x149 # Prior
xkeymap.keycode.117 = 0x151 # Next
xkeymap.keycode.78 = 0x46 # Scroll_Lock
xkeymap.keycode.127 = 0x100 # Pause
xkeymap.keycode.133 = 0x15b # Meta_L
xkeymap.keycode.134 = 0x15c # Meta_R
xkeymap.keycode.135 = 0x15d # Menu
/pre
pThat should do it!/p
img src=http://feeds.feedburner.com/~r/chipx86/chiplog/~4/493012081 height=1 width=1 /
-
Posted: December 21st, 2008, 1:21pm CET
Well, we finally kicked Pidgin 2.5.3 out of the nest, two days late. It's spreading its wings and flying.br /br /Noteworthy in this release are that 58 bullet points are in the a href=http://developer.pidgin.im/wiki/ChangeLogChangeLog/a (not counting the headers for libpurple, Pidgin, Finch, and the protocols) and 85 tickets were closed, 40 of which were marked in trac as patches. Also of note is the insane amount of work Mark Doliner put into our MSN and MySpace plugins, which should resolve a number of crashes and the MySpace doesn't sign off issue.br /br /A few big items to summarize:br /ulliMark did massive code cleanup in MSN/liliMark fixed a number of shortcomings in the MySpace IM protocol as well as doing code cleanup.br //liliWe accepted a ton of patches./liliICQ typing notifications should work for some third-party clients now./liliXMPP resources now default to the empty string, causing modern servers to assign us a resource via a bind. In the event of an ancient server, such as the one DreamHost runs, we will detect the lack of this capability and enforce the default Home resource if a user hasn't set a resource./liliXMPP resources can now include __HOSTNAME__ as a special token that will be replaced with the hostname of the machine being used. For example, if I run Pidgin on my MacBook and configure the resource on an XMPP account to be __HOSTNAME__, the resource sent to the server will be macbook, since this is the hostname of my MacBook./liliSome long-outstanding patches have been applied for Gadu-Gadu, implementing IM images./liliApply some patches for Zephyr, enabling autoreply when away to emulate zaway and some bugs with the 'use tzc' option./liliWe no longer get certificate errors for rsi.hotmail.com when logging into MSN and retrieving offline messages./liliMany, many other things best read about in the ChangeLog./li/ulEnjoy this release, which I'll call the Thank-a-patch-writer release!div class=feedflare
a href=http://feeds.feedburner.com/~f/pidginnews?a=nwySSA.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=nwySSA.P border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=C0VsdG.pimg src=http://feeds.feedburner.com/~f/pidginnews?i=C0VsdG.p border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=53yF7i.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=53yF7i.P border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=QeqCTL.pimg src=http://feeds.feedburner.com/~f/pidginnews?i=QeqCTL.p border=0 //a a href=http://feeds.feedburner.com/~f/pidginnews?a=8goICX.Pimg src=http://feeds.feedburner.com/~f/pidginnews?i=8goICX.P border=0 //a
/divimg src=http://feeds.feedburner.com/~r/pidginnews/~4/495496457 height=1 width=1 /
-
Posted: December 21st, 2008, 6:00am CET
pThe last portion of this year has been draining on many fronts. It#8217;s not a complaint#8212;just a statement. I was grading two classes, taking another and working full time. It was too much. I worked through everything, but at different times had to neglect things that I would have preferred to focus on. /p
pI am slowly recovering. Now in this slow, happy time of Christmas and New Year#8217;s I find myself without my normal drive. I feel empty and light; it#8217;s disturbing after the harried pace of the past 4 months. There are so many side projects that I want to work on, but simply can#8217;t find the energy or desire to focus on them. /p
pOver the years I#8217;ve come to realize that the creative expenditure of creating software comes at a price. I have a fixed capacity for creating software#8212;if I expend that capacity it requires time to refuel. In the interim, I can still create but at a much diminished pace, and typically with a much lower quality than what I am accustomed to. The best thing to do, typically, is NOT create. Wait, pause and be patient. Permit focus to drift until it#8217;s ready to snap back to laser precision for the next Push./p
pThis post probably sounds like nonsense#8212;perhaps it is./p
-
Posted: December 20th, 2008, 2:49am CET
pThe main part of the Tigase server development is testing. Actually I spend much more time on testing the server in different scenarios than on writing the actual code./p
pMost of the tests can be run locally on the development machine. Performance tests and especially load tests require more hardware but usually the development machine as a client and one mor as the server is enough./p
pOne category of tests however require more hardware to be involved and in the best case scenario that hardware should be always on to see how the software behaves over the longer period of time. Clustering tests. They require ideally 3 machines for the server deployment. I run automated tests on the Tigase server very often and also this clustered installation is available to the public at the address: a href=http://xmpp-test.tigase.org/xmpp-test.tigase.org/a. By running it for a long time and exposing it to the public I can catch many exceptional cases and fix problems which don't appear on short automatic test runs./p
pAt the moment I use 3 machines which are always turned on. Unfortunately 2 of them are very old hardware which have started to refuse working more and more often. Therefore I am looking at replacing them with something different. Ideally it would be low power consumption machine with at least 512MB RAM. There is even no hard disk needed as the system could be started from USB stick or DVD disk. It could be also a laptop with at least single core Pentium M 1.5GHz and 512MB RAM./p
pIf you have such a hardware and can offer it to the project I would very much appreciate your help. Please send me a message using the a href=http://www.tigase.org/contactcontact form/a, or via email/xmpp at the address: strongkobit AT tigase.org/strong to discuss details.nbsp;/p
pa href=http://www.tigase.org/en/content/spare-hardware-clustering-tests-neededread more/a/p