r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

Janko
9-Apr-2009
[12931x2]
that is of course possible :)
I will have to go now
shadwolf
9-Apr-2009
[12933]
ok bye
Janko
9-Apr-2009
[12934x2]
...

does anyone know.. can R3 http protocol code or info about this be 
seen anywhere .. upthere it was said that it's up to community to 
make new protocols, I can't be sure that I will be able to make any 
but I am interested in this stuff and maybe eventually something 
comes up
...
bye .. even if R3 were done today I couldn't use it.. I need cheyenne, 
I need SQLITE, PDF... :)  .. I watched the guido van rossum (python 
maker) keynote on pycon09 last week and he spent 20 minutes ranting 
that people should start using python 3000 slowly (the new - bigger 
changes version) .. in rebol at least community is anctious to start 
with R3 :)
Henrik
9-Apr-2009
[12936]
Janko, yes, it's available in devbase.
Janko
9-Apr-2009
[12937x2]
(well maybe he spent whole talk, because I stopped watching at 20min... 
it was boring a little)
what is devbase (sory .. I am not totally updated) , is this public?
Henrik
9-Apr-2009
[12939]
do you use chat?
Janko
9-Apr-2009
[12940]
I haven't already.. but I have the latest r3 on my desktop
Henrik
9-Apr-2009
[12941]
ok, to get the protocol in a few steps: start r3, type "chat". type 
"more 3365"
Janko
9-Apr-2009
[12942]
do I need to NEW-USER ?
shadwolf
9-Apr-2009
[12943]
yes registration is open
Henrik
9-Apr-2009
[12944]
I'm not sure. You should be able to work as guest.
shadwolf
9-Apr-2009
[12945]
just give a nick and a pass
Henrik
9-Apr-2009
[12946]
but registration is free, as shadwolf says
Janko
9-Apr-2009
[12947x2]
*off-line* guest:>> more 3365
--- Note: select a message topic
(this is what I got)
Henrik
9-Apr-2009
[12949]
What happens if you type " f "http.r" " ?
PeterWood
9-Apr-2009
[12950]
PeterWood:R3/GUI/General>> more 3365

 ** Script error: submit-of? does not allow none! for its fid argument

 ** Where: case all submit-of? case what-file? more-file parse try 
 either either forever command-loop make context do catch applier 
 do try chat
** Near: case [

    is-submit? msg [msg]

    is-name? msg [submit-of?..
.

--- Note: unexpected error logged to error-log.txt
Janko
9-Apr-2009
[12951]
*off-line* guest:>> f "http.r"
--- Note: no messages
Henrik
9-Apr-2009
[12952x2]
interesting. try "n"
PeterWood, are you logged in? Which platform?
Janko
9-Apr-2009
[12954]
I created a user and logined now.. it says it's fetching messages
PeterWood
9-Apr-2009
[12955]
Yes
Mac OS X

It works okay if you are at the top level
Janko
9-Apr-2009
[12956x2]
aha now it work .. but I don't have the cappability yet
jankoM:>> more 3365
--- Note: jumping to topic 26
--- Note: downloading: 03366

*** RebDev Error: your account does not have that capability yet 
(low-rank)
Henrik
9-Apr-2009
[12958]
I see.
Janko
9-Apr-2009
[12959]
how can I increase my (page)rank :)
Henrik
9-Apr-2009
[12960]
you can't. you need a higher ranked person to do that. I'll see what 
can be done.
Janko
9-Apr-2009
[12961]
ok, no hurry.. I really have to leave now anyway
Henrik
9-Apr-2009
[12962]
you should be able to read other messages though
Janko
9-Apr-2009
[12963]
I will come by in the evening and try again.. otherwise in next days
PeterWood
9-Apr-2009
[12964x2]
I was going to paste the code to Janko in a private message but AltME 
can't handle Mac line endings. Perhaps somebody running on Winodws 
could post it to him.
Has anybody tried running a server port on Linux?
Henrik
9-Apr-2009
[12966]
I've altered Janko's rank to 20, although I'm not sure it's enough 
yet.
Janko
9-Apr-2009
[12967x2]
just one more question ... does the async networking on R3 work as 
it was shown on wiki for a while (the old one had examples)
uh, it works now
Henrik
9-Apr-2009
[12969]
you see the file?
Janko
9-Apr-2009
[12970]
it listed it in console.. can I save it somehow?
Henrik
9-Apr-2009
[12971]
yes, "get 3365"
Janko
9-Apr-2009
[12972]
aha, thanks
Henrik
9-Apr-2009
[12973x2]
I think ports have not changed for over a year, so examples and docs 
should be up to date.
PeterWood, chat still segfaults here on OSX, so I can't test the 
bug.
PeterWood
9-Apr-2009
[12975x2]
Henrik. Try re-starting Rebol and then use chat. I have found that 
chat only segfaults once a certain amount of memory has been used.
What version of Mac OS X are you running?
Henrik
9-Apr-2009
[12977x2]
Leopard and it usually segfaults right after starting R3.
I'm going to try Instruments, just out of curiosity.
Graham
9-Apr-2009
[12979x2]
I'm not expecting a usable R3 for another year or more.  I am really 
busy workting my project in R2, as i suspect are many others.
Maybe once we have a usuable GUI wrapped around dev chat it might 
be easier to follow what is going on ... but it's a bit of a black 
box to me now.