Re: HS: What size U-Haul is needed to hold a hackerspace

2009-04-15 Thread H. Kurth Bemis
Heyya Rion - My responses are below as well On Tue, 2009-04-14 at 14:17 -0400, Rion D'Luz wrote: Hi: I disagree with some of what you posted, but it may be only a matter of semantics. See below: On Tuesday 14 April 2009, H. Kurth Bemis wrote: To start a space you're going to need

Re: HS: What size U-Haul is needed to hold a hackerspace

2009-04-15 Thread H. Kurth Bemis
On Tue, 2009-04-14 at 14:03 -0400, Kevin Thorley wrote: On Tue, Apr 14, 2009 at 12:11 PM, H. Kurth Bemis ku...@kurthbemis.com wrote: [Lots of good, practical advice] I agree whole-heartedly. For me, at least, this is much more about community than just a space to hang out. I'd like to

Re: VAGUE Project Suggestion

2009-04-15 Thread chris yarger
learn something new while helping do something proactive, sounds fun where do i sign? warmest regards, Chris Yarger Founder Yarger Designs web: http://YargerDesigns.org skype: cpyarger msn: elfloc...@hotmail.com aim: patyarg yahoo: christoyarg ASCII ribbon campaign ( ) against HTML e-mail X

Re: VAGUE Project Suggestion

2009-04-15 Thread Balu Raman
You may want to have a look at http://project.cyclos.org Thanks, - balu On 4/15/09, chris yarger cpyar...@gmail.com wrote: learn something new while helping do something proactive, sounds fun where do i sign? warmest regards, Chris Yarger Founder Yarger Designs web:

Re: VA's open source, guys; how to use their sw in smaller practices here in northern NE?

2009-04-15 Thread David Hardy
The VA has CDs that are considered public domain and, though I am no developer, maybe something can be extracted from them to serve smaller hospitals and medical practices, starting, say, here in VT and NH, and then farmed out nationwide. As a vet, my own experience with the facilities at White

Re: VAGUE Project Suggestion

2009-04-15 Thread chris yarger
this may also be an idea for a base system http://www.wedge.coop/is4c/ warmest regards, Chris Yarger Founder Yarger Designs web: http://YargerDesigns.org skype: cpyarger msn: elfloc...@hotmail.com aim: patyarg yahoo: christoyarg ASCII ribbon campaign ( ) against HTML e-mail X

Re: Best Practice for non-malicious Cross Site Scripting?

2009-04-15 Thread AJ ONeal
*Short: * A user which exists on one site must be able to use the API of another site without logging in to that site. I think a token mechanism is the way to go but I want input. The *problem* is that John is logged into JT, not CM, and he doesn't have an account on CM. The *proposed solution*

Re: VAGUE Project Suggestion

2009-04-15 Thread Kevin Thorley
On Wed, Apr 15, 2009 at 7:37 PM, Stanley Brinkerhoff s...@vtwireless.com wrote: Cyclos is Java based (can't be inexpensively hosted on a free dreamhost account, or google app engine easily). A goal of our project would be hosting on commodity low cost hosting platforms. Not that I'm pushing

Re: VAGUE Project Suggestion

2009-04-15 Thread Stanley Brinkerhoff
Not that I'm pushing for Java (I do plenty of that already), but doesn't Google's App Engine support Java now, as of sometime in the last week or so? It supports a subset of Java with a series of heavy limitations, and you need to likely work within an API. I doubt its a cut and paste

Re: Best Practice for non-malicious Cross Site Scripting?

2009-04-15 Thread Josh Sled
AJ ONeal coola...@gmail.com writes: A user which exists on one site must be able to use the API of another site without logging in to that site. I think a token mechanism is the way to go but I want input. […] P.S. What do you call XSS when you're talking about proper XSS rather than

Re: Best Practice for non-malicious Cross Site Scripting?

2009-04-15 Thread Bradley Holt
AJ, Maybe I'm misunderstanding the problem, but this seems like it may be a job for OAuth: http://oauth.net/ Thanks, Bradley On 4/15/09, AJ ONeal coola...@gmail.com wrote: *Short: * A user which exists on one site must be able to use the API of another site without logging in to that site.