Live data from Hacker News

Jaiku or Laconi.ca?

news.ycombinator.com

1–10 of 14 posts

Jaiku or Laconi.ca?

#1
Looking to use microblogging tool for a large scale instance. After spending a couple of days evaluating them I havent been able to figure out which one to use..

Laconi.ca - Its PHP based. - Partial XMPP support

   Pros
     - Supported by a good number of clients include mobile
     - Supports OpenMicroBlogging (OMB)
     - API is similar to twitter's
     - federation support
   Cons
     - GNU Affero license ( would have release all UI changes as well)
     - Creative Commons Attribution for all msgs. AGG
     - UI sucks & looks amateurish

Jaiku - Python based - Not sure about the XMPP support Pros - Licensing is Apache based - Pretty good UI Cons - Not a open standard - wont work with all or most twitter clients - No federation support

Anyone have thoughts about this? Any pointers to feature comparison.

Both seem to be in active development, but neither is perfect!

Thoughts or Pointers pls?

Re: Jaiku or Laconi.ca?

#2
Why would Jaiku being Python-based be considered a con?

If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Re: Jaiku or Laconi.ca?

#3
post #2

Why would Jaiku being Python-based be considered a con? If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Oops, didnt mean for it to be a con. The text box to type into was rather small and hence the typo.

I agree with you. We would pick python over php.

Re: Jaiku or Laconi.ca?

#4
post #3
post #2

Why would Jaiku being Python-based be considered a con? If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Oops, didnt mean for it to be a con. The text box to type into was rather small and hence the typo. I agree with you. We would pick python over php.

I have made the correction.

Re: Jaiku or Laconi.ca?

#5
Hi. I'm the lead developer for Laconica.

You're incorrect on one important point: you can license the content of your own server however you want. We use the CC Attribution license by default, since it so closely matches how most people share microblogging data (e.g., you can copy and reuse it as long as you credit the author).

Jaiku will soon support OpenMicroBlogging -- we're working with the JaikuEngine team to make that happen.

Also, why do you say that the support of XMPP in Laconica is "partial"? And what don't you like about the UI? Do you use IE6 or something? It doesn't look very good in IE6.

Good luck on your microblogging service and let me know if you have any more questions.

Re: Jaiku or Laconi.ca?

#6
post #2

Why would Jaiku being Python-based be considered a con? If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Not me. When trying to get mass usage of an Open Source Web tool, I'd go with PHP every time. It's what's available on commodity Web hosting, and there's a big community of part-time Web programmers who know and use PHP. Compare: MediaWiki, Drupal, WordPress. Python is more glamourous and fun, but it's harder to build momentum for a massive FLOSS project written in Python.

Re: Jaiku or Laconi.ca?

#7
post #2

Why would Jaiku being Python-based be considered a con? If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Not me. When trying to get mass usage of an Open Source Web tool, I'd go with PHP every time. It's what's available on commodity Web hosting, and there's a big community of part-time Web programmers who know and use PHP. Compare: MediaWiki, Drupal, WordPress. Python is more glamourous and fun, but it's harder to build momentum for a massive FLOSS project written in Python.

I actually agree with you. But he's not asking about getting developers. He's talking about developing and maintaining an installation of it himself.

If I have to work on the code myself, Python is generally nice and PHP is generally nasty. I'm not a language dilettante, however. I choose the best tool for the job, and when we needed a new website, I ended up building (still building it, as we speak actually...just wrapping up a few last minute tweaks) it with Drupal. And, if I wanted something to get a lot of users, I would probably write it in PHP (and I think the first shopping cart plugin we build to work with our products will be for Drupal+UberCart, because it is not at all horrible to work with as many PHP shopping carts are, and it has a very large user community; so I'll be doing a lot more PHP work in the future).

I just didn't understand why being written in Python was in the cons section. It seems the OP didn't intend for it to be and has corrected it.

Re: Jaiku or Laconi.ca?

#8
Hi, I'm one of the Googlers working on JaikuEngine in my 20% time (BTW JaikuEngine is to Jaiku as Chromium is to Chrome) and I just wanted to add a few things.

Firstly either Laconica or JaikuEngine would make an excellent choice. They're both open source and they're both built by teams who believe in the idea of lots of small microblogs that can talk to each other rather than everybody using one massive microblogging platform.

Laconica is further ahead in terms of federation at the moment and has an active development community.

JaikuEngine also has an active development community but has only recently been open-sourced.

However the code runs on Google AppEngine. This means setting up your own instance takes less than 5 minutes. You don't need your own hosting. You don't have to pay any money for hosting unless you get enough traffic that you go over AppEngine's free quota: http://code.google.com/appengine/docs/quotas.html

As Evan's pointed out JaikuEngine doesn't currently support OMB but we are planning to do it. See this document for our plan: http://code.google.com/p/jaikuengine/source/browse/trunk/doc...

Jaiku.com currently does have support for XMPP but JaikuEngine doesn't. That code will be open sourced when AppEngine publicly launches it's XMPP API: http://code.google.com/appengine/docs/roadmap.html

JaikuEngine's project page is here: http://code.google.com/p/jaikuengine/

We have a mailing list: http://groups.google.com/group/jaikuengine-discuss but most of the activity takes place on the Jaiku channel here: http://www.jaiku.com/channel/jaikuengine

Our backlog of bugs and feature requests is here: http://code.google.com/p/jaikuengine/issues/list

If you have any questions or need any help then drop by the mailing list or the JaikuEngine channel. We're happy to help in any way we can.

P.S. If you're interested in Open Micro Blogging then you should sign up to the mailing list: http://lists.openmicroblogging.org/mailman/listinfo/omb and help define the next version.

Re: Jaiku or Laconi.ca?

#9
post #8

Hi, I'm one of the Googlers working on JaikuEngine in my 20% time (BTW JaikuEngine is to Jaiku as Chromium is to Chrome) and I just wanted to add a few things. Firstly either Laconica or JaikuEngine would make an excellent choice. They're both open source and they're both built by teams who believe in the idea of lots of small microblogs that can talk to each other rather than everybody using one massive microbloggin…

Thanks for a detailed response. A couple of quick questions

Is there any plan to support the twitter API for now so there is no need for an separate client? Is there a timeframe for support for XMPP & federation? They seem a while away.

To us federation is not as important as XMPP.

Also Are there any migration tools available? Just in case things don't pan out well.

Re: Jaiku or Laconi.ca?

#10
post #2

Why would Jaiku being Python-based be considered a con? If I have a choice between working in PHP or Python, all other things being equal, I'm certain PHP would never be my choice.

Not me. When trying to get mass usage of an Open Source Web tool, I'd go with PHP every time. It's what's available on commodity Web hosting, and there's a big community of part-time Web programmers who know and use PHP. Compare: MediaWiki, Drupal, WordPress. Python is more glamourous and fun, but it's harder to build momentum for a massive FLOSS project written in Python.

[deleted]
Post reply on HN