[Pharo-users] Monticello

2020-12-15 Thread Ramon Leon
Hi, I wonder if anyone is familiar enough with Monticello to know how to code up a quick commit history report showing all commits and comments for a given date range? -- Ramón León http://onsmalltalk.com

Re: [Pharo-users] Do we have a simple markdown parser?

2020-03-27 Thread Ramon Leon
On 2020-03-26 3:24 p.m., Eric Gade wrote: Hi Ramón, I have a couple of questions. If you are using OSProcess in Pharo 8 I'm not, I don't try and keep up with the latest stuff, too much churn. But I'd imagine the latest must still be able to pipe out to a command even if the API changed a

Re: [Pharo-users] Do we have a simple markdown parser?

2020-03-26 Thread Ramon Leon
On 2020-03-24 10:51 a.m., Tim Mackinnon wrote: Hi guys - do we have a simple markdown parser that is reasonably up to date? What's wrong with the real markdown itself? I've used the original Markdown.pl implementation for years same as I would any other shell script, via OSProcess markdown:

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-03 Thread Ramon Leon
On 2020-01-02 10:56 a.m., Sean P. DeNigris wrote: While I dream of a world where everything is in-image as pure Smalltalk, given the reality of limited manpower, I think of outside library use as a way to "cheat" and get a lot more from that limited engineering resource. Agree, I've used the

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-03 Thread Ramon Leon
On 2020-01-02 10:56 a.m., Sean P. DeNigris wrote: While I dream of a world where everything is in-image as pure Smalltalk, given the reality of limited manpower, I think of outside library use as a way to "cheat" and get a lot more from that limited engineering resource. Agree, I've used the

Re: [Pharo-users] Code of Conduct

2019-09-20 Thread Ramon Leon
On 2019-09-20 3:03 p.m., Steve Quezadas wrote: I think the "covenant" should be a single line: "keep the subject matter on pharo, anything else is off-topic". This list should be politically neutral. I agree. The leadership apparently does not, left wing social justice identity politics is

Re: [Pharo-users] Code of Conduct

2019-09-20 Thread Ramon Leon
On 2019-09-20 12:33 p.m., Ben Coman wrote: A fair response Ben. A good compromise is sometimes said to be when opposing parties are> **equally** dissatisfied. The new version is much better, I believe I said that. James and Norbert made some final and excellent changes that mostly fixed

Re: [Pharo-users] Code of Conduct

2019-09-20 Thread Ramon Leon
On 2019-09-20 7:44 a.m., Steve Quezadas wrote: Or maybe you're too easily offended and the problem lies with you. It's fairly obvious now, the Pharo leadership is occupied by left wing progressives who are intent on bringing identity politics into the community. While the new CoC is vastly

Re: [Pharo-users] Code of Conduct

2019-09-17 Thread Ramon Leon
On 2019-09-17 5:11 p.m., James Foster wrote: If there was, indeed, adoption of a “Covenant” it should have been done by the board whose role “is to make decisions if in the future the community can't decide on a course of action” (https://pharo.org/about). I suggest that we suspend discussion

Re: [Pharo-users] Code of Conduct

2019-09-17 Thread Ramon Leon
On 2019-09-17 4:26 p.m., Richard O'Keefe wrote: I see the so-called "Covenant" that we are discussing as another example of this urge to micro-control other people.  It has me nervously looking for the exit. I couldn't agree more. -- Ramón León

Re: [Pharo-users] Code of Conduct

2019-09-17 Thread Ramon Leon
On 2019-09-17 2:34 p.m., Offray Vladimir Luna Cárdenas wrote: as I say the important issue is to provide safe spaces via explicit or implicit rules I understand, I just disagree. These are of course my personal opinions, others may disagree. "Safe spaces" are bad things, not good things; the

Re: [Pharo-users] Code of Conduct

2019-09-17 Thread Ramon Leon
On 2019-09-17 6:28 a.m., Offray Vladimir Luna Cárdenas wrote: I'm pretty secure that Code of Conducts intent to provide secure spaces beyond just digital spaces and go also into physical and face to face ones. The code of conducts intent is to force identity politics into technical spaces in

Re: [Pharo-users] Richard Kenneth Eng is NOT Mr. Smalltalk

2019-04-09 Thread Ramon Leon
e and their entitlement to think they can tell you what you should or shouldn't say about a language you like can be dealt with by telling them to go fuck themselves. I've liked your articles, and JavaScript is a shitty language no matter how many newbs pick it up; popularity doesn't mean quality. -- Ramon Leon

Re: [Pharo-users] Lazy vs eager initialization

2018-05-29 Thread Ramon Leon
from the previous version of the code. It's no fun to have to lose all cache data just because you push out a new version of the code. In of the face of persistence, i.e. serialized versions of your objects, lazy init is the way to go. -- Ramon Leon

Re: [Pharo-users] #ast vs. #parseTree

2018-05-07 Thread Ramon Leon
deciding a method name, you're doing it wrong. -- Ramon Leon

Re: [Pharo-users] #ast vs. #parseTree

2018-05-04 Thread Ramon Leon
On 05/04/2018 01:29 AM, Ben Coman wrote: a TMA situation? And my point made; I don't even know what that means. -- Ramon Leon

Re: [Pharo-users] #ast vs. #parseTree

2018-05-03 Thread Ramon Leon
supply. -- Ramon Leon

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread Ramon Leon
for it to be persistable by SandstoneDb. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-users] Hot to retrieve values from Nested Dictionaries

2017-04-24 Thread Ramon Leon
ipe class>>with: anObject ^ (self new) privateValue: anObject; yourself -- Ramon Leon

Re: [Pharo-users] real world pharo web application set ups

2016-12-14 Thread Ramon Leon
more boxes, ultimately, you need to spread out the load across many many cores. -- Ramon Leon

Re: [Pharo-users] real world pharo web application set ups

2016-12-14 Thread Ramon Leon
what you're going to have on a server. Running two images per core on a 12 core virtual server and you'll be sitting more like 5-6% idle which is totally fine. Spread that across 10 or 15 virtual servers and you can handle 1000 concurrent users just fine. -- Ramon Leon

Re: [Pharo-users] SandstoneDB for Pharo maintainer?

2016-06-02 Thread Ramon Leon
. But I'm not sure if it's okay to simply push the changes/config. So who's the current maintainer or is there any other process? Thanks, It's open commit, feel free to commit your fixes; I'm no longer maintaining and left it open for all. -- Ramon Leon

Re: [Pharo-users] VM Crash after adding ram

2015-07-31 Thread Ramon Leon
themselves. The VM starting working fine after this last reboot which is admittedly the first reboot since I got the PC back up with the new amount of ram. So, apparently not a VM issue, thanks for the advice anyway. -- Ramon Leon

[Pharo-users] VM Crash after adding ram

2015-07-30 Thread Ramon Leon
(no objects after the end of memory) Aborted (core dumped) -- Ramon Leon

Re: [Pharo-users] OrderedCollection remove:

2015-04-03 Thread Ramon Leon
, in this case as someone else already mentioned either #removeAll: or #removeSuchThat:. Smalltalk isn't procedural, loops aren't your bread and butter. -- Ramon Leon