• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[Ann-Reply] Reply to Announce group

AdrianS
28-Feb-2013
[1565x2]
Get/install the version I linked in Languages - 2.1 beta8
http://www.algodoo.com/forum/viewtopic.php?f=24&t=9381&sid=f4679db2c66c8d1a6a2241fb0ec44af7
Scot
28-Feb-2013
[1567x5]
The key is the app, not the language.  Regular old REBOL is all that 
needs to be underneath.  Apps can have dialects that control them 
AKA AREXX.  AppleScript is really a dialect for the Apple OS.
My daughter married John Resig's brother.  Long conversations.  John 
is a good guy, a human-centered technology sort of guy.  Saw the 
DOM and went yuk.  I've got to do something about this.
Enter JQuery.
Never heard of REBOL until I mentioned it.
Rochester Institute of Technology grad.
AdrianS
28-Feb-2013
[1572]
He's a young guy - I think it was a bit before their time, unfortunately. 
Hopefully they'll now take a good look.
Scot
28-Feb-2013
[1573]
29 almost 30.
Henrik
1-Mar-2013
[1574x2]
Is R3 chat in github? It does not handle failing open a browser window 
very gracefully.
failing to open
AdrianS
1-Mar-2013
[1576]
I don't think it's there.
Pekr
1-Mar-2013
[1577x2]
I wodner a bit, why Carl, releasing R3, did not publish also an R3 
chat? Is that so advanced, that he felt like keeping it private?
As for me, I can see it as a chat. I am not sure it scales well to 
replace Altme like product, but maybe I am wrong. I liked IOS model 
with pluggable handlers, and I would also probably made the back-end 
SQLite based ...
AdrianS
1-Mar-2013
[1579]
I'm guessing Carl designed the back end taking into account what 
he learned with AltME, so I would guess it's better designed.
Henrik
1-Mar-2013
[1580]
Only the server part is private at least.
Pekr
1-Mar-2013
[1581]
Well, maybe all we need to do is to ask Carl, if the Chat could be 
released too? Has anyone tried already?
AdrianS
1-Mar-2013
[1582x2]
Yes, a few times. I just mentioned to Nick earlier today how Carl 
seems to purposely avoid answering that question.
he was asking the same thing - see above in this group
GrahamC
1-Mar-2013
[1584]
Anything that Carl does not wish to answer .. he will ignore .. that's 
his past behviour
Henrik
1-Mar-2013
[1585x2]
He would in the past however accept fixes to it, and posted a guide 
on how to extract the sources.
People on facebook seem to have trouble creating R3 chat accounts.
MaxV
1-Mar-2013
[1587]
Yes, it doesn't work.
DocKimbel
1-Mar-2013
[1588]
Congrats NickA on the nice and big work!
Scot
1-Mar-2013
[1589]
Thanks NickA.  Great work!
Sunanda
1-Mar-2013
[1590]
Nice, Nick!
Need to get that added to RebolBot!
Cyphre
1-Mar-2013
[1591]
Cool stuff Nick! You had to put lot of effort into it.
sqlab
1-Mar-2013
[1592]
This tricked me to program again since long time
Bo
1-Mar-2013
[1593]
Did you notice that the updated date is 29-Feb-2013?  That date doesn't 
exist.
NickA
1-Mar-2013
[1594]
Yep - hehe, just changed that :)
DocKimbel
1-Mar-2013
[1595]
Nick: in your business_programming.html page, I think your missing 
a % character in following code line:

    do mysql-107.rip
NickA
1-Mar-2013
[1596x3]
Shoot - yes - that section needs to be updated!  (copied it from 
the very old text from several years ago).
I wrote several hundred new pages for the "business" text.  I need 
to go through the previous material.  Any other corrections are welcom.
welcome
Gregg
1-Mar-2013
[1599]
Thanks for posting Nick. I hope to get time to read them in the next 
few days.
Bo
1-Mar-2013
[1600]
Very nice, NickA!
Arnold
1-Mar-2013
[1601]
You should publish it as a book someday Nick!
Gregg
1-Mar-2013
[1602]
Graham, I haven't tried to grab a cookie or anything yet, but just 
running the SO bot errors out first thing:

** Script error: lastmessage-no has no value
** Where: get ajoin case ?? do either either either -apply-
** Near: get :name

What optimizations are you looking for?
GrahamC
1-Mar-2013
[1603x3]
I'd set last-message to 0 then
basically anything that is more efficient or Rebolish
I'd commented out last-message: nnnnn :(
Kaj
1-Mar-2013
[1606]
Great contribution, Nick
DideC
1-Mar-2013
[1607x2]
@NickA: About enhanced r3 chat, have a look to %wchat.r in the %OpenMe/ 
folder of this Altme world.

Basically its %chat.r but it act as a proxy between the Devbase server 
and the browser. The goal is that the browser replace the CLI interface 
: not typing command in CLI but cliking link in the browser.

Its just a start. There is some work to do to handle POST request 
and then allow posting. + enhancing HTML presentation.
It works also with R3Droid!

I had absolutly no returns on this, so I guess nobody tried it. Then 
I stopped working on it, cause I have very few time for Rebol these 
days.
Maxim
1-Mar-2013
[1609]
I think, I never understood what your changes did  :-)

the R3 chat was also down recently.  I wish I had more time to play 
on "fun" projects like this  :-)
DideC
1-Mar-2013
[1610]
Yes, DevBase goes down when I start working on wchat! Dunno if it's 
multiple connection/deconnection that make it goes down.

Note : I just post my first message in Devbase (R3chat) from my browser 
with wchat :-)
ddharing
1-Mar-2013
[1611]
Nick, these are awesome new tutorials. I've already sent the links 
to my Atronix colleagues.
GrahamC
1-Mar-2013
[1612]
And that's what @rebolbot sees too now http://chat.stackoverflow.com/transcript/message/8019099#8019099
NickA
2-Mar-2013
[1613x2]
ddharing:  thank you, hope it's helpful :) R3 stuff next.
DideC, thank you, I'll take a look at it - never knew it existed...