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

World: r3wp

[!AltME] Discussion about AltME

Pekr
9-May-2009
[3424]
Also - how do you start those world? I created cmd files na start 
it like: altme.com -s "My-world-server" -p 5401
Brock
9-May-2009
[3425]
So obviously, this is a worste case scenario.
Graham
9-May-2009
[3426]
Not Qchat, but synapse chat
eFishAnt
9-May-2009
[3427x4]
Thanks for those ideas.  I am at the router now, trying to configure 
it.
OK, I had 4 worlds, and I was trying the Brock hack, and generated 
a 5th to do a move of one world which would go to 5404, and it shows 
up happy on the  checkpage.


BUT...when I tried a 6th one, I got a crazy message saying that there 
had been too many worlds generated recently, so it wouldn't let me 
make the 6th one. (guess it is supposed to take seven DAYS to create 
a world, and I am trying to take 7 minutes, like the talk I gave 
at DevCon2004 ;-)
But then a server crash happened, and I just learned I can operate 
AltME server in console mode, like the IOS server, so I DON'T have 
to have graphics on the server running!  -c flag, so I can move my 
world to my server farm and be as happy as the PPC assembler command, 
"EIEIO" ("old mac donald had a farm, e i e i o" (those crazy motorola 
engineers))
question, what is the best way to move world data from Windoze to 
Linux over a connection, so permissions don't all have to be set?
Pekr
9-May-2009
[3431]
When you move the world, users and permissions remain, no? I for 
e.g. succesfully re-registered some lost world name, the only user 
account you are setting from scratch is the Master one ...
eFishAnt
9-May-2009
[3432x2]
I mean file permissions, like chmod (read, write execute for files)
If I FTP then by default the change.
Izkata
9-May-2009
[3434x2]
rsync has options "--perms --times --executability --owner --group" 
for preserving all of those
provided the two filesystems support the same types
Robert
14-May-2009
[3436x2]
How can I avoud AltMe popping to the front on OSX?
If a new posting is receied I mean.
Henrik
14-May-2009
[3438]
Robert, check settings. There should be an option to avoid flashing 
on a comment or some such.
Robert
14-May-2009
[3439]
Ah, missed it. I was wondering because I thought something like this 
existed... Thx.
Brock
14-May-2009
[3440x2]
Has anyone built a script to do calendar email notifications from 
the AltME calendar?
One feature that would make this tool that much better.
Graham
15-May-2009
[3442]
Is it just me .. but i'm getting disconnected frequently from this 
world ... nothing to do with Google's woes I hope!
Steeve
15-May-2009
[3443x3]
have the same problem actually
probaly we summoned the devil's spirit in Carl by babling too much
Ooooo Great Carl, please calm down your furry
Maxim
15-May-2009
[3446x2]
no its wolfram alpha succing up all of the internet !!!!   ;-)
that would be... sucking up ... hehe
BrianH
17-May-2009
[3448]
It was very difficult to add a couple people to a private group for 
many UI reasons, the worst of which is that the names weren't sorted.
PeterWood
17-May-2009
[3449]
The names are sorted - just in chronological order of joining.
BrianH
17-May-2009
[3450x2]
Helpful!
Problems with the scroll bar and a lack of scroll wheel support also 
made it difficult.
PeterWood
17-May-2009
[3452x2]
You can at least start looking from the top of the list if you know 
they've been around a long time or the bottom if they're new :-)
It wouldn't hurt if some other the very long list of people who haven't 
logged in for over a year had their accounts deleted.
BrianH
17-May-2009
[3454]
No, when we delete accounts their name turns to none here, and we 
lose the track of conversations. As it is we have a green none (Reichart's 
old account I think) and a powder blue none (Paul). More would be 
even more confusing.
PeterWood
17-May-2009
[3455]
I don't htink that you'd see any more nones if you deleted the accounts 
of people who haven't visited in more than a year.
BrianH
17-May-2009
[3456]
Yeah you would, in old messages. I was looking bacck the other day 
and saw messages going back more than 3 years.
PeterWood
17-May-2009
[3457]
The AltME archive at REBOL.org doesn't change the name of the poster 
when their account is deleted.
BrianH
17-May-2009
[3458x2]
Some of us use AltMe to read AltMe messages, not REBOL.org.
Does the AltME archive at REBOL.org include private and non-web-public 
groups?
Sunanda
17-May-2009
[3460]
No.....It's only the [web-public] ones.

But (confusingly!) there could be a [web-public] private group.....That'd 
be one that a select few could post to, but anyone could web-read.
Graham
17-May-2009
[3461x3]
Yes, it's extremely painful ... Carl should add the ability to sort 
on the names.
It took me close to 5 mins to find BrianH's name to add him to the 
new ~Political group.
And he wasn't close to the top where I expected him to be.
BrianH
17-May-2009
[3464]
I didn't get invited here until late.
kcollins
18-May-2009
[3465]
You can sort on "Activity" date/time, which should make active users 
a bit easier to find.
Graham
18-May-2009
[3466]
we're talking about in the add user to group dialog
Sunanda
18-May-2009
[3467x3]
Experimental goodie asked for by Graham.....Ability to execute code 
included in posts in this world.
eg to execute this script:
   http://www.rebol.org/aga-display-posts.r?post=r3wp210x509
Do this in a console:
  do http://www.rebol.org/aga-do-post.r?post=r3wp210x509
Of course there are some limitations:
 1. if a post does not have a
    rebol []

    to identify the start of the code, we may fail in executing text
 2. ditto if there is text after the script
 3. assumed to be ascii file (not UTF-8 etc) right now
 4. post may take 12 to 18 hours to appear on REBOL.org archive
For those who can't properly read the above posts (View+AltME sometimes 
makes a mess of posts with multiple URLs):
    http://www.rebol.org/aga-display-posts.r?post=r3wp151x3467
Graham
18-May-2009
[3470]
I was thinking it might be useful to view someone's view script ... 
easier to see the visuals this way since we can't include images 
in posts.
RobertS
22-May-2009
[3471x2]
i just moved to the latest beta altme for debian linux x86 - even 
if I go off-line and come back it reports that session synced but 
most groups in rebol3 are empty; my R2-Beta world appears fully populated. 
 I bumped the chat limit up to 10000 (10k) but nothing appears to 
have been added ... grops that had new contents on my old OS ( i 
moved up to Ubuntu 9.0.4 ) even yesterday now sit empty ... am I 
bumping into a known issue?
and and my user mail is empty -
Sunanda
22-May-2009
[3473]
The sync bug is a very old one.
Possible partial solutions:

-- leave world running for  a long time....some groups then resync 
if a message is posted to them

-- change your message limit, and then do a search for a fairly common 
word

-- send a message (just a dot is the convention) to every group you 
want to resync
-- delete all messages and restart the world.


http://www.rebol.org/aga-display-posts.r?offset=-1&post=r3wp151x920