Hi Juraj,
At the last data week and in the workshops, we have an interesting user
case: sharing code snippets between assistants to the workshop. For that
we setup an Etherpad at the beginning of the workshop where we share
notes and code snippets by their url on http://ws.stfx.eu. This has
worked pretty fine and the only thing I can think for an improvement
would be having something like "ethepads" inside the Pharo Image,
allowing participants to write collaboratively docs and scripts inside
Pharo. You can see and examples of such case of use here:
http://mutabit.com/deltas/repos.fossil/dataweek/home
(mostly in Spanish but the use of Etherpads and published playgrounds is
understandable).
Cheers,
Offray
On 07/08/15 08:23, Juraj Kubelka wrote:
Hi!
It is great that people are interested in sharing information between
images. GTChatter was the first try and we will come with a new solution.
What is the most urgent information you want to share between images?
Source code?
I am curious about your use cases: Do you want to share information
between images on the same computer? Between your computers? Between
co-workers?
Cheers,
Juraj
On Aug 7, 2015, at 03:58, Peter Uhnák <i.uh...@gmail.com
<mailto:i.uh...@gmail.com>> wrote:
On PharoDays, there was a demo of GTChatter (
https://youtu.be/Nmcou_5um2s?t=22m18s ), but it was just prototype, I
don't think it's currently being developed. But maybe it could serve
as a bases for code sharing between images/users.
If anything you could simply push your code to http://ws.stfx.eu/
(Playground can do that with a button), and then paste the link
through GTSpotter to the other user. If you paste that link into
GTSpotter, it automatically offers you the option to open playground
on it (eg. try pasting into GTSpotter http://ws.stfx.eu/923KR0YD1BRU ).
Peter
On Fri, Aug 7, 2015 at 12:45 AM, Sebastian Heidbrink
<shei...@yahoo.de <mailto:shei...@yahoo.de>> wrote:
Hi Sven,
thank you! I will check it out.
I'll have such situation more and more often.
I'll let you know when I might have extended the code by some addons
Sebastian
On 2015-08-06 3:26 PM, Sven Van Caekenberghe wrote:
On 07 Aug 2015, at 00:13, Sebastian Heidbrink
<shei...@yahoo.de <mailto:shei...@yahoo.de>> wrote:
Is there a in-image monticello server available that
would mimic a repository server?
Yes, it is called ZnMonticelloServerDelegate - it is meant as
an example, but it works.