boulder_denver.rb

A

Ara.T.Howard

you know the drill - this is a call for boulder/denver rubyists to get
together and talk shop. drop me a note if you're interested and i'll put
together a list and plan a meeting over coffee, beers, or both ;-)

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it obstructs
| your vision. --hsi-tang
===============================================================================
 
L

Lee Marlow

Ara,

I am definitely interested.

This was brought up back in February on the Rails and someone even volunteered some office space downtown.
http://thread.gmane.org/gmane.comp.lang.ruby.rails/2661

Looking forward to it.

-Lee

-----Original Message-----
From: Ara.T.Howard [mailto:[email protected]]
Sent: Friday, April 22, 2005 1:45 PM
To: ruby-talk ML; (e-mail address removed)
Subject: boulder_denver.rb

you know the drill - this is a call for boulder/denver rubyists to get together and talk shop. drop me a note if you're interested
and i'll put together a list and plan a meeting over coffee, beers, or both ;-)

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it
| obstructs your vision. --hsi-tang
===============================================================================
 
A

Ara.T.Howard

Ara,

I am definitely interested.

This was brought up back in February on the Rails and someone even volunteered some office space downtown.
http://thread.gmane.org/gmane.comp.lang.ruby.rails/2661

Looking forward to it.

-Lee

hi lee-

stuck you on the list. office space would be nice, but a pub/beer sponsor
should would take the cake! any takers? ;-)

cheers.

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it obstructs
| your vision. --hsi-tang
===============================================================================
 
J

Jon Raphaelson

Ara.T.Howard said:
you know the drill - this is a call for boulder/denver rubyists to get
together and talk shop. drop me a note if you're interested and i'll put
together a list and plan a meeting over coffee, beers, or both ;-)

-a

I'm quite interested actually - closer to Boulder is best for me, but
I'm like 5 minutes from US36 so it's not _that_ far to the highway :D
 
A

Aredridel

you know the drill - this is a call for boulder/denver rubyists to get
together and talk shop. drop me a note if you're interested and i'll put
together a list and plan a meeting over coffee, beers, or both ;-)

If something regular forms, I might drop by next time I'm up that way. I
won't be a regular since a 700-mile round trip is a bit much, though.

Ari
 
M

Michael Garriss

Aredridel said the following on 04/23/05 08:41:
If something regular forms, I might drop by next time I'm up that way. I
won't be a regular since a 700-mile round trip is a bit much, though.

Ari

i'm in boulder and i'd love to talk ruby.

Michael
 
A

Ara.T.Howard

Aredridel said the following on 04/23/05 08:41:

i'm in boulder and i'd love to talk ruby.

added you to the list michael. i'll send more news soon.

ciao.

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it obstructs
| your vision. --hsi-tang
===============================================================================
 
R

Rick Nooner

you know the drill - this is a call for boulder/denver rubyists to get
together and talk shop. drop me a note if you're interested and i'll put
together a list and plan a meeting over coffee, beers, or both ;-)

I'm interested as well and I'm in Broomfield. I'm currently working on
a VOIP test environment written mostly in Ruby at a local telecom and
would like to touch bases with others using Ruby.
 
A

Aredridel

I'm interested as well and I'm in Broomfield. I'm currently working on
a VOIP test environment written mostly in Ruby at a local telecom and
would like to touch bases with others using Ruby.

--

Ooh, spiffy stuff. I've been looking at how hard it would be to use
Ruby as a control language for Asterisk. Neat stuff, that.
 
R

Rick Nooner

Ooh, spiffy stuff. I've been looking at how hard it would be to use
Ruby as a control language for Asterisk. Neat stuff, that.

Yeah, Asterisk is a cool project and Ruby would make a great control language.

The problem that I've been working on though, revolve around controlling various
pieces of VOIP test equipment in a distributed lab environment and providing a
way of certifying a complete VOIP switching environment that may be made up of
hundreds of computing nodes. Since I have modules that live on each node, it
becomes a big distributed computing problem. There has to be a central system
that controls the testing and report success/problems/failure as well.
Fun stuff :) and Ruby (with Drb and Rinda) is good at it, too!

This is the first project that I've been able to openly use Ruby and the only
reason that I have the latitude to this is because last year I finished another
distributed systems project under time and under budget using Ruby without
asking permission. This system has required zero maintenance and has been running
since last June. It is made up of over 2000 nodes scattered around the world.

It's sad that companies don't put more faith in their engineering staffs decision
making.
 
T

Tom Copeland

The problem that I've been working on though, revolve around controlling various
pieces of VOIP test equipment in a distributed lab environment and providing a
way of certifying a complete VOIP switching environment that may be made up of
hundreds of computing nodes. Since I have modules that live on each node, it
becomes a big distributed computing problem. There has to be a central system
that controls the testing and report success/problems/failure as well.
Fun stuff :) and Ruby (with Drb and Rinda) is good at it, too!

You might be interested in ACME, which Rich Kilmer wrote to test a
DARPA-funded distributed agent system:

http://acme.cougaar.org/
This is the first project that I've been able to openly use Ruby and the only
reason that I have the latitude to this is because last year I finished another
distributed systems project under time and under budget using Ruby without
asking permission. This system has required zero maintenance and has been running
since last June. It is made up of over 2000 nodes scattered around the world.

Yup, Ruby is great for this sort of thing...

Yours,

Tom
 
R

Rick Nooner

You might be interested in ACME, which Rich Kilmer wrote to test a
DARPA-funded distributed agent system:

http://acme.cougaar.org/

Yours,

Tom

Thanks. I wasn't aware of that project and it is certainly applicable.
In some respects, it is very similar to what I've already implemented.

Rick
 
A

Ara.T.Howard

Yeah, Asterisk is a cool project and Ruby would make a great control language.

The problem that I've been working on though, revolve around controlling various
pieces of VOIP test equipment in a distributed lab environment and providing a
way of certifying a complete VOIP switching environment that may be made up of
hundreds of computing nodes. Since I have modules that live on each node, it
becomes a big distributed computing problem. There has to be a central system
that controls the testing and report success/problems/failure as well.
Fun stuff :) and Ruby (with Drb and Rinda) is good at it, too!

This is the first project that I've been able to openly use Ruby and the only
reason that I have the latitude to this is because last year I finished another
distributed systems project under time and under budget using Ruby without
asking permission. This system has required zero maintenance and has been running
since last June. It is made up of over 2000 nodes scattered around the world.

It's sad that companies don't put more faith in their engineering staffs decision
making.

sounds like a great presentation for the first boulder_denver ruby
presentation ;-)

game?

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it obstructs
| your vision. --hsi-tang
===============================================================================
 
A

Ara.T.Howard

Hey, cool! I'm in Denver and I'm very interested in joining a Ruby
group.

great! added you to the list - more to come.

-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| although gold dust is precious, when it gets in your eyes, it obstructs
| your vision. --hsi-tang
===============================================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[boulder_denver.rb] - at agile? come on down! 1
[boulder_denver.rb] - at agile? come on down! (fwd) 0
pthread 2
irb-tools 0
stable snapshot 4
narray on windows? 1
Class::name 0
sending EOF portably 7

Members online

No members online now.

Forum statistics

Threads
474,171
Messages
2,570,935
Members
47,472
Latest member
KarissaBor

Latest Threads

Top