World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Maxim 1-Feb-2010 [4446] | group create/remove permissions were resinded after the "epic" (and involuntary ;-) removal of multiple groups only a few users now have those rights. |
Graham 1-Feb-2010 [4447] | That's curious .... I was able to create the group .... |
Maxim 1-Feb-2010 [4448] | seems like you're in the select group. :-) |
Graham 1-Feb-2010 [4449x2] | Perhaps being the most prolific poster of all time has its priviliges |
What is Devcon2010 ? :) | |
Maxim 1-Feb-2010 [4451] | hehe... if you didn't know how to manage groups by this time then... there would be a serious mental issue ;-) |
Will 1-Feb-2010 [4452] | humff.. I want power to edit groups as well, please Master allow me, I promess I'll be nice! |
denismx 2-Feb-2010 [4453] | Tried to go back to version 1.2.17 of altme, keeps updating to the current version. And under windows 7, when I delete the program from the program directory and copy the older version altme, it doesn't even ask me if I want to update now or next time, it just starts with the latest version! It's frustrating. I want the old version back - without the grey frozen box. |
Gregg 2-Feb-2010 [4454] | Me too. |
denismx 2-Feb-2010 [4455] | we got a new version just now - same grey box though. I wonder what problem people had that is solved by this wait period - it solves nothing for my guys anyway. |
BrianH 2-Feb-2010 [4456] | It's a lighter grey box in 1.2.22, and it goes away earlier in the process. The freezes were from before the grey was added. |
denismx 2-Feb-2010 [4457] | really! Yes we noticed the grey was lighter. Gave us a laugh :) |
BrianH 2-Feb-2010 [4458] | More importantly, it goes away when AltME has confirmed that the message has gone through, not when it was done coming back (as in 1.2.21) or just throwing it away (as in 1.2.17). |
denismx 2-Feb-2010 [4459] | ic |
Graham 2-Feb-2010 [4460] | A lighter shade of grey? Is this a Procol Harum revival? |
Maxim 2-Feb-2010 [4461x2] | lighter? |
ah yes.. is much less aggressive :-) | |
denismx 2-Feb-2010 [4463x2] | we noticed that 1.2.17 was loosing some posts - but we like to hit enter to separate messages and keep on writing the next one without waiting for the post to show. We miss that badly |
graham, wasn't that a lighter shade of pale? | |
BrianH 2-Feb-2010 [4465] | Ah, I compose posts and use ^s. Different interaction model. I lost messages with the old version a lot. Even in 1.2.21 some messages didn't go through, but at least they aren't lost any more - I can resend. |
Maxim 2-Feb-2010 [4466x2] | I must say that since the server is on the linode box... its been just about rock solid. |
(the server) | |
BrianH 2-Feb-2010 [4468] | I still have problems, mostly due to frequently-frozen-client and internet dropouts. At least messages aren't lost now. |
Graham 2-Feb-2010 [4469x2] | denis, yes! :) I would prefer that the message be saved somewhere ... and available in a button to restore than this effect, That's how I did it in the Synapse chat client. |
Infact I think I kept a history so that if you posted to the wrong group, you could recall your message and repost. | |
Mchean 3-Feb-2010 [4471] | once again altme reports a trojan on Vista: Category: Trojan Description: This program is dangerous and executes commands from an attacker. Recommendation: Remove this software immediately. Microsoft Security Essentials detected programs that may compromise your privacy or damage your computer. You can still access the files that these programs use without removing them (not recommended). To access these files, select the 'Allow' action and click 'Apply actions'. If this option is not available, log on as administrator or ask the local administrator for help. Items: file:C:\Altme\worlds\rebol3\chat\380.set->(SCRIPT0001) Get more information about this item online. |
Graham 3-Feb-2010 [4472x2] | and what group is set 380? |
Luckily it's a group I unsubbed a while ago | |
Sunanda 3-Feb-2010 [4474] | 380 is Chat (not web public) As with all AltME *.set files, it is just a fiile of REBOL blocks, each block containing text entries that define one post It is possible that it has lots of REBOL code thta people have posted. Pehaps source code in other languages too; and maybe some REBOL molded binary #{....} Hard to see how that could damage your computer....Unless it has become infected in some other way. Have you tried deleting the world and restarting it? That would get you the canonical 380.set (assumimg you are a member of that group) |
Graham 3-Feb-2010 [4475] | These are just false alarms .... |
BrianH 3-Feb-2010 [4476] | Maybe someone was discussing JS malware there. |
Izkata 3-Feb-2010 [4477] | Yes, IIRC 380 was the same one as last time, some Javascript code where someone was asking about an exploit |
Sunanda 3-Feb-2010 [4478] | I've run a virus scan against that file, and the software I am using does not detect any threats. |
Mchean 3-Feb-2010 [4479x3] | i was in the process of installing a new version. I knew it was a false alarm though. |
this was the Ms virus program btw | |
though symantec did it once to me as well | |
Graham 4-Feb-2010 [4482] | Just wondering the one of the moderators would like to go thru and revise the default markers and groups |
Brock 6-Feb-2010 [4483x2] | I just experienced my first 'freeze' of AltME in how many... seven or so years? |
While I was typing a message, after just turning on my PC and not working on anything else. I had been in AltME for no longer than 5 minutes and only read a single group. | |
Reichart 6-Feb-2010 [4485] | Is it possible your entire system was doing memory management, unrelated to AltME, or are you sure it was JUST ALTME? AS in, you could still interact with other things? Also, what is your history set to? Is it over 1000 messages back? |
Robert 6-Feb-2010 [4486] | Would it be possible to use something like SQLite on the client side? I think AM is not fast enough to use. And I don't want to set a message limit, I just want to click a group/chat and have it there. Being able to make fast queries. |
Reichart 6-Feb-2010 [4487] | There is a point with any data set where you have to decide "how" to present the data fast. Usually levels of caches, and prediction can make this seem real time, andonly when you go to edit something do things slow down in the background. Almost every system out there that is fast in fact shows some subset (like 100 lines) at a time. the pulls in the next. AltME was an all or nothing thing. |
Sunanda 6-Feb-2010 [4488] | SQL is likely to be overkill for AltME data -- especially as some posts are very short (LOL) so the meta data and keys are several times the length of the primary content. We picked a different data structure to all-or-nothing in the REBOL.org archive (more of a balanced tree), but then we had a different set of priorities and operating conditions: http://www.rebol.org/aga-display-posts.r?post=r3wp151x4488 |
Graham 6-Feb-2010 [4489x2] | Ok |
I wonder if it would be better to cache messages only as you read them ... and pull only unread messages when you want to read them .. so we wouldn't have this issue of new users syncing 50 mb of messages | |
Sunanda 6-Feb-2010 [4491] | And that might fix the resync bug too! |
BrianH 6-Feb-2010 [4492] | Perhaps the space for the unsynced messages could be allocated and the messages themselves could be initially synced in the background, with on-demand messages (the ones visible to the user) being given priority. |
Graham 6-Feb-2010 [4493x2] | That might cause issues if you want to allow users to edit sent message though if they are now cached on client machines. |
sparse matrix | |
BrianH 6-Feb-2010 [4495] | But we don't allow users to edit sent messages. |
older newer | first last |