Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-04-27:

[6:43] <oberhamsi> ^^ oh nice we have our own promises, i'm getting used to them
[10:16] <hannesw> checked in ringo/promise
[10:16] <hannesw> http://ringojs.org/api/master/ringo/promise
[10:16] <hannesw> also, jsdoc app now uses markdown for @fileoverview and descriptions
[10:31] <robi42> hannesw, great! btw, good time to send out some reminders for tomorrow?
[10:48] * robi42 did so
[10:58] <hannesw> thanks robi42!
[10:59] <robi42> np, now let's also announce on helma ml? :)
[11:16] <hannesw> robi42 why not
[11:16] <robi42> would you do it?
[11:17] <hannesw> nope :) i'm drowning in stuff to do
[11:17] <robi42> k, so i'm doing it :)
[11:17] <hannesw> cool, thanks
[12:35] <waddler> heh some slightly politically incorrect processing.js http://www.uta.fi/~miika.haverinen/nazi/
[12:40] <waddler> hmm pasted on a whim since there was some discussion about processing yesterday without thinking about the nationalities here, no offence intended
[12:47] <oberhamsi> non taken, though better not post such stuff.. probably illegal in FIN too ;)
[12:48] <earl> but certainly not illegal in austria :)
[12:49] <oberhamsi> hu? did you look at it
[12:49] <earl> yes
[12:49] <oberhamsi> i'd avoid it
[12:51] <waddler> oh there was even laws about the symbolism, yep remembering now
[12:52] <earl> in any case, please keep out political stuff wherever possible
[12:52] <waddler> sure, sry
[12:54] <waddler> has anyone btw made XUL applications using rhino or ringo even?
[12:56] <waddler> not entirely sure how it would work just came to mind as something I'd like to try
[13:08] <waddler> there's a few java binding projects running on top of swing, http://jxul.sourceforge.net/ for one
[13:08] <waddler> hmm but that's old
[13:12] <waddler> wazaabi.org supports writing RCP eclipse plugins in XUL, sweet
[13:28] <waddler> actually thinlet http://thinletweb.appspot.com/ probably suits best, doesn't require swing either
[14:29] <waddler> hmm bad idea I guess, XUL applications need the runtime environment anyway
[15:04] <waddler> swt runs nicely though http://www.eclipse.org/swt/snippets/
[19:00] <earl> i just pushed some improvements to the recent changes rendering in ringowiki
[19:01] <earl> it's also live on ringojs.org: http://ringojs.org/wiki/recent
[19:01] <earl> enjoy
[19:03] <robi42> yay, we got a bliki :)
[19:04] <earl> nope, just a slightly more useful recent changes display :)
[19:04] <robi42> right, it's slick the same :)
[21:07] <hannesw> earl: wonderful!
[21:15] <earl> thanks :)
[22:05] * robi42 hoping for people showing up tomorrow :)
[22:10] <earl> any alternative plans for when the weather is as nice as it was this afternoon?
[22:13] <earl> well, i guess we'll see for that on-site tomorrow :)
[22:16] <robi42> well, i guess so, too :)
[22:50] <waddler> heh pretty cool, running lwjgl gears demo on ringojs
[22:58] <waddler> average fps 1206 same as java version, naturally I guess
[22:58] <waddler> (on my setup)
[23:01] <waddler> not yet fully used to the idea of running any java code as js basically just by declaring with var and removing casts :)