Re: [Pharo-users] How to embed VSE application into Pharo

2019-01-24 Thread Davide Grandi
x27;m very very interested ...) Best regards,     Davide Grandi On 24/01/2019 16:34, Lorenzo Schiavina wrote: How to embed VSE application into Pharo Hi, I am a very old Smalltalk user; I have developedTONSof applicationwith Digitalk’s VSE; some of them are used by morehundredsclients. Can y

Re: [Pharo-users] Smalltalk: It’s Not Your Grandfather’s Programming Language

2020-01-06 Thread Davide Grandi
f electric cars. And so it is for Smalltalk. tl;dr: Smalltalk:e-cars::Pharo:Tesla -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html -- Ing. Davide Grandi email : davide.gra...@email.it mobile : +39 339 7468 778

Re: [Pharo-users] Corona virus

2020-03-14 Thread Davide Grandi
he situation. See you soon Dario -- Ing. Davide Grandi email : davide.gra...@email.it

Re: [Pharo-users] Corona virus

2020-03-15 Thread Davide Grandi
mortality rates by reducing the peak on the health system is compelling for everyone to know. cheers -ben On Sun, 15 Mar 2020 at 01:15, Davide Grandi <mailto:davide.gra...@email.it>> wrote: That's true, and it will be a worldwide pandemia. Try to work @ home, lim

Re: [Pharo-users] Corona virus

2020-03-16 Thread Davide Grandi
cities in the world) but Section 3 on improving mortality rates by reducing the peak on the health system is compelling for everyone to know. cheers -ben On Sun, 15 Mar 2020 at 01:15, Davide Grandi mailto:davide.gra...@email.it>> wrote: That's true, and it will be a worldwide pandemia

Re: [Pharo-users] Corona virus

2020-03-16 Thread Davide Grandi
nt about the advantage of living in Australia in a small town outside Perth (one of the most remote capital cities in the world) but Section 3 on improving mortality rates by reducing the peak on the health system is compelling for everyone to know. cheers -ben On Sun, 15 Mar 2020 at 01:15, Davide G

[Pharo-users] Repost from twitter : running 1983 Smalltalk. Today

2020-05-26 Thread Davide Grandi
Xerox Parc in 1979 and 1980" https://github.com/dbanay/Smalltalk very very intriguing. -- Ing. Davide Grandi linkedin : http://linkedin.com/in/davidegrandi

Re: [Pharo-users] Getting rid of .sources file for deployment

2020-09-06 Thread Davide Grandi
Does "competition" has SmalltalkEmulator ? A Smalltalk-written VM will defeat any simple obfuscation scheme. 0.02 E.     Davide Grandi On 06/09/2020 15:55, Esteban Maringolo wrote: Stef, On Sat, Sep 5, 2020 at 12:49 PM Stéphane Ducasse wrote: just a question what if a bad guy y

Re: [Pharo-users] Getting rid of .sources file for deployment

2020-09-06 Thread Davide Grandi
>any simple obfuscation scheme any simple _protection_ scheme, except obfuscation. 0.01 E. ...     Davide Grandi On 06/09/2020 17:51, Davide Grandi wrote: Does "competition" has SmalltalkEmulator ? A Smalltalk-written VM will defeat any simple obfuscation scheme. 0.02 E.    

Re: [Pharo-users] Getting rid of .sources file for deployment

2020-09-06 Thread Davide Grandi
I mean that with SmalltalkEmulator, the Smalltalk interpreter written in Smalltalk, one can execute an image looking at classes, methods and maybe executing code at will. And the only practical form of protection I see in Squeak/Pharo is to obfuscate code. Maybe I'm wrong.     Davide G

Re: [Pharo-users] Getting rid of .sources file for deployment

2020-09-07 Thread Davide Grandi
ueak.html?earlyst80 (thanks to Vanessa Freudemberg & Dan Ingalls). Sorry again & best regards,     Davide Grandi On 06/09/2020 23:51, Esteban Maringolo wrote: If somebody gets to open the image and loads it with an Smalltalk Emulator to execute it I'll ask him/her to start working togeth

[Pharo-users] Re: Please explain self

2020-12-12 Thread Davide Grandi
no method named ‘session’ so what is the use of self? And Class StDatabase has method ‘updateTask:’ has: self subclassResponsibility. But no method called ‘subclassResponsibility’ exists in the Class. Also, Class StLoggedInComponents has method ‘testTasks’ with this: ^ self class testTask