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

World: r3wp

[!REBOL3]

BrianH
10-Apr-2011
[7899x2]
Not all platforms supported by R3 have permissions elevation. We 
support Windows all the way back to 2000, and permissions elevation 
wasn't introduced until Vista. Plus, that wouldn't work for multiuser 
systems where the user doesn't have the admin password (possible 
because they're the target market of these restrictions).
Must run now, I'm late already :(
Andreas
10-Apr-2011
[7901x3]
So that's a "yes, that would solve the security issue", I gather.
With a "but (some) OSes can't do this" constraint.
See you later.
BrianH
10-Apr-2011
[7904]
With a "some OSes won't allow users to edit or save their own preferences, 
so preferences are half broken on those OSes" constraint, that would 
solve the issue.
Ladislav
10-Apr-2011
[7905x2]
I am still having issues with what is considered "secure" here. As 
far as REBOL goes, for me, it is not unsecure, if it relies on the 
user environment being secure. (How can any program be secure, if 
it runs in an insecure environment?) Thus, the only concern I do 
have as far as REBOL goes is my wish for the REBOL interpreter to 
not overwrite the %user.r file unless specifically allowed to do 
that.
Any additional security is just an illusion for me.
Gregg
10-Apr-2011
[7907]
I agree.
Nicolas
10-Apr-2011
[7908]
It seems that rebol3 is having some real problems. What's this I 
hear about Carl getting a job?
Kaj
10-Apr-2011
[7909]
He did
Nicolas
10-Apr-2011
[7910]
Is he still the benevolent overlord of r3?
Kaj
10-Apr-2011
[7911]
He's the absent overlord
Nicolas
10-Apr-2011
[7912]
What's happened to development?
Kaj
10-Apr-2011
[7913]
Well, he can only spend his time once
Nicolas
10-Apr-2011
[7914]
Has it stopped?
Kaj
10-Apr-2011
[7915]
Pretty much
Nicolas
10-Apr-2011
[7916]
When did this start?
Kaj
10-Apr-2011
[7917]
Almost half a year ago, at least visibly, in hindsight
Nicolas
10-Apr-2011
[7918]
Other people have the source code don't they?
Kaj
10-Apr-2011
[7919]
No, why would they?
Nicolas
10-Apr-2011
[7920]
Otherwise the community will just rot.
Kaj
10-Apr-2011
[7921]
Better pinch your nose
Nicolas
10-Apr-2011
[7922x2]
I feel let down. If Carl takes a break he has to entrust the source 
code and development to someone else.
Is there much action on boron?
Kaj
10-Apr-2011
[7924x2]
That makes more of us. The overriding argument for REBOL and its 
closedness was always that Carl was the leader, he always knew best, 
and development always continued
Boron is going steady, but it's an isolated project, much in the 
same style as REBOL. The community is more interested in Red
Nicolas
10-Apr-2011
[7926]
I heard about it. What's red for?
Kaj
10-Apr-2011
[7927]
Programming :-)
Nicolas
10-Apr-2011
[7928x2]
haha
How many people are working on it?
Kaj
10-Apr-2011
[7930]
Four or five or so
Nicolas
10-Apr-2011
[7931]
maturity? what can it do atm?
Kaj
10-Apr-2011
[7932]
One month :-)
Nicolas
10-Apr-2011
[7933]
Why is it more popular than boron? Did the boron guy start red?
Kaj
10-Apr-2011
[7934]
It can do loops, but not indexing, so you could have called me out 
on claiming it can do programming ;-)
Nicolas
10-Apr-2011
[7935]
It seems very low level
Kaj
10-Apr-2011
[7936]
Yes, so far, but that's only Red/System
Nicolas
10-Apr-2011
[7937]
What are the plans for it?
Kaj
10-Apr-2011
[7938]
Have you read the sites?
Nicolas
10-Apr-2011
[7939x2]
Oh, there's a to do list
I was looking for more of a long term outlook
Kaj
10-Apr-2011
[7941x2]
Yes, and an extensive specification for Red/System
The roadmap is in the original announcement
Nicolas
10-Apr-2011
[7943x2]
Thanks. How does the community communicate?
google groups or altme?
Kaj
10-Apr-2011
[7945]
Here in the Red group, to the chagrin of the creator. :-) Better 
switch to that
Dockimbel
11-Apr-2011
[7946]
:-)
BrianH
11-Apr-2011
[7947x2]
Ladislav, the two most popular desktop OSes in use today are Windows 
XP and 2000. Both will be and have to be supported by R3, and neither 
is secure enough for a regular person to run without antimalware 
software. We don't want R3 flagged as malware *again* (it already 
happened with one of the early alphas). That is why we are putting 
effort into making R3 more secure.
The R3 process needs to be able to save the %user.r file with the 
current user's permissions in order to allow the user to save their 
preferences. And we don't have a safe place to store the checksum 
of that file to compare against, without also making that checksum 
writeable by the user. That means that the checksum security can't 
be used for %user.r.