Just a reminder that the next Squeak Chat will take place between 08:00 (8 AM) and 12:00 (Noon) GMT Sunday April 2nd, 2006. As usual we will meet in #squeak on...
Hi Dan what is the speed of your VM on a normally fast :) Java VM? Stef...
104506
Lic. Edgar J. De Cleene
edgardec2001@...
Apr 1, 2006 12:52 pm
... Pavel: I start to download, and do things. Congratulations for your job !!! Edgar __________________________________________________ Correo Yahoo! Espacio...
104507
Lic. Edgar J. De Cleene
edgardec2001@...
Apr 1, 2006 3:15 pm
... The UTF8Patch works fine. Squeak3.9a-6719.changes.old is 20.3 mb and Squeak3.9a-6719.changes 16.5 ... Follow this step by step, I do a save a new version...
104508
Dan Ingalls
Dan@...
Apr 1, 2006 4:43 pm
Hi, Stef - ... I don't know what a normally fast JVM is. However I can say that on my Mac it runs about 1/10 the speed of the native Squeak VM, in both...
104509
Lic. Edgar J. De Cleene
edgardec2001@...
Apr 1, 2006 6:05 pm
... Ok, Very thanks !! __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí...
104510
Pavel Krivanek
squeak1@...
Apr 1, 2006 6:06 pm
... It looks like continuing problem with changes... Please try this image: http://www.comtalk.net/Squeak/uploads/20/bootstrap-env.zip -- Pavel...
104511
Alan Kay
alan.kay@...
Apr 1, 2006 6:39 pm
Nifty! Cheers, Alan...
104512
Lic. Edgar J. De Cleene
edgardec2001@...
Apr 1, 2006 8:18 pm
Pavel: With your provided image I can produce a 3.3 mb image with Smalltalk size = 502. It's bigger what I think .. (two more mb what previous kernel) You plan...
104513
Robert Hawley
rhawley@...
Apr 2, 2006 1:44 am
BookMorph still has a hardcoded link to a server called 'DaniOnJumbo' which does not work. (This occurs in Squeak and in EToys). I did hear someone say that...
104514
Pavel Krivanek
squeak1@...
Apr 2, 2006 7:37 am
... Yes, the final image is huge. But I'm afraid that we will not be able to reduce the size markedly. ... I don't expect that we can remove more than several...
104515
Marcus Denker
denker@...
Apr 2, 2006 11:14 am
... Do you have updated SqueakMap in the image? I think what is happening is this: SqueakMap loaded the 2.1 version, updating to the next alpha then will try...
104516
Bob.Cowdery@...
Apr 2, 2006 12:00 pm
Hi I have a plugin as follows: run: hostApi inDev: inDeviceName outDev: outDeviceName rate: sampleRate frames: frames latency: latency self export: true. self...
... Uhmm... who needs BookMorph when there is Sophie? Marcus...
104519
Marcus Denker
denker@...
Apr 2, 2006 12:18 pm
... Ok, merged in in SUnit-md.32 (But keep in mind that this is the Squeak branch of Sunit... not the "beeing compatible to even the strangest smalltalk at the...
104520
Ragnar Hojland Espinosa
ragnar@...
Apr 2, 2006 12:26 pm
... Either that or pass along their length. -- Ragnar...
104521
Robert Hawley
rhawley@...
Apr 2, 2006 12:35 pm
For many people, their first view of Squeak will be via the Morphic/EToys route, so there is every reason to make sure that the visual stuff they see works...
104522
Bob.Cowdery@...
Apr 2, 2006 1:04 pm
... Thanks Ragnar. Is there an easy was to null terminate a string in Squeak? Bob *** Confidentiality Notice *** Proprietary/Confidential Information belonging...
104523
Chris Patrick Schreiner
chris.schreiner@...
Apr 2, 2006 1:07 pm
... So, *when* will there be Sophie? ChrisP...
104524
David T. Lewis
lewis@...
Apr 2, 2006 1:35 pm
... In the image you can of course do something like this: 'hello', (Character value: 0) asString If you want to pass a String parameter to your plugin then...
104525
Ken Causey
ken@...
Apr 2, 2006 2:00 pm
Just a reminder that the next Squeak Chat will take place between 12:00 (Noon) and 16:00 (4 PM) GMT Thursday April 6th, 2006. As usual we will meet in #squeak...
104526
Masashi UMEZAWA
masashi.umezawa@...
Apr 2, 2006 2:09 pm
Hi, I've implemented a Bonjour(Rendezvous)-like thing in Squeak. You can publish network services in a few steps, and clients will know the services...
104527
Lic. Edgar J. De Cleene
edgardec2001@...
Apr 2, 2006 2:11 pm
... It's a remarkable work what I try to understand well. Again Pavel, you lead the shrinking business. BRAVO !! Edgar ...
104528
Brent Pinkney
brent.pinkney@...
Apr 2, 2006 2:13 pm
Hi, ... Would it not be nicer to implement this using ANSI Durations rather then milliseconds ? Something akin to #valueWithin:onTimeout: My suggestion would...
104529
nicolas cellier
ncellier@...
Apr 2, 2006 2:43 pm
Thanks for this interesting link. I see we share same problems indeed, and maybe your reflexion is more advanced on the subject. I do not think Smalltalkers...
104530
Marcus Denker
denker@...
Apr 2, 2006 3:01 pm
... Yes, I think phillipe suggested the same... let's do it. ... hmm... assert: allways takes an expression, should: takes a block in SUnit. (the standard...