HOPomodoro (was Contribution CI Semantics)

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

HOPomodoro (was Contribution CI Semantics)

Sean P. DeNigris
Administrator
> philippeback:
> I started this little thing, anyone welcome to improve it...
>
> http://smalltalkhub.com/#!/~philippeback/HOPomodoro

Cool idea! I fixed the layout for the Morph and the control button so it doesn't look like:




Cheers,
Sean

p.s. if you add me to the repo, I'll commit myself next time ;)


Screen Shot 2013-03-25 at 5.45.47 PM.png (34K) Download Attachment
HighOctane-Pomodoro-SeanDeNigris.15.mcz (7K) Download Attachment
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

Benjamin Van Ryseghem (Pharo)
Cool :)

One of my plan for 3.0 is more agile tools :)
I have started a new auto test, and I wanted a Pomodoro :)

Now we can join forces :)
What I thought was cool is a pomodoro which block the ui during pauses, log the changes during sessions, and commit in the package-cache at the end of each iteration :P

Ben

On Mar 25, 2013, at 11:03 PM, DeNigris Sean <[hidden email]> wrote:

philippeback:
I started this little thing, anyone welcome to improve it...

http://smalltalkhub.com/#!/~philippeback/HOPomodoro

Cool idea! I fixed the layout for the Morph and the control button so it doesn't look like:

<Screen Shot 2013-03-25 at 5.45.47 PM.png>

Cheers,
Sean

p.s. if you add me to the repo, I'll commit myself next time ;)

<HighOctane-Pomodoro-SeanDeNigris.15.mcz>

Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

Sean P. DeNigris
Administrator
Benjamin Van Ryseghem-2 wrote
What I thought was cool is a pomodoro which block the ui during pauses, log the changes during sessions, and commit in the package-cache at the end of each iteration :P
Wow, I like that a lot! The beauty of turtles all the way down... not even thinkable with a web timer.

b.t.w.
    Gofer it
        smalltalkhubUser: 'philippeback' project: 'HOPomodoro';
        package: 'HighOctane-Pomodoro';
        load
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

philippeback
I knew a slew of ideas would come :-)

And save the image with the pomodoro time stamp.

I have written a bunch of shell scripts for doing something like that, like:

opw : open pharo workspace x
rli: run latest image
lsli: list latest image

so, I do now:

opw xxx
rli

or

pharo `lsli` save NEWNAME

Phil

2013/3/25 Sean P. DeNigris <[hidden email]>:

> Benjamin Van Ryseghem-2 wrote
>> What I thought was cool is a pomodoro which block the ui during pauses,
>> log the changes during sessions, and commit in the package-cache at the
>> end of each iteration :P
>
> Wow, I like that a lot! The beauty of turtles all the way down... not even
> thinkable with a web timer.
>
> b.t.w.
>     Gofer it
>         smalltalkhubUser: 'philippeback' project: 'HOPomodoro';
>         package: 'HighOctane-Pomodoro';
>         load
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/HOPomodoro-was-Contribution-CI-Semantics-tp4678266p4678268.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

philippeback
In reply to this post by Sean P. DeNigris
Ben & Sean added to the repo.

I didn't had this effect, but the buttons were not resizing well.
In fact, I used standard buttons but then moved to UIManager kind of things.

We need to write something on that UIManager beast...

Phil

2013/3/25 DeNigris Sean <[hidden email]>:

>> philippeback:
>> I started this little thing, anyone welcome to improve it...
>>
>> http://smalltalkhub.com/#!/~philippeback/HOPomodoro
>
> Cool idea! I fixed the layout for the Morph and the control button so it doesn't look like:
>
>
>
>
> Cheers,
> Sean
>
> p.s. if you add me to the repo, I'll commit myself next time ;)
>
>

Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

Sean P. DeNigris
Administrator
philippeback wrote
I used standard buttons but then moved to UIManager kind of things.
Why not Spec?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

philippeback
Cause I wanted my Pomodoro to work to help with the Pomodoro technique
and do the actual work instead of turning my Pomodoro into new work
:-)

Jokes aside, I like to understand what goes under and even if I know
enough about Spec to make it work, I just felt it fine to do it like
that.

What I think is that little thingy is small enough to make people
understand how to do things from the old way to the spec way with
intermediate steps.

So, take me to the new step: Spec :-) You've go the commit rights.

Phil

2013/3/26 Sean P. DeNigris <[hidden email]>:

> philippeback wrote
>> I used standard buttons but then moved to UIManager kind of things.
>
> Why not Spec?
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/HOPomodoro-was-Contribution-CI-Semantics-tp4678266p4678299.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

philippeback
In reply to this post by Benjamin Van Ryseghem (Pharo)
Interesting post on just that from one of my reference guys (from Fusebox era):

http://www.halhelms.com/blog/index.cfm?mode=entry&entry=057F0E9E-FF20-683A-FD6044016B235045

Forget git and let's make images or package-cache saves.

That's what triggered me to do the rli (run latest image) thing (attached sh)

aliases in my .profile are:

alias pharo=/usr/local/pharo/bin/vm-ui.sh
alias pharocli=/usr/local/pharo/bin/vm.sh
alias pharo20='/usr/local/pharo/bin/vm-ui.sh
/usr/local/pharo/image/20/Pharo.image'
alias pharo14='/usr/local/pharo/bin/vm-ui.sh
/usr/local/pharo/image/14/Pharo-1.4.image'

. ~/MyScripts/extracommands.sh

e.g.

opw Pomodoro
rli

opw Pomodoro
pharocli `lsli` save HODev20130336_1130
rli

Thinking of which, I'd add rpw and cpw and lspw (remove pharo
workspace, copy pharo workspace, ls pharo workspaces).

Ha, it is time to do that in Pharo itself with a command line
handler... More to learn but FileSystem is going to help for sure :-)

Phil

2013/3/25 Benjamin <[hidden email]>:

> Cool :)
>
> One of my plan for 3.0 is more agile tools :)
> I have started a new auto test, and I wanted a Pomodoro :)
>
> Now we can join forces :)
> What I thought was cool is a pomodoro which block the ui during pauses, log
> the changes during sessions, and commit in the package-cache at the end of
> each iteration :P
>
> Ben
>
> On Mar 25, 2013, at 11:03 PM, DeNigris Sean <[hidden email]> wrote:
>
> philippeback:
> I started this little thing, anyone welcome to improve it...
>
> http://smalltalkhub.com/#!/~philippeback/HOPomodoro
>
>
> Cool idea! I fixed the layout for the Morph and the control button so it
> doesn't look like:
>
> <Screen Shot 2013-03-25 at 5.45.47 PM.png>
>
> Cheers,
> Sean
>
> p.s. if you add me to the repo, I'll commit myself next time ;)
>
> <HighOctane-Pomodoro-SeanDeNigris.15.mcz>
>
>

extracommands.sh (770 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: HOPomodoro (was Contribution CI Semantics)

stephane ducasse
In reply to this post by Benjamin Van Ryseghem (Pharo)

Cool :)

One of my plan for 3.0 is more agile tools :)
I have started a new auto test, and I wanted a Pomodoro :)

Yes I want more tdd tools.
Now pay attention not to be too BigBrother.


Now we can join forces :)
What I thought was cool is a pomodoro which block the ui during pauses, log the changes during sessions, and commit in the package-cache at the end of each iteration :P

Ben

On Mar 25, 2013, at 11:03 PM, DeNigris Sean <[hidden email]> wrote:

philippeback:
I started this little thing, anyone welcome to improve it...

http://smalltalkhub.com/#!/~philippeback/HOPomodoro

Cool idea! I fixed the layout for the Morph and the control button so it doesn't look like:

<Screen Shot 2013-03-25 at 5.45.47 PM.png>

Cheers,
Sean

p.s. if you add me to the repo, I'll commit myself next time ;)

<HighOctane-Pomodoro-SeanDeNigris.15.mcz>