RV: HydraTools and minimal images

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

RV: HydraTools and minimal images

Edgar J. De Cleene
Aca reenvio algo que Colin mando hoy.
Tal parece que habra que poner un  ojo aqui, te felicito giusseppe.
Cuando termine el corte limpio de 3do11 (ahora estoy renegando para
coordinar lo qque hizo Pavel con lo que tengo yo), voy a ver de retornar al
SqueakLight.

Mi idea es rehacer mi ultima imagen MVC para equipos del tipo del iPhone,
Ipod touch o las Nokia 800/810.
Necesito juntar dinero para ir a Amsterdam, comprar la iMac 24 y uno de esos
bichitos.
Tengo para uno de los dos primeros , que es mas o menos lo mismo.

Escucho ofertas en privado para lo que se les ocurra.

Como decia el personaje de Alberto Olmedo , a quien hay que matar ?


------ Mensaje reenviado

> De: Colin Putney <[hidden email]>
> Responder a: The general-purpose Squeak developers list
> <[hidden email]>
> Fecha: Sat, 16 Feb 2008 01:16:45 -0800
> Para: <[hidden email]>
> CC: The general-purpose Squeak developers list
> <[hidden email]>
> Asunto: Re: HydraTools and minimal images
>
>
> On 13-Feb-08, at 8:32 AM, David Mitchell wrote:
>
>> I'm very interested in OB-Web
>>
>> Tried loading it yesterday through Monticello, but couldn't figure get
>> it running.
>>
>> I'm going to keep trying, but pointers would be useful.
>
>
> Yeah, it's a little tricky still. Here's the procedure:
>
> Start with a stock 3.7 image. It may work on other versions of Squeak,
> but I haven't tried it. You can download the image here:
> http://ftp.squeak.org/3.7/Squeak3.7-5989-basic.zip
>
> Then download FastSocketStream and install it:
>
> http://map.squeak.org/accountbyid/9bdedc18-1525-44a6-9b79-db5d4a87f6f8/files/F
> astSocketStream-gk.4.cs.gz
>
> Load your favorite version of Monticello, and add the OmniBrowser
> repository:
>
> http://source.wiresong.ca/ob
>
> Then load the following packages:
>
> DynamicBindings-gk.1
> KomServices-avi.4
> KomHttpServer-ac.9
> JSON-cwp.19
> OmniBrowser-dc.405
> OB-Morphic-lr.45
> OB-Web-cwp.59
> OB-Standard-cwp.322
>
> In a workspace, execute "OBKomHttpService startOn: 8000."
>
> You'll need to use Safari 3 or Firefox 2. Make sure pop-up blocking is
> turned off, then visit:
>
> http://localhost:8000/ and click on the link.
>
> Context menus work, but keyboard shortcuts only work in the text pane.
> Auto-correction when compiling methods works, but only if you load the
> attached ChangeSet, which fixes bugs in Parser.
>
>
>
>
> If you want to hack on it, you'll want to load some tools for
> modifying the Javascript and CSS via FTP. From the OmniBrowser
> repository, load:
>
> FTP-cwp.27
> OB-Dev-FTP-cwp.3
>
> Then you can execute "FTPServer startForOBDev" and connect an FTP
> client to the following URL:
>
> ftp://localhost:10021/
>
> You'll also want to load the tests from the OmniBrowser repository:
>
> OB-Fake-lr.9
> OB-Tests-Core-cwp.65
> OB-Tests-Morphic-cwp.16
> OB-Tests-Web-cwp.27
> OB-Tests-Standard-dr.86
>
> Whew! Clearly this has to be cleaned up for OB-Web to be more than a
> toy. Anyway have fun.
>
> Colin
>

------ Fin del mensaje reenviado


Parser.3.cs (14K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: RV: HydraTools and minimal images

Giuseppe
Yo tengo un iPod Touch que hemos comprado en la empresa para unas  
pruebas.

Si necesitas que testee algo házmelo saber.

Precisamente Iba a ponerme a buscar estos días si alguien había hecho  
algo, pero las SDK no saldrán hasta este mes, así que puede que hasta  
que no salgan no halla nada.

Un saludo.

El 16/02/2008, a las 11:55, Edgar J. De Cleene escribió:

> Aca reenvio algo que Colin mando hoy.
> Tal parece que habra que poner un ojo aqui, te felicito giusseppe.
> Cuando termine el corte limpio de 3do11 (ahora estoy renegando para
> coordinar lo qque hizo Pavel con lo que tengo yo), voy a ver de  
> retornar al
> SqueakLight.
>
> Mi idea es rehacer mi ultima imagen MVC para equipos del tipo del  
> iPhone,
> Ipod touch o las Nokia 800/810.
> Necesito juntar dinero para ir a Amsterdam, comprar la iMac 24 y uno  
> de esos
> bichitos.
> Tengo para uno de los dos primeros , que es mas o menos lo mismo.
>
> Escucho ofertas en privado para lo que se les ocurra.
>
> Como decia el personaje de Alberto Olmedo , a quien hay que matar ?
>
> ------ Mensaje reenviado
> > De: Colin Putney <[hidden email]>
> > Responder a: The general-purpose Squeak developers list
> > <[hidden email]>
> > Fecha: Sat, 16 Feb 2008 01:16:45 -0800
> > Para: <[hidden email]>
> > CC: The general-purpose Squeak developers list
> > <[hidden email]>
> > Asunto: Re: HydraTools and minimal images
> >
> >
> > On 13-Feb-08, at 8:32 AM, David Mitchell wrote:
> >
> >> I'm very interested in OB-Web
> >>
> >> Tried loading it yesterday through Monticello, but couldn't  
> figure get
> >> it running.
> >>
> >> I'm going to keep trying, but pointers would be useful.
> >
> >
> > Yeah, it's a little tricky still. Here's the procedure:
> >
> > Start with a stock 3.7 image. It may work on other versions of  
> Squeak,
> > but I haven't tried it. You can download the image here:
> > http://ftp.squeak.org/3.7/Squeak3.7-5989-basic.zip
> >
> > Then download FastSocketStream and install it:
> >
> > http://map.squeak.org/accountbyid/9bdedc18-1525-44a6-9b79-db5d4a87f6f8/files/F
> > astSocketStream-gk.4.cs.gz
> >
> > Load your favorite version of Monticello, and add the OmniBrowser
> > repository:
> >
> > http://source.wiresong.ca/ob
> >
> > Then load the following packages:
> >
> > DynamicBindings-gk.1
> > KomServices-avi.4
> > KomHttpServer-ac.9
> > JSON-cwp.19
> > OmniBrowser-dc.405
> > OB-Morphic-lr.45
> > OB-Web-cwp.59
> > OB-Standard-cwp.322
> >
> > In a workspace, execute "OBKomHttpService startOn: 8000."
> >
> > You'll need to use Safari 3 or Firefox 2. Make sure pop-up  
> blocking is
> > turned off, then visit:
> >
> > http://localhost:8000/ and click on the link.
> >
> > Context menus work, but keyboard shortcuts only work in the text  
> pane.
> > Auto-correction when compiling methods works, but only if you load  
> the
> > attached ChangeSet, which fixes bugs in Parser.
> >
> >
> >
> >
> > If you want to hack on it, you'll want to load some tools for
> > modifying the Javascript and CSS via FTP. From the OmniBrowser
> > repository, load:
> >
> > FTP-cwp.27
> > OB-Dev-FTP-cwp.3
> >
> > Then you can execute "FTPServer startForOBDev" and connect an FTP
> > client to the following URL:
> >
> > ftp://localhost:10021/
> >
> > You'll also want to load the tests from the OmniBrowser repository:
> >
> > OB-Fake-lr.9
> > OB-Tests-Core-cwp.65
> > OB-Tests-Morphic-cwp.16
> > OB-Tests-Web-cwp.27
> > OB-Tests-Standard-dr.86
> >
> > Whew! Clearly this has to be cleaned up for OB-Web to be more than a
> > toy. Anyway have fun.
> >
> > Colin
> >
>
> ------ Fin del mensaje reenviado
>
>  <Parser.3.cs>

Reply | Threaded
Open this post in threaded view
|

Re: RV: HydraTools and minimal images

Colin Putney
In reply to this post by Edgar J. De Cleene

On 16-Feb-08, at 2:55 AM, Edgar J. De Cleene wrote:

> Aca reenvio algo que Colin mando hoy.

Para clarificar un poco: HydraVM es una version de la machina virtual  
que puede abrir multiples imagenes al mismo tiempo y permitirles  
comunicar. La pregunta era como hacer una division para que las  
herramientas esten en un imagen controlando otro imagenes. Hay varias  
maneras de hacerlo, lo cual OB-Web es uno.

Colin
Reply | Threaded
Open this post in threaded view
|

Re: RV: HydraTools and minimal images

Giuseppe
Que puede abrir varias imágenes asignándolas cada una a un proceso,  
para poder aprovechar varios núcleos y poder escalar, correcto?


El 16/02/2008, a las 22:15, Colin Putney escribió:

>
> On 16-Feb-08, at 2:55 AM, Edgar J. De Cleene wrote:
>
> > Aca reenvio algo que Colin mando hoy.
>
> Para clarificar un poco: HydraVM es una version de la machina virtual
> que puede abrir multiples imagenes al mismo tiempo y permitirles
> comunicar. La pregunta era como hacer una division para que las
> herramientas esten en un imagen controlando otro imagenes. Hay varias
> maneras de hacerlo, lo cual OB-Web es uno.
>
> Colin
>
>

Reply | Threaded
Open this post in threaded view
|

Re: RV: HydraTools and minimal images

Edgar J. De Cleene



El 2/17/08 6:11 AM, "Giuseppe Luigi Punzi Ruiz" <[hidden email]>
escribió:

> Que puede abrir varias imágenes asignándolas cada una a un proceso,
> para poder aprovechar varios núcleos y poder escalar, correcto?
>
>
> El 16/02/2008, a las 22:15, Colin Putney escribió:
>
>>
>> On 16-Feb-08, at 2:55 AM, Edgar J. De Cleene wrote:
>>
>>> Aca reenvio algo que Colin mando hoy.
>>
>> Para clarificar un poco: HydraVM es una version de la machina virtual
>> que puede abrir multiples imagenes al mismo tiempo y permitirles
>> comunicar. La pregunta era como hacer una division para que las
>> herramientas esten en un imagen controlando otro imagenes. Hay varias
>> maneras de hacerlo, lo cual OB-Web es uno.
>>
>> Colin
>>
>>
>

Si, esa es la idea.
Me encantaria ver eso en la Mac de 8 cores, pero mis amigos de Toolkit
(Apple dealer en Rosario) dicen que no se trae ese equipo a Argentina.
Gracias Colin !.


Edgar