The Comment Game - MMORPG for real

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

The Comment Game - MMORPG for real

laurent laffont
I propose a little game.

Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.

One day - One comment.

Ready ?

Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/
Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Guillermo Polito
Shoot

On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont <[hidden email]> wrote:
I propose a little game.

Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.

One day - One comment.

Ready ?

Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/

Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

laurent laffont
This code is OK ?

(SystemNavigation default 
   allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.

Laurent.

On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> wrote:
Shoot


On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont <[hidden email]> wrote:
I propose a little game.

Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.

One day - One comment.

Ready ?

Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/


Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Guillermo Polito
That seems to be fine :).  Let's give it a try, hehe.  We can change tomorrow's code if not ;).

On Fri, Feb 4, 2011 at 2:43 PM, laurent laffont <[hidden email]> wrote:
This code is OK ?

(SystemNavigation default 
   allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.

Laurent.

On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]> wrote:
Shoot


On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont <[hidden email]> wrote:
I propose a little game.

Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.

One day - One comment.

Ready ?

Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/



Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Igor Stasenko
In reply to this post by laurent laffont
Hehe.. write a bot for hudson, which at each successful build sends
mail to list
asking to comment random uncommented class.

:)

On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote:

> This code is OK ?
> (SystemNavigation default
>    allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.
> Laurent.
> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]>
> wrote:
>>
>> Shoot
>>
>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont
>> <[hidden email]> wrote:
>>>
>>> I propose a little game.
>>> Each day (not Sunday) I will take a not commented class in PharoCore (in
>>> development - 1.3) and tell it on this list. The game is to propose a
>>> comment and at the end of the day the best comment will be integrated with
>>> the name of his author.
>>> One day - One comment.
>>> Ready ?
>>> Laurent Laffont - @lolgzs
>>>
>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>>> Blog: http://magaloma.blogspot.com/
>>
>
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Dmitri Zagidulin
This (all of it) is a fantastic idea :)

On Fri, Feb 4, 2011 at 12:55 PM, Igor Stasenko <[hidden email]> wrote:

> Hehe.. write a bot for hudson, which at each successful build sends
> mail to list
> asking to comment random uncommented class.
>
> :)
>
> On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote:
>> This code is OK ?
>> (SystemNavigation default
>>    allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.
>> Laurent.
>> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]>
>> wrote:
>>>
>>> Shoot
>>>
>>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont
>>> <[hidden email]> wrote:
>>>>
>>>> I propose a little game.
>>>> Each day (not Sunday) I will take a not commented class in PharoCore (in
>>>> development - 1.3) and tell it on this list. The game is to propose a
>>>> comment and at the end of the day the best comment will be integrated with
>>>> the name of his author.
>>>> One day - One comment.
>>>> Ready ?
>>>> Laurent Laffont - @lolgzs
>>>>
>>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>>>> Blog: http://magaloma.blogspot.com/
>>>
>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

EstebanLM
In reply to this post by Igor Stasenko
ok with the game :)

but #anyOne will not answer a random class, always the first in set. You should use #atRandom

best,
Esteban

El 04/02/2011, a las 2:55p.m., Igor Stasenko escribió:

> Hehe.. write a bot for hudson, which at each successful build sends
> mail to list
> asking to comment random uncommented class.
>
> :)
>
> On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote:
>> This code is OK ?
>> (SystemNavigation default
>>    allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.
>> Laurent.
>> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]>
>> wrote:
>>>
>>> Shoot
>>>
>>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont
>>> <[hidden email]> wrote:
>>>>
>>>> I propose a little game.
>>>> Each day (not Sunday) I will take a not commented class in PharoCore (in
>>>> development - 1.3) and tell it on this list. The game is to propose a
>>>> comment and at the end of the day the best comment will be integrated with
>>>> the name of his author.
>>>> One day - One comment.
>>>> Ready ?
>>>> Laurent Laffont - @lolgzs
>>>>
>>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>>>> Blog: http://magaloma.blogspot.com/
>>>
>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>


Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Igor Stasenko
On 4 February 2011 19:04, Esteban Lorenzano <[hidden email]> wrote:
> ok with the game :)
>
> but #anyOne will not answer a random class, always the first in set. You should use #atRandom
>
yeah, sure.

@Markus: And sender should be Mr.Hudson :)


> best,
> Esteban
>
> El 04/02/2011, a las 2:55p.m., Igor Stasenko escribió:
>
>> Hehe.. write a bot for hudson, which at each successful build sends
>> mail to list
>> asking to comment random uncommented class.
>>
>> :)
>>
>> On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote:
>>> This code is OK ?
>>> (SystemNavigation default
>>>    allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.
>>> Laurent.
>>> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]>
>>> wrote:
>>>>
>>>> Shoot
>>>>
>>>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont
>>>> <[hidden email]> wrote:
>>>>>
>>>>> I propose a little game.
>>>>> Each day (not Sunday) I will take a not commented class in PharoCore (in
>>>>> development - 1.3) and tell it on this list. The game is to propose a
>>>>> comment and at the end of the day the best comment will be integrated with
>>>>> the name of his author.
>>>>> One day - One comment.
>>>>> Ready ?
>>>>> Laurent Laffont - @lolgzs
>>>>>
>>>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>>>>> Blog: http://magaloma.blogspot.com/
>>>>
>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>
>
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Guillermo Polito
Yeap, but meanwhile, we can choose one by hand and play :P

On Fri, Feb 4, 2011 at 3:09 PM, Igor Stasenko <[hidden email]> wrote:
On 4 February 2011 19:04, Esteban Lorenzano <[hidden email]> wrote:
> ok with the game :)
>
> but #anyOne will not answer a random class, always the first in set. You should use #atRandom
>
yeah, sure.

@Markus: And sender should be Mr.Hudson :)


> best,
> Esteban
>
> El 04/02/2011, a las 2:55p.m., Igor Stasenko escribió:
>
>> Hehe.. write a bot for hudson, which at each successful build sends
>> mail to list
>> asking to comment random uncommented class.
>>
>> :)
>>
>> On 4 February 2011 18:43, laurent laffont <[hidden email]> wrote:
>>> This code is OK ?
>>> (SystemNavigation default
>>>    allClassesAndTraits reject: [:aClass| aClass hasComment]) anyOne.
>>> Laurent.
>>> On Fri, Feb 4, 2011 at 6:16 PM, Guillermo Polito <[hidden email]>
>>> wrote:
>>>>
>>>> Shoot
>>>>
>>>> On Fri, Feb 4, 2011 at 2:13 PM, laurent laffont
>>>> <[hidden email]> wrote:
>>>>>
>>>>> I propose a little game.
>>>>> Each day (not Sunday) I will take a not commented class in PharoCore (in
>>>>> development - 1.3) and tell it on this list. The game is to propose a
>>>>> comment and at the end of the day the best comment will be integrated with
>>>>> the name of his author.
>>>>> One day - One comment.
>>>>> Ready ?
>>>>> Laurent Laffont - @lolgzs
>>>>>
>>>>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>>>>> Blog: http://magaloma.blogspot.com/
>>>>
>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>
>
>



--
Best regards,
Igor Stasenko AKA sig.


Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Sean P. DeNigris
Administrator
In reply to this post by laurent laffont
Let's play!

Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: The Comment Game - MMORPG for real

Stéphane Ducasse
In reply to this post by laurent laffont
:)

Social commenting

Stef

On Feb 4, 2011, at 6:13 PM, laurent laffont wrote:

> I propose a little game.
>
> Each day (not Sunday) I will take a not commented class in PharoCore (in development - 1.3) and tell it on this list. The game is to propose a comment and at the end of the day the best comment will be integrated with the name of his author.
>
> One day - One comment.
>
> Ready ?
>
> Laurent Laffont - @lolgzs
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/