[Pharo-users] Re: Opening presentation of the JPL Open Developer seminar series

2020-12-08 Thread Craig Latta
> Great ! What is the time zone? UTC-8 -C -- Craig Latta :: research computer scientist Black Page Digital :: Berkeley, California 663137D7940BF5C0AFC 1349FB2ADA32C4D5314CE

Re: [Pharo-users] Pharo at JPL

2020-08-29 Thread Craig Latta
Good luck, Ted, and congratulations! -C -- Craig Latta Black Page Digital Berkeley, California blackpagedigital.com https://caffeine.js.org

[Pharo-users] browsing references to elements of Undeclared?

2020-05-27 Thread Craig Latta
Hi all-- In various Smalltalks, I'm used to being able to open an inspector on the Undeclared dictionary, then selecting an element and browsing references to it. I don't seem to see that functionality in Pharo 8. Is there an equivalent? thanks! Craig -- Craig Latta

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-06 Thread Craig Latta
all that built-up state) rather than starting over. In highly interactive environments like VR, this is critical. -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 + 1 415 287 3547

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-05 Thread Craig Latta
as any JS framework can. I have other demos showing mainstream SPAs and UIs, using WebComponents, VueJS, plain old DOM elements, etc. -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 + 1 415 287 3547

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-05 Thread Craig Latta
Hi Konrad-- > ...Even better, a standalone application that could be hosted on > a plain static server, since all the code would run client-side. E.g., https://caffeine.js.org/3d -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31

Re: [Pharo-users] Reminder: Smalltalk Webcamp, 22nd of October

2019-09-24 Thread Craig Latta
ending, so we can plan accordingly. > Registration > link: https://www.eventbrite.com/e/smalltalk-webcamp-tickets-69185265993 > > At this time, there are 9 participants, excluding the Yesplan team. > > Questions? Please send me an email. > > Best regards > Johan Bri

Re: [Pharo-users] pharo for ios and android

2019-09-22 Thread Craig Latta
them except for copy/cut/paste/reload. Thanks for checking it out! -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 + 1 415 287 3547

Re: [Pharo-users] pharo for ios and android

2019-09-21 Thread Craig Latta
Hi-- > Craig Latta runs Smalltalk images on the javascript vm written by Bert > Freudenberg. Search for Caffeine Yes, https://caffeine.js.org is my main development system these days, and it runs nicely on my iPhone (or any device, with any web browser). Caffeine is the

Re: [Pharo-users] Status of Caffeine

2018-07-20 Thread Craig Latta
at it's pixel-portable between the Web and native apps. thanks again, -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)

Re: [Pharo-users] Status of Caffeine

2018-07-19 Thread Craig Latta
o each other might > be a decent workaround) Yeah, this is what I did in the first Caffeine demo[2]. When I want the Smalltalk IDE to disappear I just set the opacity of its div to zero and its pointer-events to none. This approach works across all browsers. thanks, -C [1] https://t

Re: [Pharo-users] Status of Caffeine

2018-07-19 Thread Craig Latta
ust back in iOS 11, where everything works in one big process (Squeak + A-Frame). thanks, -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)

Re: [Pharo-users] Status of Caffeine

2018-07-19 Thread Craig Latta
econds. The mini image demo at [1] is a good approximation. Please feel free to join in on Caffeine issues, at [2]. thanks, -C [1] https://squeak.js.org/demo/simple.html#fullscreen [2] https://github.com/ccrraaiigg/ccrraaiigg.github.io/issues -- Craig Latta Black Page Digital Amsterd

Re: [Pharo-users] Standalone HTML Model (livecoded)

2017-09-18 Thread Craig Latta
ctions are those which only use objects and functions in JS-land. This might be okay for smoke-testing PharoJS apps, but I think the kind of interactive DOM object sketching I mentioned before would be uncomfortable. -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)

Re: [Pharo-users] Standalone HTML Model

2017-09-18 Thread Craig Latta
with PharoJS, only that PharoJS generates JS source which eventually runs in a browser. Can you give an example? > But there are scenarios where you want to have DOM actions without > having a browser. Oh, it wasn't clear to me that this was one of Sean's requirements.

Re: [Pharo-users] Standalone HTML Model

2017-09-18 Thread Craig Latta
SL is the actual JavaScript DOM API which is sitting in the web browser anyway, although driven with Smalltalk messages over the JS bridge. I'm also assured that everything I do with the DOM objects is legitimate, and I can handle DOM API errors live in Smalltalk. -C [1] https://caffeine.j

Re: [Pharo-users] Minimizing an Application

2017-08-25 Thread Craig Latta
ss to the installation. Yes, that's what I meant by "initial startup". -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com voice through 2017-09-12: + 1 510 833 5799 (SMS ok) +31 20 893 2796 (no SMS)

Re: [Pharo-users] Minimizing an Application

2017-08-24 Thread Craig Latta
the time it takes to transmit the entire system over the net. -C -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com voice through 2017-09-12: + 1 510 833 5799 (SMS ok) +31 20 893 2796 (no SMS)

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Craig Latta
Hi Torsten-- > > The next big step is getting a WebAssembly version of Cog running. > > Anyone known already to work on such a beast? Yes, I'm working on it. > Another path could be to run on a Linux booting in the browser: > > https://bellard.org/jslinux

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Craig Latta
he bat > - UnixResolver>>#cantFindOriginError from #getEnvViaFFI > - "The primitiveFetchMourner is missing. Please upgrade your virtual > machine..." Mm, I haven't delved into any of the non-fatal Pharo errors yet. :) thanks! -C -- Craig Latta Black Pa

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Craig Latta
Well, that didn't take as long as I thought. :) Probably due to progress Bert made since we looked at it at ESUG 2016. For more details, see https://tinyurl.com/y727fz4a (thiscontext.com). Let the bugfixing begin. :) thanks again, -C -- Craig Latta Black Page Di

Re: [Pharo-users] Pharo on the SqueakJS virtual machine (was "PharoJS")

2017-06-29 Thread Craig Latta
7;m interested in working on. It may make the SqueakJS virtual machine obsolete. thanks, -C [1] https://caffeine.js.org [2] https://thiscontext.com -- Craig Latta Black Page Digital Amsterdam :: San Francisco cr...@blackpagedigital.com +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)

Re: [Pharo-users] PharoJS

2017-06-27 Thread Craig Latta
Hi-- Aik-Siong writes: > Craig Latta is doing something interesting[1] with SqueakJS which is > an optimized Smalltalk VM in JavaScript and HTML5. It is supposedly > able to run Smalltalk fast inside the browser and access the > JavaScript world freely. I think this route