PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.ruby > Presentation on Ruby, require suggestions
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Presentation on Ruby, require suggestions

Réponse
 
LinkBack Outils de la discussion
Vieux 19/06/2008, 10h08   #1
Srijayanth Sridhar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Presentation on Ruby, require suggestions

Hello,

My company has a policy which requires that at least one person
present a topic every week. The topic is unspecified and can range
from anything to salmon fishing in Newfoundland to The Beatles' LSD
experience. I want to present Ruby. While a large section of the
audience consists of developers, the audience will also consist of non
technical people from depts such as HR, Accounting etc. I have to gear
my presentation so as to not alienate any single group and make it
interesting all the same.

Can you guys provide suggestions? As of now this is what I have. It is
meant to be an hour's worth of presentation. I figured I'll have 10
slides, 6 minutes on each slide along with code snippets. I also have
written solutions for several problems that some of the people in
accounting/hr face. The purpose of my demonstration is to prove that
Ruby, even for non programmers, can be used to solve small scale
problems in their lives.

Thank you,

Jayanth

  Réponse avec citation
Vieux 19/06/2008, 10h24   #2
Marc Heiler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

Contrast Ruby for common problems and contrast it with perl and php

To show non-programmers that ruby can be very nice, use something that
is a beautiful domain-specific language. I.e. it should be
understandable for non-programmers immediately

"order 2 pizza"

"shut down company"

"fire all programmers"


well, you get the idea....
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 19/06/2008, 10h33   #3
Srijayanth Sridhar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

On Thu, Jun 19, 2008 at 2:54 PM, Marc Heiler <shevegen@linuxmail.org> wrote:
> Contrast Ruby for common problems and contrast it with perl and php
>
> To show non-programmers that ruby can be very nice, use something that
> is a beautiful domain-specific language. I.e. it should be
> understandable for non-programmers immediately
>
> "order 2 pizza"
>
> "shut down company"
>
> "fire all programmers"
>


Good idea. Know of any DSL that I don't have to build from scratch?

Thanks,

J

  Réponse avec citation
Vieux 19/06/2008, 10h44   #4
Robert Dober
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

On Thu, Jun 19, 2008 at 11:08 AM, Srijayanth Sridhar
<srijayanth@gmail.com> wrote:
> Hello,
>
> My company has a policy which requires that at least one person
> present a topic every week. The topic is unspecified and can range
> from anything to salmon fishing in Newfoundland to The Beatles' LSD
> experience.

This is a marvelous idea, we once implemented it informally amongst
colleagues taking lunch together.

> I want to present Ruby. While a large section of the
> audience consists of developers, the audience will also consist of non
> technical people from depts such as HR, Accounting etc. I have to gear
> my presentation so as to not alienate any single group and make it
> interesting all the same.
>
> Can you guys provide suggestions? As of now this is what I have. It is
> meant to be an hour's worth of presentation. I figured I'll have 10
> slides, 6 minutes on each slide along with code snippets. I also have
> written solutions for several problems that some of the people in
> accounting/hr face. The purpose of my demonstration is to prove that
> Ruby, even for non programmers, can be used to solve small scale
> problems in their lives.

The approach seems ok but maybe you can be more interactive, let
people play with irb or even on the
net interface.
If I guess the intentions of your company correctly, the most
important thing is to transport your enthusiasm
so be sure to really love what you will be doing.
HTH
Robert
--=20
http://ruby-smalltalk.blogspot.com/

---
Les m=EAmes questions qu'on se pose
On part vers o=F9 et vers qui
Et comme indice pas grand-chose
Des roses et des orties.
-
Francis Cabrel

  Réponse avec citation
Vieux 19/06/2008, 10h48   #5
Bryan JJ Buckley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

A presentation based around Why's Poignant Guide To Ruby might be good
for a broad audience - it's zaniness would probably interest not
technical people, and there are some snippets of very elegant,
concise, and useful Ruby therein.

2008/6/19 Srijayanth Sridhar <srijayanth@gmail.com>:
> On Thu, Jun 19, 2008 at 2:54 PM, Marc Heiler <shevegen@linuxmail.org> wrote:
>> Contrast Ruby for common problems and contrast it with perl and php
>>
>> To show non-programmers that ruby can be very nice, use something that
>> is a beautiful domain-specific language. I.e. it should be
>> understandable for non-programmers immediately
>>
>> "order 2 pizza"
>>
>> "shut down company"
>>
>> "fire all programmers"
>>

>
> Good idea. Know of any DSL that I don't have to build from scratch?
>
> Thanks,
>
> J
>
>




--
JJ

  Réponse avec citation
Vieux 19/06/2008, 11h25   #6
Srijayanth Sridhar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

On Thu, Jun 19, 2008 at 3:18 PM, Bryan JJ Buckley <jjbuckley@gmail.com> wrote:
> A presentation based around Why's Poignant Guide To Ruby might be good
> for a broad audience - it's zaniness would probably interest not
> technical people, and there are some snippets of very elegant,
> concise, and useful Ruby therein.
>


I did consider it, and while it is hilarious and why the lucky stiff
is just an awesome thing overall, I am not sure too many in my company
might warm up to it. But a good suggestion to use the code therein.

Thank you,

Jayanth

  Réponse avec citation
Vieux 19/06/2008, 11h26   #7
Srijayanth Sridhar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

> The approach seems ok but maybe you can be more interactive, let
> people play with irb or even on the
> net interface.
> If I guess the intentions of your company correctly, the most
> important thing is to transport your enthusiasm
> so be sure to really love what you will be doing.
> HTH
> Robert


Thank you Robert.

I do intend to use irb, and make it interactive. I plan to use irb for
roughly half the slides I am using.

J

  Réponse avec citation
Vieux 19/06/2008, 11h35   #8
Ron Fox
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

The Beatle's LSD experience sounds like a better topic ;-)

Srijayanth Sridhar wrote:
> Hello,
>
> My company has a policy which requires that at least one person
> present a topic every week. The topic is unspecified and can range
> from anything to salmon fishing in Newfoundland to The Beatles' LSD
> experience. I want to present Ruby. While a large section of the
> audience consists of developers, the audience will also consist of non
> technical people from depts such as HR, Accounting etc. I have to gear
> my presentation so as to not alienate any single group and make it
> interesting all the same.
>
> Can you guys provide suggestions? As of now this is what I have. It is
> meant to be an hour's worth of presentation. I figured I'll have 10
> slides, 6 minutes on each slide along with code snippets. I also have
> written solutions for several problems that some of the people in
> accounting/hr face. The purpose of my demonstration is to prove that
> Ruby, even for non programmers, can be used to solve small scale
> problems in their lives.
>
> Thank you,
>
> Jayanth
>



--
Ron Fox
NSCL
Michigan State University
East Lansing, MI 48824-1321
  Réponse avec citation
Vieux 19/06/2008, 12h13   #9
Robert Dober
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

On Thu, Jun 19, 2008 at 12:38 PM, Ron Fox <fox@nscl.msu.edu> wrote:
> The Beatle's LSD experience sounds like a better topic ;-)

I protest LSD is not even open source
R.

  Réponse avec citation
Vieux 19/06/2008, 13h54   #10
Robert Klemme
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

2008/6/19 Robert Dober <robert.dober@gmail.com>:
> On Thu, Jun 19, 2008 at 12:38 PM, Ron Fox <fox@nscl.msu.edu> wrote:
>> The Beatle's LSD experience sounds like a better topic ;-)

> I protest LSD is not even open source


Isn't it amazing that apparently they have people in their company
that can report on The Beatles's LSD experience? Wow! This must be a
cool place to work.

;-)

On topic: you could use IRB as a simple desktop calculator. Maybe
simple math like plus and minus and then probably a bit more complex
like defining an array with all relevant values and then summing,
averaging etc. them.

Cheers

robert


--
use.inject do |as, often| as.you_can - without end

  Réponse avec citation
Vieux 19/06/2008, 17h09   #11
Michael Neumann
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

Srijayanth Sridhar wrote:
> Hello,
>
> My company has a policy which requires that at least one person
> present a topic every week. The topic is unspecified and can range
> from anything to salmon fishing in Newfoundland to The Beatles' LSD
> experience. I want to present Ruby. While a large section of the
> audience consists of developers, the audience will also consist of non
> technical people from depts such as HR, Accounting etc. I have to gear
> my presentation so as to not alienate any single group and make it
> interesting all the same.
>
> Can you guys provide suggestions? As of now this is what I have. It is
> meant to be an hour's worth of presentation. I figured I'll have 10
> slides, 6 minutes on each slide along with code snippets. I also have
> written solutions for several problems that some of the people in
> accounting/hr face. The purpose of my demonstration is to prove that
> Ruby, even for non programmers, can be used to solve small scale
> problems in their lives.



I held an introductory presentation about Ruby a few month ago, which
you can find here:

http://www.ntecs.de/blog/articles/20...o-productivity

And another one I gave 2003 is here:

http://www.ntecs.de/blog/articles/20...y-talk-at-gpn2

Regards,

Michael

  Réponse avec citation
Vieux 19/06/2008, 18h24   #12
Srijayanth Sridhar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

> I held an introductory presentation about Ruby a few month ago, which you
> can find here:
>
> http://www.ntecs.de/blog/articles/20...o-productivity
>
> And another one I gave 2003 is here:
>
> http://www.ntecs.de/blog/articles/20...y-talk-at-gpn2


I will take a look at this.

Thank you all so very much.

J

  Réponse avec citation
Vieux 19/06/2008, 19h22   #13
Lloyd Linklater
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

Srijayanth Sridhar wrote:
> My company has a policy which requires that at least one person
> present a topic every week. The topic is unspecified and can range
> from anything to salmon fishing in Newfoundland to The Beatles' LSD
> experience. I want to present Ruby.


> Can you guys provide suggestions? As of now this is what I have. It is
> meant to be an hour's worth of presentation.


What about the classic ruby on rails demo?

http://www.onlamp.com/pub/a/onlamp/2.../20/rails.html
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 19/06/2008, 19h26   #14
Lloyd Linklater
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Presentation on Ruby, require suggestions

Srijayanth Sridhar wrote:
> My company has a policy which requires that at least one person
> present a topic every week. The topic is unspecified and can range
> from anything to salmon fishing in Newfoundland to The Beatles' LSD
> experience.


I want to add that I think that this is a wonderful thing and wish that
we had it here.
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h35.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,20485 seconds with 22 queries