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

World: r3wp

[!REBOL3-OLD1]

Kaj
4-Oct-2007
[4616x2]
OK. :-) I made that note because I just built one :-)
We will release Syllable Server this weekend, and you can quote me 
on that ;-)
amacleod
4-Oct-2007
[4618]
5
btiffin
4-Oct-2007
[4619]
Go Kaj Go!  :)
Kaj
4-Oct-2007
[4620]
I'm just leaning back. It's done :-)
Graham
4-Oct-2007
[4621x4]
I also think what RT has done is very divisive.
This is a small community ... and to break it into two with the haves 
and have nots is very bad.
We could tolerate a few weeks ... but 6 months??  That's really pushing 
it.
the have nots feel like second class citizens and move on ...
Henrik
4-Oct-2007
[4625]
I'm saying sometime early 2008. Carl isn't. It may be sooner. It 
depends on what he wants to release.
Graham
4-Oct-2007
[4626]
for those of us who develop apps using the sdk .. I'm not expecting 
anything until end of 2008
amacleod
4-Oct-2007
[4627]
Now that's depressing... Ithink that Pekr's solution makes a lot 
of  sense: Use R2-Core's feature set as a first beta goal so that 
people can start using R3 for new projects without having to recode 
later. I do not know how practical or possible that would be interms 
of development though.
Gabriele
5-Oct-2007
[4628x2]
note about asking me to join: it's not my decision who joins and 
who does not. so you are free to ask but i need to get the ok to 
add more people. as i said, i was for just releasing to the people 
here no matter what the status. you can either fix the feature list, 
or fix the date, you can't fix both. my assumption was that for r3, 
we had fixed the date, and not the feature list (except for a couple 
things we were ok to move the date for). don't blame me if it wasn't 
released in august.
petr, if it's Core only as you say, what would be different from 
the current status of R3? just bug fixes? so why should people here 
wait for xmas for? i really don't understand. if we want release 
early, forget features, just release what you have and make it clear 
that there is no support. if you want a final product you can use 
in production, just wait until all bugs are fixed and everything 
is settled on, which could be three months or three years depending 
on what the community asks for and which bugs they find.
Pekr
5-Oct-2007
[4630x5]
Gabriele - no, no bug fixes only - R3 alpha has one and only scheme 
- http - where is pop, ftp, smtp?
So, from the practical core like usability, it is missing some very 
important things. So my suggestion was - finish schemes, update/improve 
dll, describe embeddability and porting, if time permits, add own 
console and rebservices (not necessarily)
And R3/Core 3.1 - add rebcode as a base. Ppl already found its uses. 
IMO it was already usefull and it is a pity it was later excluded 
from the Core ...
Gabriele - what you propose is still the same song - no product development 
strategy. Read also Greggs comments - noone knows what should do 
what, when some feature comes etc.
But - if I should choose between the project staying closed, or release 
in current state, then let's release and not frustrate ppl further. 
I was trying to offer some intermediate solution, a little bit better 
organised effort ...
Graham
5-Oct-2007
[4635]
I think your instincts are right Pekr
Henrik
5-Oct-2007
[4636]
If a release happens to this group, people will have to understand 
that it's a work in progress and commenting on design decisions and 
general behavior after limited use is not recommended. Spend time 
in the docbase and on the bug tracker to see if an issue has been 
discussed. Current VID3 bugs are not in the tracker, due to its incomplete 
state, so there are probably 50 of those lurking.


If you find a bug that causes a crash, i.e. WinXP's bug report window 
and it isn't in the tracker, then it should of course be placed there.
Kaj
5-Oct-2007
[4637x2]
Petr's proposal sounds very good to me. Except that RebCode is probably 
a luxury at this moment
Reading the R3 alpha changelog, it is clear that Core and View are 
developed together now. While I know that this leads to a balanced, 
integrated product, it is an enormous blocker to release anything. 
This is redoing a decade of existing work. There is a point that 
you must decide that the Core/View integration issues are worked 
out far enough to focus on the first development release, and that 
must naturally be Core
Gabriele
5-Oct-2007
[4639]
petr, what would having pop or imap change? (btw, ftp... that's a 
mess of a protocol. find someone wanting to write that one :P) i 
really don't understand the point. pop and imap are "trivial". VID 
is the focus. i can't wast time on pop now. that can be done later 
on. i must spend my time on what's important - VID. having an R2-like 
R3 is just crazy. R2 is already here.
Kaj
5-Oct-2007
[4640]
Well, there's not much point in repeating myself
Ingo
5-Oct-2007
[4641]
Yes, at some time the decision has to be done, but I don't think 
we're talking about a developers release now. A developers release 
won't happen in the timeframe you are wishing for. So what we're 
talking is trash release (or pre-developer - by pure conincidence 
some things might work ...) so there's no need to add anything to 
this release just to give it the look of a developer release.
Graham
5-Oct-2007
[4642]
It looks like from what Gabriele is saying, it's at a state where 
one can write their own protocols such as pop, and imap
Pekr
5-Oct-2007
[4643x4]
Gabriele - I really don't understand your aproach. I don't believe 
you are able to finish VID sooner than in few months of work. You 
seem not to be able to understand fundamental reason behind what 
I say. I dare to say, that developers should not be allowed to talk 
how to aproach product strategies, sorry ;-)
I have to be really critical here, but guys, that is becoming really 
childish.
You act like anyone is able to write imap or pop protocols themselves. 
And yes, ftp might be the mess, so we are not going to have one, 
right?
But never mind, Carl will soon decide about further aproach ....
btiffin
5-Oct-2007
[4647]
Petr;  I'll defend Gabriele on this.  Yes I would say most REBOL 
developers can code schemes given the motivation and due diligence 
reading the IETF docs.  I count myself amongst the clowns and after 
a few days I had a dict: scheme converted from old Jeff Kries code 
that I'm pretty proud of.  It would be a little different if that 
work had been in a vacuum, but it's not.  There are templates already 
and the RFCs are well established professional specs.  Am I dutifully 
impressed with some rebol's code, absolutely, but don't underestimate 
the power of "average" REBOL coders.
Pekr
5-Oct-2007
[4648x3]
yes, but there is new anync kernel you need to adapt it to .....
And my opinion still is, that developers should not be allowed to 
define product strategy. And if so, they can surely contribute, but 
there should be the strategy. From the public pov, it seems like 
there is not one ...
marketing team
 should work one step before development team.
btiffin
5-Oct-2007
[4651]
That point I will agree on.  Skill sets are skill sets.
Henrik
5-Oct-2007
[4652]
Pekr, you can say that about many things. There are many protocols. 
Which one should go in first? HTTP was logical here. Now which one 
goes next? If Gabriele spends time on FTP and not on VID, I can't 
work on skinning. It could be other things, but VID is far more important 
right now than FTP, because FTP is probably fairly trivial to do, 
but still a one-man project that should be done when Gabriele can 
be free to do that.
Pekr
5-Oct-2007
[4653x3]
but - all that escalation had to happen in order for Carl to react 
to current situation. So I take it happened for the good, and I hope 
it will result in some actions which are for the good of whole group.
Henrik - as a developer, you should understand priorities.
And you seem not to.
Henrik
5-Oct-2007
[4656]
pekr, I do. you are the one ignoring priorities between developers.
btiffin
5-Oct-2007
[4657]
Petr;  I'm chuckling as I type this ... so take it for what it is 
...

Hey!  Stop dissin' the developers!

:)
Henrik
5-Oct-2007
[4658]
Thank you, Brian :-)
Pekr
5-Oct-2007
[4659]
We talk two complety separated issues here. First is my proposal 
to AT LEAST release Core like products. You talk about current development 
aproach. Of course VID is more important. But you still describe 
model which is happening here, which is like without any strategy 
being defined.
Henrik
5-Oct-2007
[4660]
yes, that would be a good argument, but Carl wants VID out as quickly 
as possible.
Pekr
5-Oct-2007
[4661]
Henrik - we will see ....
Henrik
5-Oct-2007
[4662]
gotta go to the other world. Carl is delivering a lot of info right 
now :-)
btiffin
5-Oct-2007
[4663]
I think there is strategy...we may not be in that loop...yet.  And 
I'll agree it's a little frustrating, mainly because we all feel 
and care deeply.  We all want "better" for REBOL.
Pekr
5-Oct-2007
[4664]
Brian - many of my words here are not because of my comfort. But 
I bear with guys as Graham, Kaj, and others ....
btiffin
5-Oct-2007
[4665]
I agree completely.  Let's push to get more people included.  There 
are people here who have put in the time and just deserve an open 
door, or at the very very least, a window seat.