You are right - cwd should be set to the image directory. I can fix that. Russell...
2844
Tobias Pape
Das.Linux@...
Feb 23, 2012 9:15 pm
Hi Russell ... Thank you. Apart from the cwd, what do I have to undertake to make ... work? shall i create a symlink in the snapshot directory? Best -Tobias...
2845
Russell Allen
russell.allen23
Feb 23, 2012 10:48 pm
Hi Tobias, On 24/02/2012, at 8:15 AM, Tobias Pape <Das.Linux@...> Apart from the cwd, what do I have to undertake to make ... I would suggest running the Vm...
2846
Duke Normandin
cgnormandin
Feb 24, 2012 8:16 pm
I'm re-visiting Self4.4, but this time on my Ubuntu box. using the Demo snapshot. I'n having problems with garbled screens everytime I move around the screen....
2847
Russell Allen
russell.allen23
Feb 26, 2012 7:12 am
I've uploaded a quick fix which sets the cwd (hopefully properly) Soon I hope to set aside a block of time and start making all this a bit more robust. ...
2848
Ankh'nAton
tb@...
Feb 27, 2012 9:23 pm
Hello Duke and welcome! I never needed this on my Ubuntu box, but I tried the obvious and it worked ;^) Just try desktop redraw. Cheers... -- View this message...
2849
Duke Normandin
cgnormandin
Feb 27, 2012 11:38 pm
On Mon, 27 Feb 2012 13:23:10 -0800 (PST) ... Thanks! I'll give that a try. Do you think that my problem could be due to a shortage of useable memory? I have 1G...
2850
Jim Wise
jwise@...
Feb 28, 2012 3:20 pm
... SelfControl? SelfHelp? SelfStarter? -- Jim Wise jwise@......
2851
David Ungar
ungar@...
Feb 28, 2012 3:41 pm
Grin! - David (from iPad, typos likely)...
2852
Rob Grainger
rob_grainger...
Feb 28, 2012 4:55 pm
Self Centre shurely...
2853
Saury
edryedry
Mar 3, 2012 7:12 pm
Hi, there. I have a project about a numbers sorting task. First I chose set `s' as container for unsorted numbers, then it's sorted after numbers in `s' were...
2854
Russell Allen
russell.allen23
Mar 25, 2012 2:02 am
I've made some more changes and a new version, which is at: http://selflanguage.org/files/releases/4.5/experimental/SelfVM-25Mar12.zip I've renamed it Self...
2855
ungar@...
davidungar
Mar 25, 2012 2:10 am
Great name! - David...
2856
Russell Allen
russell.allen23
Mar 30, 2012 2:12 am
Hi all, I've made some more changes and a new version, which is at: http://selflanguage.org/files/releases/4.5/experimental/SelfVM-30Mar12.zip You can now...
2857
Casey Ransberger
casey.obrien.r@...
Apr 4, 2012 7:04 pm
I'm curious about a term I heard awhile back while digging through the v8 docs, "hidden classes." The gist was that the VM would effectively implement an...
2858
Tobias Pape
Das.Linux@...
Apr 4, 2012 7:06 pm
... “An Efficient Implementation of SELF, a Dynamically-Typed Object-Oriented Language Based on Prototypes” The term you are looking for there is...
2859
Michael Latta
michaellatta
Apr 4, 2012 7:21 pm
I believe the gist of it is that the VM detects when a group of objects have the same set of implementations for selectors through cloning and change...
2860
David Goehrig
dave@...
Apr 11, 2012 7:24 pm
Did anyone finish ZeroMQ bindings for Self? Dave -=-=- dave@... -=-=-...
2861
David Goehrig
dave@...
May 25, 2012 1:42 pm
So I was trying to shoot a screen cast last night of a web server project in Self I wrote and after making some modifications to my image that seemed innocuous...
2862
Jason Grossman
spam-me@...
May 26, 2012 2:10 am
Interesting point about debugging. Thanks! Are you going to show us your web server code? Jason...
2863
Russell Allen
russell.allen23
May 26, 2012 9:42 am
On the other hand I have occasionally wished that it was possible to write a webserver without having to worry about blowing up the UI :) Russell...
2864
David Goehrig
dave@...
May 26, 2012 10:19 pm
... Well the biggest problem I've run into in the screen cast is that os command: 's underlying primitive blocks the VM execution. So while demoing using curl...
2865
David Goehrig
dave@...
May 26, 2012 10:20 pm
Not just show, demo writing it in real time. (with all the VM lockups, drink breaks, and reshoots cut out of course) -=-=- dave@... -=-=-...
2866
Jason Grossman
spam-me@...
May 27, 2012 1:29 am
Wonderful!...
2867
Tobias Pape
Das.Linux@...
Aug 14, 2012 2:16 pm
Hi, Do you think that this code (message copy receiver: [ times delay: 300. benchmarks measurePerformance. ] Selector: 'value39;) fork resume. should crash the...
2868
David Ungar
ungar@...
Aug 14, 2012 4:33 pm
Must be a trick question. - David (from iPad, typos likely)...
2869
ungar@...
davidungar
Aug 14, 2012 9:15 pm
Self does not support non-lifo blocks. This should be an error, not a crash....
2870
Tobias Pape
Das.Linux@...
Aug 15, 2012 9:51 am
... So, this is a non-lifo as it refers to 'times39; and 'benchmarks39;? would [ | :myGlobals | myGlobals delay: 300. myGlobals measurePerformance. ] value:...
2871
ungar@...
davidungar
Aug 17, 2012 12:29 am
Looking at your original example, it seems clear to me that the process with the activation that creates the block finishes while the block is running. That's...
2872
ungar@...
davidungar
Aug 17, 2012 12:36 am
PS: Full block closures would be great, and we wanted to do it. But the students wanted to graduate, and Sun cancelled the project. I needed to pay the...