Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [6790] trunk/amsn/sxml.tcl

2006-06-02 Thread Youness Alaoui
Hi Phil, I guess I forgot to tell you when you asked me on how to improve this parsing, I told you the commented code should do it, but actually, what the commented code does is this : if we have a '<' char, and no '>' char, we assume it's multiline so we fetch another line, until we find '>'

Re: [Amsn-devel] 0.96 TODO

2006-06-02 Thread Vivia Nikolaidou
Removed: - Pause webcam works but resume doesn't COMPLETE TODO LIST FOR 0.96 - We can't send files to msn8 users. - maybe apply holy_wood patch for saving DPs in a per_email directories in the cache. - Make amsn 0.96 use TLS 1.5 ___ Amsn-devel mailin

Re: [Amsn-devel] (no subject)

2006-06-02 Thread Álvaro J. Iradier
Such a stupid guy didn't deserve even you replying to him. I was tempted to subscribe him to take his mail address and give it to every spammer in the world. Greets. On 5/31/06, Tom Hennigan <[EMAIL PROTECTED]> wrote: > > Calm down. If you wish to be unsubscribed you need to go to this address: >

Re: [Amsn-devel] (no subject)

2006-06-02 Thread Harry Vennik
Op vrijdag 2 juni 2006 20:11, schreef Youness Alaoui: > lol, come on, people don't know what an automated message is ? they relaly > think the bot will read and udnerstand "don't want this shit" ? anyways, > iirc, it says we should reply with a blank message.. so I don't know if > putting something

Re: [Amsn-devel] aMSN2 and Telepathy

2006-06-02 Thread Max
i just love how you do kkrt, when you don't know something you first hate it and then consider it :)IMHO :- python's indentation is strange but force devs to code with the same style- it would be pointless to move from an interpreted language to another interpreted language (maybe python's case is

Re: [Amsn-devel] programmeerzomer.nl project proposals

2006-06-02 Thread Youness Alaoui
and java ? lol, but thanks burger for this info, I think it's the first mail on this thread objective enough. KKRT On Fri, 02 Jun 2006 12:28:10 -0400, Philippe Khalaf <[EMAIL PROTECTED]> wrote: > Hi, > > Python -> faster developpement time > C/Glib -> better performance > > Writing it in C/

Re: [Amsn-devel] (no subject)

2006-06-02 Thread Youness Alaoui
lol, come on, people don't know what an automated message is ? they relaly think the bot will read and udnerstand "don't want this shit" ? anyways, iirc, it says we should reply with a blank message.. so I don't know if putting something in the body will result in the subscription being acc

Re: [Amsn-devel] aMSN2 and Telepathy

2006-06-02 Thread Youness Alaoui
STOP TALKING ABOUT NEW LANGUAGES... + Ocalm is crap, I don't know about the language, but I remember when I downloaded an ocalm program, it took me a day to compile it, compiler is crap, dependencies are crap, etc... don't know if it changes though... and anyways, we want to avoid new languages

Re: [Amsn-devel] (no subject)

2006-06-02 Thread Harry Vennik
Btw If one replies to the 'confirm subscription' message with 'I don't want this shit' or whatever, the subject line will usually stay in the correct form to make the confirmation succeed! It just dropped into my mind that that may be the way that people get subscribed while they do not wan

Re: [Amsn-devel] OT : Java performacen WAS: aMSN2 and Telepathy

2006-06-02 Thread NoWhereMan
02/06/2006 Bruno Costa : > And just to show a real world example about java performance: > A Java 3D game engine: > http://www.bytonic.de/html/benchmarks.html > http://www.bytonic.de/html/screenshots.html cool :) but please notice what I've said here it's > On 6/2/06, NoWhereMan <[EMAIL PROTECT

Re: [Amsn-devel] programmeerzomer.nl project proposals

2006-06-02 Thread Philippe Khalaf
Hi, Python -> faster developpement time C/Glib -> better performance Writing it in C/Glib means it will run nearly everywhere (embedded device or not). In Python it will run much slower. The D-Bus bindings are better on Python than GLib, but they are good enough on GLib that we wrote a whole xmp

Re: [Amsn-devel] OT : Java performacen WAS: aMSN2 and Telepathy

2006-06-02 Thread Bruno Costa
And just to show a real world example about java performance:A Java 3D game engine:http://www.bytonic.de/html/benchmarks.html http://www.bytonic.de/html/screenshots.htmlOn 6/2/06, NoWhereMan <[EMAIL PROTECTED]> wrote: - Original Message -From: Bruno Costa> Eclipse NEVER told me the wrong co

Re: [Amsn-devel] aMSN2 and Telepathy

2006-06-02 Thread Boris Faure (aka billiob)
If you want a "fast" language, use OCaml : (http://caml.inria.fr/index.en.html) I code with this language at school, and it's very funny and pleasant. The code is also quite small; but it's not an easy language as python or tcl. It can be compiled in native code or in bytecode. Well, stop talking

Re: [Amsn-devel] 0.96 TODO

2006-06-02 Thread Vivia Nikolaidou
Added: - Pause webcam works but resume doesn't COMPLETE TODO LIST FOR 0.96 - We can't send files to msn8 users. - maybe apply holy_wood patch for saving DPs in a per_email directories in the cache. - Make amsn 0.96 use TLS 1.5 - Pause webcam works but resume doesn't ___

Re: [Amsn-devel] OT : Java performacen WAS: aMSN2 and Telepathy

2006-06-02 Thread NoWhereMan
- Original Message - From: Bruno Costa > Eclipse NEVER told me the wrong col, row :D Eclipse is a huge resource PIG >: P It takes AGES to start on my laptop. I'm happy with my jEdit :P (and when it's a matter of a few lines... vim :)) > Other java advantage is documentation generation.

Re: [Amsn-devel] OT : Java performacen WAS: aMSN2 and Telepathy

2006-06-02 Thread Bruno Costa
On 6/2/06, NoWhereMan <[EMAIL PROTECTED]> wrote: - Original Message -From: "Youness Alaoui" <[EMAIL PROTECTED]>> honestly, I'd choose java if there wasn't one single thing that is > problematic to me : the JVM...> If only we could simply compile the java code to native code... I know gcj> d

Re: [Amsn-devel] OT : Java performacen WAS: aMSN2 and Telepathy

2006-06-02 Thread NoWhereMan
- Original Message - From: "Youness Alaoui" <[EMAIL PROTECTED]> > honestly, I'd choose java if there wasn't one single thing that is > problematic to me : the JVM... > If only we could simply compile the java code to native code... I know gcj > does it, but as long as it's not 'stable',