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

World: r3wp

[I'm new] Ask any question, and a helpful person will try to answer.

[unknown: 9]
16-Jan-2006
[254]
That helps.  since this one is such a pain we like to know everything 
about it.  Eveyr little bit helps.  But we are not convinced it is 
inside AltME.  it might be a little deeper.
Henrik
16-Jan-2006
[255]
is it possible to do some digging if there is an account that is 
currently out of sync?
[unknown: 9]
16-Jan-2006
[256]
What do you mean by digging?
Henrik
16-Jan-2006
[257]
catching it in the act
[unknown: 9]
16-Jan-2006
[258]
Not that I know of.  This is the very type of bug that hides from 
debuggers.  If we dump all the states, it all looks good.  We are 
pretty good at finding bugs (actually we are award winning).  It 
is not like we have not tried a bunch of things.  We will nail this. 
 The work we are doing with IOS + Rebol will probably reveal it.
Henrik
16-Jan-2006
[259]
well, ok, good luck then :-)
Sunanda
16-Jan-2006
[260x2]
Resyncs sometimes happen in a group if you are connected at the moment 
someone posts a message to it.

That may explain some random resyncs. though not all.....So simply 
staying connected for a long while may be beneficial.
....typically, in that instance you'll get a private message from 
someone which uncovers their previous few messages to you that you've 
never seen; --  and they've perhaps assumed you've been ignoring 
them.
[unknown: 9]
16-Jan-2006
[262]
Good to know.
btiffin
16-Jan-2006
[263x5]
Hey I see these messages!  Smiley...And here I was trying to get 
into REBOL3 so I could lurk.   Reichart.  I've tried the Linux (on 
Debian 3.1 r0) and WinXP, and I get nothing in terms of old messages. 
 Until I just read you, Henrik and Graham talking I thought it may 
have been design intent.  I plan on looking into/trying things further 
now.
Currently I see messages in !Channels.  Ryan was posting just as 
I logged in first time with XP/
And in I'm new, but I posted...saw nothing...logged out and came 
back 3 hours later
All other groups are 'empty' but I know there are posts going on 
from looking at http://www.rebol.net/altweb/rebol3/
I'm about to try the uninstall/resync trick on the WinXP side
[unknown: 9]
16-Jan-2006
[268x2]
Cool.
My other belief is that there is a very sublet interaction between 
the latency.
btiffin
16-Jan-2006
[270]
Reinstalled, allowed a resync, came back...no mesages.
Henrik
16-Jan-2006
[271]
btiffin, try adjusting the number of stored messages
[unknown: 9]
16-Jan-2006
[272x2]
That is  agood point Henrik, I set mine to 100 by default.
I like things fast.
Henrik
16-Jan-2006
[274x2]
I was more thinking that adjusting it upward would force AltME to 
read back on X number of messages
reichart, how far back do you store on the server?
[unknown: 9]
16-Jan-2006
[276x2]
All.
It should ALL be there.
btiffin
16-Jan-2006
[278x4]
I do see the I'm New group now.  I did try a number adjust before 
the reinstall went from the default 100 to 1000 to 1 to 100 to 10000 
to 100.  Nothing.
So far all I get is I'm new
I'm about to try the . trick on the Make-doc group
And I now see Make-doc
Sunanda
16-Jan-2006
[282]
Long ago there was a guest account.
From a security viewpoint, getting rid of it was a good thing.

But it was a way to force a resync: log on as guest then again as 
yourself and (in my experience) you always gor properly resynced.

Perhaps there is a case to have a resync account with password given 
out only to those who need it.

Alternatively. some people could have two accounts, and use the spare 
for syncing only.
btiffin
16-Jan-2006
[283]
.
[unknown: 9]
16-Jan-2006
[284]
I vote we fix this damn bug : )
btiffin
17-Jan-2006
[285x3]
sync test
I'll vote for that too.  Still smilin'
Linux sync test
Ladislav
18-Jan-2006
[288]
sync bug: I had a problem when I used a slow (and less reliable) 
connection. When the connection is fast and reliable, the problem 
is not showing itself in my opinion.
Normand
31-Mar-2006
[289]
Can someone recall me what function to call or where should I indicate 
a new download default directory of the console.  By default, it 
seems set to C:/Documents and Settings/AdminHome/Application Data/Rebol/public. 
 I would like to change that.  Thanks.
BrianH
31-Mar-2006
[290]
That's the View cache directory (or sandbox if you prefer), which 
gets set by the installer. Although stuff is downloaded to it it 
is more like the Windows application data directory for REBOL, a 
place for (perhaps untrustworthy) scripts to put their stuff. It's 
not really a default download directory as such.


If you want to change it, the easiest way (for a newbie) is to uninstall 
REBOL, move the entire View directory (not the public subdirectory) 
where you want it to be, and reinstall REBOL, specifying the new 
location. If you are more ambitious, the View root directory is stored 
in the registry and can be changed from there. You can't move the 
public subdirectory seperately from the entire View directory though.


Keep in mind that the View root directory is under Application Data 
for good reasons, particularly to make it easier for multiple users 
on the same computer to use REBOL. It's the standard way to do this 
on Windows, and a good idea overall. 


I tend to leave the View root in appdata where it belongs and then 
set a junction point (sort of like a symbolic link for directories 
on NTFS) in some more friendly location so I can get to the data 
easier. I use the axwLink shell extension for this, which you can 
get here: http://arniworld.de/downloads.htm
Normand
31-Mar-2006
[291]
Thanks.
Gabriele
31-Mar-2006
[292]
you can also use --reinstall or +i to force view to reinstall. of 
course you still need to move the files manually as brian described.
Anton
1-Apr-2006
[293]
That looks like useful stuff, Brian.
Thør
2-Apr-2006
[294]
Normand, are you referring to downloads from the script library?
Anton
2-Apr-2006
[295]
Good question, because the rebol.org script library will need some 
modification to path-thru to handle the url's with the '?' character 
in it. Normand, maybe you just want to change the VIEW-ROOT path 
within rebol. If is used by PATH-THRU, If you care to have a quick 
look at the source. And path-thru is used by exists-thru?, read-thru, 
load-thru... all the functions dealing with the public cache.
Julia
4-Apr-2006
[296]
I read about 40 platforms, can anyone axplain me how use rebol under 
win mobile?
Henrik
4-Apr-2006
[297x2]
can't do that yet
that's one of the unsupported platforms :-)
Julia
4-Apr-2006
[299]
what about another mobile platforms?
Henrik
4-Apr-2006
[300]
I'm not really sure that any mobile platforms are supported yet. 
This has something to do with the memory handling of Rebol. I think 
PocketPC is in the works as it's been wanted for some time now.
Julia
4-Apr-2006
[301]
what a pity
Graham
4-Apr-2006
[302]
RT looked at the number of downloads for Windows CE and decided that 
there was no interest .. AFAIK
BrianH
5-Apr-2006
[303]
Yeah, they ported /Core 2.50 to WinCE on StrongARM at my request, 
but apparently I and my clients were the only ones interested. You 
can run this build on Windows Mobile but since this was for a Handheld 
PC it doesn't adjust its window to an onscreen keyboard, making it 
significantly less useful on the Pocket PC platform.