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

World: r3wp

[!REBOL3-OLD1]

Rebolek
25-May-2007
[2543]
make-doc, yes, that reminds of makedoc3 I'm still waitnig for ;)

(ah, emotions are slowly comming back to my writing so I should better 
shut up ;)
Gabriele
25-May-2007
[2544x3]
my message from this morning: "(personally i want it to be dynamic. 
like adding people when i have some vid stuff to show.)"
no code first - i don't design from thin air. i need to write code 
to design. i don't care if it's thrown away, i do that all the time.
there's no way i will be able to write any design doc other than 
the one i've written more than one year ago without writing some 
prototypes.
Pekr
25-May-2007
[2547]
Brain - my view is based upon endless RT's promisses and non delivered 
things, concepts, which are published, and then silently disapper, 
etc., sadly ... The basic road block being a communication.
btiffin
25-May-2007
[2548]
Others mileage may vary, but I learn a lot more from code than from 
docs... within

balance of course...in particular a "get started doc" is critical. 
 After that realtime
exploring is the way to learn.
Pekr
25-May-2007
[2549]
And I would like to warn us, upon my experience of team leadership 
here, that if some formal rules are not set for the future, we will 
not handle the situation.
Maxim
25-May-2007
[2550x2]
Pekr: well, actually, Having Gabriele working on it rather than Carl 
is good news to me.
it means more communication... look, Gabriele actually is speaking 
with us... and IS here every day.
btiffin
25-May-2007
[2552]
Yep.  And a formalized group may address some of that...may be not, 
but I think it'll be
worth the effort.
Maxim
25-May-2007
[2553]
you see, I'm not against this whole thing .
Pekr
25-May-2007
[2554]
the power

 is still way too centralised. New ppl will come. And that is why 
 I asked Carl even about concepts like DevBase, DocBase, BugBase, 
 localisations, communication principles with userbase, etc. - but 
 that is different topic ....
btiffin
25-May-2007
[2555]
Pekr;  Yep RT has promised things...but (and this is where being 
out of the computer

biz for seven years may be of benefit to me) it seems things are 
really starting to
accelerate.
Gabriele
25-May-2007
[2556]
petr, can you elaborate more on abstraction? was my proposal too 
abstract or not abstract enough?
Pekr
25-May-2007
[2557]
the direction of abstraction ... I was not sure about isolation of 
data from visual representation ...
Rebolek
25-May-2007
[2558]
just one last quick note: I think that having a look at MUI will 
be good - MUI resizes buttons automatically to fit the text in, there 
are no absolute coordinates. Someone may think, that absolute coordinates 
are good (bitmap graphic-heavy people), but absolute coordinations 
are PURE EVIL, at least from internalization/Localization POV. And 
if the GUI is not made with internalization in mind from the beginning, 
it's not possible to add it later (if it was, there won't be about 
forty people resing every button in Vista for every language edition 
manually)
Gabriele
25-May-2007
[2559x2]
Petr, don't forget though, that "decentralized" design is exactly 
what Carl is opposed to.
too much isolation of data or not enough isolation of data?
Pekr
25-May-2007
[2561]
no, not centralised vs decentralised design, but the whole things. 
I miss division of tasks ...
btiffin
25-May-2007
[2562]
Gabriele;  I agree.  As an end-user, a single (perhaps extensible) 
vision has always
been far more appealing to me than design by commitee bloat.
Gabriele
25-May-2007
[2563]
Rebolek: i have programmed a MUI like gui engine in AmigaE some 12 
years ago.
Pekr
25-May-2007
[2564]
too much - well, not too much - just the whole idea - are we sure 
we want to let user choose, in what form he wants data being represented? 
I am not sure it is neede? Would you find it really usefull?
btiffin
25-May-2007
[2565]
And Pekr;  If the design include points of extensibility, thats where 
"we" get to play.  :)
Gabriele
25-May-2007
[2566x2]
ok, so it's the same concern Carl has that it would be too complicated.
i can only answer that concern by writing a prototype. there's no 
way a "it won't be complicated" will convince Carl or you :)
Pekr
25-May-2007
[2568x2]
Brian - misunderstood :-) decentralisation = decentralisation of 
tasks - someone does design, some group works on docs, some groups 
are rebol evangelists on internet, some group might help new users, 
etc., I don't want to bloat anything ;-)
not sure if complicated, but question to you - would you find the 
practical need to have different representation of data? I mean, 
as an app user?
Rebolek
25-May-2007
[2570]
Gabriele that's good. It's just that this is one thing that is nor 
adressed in current VID, RebGUI etc and it would be really great 
if new VID will have this from the begining. Take it just as a wish 
:)
Gabriele
25-May-2007
[2571]
petr, isn't that exactly what is happening? Carl works on design, 
some group will work on docs (DocBase), other groups will work on 
code (DevBase), other groups can be here helping users as they have 
always done
Maxim
25-May-2007
[2572]
but you see, Carl has PITS embeded in his mind... the problem is 
that if you want power in a GUI at some point, some things need to 
be more extensive.  which can imply complexity.
btiffin
25-May-2007
[2573]
Ok.  I'm all for that.  Sign me up for some grunt work...  :)
Maxim
25-May-2007
[2574]
otherwise, we should just port current vid and add a few things in 
the dialect.
Gabriele
25-May-2007
[2575]
rebolek: i would prefer a simpler, more powerful approach than the 
one used in mui. however, probably mui is easier to understad to 
people (html tables even easier), so we'll need to stick to that.
Pekr
25-May-2007
[2576]
Gabriele-  no, it is NOT happening. I believe you release R3 sooner 
than we might come familiar with all those needed systems. Has anyone 
discussed, e.g. if/how we allow localisation of docs? Etc.?
Maxim
25-May-2007
[2577x2]
IIRC think carl really likes the simplicity and power of GLayout's 
proportional sizing engine.
its a prototype so yess the *code* has some ugly bits... but the 
layout concept is very agile, and makes tidy guis with little effort 
and understanding needed... its acutally much simpler than current 
vVID.
Gabriele
25-May-2007
[2579]
max, that's exactly what i did 12 years ago. no news to me. i wanted 
to try something new but that's not going to work so i won't.
btiffin
25-May-2007
[2580x2]
And sorry Pekr;  I get my verbology wrong sometimes...  Wasn't meant 
as a diss.

I actually think, along with this heated debate, things are going 
to accelerate and

we are going to have more chance to get our hands dirty than any 
of us may be able
to handle.  It's going to great.
going to BE great.
Rebolek
25-May-2007
[2582]
Gabriele: I'm not trying to push MUI aprroach somehow, it's just 
that I'd like to see new VID to be localization-friendly
Maxim
25-May-2007
[2583x4]
my point earlier was I'd like R3 to have time to actually try out 
different approaches, have them working code, let the community try 
out, maybe even create different propositions and take the time to 
use and have fun.
then the best parts of each idea usually really just pop up as *obvious*.
but having a june 30 date just allow a single track to move along 
so... I understand why/how you are approaching the whole thing... 
and yess I think you are courageous for asking openly here.
you just *knew* what was comming  ;-)
btiffin
25-May-2007
[2587]
Maxim;  That can be good...but it can also be dangerous.  Everyone 
here is too smart
and has too many good ideas.  May become overwhelming.  :)
Gabriele
25-May-2007
[2588]
max, i hoped to prove carl wrong, but he seems to be right :P
Maxim
25-May-2007
[2589x2]
hehe
Gabriele, team work depends on all aspects of the work to be teamed.
btiffin
25-May-2007
[2591]
And I don't mean too smart in a bad way.  The computer IQ in this 
forum is off the scale
Maxim
25-May-2007
[2592]
which is why Carl is right.