Re: toying with the idea of using librelist for hosting the pida ml

2010-01-18 Thread Ryan Freckleton
On Mon, Jan 18, 2010 at 12:00 PM, RonnyPfannschmidt 
ronny.pfannschm...@gmail.com wrote:

 On Jan 18, 7:30 pm, Tim Flink t...@tirfa.com wrote:
   hi,
 
   i like the ideas behindhttp://librelist.com/
   the pocoo guys just started to use it for zine
   i want to use it for pida/anyvc
 
   so please discuss.
 
  I took a look at the public archives (rest-client was the first one I
  found that had emails) and my question is whether or not they censor
  email addresses in those archives. It doesn't look like it and I would
  guess not as that would go against the idea of a completely open
  mailing list. As much as I like some of the the ideas behind it, I'm
  not a huge fan of having my email address scraped by spam bots.

 no idea, i'll ask zed later


Hmmm. It looks to me that the email header of emails is actually scrapped,
but not emails in the body of the email. Some people like to put their email
in their signature block, or use their email address as their sender
address. These are the addresses I see showing up currently.

I do agree that it's a problem if uncensored emails get through in email
bodies, though. But that can be more easily worked around than if you
display headers with sender addresses in plain text.

I'm a little disappointed by the archive interface available on librelist,
but that's nothing that can't be fixed with a bit of Django coding and elbow
grease :-)

snip

 
  Tim
 
   -- Ronny



=
--Ryan E. Freckleton
-- 

You received this message because you are subscribed to the Google Groups "PIDA" group.

To post to this group, send an email to p...@googlegroups.com.

To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/pida?hl=en-GB.



Re: Java support

2010-01-15 Thread Ryan Freckleton
On Fri, Jan 15, 2010 at 3:04 AM, RonnyPfannschmidt 
ronny.pfannschm...@gmail.com wrote:



 On Jan 15, 10:57 am, Ali Afshar aafs...@gmail.com wrote:
  Hi, as a user, I would be *really* keen on seeing good Java support,
  or any Java support. In my opinion it is a huge missing link, as
  although Java is not my primary development language, it is hard to
  live without using it occasionally.
 
  I personally wouldn't get hung up on having the first iteration be
  perfect, using Jython etc..

 well, using jython would only be required for reasonable invocation of
 java programm parts
 the rest whole thing will require a good amount of iterations,
 since java support is certainly a complex feature

 i'm looking forward to seeing it happen :)


Right, we're aiming at implementing the simplest thing that could possibly
work. Part of the problem is that there aren't a lot of stand alone java
applications to support IDE features. We may end up ripping code out of
Eclipse, Netbeans, etc. for refactoring, code checking etc.

This is one area where we could use some help. If anyone knows of libraries
for doing IDE like things with Java that we could use, that would be
fantastic. Otherwise we'll just slowly add features from scratch.



 
  2010/1/15 RonnyPfannschmidt ronny.pfannschm...@gmail.com:
 
   On Jan 15, 5:04 am, Ryan Freckleton ryan.freckle...@gmail.com wrote:
   Hello PIDA developers and community,
 
   One of my coworkers (Tim Flink, who wrote this list earlier) and I are
   interested in developing Java support for PIDA with the goal of using
 it as
   our primary java IDE.
 
   If we succeed in adding this support, would you be interested in
 receiving
   our patches into mainline? We're planning doing our work in public
 branches
   on bitbucket and keeping them synced with main.
   Yup, we are interested
 
   This assumes that our code is up to par with quality, tests, etc.
   Tests is still a big grey area, quality is a moving target we attack
   via peer-review.
   I'd happy to provide additional review for you, if requested.
 
   The basic premise Sounds fine, we might want to investigate on running
   java-related things via a execnet-jython bridge.
   We currently lack a concept of generic build systems, so currently it
   would be necessary to indirect via puilder
   (our simple builtin task-based build tool)
   At some point i plan to make the Project support build tool agnostic,
   so java based Projects could directly use ant/maven.


Glad to hear it! We'll definitely take you up on the offer for additional
code reviews once we have some code.

Holy cow, execnet is awesome! I didn't know that the PyPy project had
created such a thing, most of the bridges I've seen between Java and Python
use the shell and are generally dead projects :(. This is something
definitely worth looking into.

Thanks for the tip. Do you have any design constraints or ideas of how to
make the build system more generic? We may end up getting it before you.

Based on the level of support we're getting, I think that it would be useful
for us to do a design outline and share it with the list of what we plan
on doing. That way we can get some feedback before we start.

Thanks again!
=
--Ryan E. Freckleton
-- 

You received this message because you are subscribed to the Google Groups "PIDA" group.

To post to this group, send an email to p...@googlegroups.com.

To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/pida?hl=en-GB.



Java support

2010-01-14 Thread Ryan Freckleton
Hello PIDA developers and community,

One of my coworkers (Tim Flink, who wrote this list earlier) and I are
interested in developing Java support for PIDA with the goal of using it as
our primary java IDE.

If we succeed in adding this support, would you be interested in receiving
our patches into mainline? We're planning doing our work in public branches
on bitbucket and keeping them synced with main.

This assumes that our code is up to par with quality, tests, etc.

Thanks!
=
--Ryan E. Freckleton
-- 

You received this message because you are subscribed to the Google Groups "PIDA" group.

To post to this group, send an email to p...@googlegroups.com.

To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/pida?hl=en-GB.