Re: [Pharo-dev] [ANN] PharoPro

2020-06-17 Thread Pierce Ng
On Wed, Jun 17, 2020 at 10:34:09AM +0200, Norbert Hartl wrote: > we are very proud to announce the availability of PharoPro, a company > that offers professional support for the pharo platform. Our mission > is to enable people and companies to secure their business when > building products with ph

Re: [Pharo-dev] OpenSSL binding Re: About strange email related to smalltalkhub read-only on squeak-dev

2020-06-05 Thread Pierce Ng
On Thu, Jun 04, 2020 at 10:31:09AM +0200, Norbert Hartl wrote: > > Am 04.06.2020 um 02:44 schrieb Pierce Ng : > > On Tue, Jun 02, 2020 at 11:17:30AM +0200, Norbert Hartl wrote: > >> PierceNg has an implementation that implements a subset of openssl. > >> This imple

[Pharo-dev] OpenSSL binding Re: About strange email related to smalltalkhub read-only on squeak-dev

2020-06-03 Thread Pierce Ng
On Tue, Jun 02, 2020 at 11:17:30AM +0200, Norbert Hartl wrote: > PierceNg has an implementation that implements a subset of openssl. > This implementation is modeled after the library so lots of class > methods. I'd prefer to have something more object model like. A very small subset currently, a

[Pharo-dev] [ANN] Cross Platform Embedding Example (Linux, MacOS)

2020-01-22 Thread Pierce Ng
Hi all, Inspired by Pablo's example, I've created a cross-platform implemenation. Pablo's example uses Pharo.image embedded as a Windows resource. Well, the excellent and, like Smalltalk, vastly underrated Free Pascal has built-in cross platform support for Windows resources. Basically I have imp

Re: [Pharo-dev] New Latest VM - Please Test

2020-01-17 Thread Pierce Ng
On Fri, Jan 17, 2020 at 10:48:02AM +0100, teso...@gmail.com wrote: > I have just uploaded a new version of the VM as the latest. This > version is the one to be intended for Pharo 8 release. Please feel > free to test it. Hi Pablo, Is this VM built from https://github.com/pharo-project/open

Re: [Pharo-dev] Iceberg Bug? Branches with $/

2020-01-14 Thread Pierce Ng
On Tue, Jan 14, 2020 at 12:35:27PM +0800, Ben Coman wrote: > Even from the command line I find slashes in branch names problematic, > because slashes are as a "remote/branch" separator incites confusion about > what is being referenced. > > Other have different problems... The VM's shell scripts

[Pharo-dev] OpenSSL 1.0.2 end of support from 1 Jan 2020

2019-12-13 Thread Pierce Ng
As per https://www.openssl.org/policies/releasestrat.html. My fork has a branch that builds with OpenSSL 1.1.1d with related minor fixes for one or some of the Pharo mvm. FWIW, that branch also updates libssh2 and libgit2 C libraries to newer versions. https://github.com/PierceNg/opensmalltalk-

Re: [Pharo-dev] Building Pharo VM on Alpine Linux within Docker

2019-12-05 Thread Pierce Ng
On Thu, Dec 05, 2019 at 12:59:43PM +0100, Norbert Hartl wrote: > This is great! Do you consider to register that on dockerhub? This way > a new docker image is built on commit/release. And everyone can use a > static url to refer to it. I tried to create a pharo organization on > dockerhub but did

[Pharo-dev] Building Pharo VM on Alpine Linux within Docker

2019-12-03 Thread Pierce Ng
I've put up a Dockerfile that builds the pharo.cog.spur.minheadless VM on Alpine Linux within Docker. This allows one to build said VM without having to first create an Alpine Linux installation such as through VirtualBox. https://github.com/pharo-contributions/Docker-Alpine/tree/master/vm.build

Re: [Pharo-dev] [Blog Post] PoC Alpine Linux Minimal Stateless Pharo

2019-07-20 Thread Pierce Ng
On Sat, Jul 20, 2019 at 10:58:36AM -0300, Mariano Martinez Peck wrote: > This is very interesting. I have been playing with docker too [1] [2] [3] > and indeed I also tried to make it work with alpine [4]. But it was Hi Mariano, Fun stuff! > Anyway, I will be curious to know your progress. Would

[Pharo-dev] [Blog Post] PoC Alpine Linux Minimal Stateless Pharo

2019-07-20 Thread Pierce Ng
Hi all, I've written a blog post on the topic. https://www.samadhiweb.com/blog/2019.07.20.alpine.pharo.minimal.html TL;DR: - Built pharo.cog.spur.minheadless on Alpine Linux. - Built Docker image of same: 12.5MB. - Using 7-minimal as base, built a stateless Pharo image with SUnit and SQ

Re: [Pharo-dev] Pharo8: Advance on Spec2 and Gtk3 backend

2019-07-01 Thread Pierce Ng
On Tue, Jul 02, 2019 at 09:29:01AM +0900, ducasse wrote: > we would be interested in knowing if the new infrastructure (FFI) you have > better success. > If you want to give a try contact Pablo Tesone > > Because we believe that the infrastructure we are putting in place for GTK > can be reuse/

Re: [Pharo-dev] Pharo8: Advance on Spec2 and Gtk3 backend

2019-07-01 Thread Pierce Ng
On Mon, Jul 01, 2019 at 05:58:17PM +0200, Esteban Lorenzano wrote: > But overall, the Gtk3 backend is also in good shape and we will put it > > Instead, we moved at the top of the backlog the “move to headless vm” > and Pablo and me started to work on that. > > Now, there are problems associated t

Re: [Pharo-dev] JSON RPC

2019-06-13 Thread Pierce Ng
On Thu, Jun 13, 2019 at 03:45:41PM -0300, Gabriel Cotelli wrote: > Hi! > > Is anyone using https://github.com/juliendelplanque/JRPC/ or other JSON RPC > implementation in Pharo? Hi Gabriel, I am using Julien's JRPC server-side in my blog. Client-side is written in Go. My usage is simple one-way

Re: [Pharo-dev] External Module not found

2019-02-13 Thread Pierce Ng
On Wed, Feb 13, 2019 at 12:12:39AM +, Moussa Saker via Pharo-dev wrote: > am using a Pharo 7 image and an elementary os 64bits distribution > (based on Ubuntu 18.04), i was working on my project and when trying > to execute it i encountered this problem. Click on the debug button, look around

Re: [Pharo-dev] [ANN] Pharo Lambda Runtime

2018-12-27 Thread Pierce Ng
On Thu, Dec 27, 2018 at 10:32:03AM +0100, Jan van de Sandt wrote: > Last month Amazon extended their serverless runtime platform AWS Lambda > with support for custom runtimes. I created a Pharo Lambda Runtime so now > we can implement Lambda functions in Smalltalk and easily deploy them on > the La

Re: [Pharo-dev] GitHub Topics

2018-10-10 Thread Pierce Ng
On Wed, Oct 10, 2018 at 08:42:13AM -0300, Esteban Maringolo wrote: > PR approved! We're listed at https://github.com/topics/pharo Great! I've tagged all my projects. Pierce

Re: [Pharo-dev] [Pharo-users] [ANN] Success story Mobility Map

2018-09-30 Thread Pierce Ng
On Wed, Sep 26, 2018 at 07:49:10PM +0200, Norbert Hartl wrote: >>> And a lot more. This is a coarse grained overview over the >>> architecture. I’m happy to answer further questions about this. >>> [very nice writeup] Hi Norbert, Very nice write-up, thanks. What persistence mechanism are you us

Re: [Pharo-dev] Pharo and Docker (some steps)

2018-09-09 Thread Pierce Ng
On Mon, Aug 20, 2018 at 03:10:58PM +0200, Torsten Bergmann wrote: > I recently played with Pharo and Docker and summarized some of my > steps in a small tutorial in my Pharo wiki: Monkey saw, and monkey did. :-) Here's my report on my experimentation: http://www.samadhiweb.com/blog/2018.09.09.d

Re: [Pharo-dev] New Year Wishlist (2018) ?

2017-12-28 Thread Pierce Ng
On Wed, Dec 27, 2017 at 04:41:56PM +0100, Cyril Ferlicot D. wrote: > I also forgot: a real headless :) And real "embeddability". :-) I'll write GUIs with Pascal/Lazarus if I must. Being able to implement domain logic stuff in Pharo embedded into the application will super charge productivity. Pie

Re: [Pharo-dev] Beacon moved to github

2017-07-08 Thread Pierce Ng
On Fri, Jul 07, 2017 at 04:53:20PM +0200, Denis Kudriashov wrote: > One notice. Should we all follow standard convention on repo structure? > Because source directory in beacon is called "repository" instead "src" > like in other repos. In my PasswordCrypt package, I have src-c for the C sources a

Re: [Pharo-dev] [ANN] P3, a modern, lean and mean PostgreSQL client for Pharo

2017-06-28 Thread Pierce Ng
On Tue, Jun 27, 2017 at 02:56:48PM +0200, Sven Van Caekenberghe wrote: > P3 is a modern, lean and mean PostgreSQL client for Pharo. > P3 is written in pure Pharo, using a TCP network connection to PostgreSQL. This is great stuff! Pierce

Re: [Pharo-dev] Any idea for a cool name for the remote tool suite?

2017-02-25 Thread Pierce Ng
On Fri, Feb 24, 2017 at 04:42:03PM -0800, Sean P. DeNigris wrote: > Andreas Wacknitz wrote > > Everything that is used outside Pharo could have a fancy name. > > For internal tools and frameworks this is... like talking in argot and > > creates high walls around Pharo. > > +100 Just call it Bike

Re: [Pharo-dev] Build Pharo VM

2017-02-25 Thread Pierce Ng
On Thu, Feb 23, 2017 at 03:51:07PM +0100, Esteban Lorenzano wrote: > for linux you can: > $ cd pharo-vm/opensmalltalk-vm//build.linux32x86/pharo.cog.spur/build > $ ./mvm On a fairly fresh 32-bit Linux Mint 17 (based on Ubuntu 14.04), first apt-get install curl, libssl-dev, cmake, uuid-dev, and li

Re: [Pharo-dev] IPv6 support [VM]

2017-02-14 Thread Pierce Ng
On Tue, Feb 14, 2017 at 01:35:14PM +0100, Esteban Lorenzano wrote: > there was some work but it was not finished, then is kind of aborted (for > now). if you want to take a look there are some primitives in the networking > plugin… never finished, never tested, never done :) Should be there in th

Re: [Pharo-dev] Slack, fragmentation and design information

2017-02-14 Thread Pierce Ng
On Mon, Feb 13, 2017 at 11:51:23PM +, Dimitris Chloupis wrote: > wiki. They end messy and very badly documented. Especially c2 is quite a > mess, probably the worst wiki I have ever seen. To me the lack of organization is in the nature of a wiki. It's like a place to be explored. Must be said

Re: [Pharo-dev] Pharo 6 update catalog entries

2017-02-04 Thread Pierce Ng
On Sat, Feb 04, 2017 at 03:51:43PM -0800, Sean P. DeNigris wrote: > Ah, interesting! I wonder if this represents a bug then, because > ChronosManager is in the metarepos for both Pharo 5 and 6, but in Pharo 5 > loads the config from the meta-repo-for-6, not 5... ConfigOfGlorpSQLite is in both Phar

Re: [Pharo-dev] Pharo 6 update catalog entries

2017-01-31 Thread Pierce Ng
On Tue, Jan 31, 2017 at 10:44:04AM +0100, Torsten Bergmann wrote: > in preparation of upcoming Pharo 6 release we already should do a pass on > all our external loadable projects: > > You should do the same with your projects! Updated ConfigOfGlorp and ConfigOfGlorpSQLite for Pharo 6. Tested on

Re: [Pharo-dev] IMPORTANT: Proposal to create a github team for Voyage and MongoTalk

2016-06-13 Thread Pierce Ng
On Fri, Jun 10, 2016 at 08:18:51AM -0700, Todd Blanchard wrote: > 'NoSQL' covers a lot of ground. Excerpted from an old blog post of mine: Riak: - Runar Jordahl's [EpigentRiakInterface](http://squeaksource.com/EpigentRiakInterface). - Goran Krampe's fork, [Phriak](http://www.smalltalkhub.com/#!

Re: [Pharo-dev] Pharo IDE in Amber?

2016-05-20 Thread Pierce Ng
On Fri, May 20, 2016 at 02:58:21PM +0200, Siemen Baader wrote: > If this can be overcome, I think the options would be to either: > a) implement a Morphic raster rendering backend based on HTML5 Canvas, or: > 2) create DOM & CSS based Morphic widgets, like the Lively Kernel does. iii) Take a look

Re: [Pharo-dev] [ANN] Pharo Astares Distribution

2016-05-04 Thread Pierce Ng
On Tue, May 03, 2016 at 10:01:26PM +0200, Torsten Bergmann wrote: > into an own kind of Pharo distribution that I call AstaresDistribution. Nice! And that logo is awesome. Pierce

Re: [Pharo-dev] Why does not have a standard Tree Structure in Pharo? ( stepharo )

2016-04-23 Thread Pierce Ng
On Sat, Apr 23, 2016 at 12:03:03PM +0200, p...@highoctane.be wrote: > There are BTrees (I made a copy in my Smalltalkhub): > http://www.smalltalkhub.com/#!/~philippeback/Trees > http://stackoverflow.com/questions/6917310/tree-implementations-in-smalltalk Also http://smalltalkhub.com/#!/~hernan/Tre

Re: [Pharo-dev] "Pharo" Name Overload

2016-01-26 Thread Pierce Ng
On Tue, Jan 26, 2016 at 06:24:48PM +, Dimitris Chloupis wrote: > Why ? We did not have Pharo-stack.app and Pharo-cog.app and none complained I've also renamed Pharo to "Pharo Cog" or whatever as the case may be using Finder. Using Terminal rename Pharo.app to "Pharo Cog.app". Pierce

Re: [Pharo-dev] "Pharo" Name Overload

2016-01-26 Thread Pierce Ng
On Tue, Jan 26, 2016 at 06:56:00AM -0800, Sean P. DeNigris wrote: > I now have three Pharo.app files on my Mac - Launcher, Spur, and non-Spur. It > would be great if we can agree to call one thing Pharo, and add appropriate > modifiers to the other two names. Using more Linux than OSX these days c

Re: [Pharo-dev] Catalog statistics (Who know this projects?)

2016-01-06 Thread Pierce Ng
On Tue, Jan 05, 2016 at 04:21:37PM +0100, Esteban Lorenzano wrote: > So, please people… take a look at your projects and PLEASE, provide a > description and proper keywords… Nobody can guess what is Aconcagua (besides > a cool mountain in south america), or Telescope, etc., etc., etc. Done for NBS

Re: [Pharo-dev] Preview of new FFI?

2015-12-23 Thread Pierce Ng
On Wed, Dec 23, 2015 at 08:00:31PM +, Esteban Lorenzano wrote: > as Torsten said, is in the image, and I cannot provide support until next > week… I’m counting the bytes here, to send mails :) but after that, of course > I will provide support, documentation (I’m already working on it), etc. T

[Pharo-dev] Preview of new FFI?

2015-12-23 Thread Pierce Ng
Hi, (For Esteban perhaps...) Is there an image/VM combo to preview the new FFI? I just made NBSQLite3 work with SQLcipher (for transparent database encryption) but don't want to spend any effort refactoring if I need to redo for the new FFI. Pierce

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Consortium Sponsored Development Effort

2015-12-20 Thread Pierce Ng
On Sun, Dec 20, 2015 at 08:56:43AM +, Dimitris Chloupis wrote: > Fuel I assume enters here the equation as a data exchange format , the > problem I have with fuel is that its not backward compatible which for me Once you have a set of OS processes running Pharo how they talk to each other is u

Re: [Pharo-dev] pharo vm + plugins

2015-12-19 Thread Pierce Ng
On Sat, Dec 19, 2015 at 12:30:19AM -0500, Robert Withers wrote: > I am looking for DESPlugin, DSAPrims, MD5Plugin and SHA256Plugin. > they are now in the squeak vmmaker. Evidently not in pharo just yet. I didn't ask which OS which version you want :-) but looking through my collection of source an

Re: [Pharo-dev] pharo vm + plugins

2015-12-18 Thread Pierce Ng
On Fri, Dec 18, 2015 at 01:55:14PM -0500, Robert Withers wrote: > I tried this but it no longer seems to work. Do you have the lib* > plugins, by chance? What files are you looking for? Pierce

Re: [Pharo-dev] pharo vm + plugins

2015-12-18 Thread Pierce Ng
On Fri, Dec 18, 2015 at 07:48:00PM +0100, Sven Van Caekenberghe wrote: > Maybe a silly question, but aren't VM plugins interchangeable between the > Pharo and Squeak VM ? I know for a fact that the SSL plugin used to be like > that, maybe it still is. Pharo's is named libSqueakSSL.so while Squeak'