[Pharo-users] Octal multiplication

2017-04-23 Thread nacho
Hello, This could sound like a dumb question, it may be. If I print: 8r3 * 8r3 I get 9. It seems that Pharo converts first to decimal and then performs the multiplication. How do I get the result in octal which should be 8r11? Thanks! - Nacho Smalltalker apprentice. Buenos Aires, Argentina.

Re: [Pharo-users] Octal multiplication

2017-04-23 Thread Peter Uhnak
On Sun, Apr 23, 2017 at 06:13:42AM -0700, nacho wrote: > Hello, > This could sound like a dumb question, it may be. > If I print: > 8r3 * 8r3 I get 9. > It seems that Pharo converts first to decimal and then performs the > multiplication. How do I get the result in octal which should be 8r11? #pr

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-23 Thread Dimitris Chloupis
You say its not an SSL problem and then you say I should not use SSL and it will work :D yes I know it would work without SSL but I want to use SSL. Hence my problem. SSL support is pretty standards nowdays anyway. On Sat, Apr 22, 2017 at 11:13 PM olivier auverlot < olivier.auver...@gmail.com> w

Re: [Pharo-users] Octal multiplication

2017-04-23 Thread raffaello . giulietti
On 23/04/17 15:13, nacho wrote: > Hello, > This could sound like a dumb question, it may be. > If I print: > 8r3 * 8r3 I get 9. > It seems that Pharo converts first to decimal and then performs the > multiplication. How do I get the result in octal which should be 8r11? > Thanks! > Hi Nacho Ther

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread Tudor Girba
Great work, Juraj! Doru > On Apr 23, 2017, at 5:13 PM, Juraj Kubelka wrote: > > Hi, > > We are happy to announce a new application called Pharo Sprint App. The main > idea of the application comes from the whiteboard that have been used during > Pharo Sprints and was also adopted in Chile.

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread p...@highoctane.be
Please put that on the Pharo site (how to contribute section) so that we do not have to hunt this email down. Phil On Sun, Apr 23, 2017 at 7:24 PM, Tudor Girba wrote: > Great work, Juraj! > > Doru > > > > On Apr 23, 2017, at 5:13 PM, Juraj Kubelka > wrote: > > > > Hi, > > > > We are happy to a

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread Juraj Kubelka
Hi, > El 23-04-2017, a las 14:37, "p...@highoctane.be" > escribió: > > Please put that on the Pharo site (how to contribute section) so that we do > not have to hunt this email down. You are right, put it on Pharo site is on my todo list. Juraj > > Phil > >> On Sun, Apr 23, 2017 at 7:24

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread Sven Van Caekenberghe
Impressive work indeed. I guess Marcus will be happy, you save him a lot of work being 'master of ceremony' at Sprints. > On 23 Apr 2017, at 19:24, Tudor Girba wrote: > > Great work, Juraj! > > Doru > > >> On Apr 23, 2017, at 5:13 PM, Juraj Kubelka wrote: >> >> Hi, >> >> We are happy to

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread Thierry Goubier
Hi Juraj, a superb idea! A fluent interface to the Pharo sprint. Thierry Le 23/04/2017 à 17:13, Juraj Kubelka a écrit : Hi, We are happy to announce a new application called Pharo Sprint App. The main idea of the application comes from the whiteboard that have been used during Pharo Sprints a

Re: [Pharo-users] Neural Networks in Pharo

2017-04-23 Thread Oleks
Hello, Thanks a lot for your advice! It was very helpful and educating (for example, I thought that we store biases in the weight matrix and prepend 1 to input to make it faster, but now I see why it's actually slower that way). I've implemented a multi-layer neural network as a linked list of la

Re: [Pharo-users] [Ann] Pharo Sprint App to improve coordination during Pharo Sprints

2017-04-23 Thread K K Subbu
On Sunday 23 April 2017 08:43 PM, Juraj Kubelka wrote: As the Pharo Sprint is organized in several places around the world, we miss the connection with other guys. For that reason we decided to move the physical whiteboard to the internet and developed Pharo Sprint App. Excellent idea and a ve