Re: [Pharo-users] distributed peer2peer sharing app in Pharo

2015-10-15 Thread Robert Withers
On 10/15/2015 09:32 PM, Evan Donahue wrote: I remember looking at the project you mention when I was first researching p2p in Pharo. I thought the project description sounded very interesting (Trantor was actually begun with a similar use-case in mind), but alas I was unable to find any informa

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Jimmie Houchin
Thanks for all of the replies and suggestions. Thanks to the smart man in the room. I will explore DigitalOcean and setup up a droplet when ready. Thanks for the referral. Jimmie On 10/15/2015 02:20 PM, Sven Van Caekenberghe wrote: On 15 Oct 2015, at 20:54, Esteban A. Maringolo wrote: 201

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
Okay, I didn't know if you were referring to Grafoscopio or not. I did not know it would be using Fossil for storage. I downloaded and will explore next week. Thanks. Jimmie On 10/15/2015 05:37 PM, Offray Vladimir Luna Cárdenas wrote: Hi Jimmie, My idea is to connect Pharo with the externa

Re: [Pharo-users] distributed peer2peer sharing app in Pharo

2015-10-15 Thread Evan Donahue
I remember looking at the project you mention when I was first researching p2p in Pharo. I thought the project description sounded very interesting (Trantor was actually begun with a similar use-case in mind), but alas I was unable to find any information on it outside of the code. If anyone knows

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Offray Vladimir Luna Cárdenas
Hi Jimmie, My idea is to connect Pharo with the external world, starting from what I need/know, but also I try to not use every single stuff in other languages. My main criteria for selecting from other ecosystems is simplicity. I want to make Pharo compatible with my own history (which is ki

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
Hello Offray, If we didn't have the big push for GitHub. I would love to see a Fossil source code interface for Pharo. If we had this we could potentially replace SmalltalkHub with something more functional almost instantly. This is a big assumption, but possibly correct. But since it comes wi

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
Thanks for the reply. My idea at the moment to write the application as the user interface to the SQLite database. I do want all of the rdb features. I also explicitly want something that is usable from other languages or environments. I might someday think LuaJIT to be the direction I want to

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Offray Vladimir Luna Cárdenas
Hi Jimmie, Nice to see you exploring bridges between Pharo and the external world (that was my message about how I planned to contribute to pharo) and thanks for the reference about the "Git: just say no" video from Hipp (food for my rants with git possessed friends ;-) ). [1] https://www.yo

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Sven Van Caekenberghe
> On 15 Oct 2015, at 20:54, Esteban A. Maringolo wrote: > > 2015-10-15 15:52 GMT-03:00 Sven Van Caekenberghe : >> >>> On 15 Oct 2015, at 20:24, Esteban A. Maringolo wrote: >>> >>> I use DigitalOcean, a 2 core-VPS with 1GB ram could host 10 concurrent >>> images without any issues, other than

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Esteban A. Maringolo
2015-10-15 15:52 GMT-03:00 Sven Van Caekenberghe : > >> On 15 Oct 2015, at 20:24, Esteban A. Maringolo wrote: >> >> I use DigitalOcean, a 2 core-VPS with 1GB ram could host 10 concurrent >> images without any issues, other than the constant ~5% CPU use while >> idle. I/O was the bottleneck, so no

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Mariano Martinez Peck
Hi Jimmie, Your approach seems very good from my point of view. As you know, making directly SQL queries or even writing mappings via a relational mapper are always a pain. So, my comment is that if you are willing to NOT have acid, transactions, and many other of the relational db features, you c

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Sven Van Caekenberghe
> On 15 Oct 2015, at 20:24, Esteban A. Maringolo wrote: > > I use DigitalOcean, a 2 core-VPS with 1GB ram could host 10 concurrent > images without any issues, other than the constant ~5% CPU use while > idle. I/O was the bottleneck, so no race conditions between the > different images. I secon

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Robert Withers
Thanks to both of you for the links. I appreciate you. Robert On 10/15/2015 02:22 PM, Esteban A. Maringolo wrote: I haven't used SQLite in Pharo, but I used it in Android. It is a pretty complete database solution, self contained in a single file (and a shared library ;-)). I already posted th

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
Thanks for the reply. When I went to answer Robert, I saw that driver. I will definitely give it a try. I don't find the post with those slides. But I have watched the video. It is a good video. Funny! But I did see the one where you posted about advocacy. But this is why I think that SQLit

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Esteban A. Maringolo
Garage's SQLite driver is a clone, albeit outdated, of the NBSQLite3 codebase. So you better stick with NBSQlite3. Esteban A. Maringolo 2015-10-15 15:31 GMT-03:00 Jimmie Houchin : > I would love to have an independent full featured, sold out to SQLite, > adapter for Pharo. However, I have not wr

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
I would love to have an independent full featured, sold out to SQLite, adapter for Pharo. However, I have not written one. The one I have installed but yet to try is the one that is included in Garage. http://smalltalkhub.com/#!/~DBXTalk/Garage But while looking at the link above, I see that

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Esteban A. Maringolo
I use DigitalOcean, a 2 core-VPS with 1GB ram could host 10 concurrent images without any issues, other than the constant ~5% CPU use while idle. I/O was the bottleneck, so no race conditions between the different images. Regards! Esteban A. Maringolo 2015-10-15 15:00 GMT-03:00 Jimmie Houchin :

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Esteban A. Maringolo
I haven't used SQLite in Pharo, but I used it in Android. It is a pretty complete database solution, self contained in a single file (and a shared library ;-)). I already posted the slides of the PgCon where Richard Hipp states that SQLite is the replacement of fopen() and not of a whole RDBMS: ht

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Jose San Leandro
I used linode long time ago, and switched to a dedicated host. Much better performance for cheaper price, back then. I currently use server4you.de, but you can compare other providers here: https://robot.your-server.de/order/market/country/ES# I use openshift for some stuff as well. It would be fe

Re: [Pharo-users] Pharo and SQLite

2015-10-15 Thread Robert Withers
Hi Jimmie, Is this SQlite adaptor you wrote published publicly? I'd definitely like to evaluate this technology for my stack. Thank you, Robet On 10/15/2015 01:58 PM, Jimmie Houchin wrote: Hello, I am working on a project for my wife. I initially thought I would keep all my data inside Phar

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Jimmie Houchin
Thanks for the reply. Sounds like a winner to me. Jimmie On 10/15/2015 10:32 AM, Mariano Martinez Peck wrote: On Thu, Oct 15, 2015 at 12:17 PM, Jimmie Houchin > wrote: Hello, I am exploring getting a VPS similar to the 1GB option. https://www.linode

[Pharo-users] Pharo and SQLite

2015-10-15 Thread Jimmie Houchin
Hello, I am working on a project for my wife. I initially thought I would keep all my data inside Pharo because it is a simple project and Pharo is great at persistence in the image. But as I pursued the project it felt like I was reinventing the database. So I thought why am I considering w

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Stephan Eggermont
On 15-10-15 17:22, Esteban Lorenzano wrote: On 15 Oct 2015, at 17:17, Jimmie Houchin wrote: Hello, I am exploring getting a VPS similar to the 1GB option. https://www.linode.com/pricing I have not selected a company or service at this time so this is simply an example and one of my options

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread olivier auverlot
Hi, OVH have a very cool plan with Debian7 or 8. https://www.ovh.com/fr/vps/vps-ssd.xml Olivier ;-) 2015-10-15 17:40 GMT+02:00 Andres Fortier : > As an alternative, Openshift has a free plan that includes 3 small gears > (512RAM - 1GB storage IIRC). I've used to host different things (mostly R

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Dimitris Chloupis
thanks guys I can compromise for the time being with the user not going to the website , searching for doc and founding documentation for pharo 1.4 while the version he/she has is pharo 5 when we already have a book that is fairly up to date. Is there anyone responsible for the PBE website ? Can

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Offray Vladimir Luna Cárdenas
Thanks a lot Dimitris! It was really needed. Now I can point to updated documentation in my data week workshops here. Cheers, Offray On 15/10/15 08:47, Tudor Girba wrote: +1! Doru On Thu, Oct 15, 2015 at 3:05 PM, Sven Van Caekenberghe > wrote: Thank you for taking

Re: [Pharo-users] [Moose-dev] Re: Data Kitchen: A data visualization project powered by Pharo. Feedback welcomed.

2015-10-15 Thread Offray Vladimir Luna Cárdenas
On 15/10/15 08:57, Alexandre Bergel wrote: Done! I did my bit! Give your heart guys! It takes 2 minutes. +1 (please share your love, only 2 minutes). BTW, I answered your comment. From yesterday to today the project went from almost 300 views to almost 500. Still away from views leaders, b

Re: [Pharo-users] Data Kitchen: A data visualization project powered by Pharo. Feedback welcomed.

2015-10-15 Thread Offray Vladimir Luna Cárdenas
Hi Serge, [...] On 15/10/15 02:43, Serge Stinckwich wrote: I really like the idea of using Pharo/ROASSAL for data viz especially in the context of southern countries (you talk about about Global South in your document). Having a portable environment is definitively a plus in the context of co

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Andres Fortier
As an alternative, Openshift has a free plan that includes 3 small gears (512RAM - 1GB storage IIRC). I've used to host different things (mostly RoR apps) but I think there should be no problem on hosting a Pharo app with a DIY cartridge. Just 2 cts. On Thu, Oct 15, 2015 at 12:32 PM, Mariano Mart

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Mariano Martinez Peck
On Thu, Oct 15, 2015 at 12:17 PM, Jimmie Houchin wrote: > Hello, > > I am exploring getting a VPS similar to the 1GB option. > https://www.linode.com/pricing > > I have not selected a company or service at this time so this is simply an > example and one of my options. > > I have not used such a

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Damien Cassou
Hi Dimitris, Dimitris Chloupis writes: > First of all thanks to all the people helping with the documentation. > > Now I think its the time to replace the old PBE with UPBE, we dont > need to change the website just link to the newest pdf here I agree UPBE is important. I want to finish Enterp

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Jimmie Houchin
Thanks. That is exactly what I wanted to know. Jimmie On 10/15/2015 10:22 AM, Esteban Lorenzano wrote: On 15 Oct 2015, at 17:17, Jimmie Houchin wrote: Hello, I am exploring getting a VPS similar to the 1GB option. https://www.linode.com/pricing I have not selected a company or service at th

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread Esteban Lorenzano
> On 15 Oct 2015, at 17:17, Jimmie Houchin wrote: > > Hello, > > I am exploring getting a VPS similar to the 1GB option. > https://www.linode.com/pricing > > I have not selected a company or service at this time so this is simply an > example and one of my options. > > I have not used such a

[Pharo-users] Pharo and VPS

2015-10-15 Thread Jimmie Houchin
Hello, I am exploring getting a VPS similar to the 1GB option. https://www.linode.com/pricing I have not selected a company or service at this time so this is simply an example and one of my options. I have not used such a service before. How suitable is Pharo currently for such an use case?

Re: [Pharo-users] [Moose-dev] Data Kitchen: A data visualization project powered by Pharo. Feedback welcomed.

2015-10-15 Thread Alexandre Bergel
Done! I did my bit! Give your heart guys! It takes 2 minutes. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Oct 14, 2015, at 9:07 PM, Offray Vladimir Luna Cárdenas > wrote: > > H

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Tudor Girba
+1! Doru On Thu, Oct 15, 2015 at 3:05 PM, Sven Van Caekenberghe wrote: > Thank you for taking care of this update, this is a very important > community resource. > > > On 15 Oct 2015, at 14:42, Dimitris Chloupis > wrote: > > > > First of all thanks to all the people helping with the documentat

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Sven Van Caekenberghe
Thank you for taking care of this update, this is a very important community resource. > On 15 Oct 2015, at 14:42, Dimitris Chloupis wrote: > > First of all thanks to all the people helping with the documentation. > > Now I think its the time to replace the old PBE with UPBE , we dont need to

Re: [Pharo-users] Updated Pharo By Example

2015-10-15 Thread Alexandre Bergel
Good job Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Oct 15, 2015, at 9:42 AM, Dimitris Chloupis wrote: > > First of all thanks to all the people helping with the documentatio

[Pharo-users] Updated Pharo By Example

2015-10-15 Thread Dimitris Chloupis
First of all thanks to all the people helping with the documentation. Now I think its the time to replace the old PBE with UPBE , we dont need to change the website just link to the newest pdf here https://ci.inria.fr/pharo-contribution/view/Books/job/UpdatedPharoByExample/lastSuccessfulBuild/art

[Pharo-users] [ANN] Pharo Consortium New Gold Member: Lifeware

2015-10-15 Thread Marcus Denker
The Pharo Consortium is very happy to announce that Lifeware has joined the Consortium as an Gold Member. About - Lifeware: http://www.lifeware.ch - Pharo Consortium: http://consortium.pharo.org The goal of the Pharo Consortium is to allow companies and institutions to support the ongoing develo

Re: [Pharo-users] distributed peer2peer sharing app in Pharo

2015-10-15 Thread stepharo
yes Le 13/10/15 23:27, Juraj Kubelka a écrit : Do you mean this one: http://www.squeaksource.com/DGV.html. I will check it out. Thanks. Juraj On Oct 13, 2015, at 18:04, stepharo wrote: I know that in squeak there was the project of Cees de Groot Tric on Squeaksource.I can send you the file

Re: [Pharo-users] Renaming a Class triggers debugger

2015-10-15 Thread stepharo
Thanks for reporting this. We should fix it. I got annoyed too from time to time. We should make sure it is fixed in Pharo 50. Stef Le 13/10/15 21:36, Lyn Headley a écrit : Hello, I'm running pharo 4 and I'm having a problem. I recently renamed a class using the rename: menu item in the standar

Re: [Pharo-users] Data Kitchen: A data visualization project powered by Pharo. Feedback welcomed.

2015-10-15 Thread Serge Stinckwich
On Thu, Oct 15, 2015 at 2:07 AM, Offray Vladimir Luna Cárdenas wrote: > Hi, > > In my effort to more create more meaningful computer mediated experiences > for me and other and to use Pharo as a medium for that I have proposed the > following project: > > --- > > - Name: Data Kitchen: Frictionless

Re: [Pharo-users] Pharo 4 debugger

2015-10-15 Thread Marcus Denker
> On 14 Oct 2015, at 22:25, Nicolai Hess wrote: > > > > 2015-10-14 20:28 GMT+02:00 bsselfri...@gmail.com > >: > In Pharo 3.0 there was a Add/Remove breakpoint (experimental) method popup > menu option. I do not see this capability