Re: [Pharo-users] understanding existing code

2017-01-06 Thread Dimitris Chloupis
mind maps can extend into infinite complexity and detail, so yes the mind map will become a memory the more you use it but you still can create thousands of mind maps like I did with little chance of remembering all. I will say that for experts mind maps are far more important because a newbie

Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures

2017-01-06 Thread Damien Pollet
On 6 January 2017 at 21:04, Hilaire wrote: > How should I understand 12 * 4 hours? > 12 hours by student in a team of four? > Ten weeks with 4 dedicated hours every friday afternoon, in groups of 3 to 5 -- Damien Pollet type less, do more [ | ]

Re: [Pharo-users] understanding existing code

2017-01-06 Thread p...@highoctane.be
Well, what can help is the ability to create a gist and retrieve/search/list them. https://developer.github.com/v3/oauth/#scopes https://gist.github.com/caspyin/2288960 https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization This would be nice to be able to push things

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Hilaire
Once you are an expert the mind map is in your mind, but it does not mean the mind map is useless for newbie. So every thing helping the newbie to build their own mind map is important to catch them and more importantly to make them stay with Pharo Le 06/01/2017 à 21:39, Dimitris Chloupis a écrit

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Dimitris Chloupis
A thing I want to try is is creating mind maps tool inside Pharo, a variant of the pen and paper technique I was using when I was studying Law. Because our Law curriculum was enormous with no chance of remembering even most of it, also my memory is kinda weak. I decided to start creating mind

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Hilaire
What you say here is very important, it is usability problem report. Often expert users and developers are trapped in their own world: want to add the super cool and elaborated features in the browser, but can't see that super cool and simple feature addition to the browser that will make life

Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures

2017-01-06 Thread Alexandre Bergel
Hi Stef, Here is the Roassal part: Webpages: http://agilevisualization.com http://moosetechnology.org Mailing-list: https://www.list.inf.unibe.ch/listinfo/moose-dev Bug tracker: https://github.com/moosetechnology/Moose/issues Cheers, Alexandre > On Jan 4,

Re: [Pharo-users] Mouse events in FastTableModel subclass [Spec]

2017-01-06 Thread Henrik Nergaard
You can get the selection directly in FastTableModel by Setting #handlesDoubleClick: to true and the event handler block using #doubleClickAction: - FastTableModel new icons: [ :e | example iconNamed: #forwardIcon ]; items: (1 to: 10)

Re: [Pharo-users] Mouse events in FastTableModel subclass [Spec]

2017-01-06 Thread Ben Coman
Thanks for the follow up. This will probably be useful for me to know later. cheers -ben On Fri, Jan 6, 2017 at 11:34 PM, Matteo wrote: > Update: problem fixed by adding an "Announcer" to the "double click" > event, i.e.: > > morWidget > onAnnouncement:

Re: [Pharo-users] Mouse events in FastTableModel subclass [Spec]

2017-01-06 Thread Matteo
Update: problem fixed by adding an "Announcer" to the "double click" event, i.e.: morWidget onAnnouncement: FTStrongSelectionChanged send: #doubleClick: to: self. Where "morWidget" is the morphic object representing a list of pictures, "self" is the

[Pharo-users] 2017: Call for workshop, symposium & poster submissions

2017-01-06 Thread Tim Molderez
--- 2017 : The Art, Science, and Engineering of Programming April 3-6, 2017, Brussels, Belgium http://2017.programming-conference.org --- We are excited

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Ben Coman
On Fri, Jan 6, 2017 at 3:24 AM, Siemen Baader wrote: > Hi All, > > I may be missing the obvious, but what are good strategies to understand the > structure of existing code? Specifically, I'm trying to understand more of > PharoJS to solve my own problems and eventually

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Sven Van Caekenberghe
> On 6 Jan 2017, at 14:39, Henrik Johansen wrote: > > >> On 5 Jan 2017, at 20:24 , Siemen Baader wrote: >> >> Hi All, >> >> I may be missing the obvious, but what are good strategies to understand the >> structure of existing code?

Re: [Pharo-users] Pharo and WebAssembly

2017-01-06 Thread Ben Coman
A couple of previous threads... http://forum.world.st/WebAssembly-td4926166.html http://forum.world.st/Webassembly-and-Pharo-td4928191.html cheers -ben On Fri, Jan 6, 2017 at 10:52 AM, horrido wrote: > Hey, Rust can now target WebAssembly >

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Henrik Johansen
> On 5 Jan 2017, at 20:24 , Siemen Baader wrote: > > Hi All, > > I may be missing the obvious, but what are good strategies to understand the > structure of existing code? Specifically, I'm trying to understand more of > PharoJS to solve my own problems and eventually

Re: [Pharo-users] DWARF parser?

2017-01-06 Thread Ben Coman
Not that I've heard of. A search found a tiny mention in relation to the VM http://forum.world.st/Dalvik-vs-ART-Android-virtual-machines-and-the-battle-for-better-performance-Pocketnow-tp4729727p4729988.html but its not Smalltalk code...

Re: [Pharo-users] Pharo and WebAssembly

2017-01-06 Thread Johan Fabry
Hi Richard, it seems to me you do not have a compete grasp of what it takes to have a given language cross-compile to WebAssembly. However, if you feel that this is so important for you, feel free to give it a go. -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude!

Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures

2017-01-06 Thread Nicolas Passerini
What do you think about Iceberg? 2017-01-04 15:48 GMT+01:00 Stephane Ducasse : > Hi > > We are organising a lecture where students should > - learn pharo > - learn how to communicate with open source community > - learn how to reverse engineer, fix bugs > They should

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Siemen Baader
On Thu, Jan 5, 2017 at 9:33 PM, Dimitris Chloupis wrote: > After 5 years of using Pharo by far the best way to understand code is to > ask questions here. > > I have read and still read a fair amount of code, but in 50% of the cases > I have no clue what I am reading

Re: [Pharo-users] understanding existing code

2017-01-06 Thread Siemen Baader
On Thu, Jan 5, 2017 at 9:13 PM, p...@highoctane.be wrote: > Another option: > > Use the Moose Image and explore code using Roassal. > http://www.moosetechnology.org/#install > > This is an interesting approach. Thanks! > Check > > http://agilevisualization.com/ > > Also