<div dir="ltr">Hi<div><br></div><div>(I am working on a few <a href="http://croquet.io">croquet.io</a> projects.) Trying to run the current way of how Squeak works and making it "croquetified" has some challenges. One is that a Squeak image typically uses 50MB, 100MB, or more memory, and that means that the "snapshots" that Croquet takes and sends over the network now and then can be quite expensive. (At the same time, as we know, most of the contents in an image is read only; we can imagine to have a different image structure where the read only part is separate and only the new stuff is exchanged.)</div><div><br></div><div>Another issue is to ensure determinism. There may not be too many issues around it, as the old Squeak based Croquet has shown; but the current Morphic itself probably does not work out of the box in this regard.</div><div><br></div><div>An alternative approach is to have a different execution engine, or a translator from Smalltalk to JavaScript. I actually gave a talk recently on that idea (and other things):</div><div><br></div><div><a href="https://youtu.be/E3og3l5kKes?t=1353">https://youtu.be/E3og3l5kKes?t=1353</a><br></div><div><br></div><div>If you enable English subtitles on YouTube, you can get the gist of what I was talking about. The implementation of it is available here:</div><div><br></div><div><a href="https://github.com/yoshikiohshima/smallroom">https://github.com/yoshikiohshima/smallroom</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 2, 2022 at 5:30 AM Jiri R. <<a href="mailto:jiriq@icloud.com">jiriq@icloud.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">Hi,<div><br></div><div>The is <a href="http://croquet.io" target="_blank">croquet.io</a> which allows "multiple users to work or play together within a single shared distributed environment". I wonder whether it is possible to take a squeak image and make it <i>that</i> single shared distributed environment. So multiple users would have some sort of UI (with system browser, workspaces, ..) and be able to work on a single underlining model (the squeak image).</div><div><br></div><div>Jiri</div><div><br></div></div>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">-- Yoshiki<div><br></div></div>