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

World: r3wp

[All] except covered in other channels

Vincent
4-Jan-2005
[292]
sound:// need streaming capabilities, for both music and VoIP
eFishAnt
4-Jan-2005
[293x3]
yes
I put sound into show.r ... '-)
oh, I have a tic in my eye
Tomc
4-Jan-2005
[296]
ant-tics ... yes that makes sense
eFishAnt
4-Jan-2005
[297]
0-o-o<
Chris
4-Jan-2005
[298]
Ogg Vorbis...
Vincent
4-Jan-2005
[299]
My priorities for sound library is to have at least support to common 
uncompressed formats r/w, then least cpu-intensive compression schemes 
r/w
Geomol
4-Jan-2005
[300]
Are REBOL/SDK issues also discussed in any of these groups?
Alan
4-Jan-2005
[301]
Geomol:you can make a sdk group under the Rebol group
Geomol
4-Jan-2005
[302x3]
Ok, I may do that.
Just reading around and getting up-to-date... I found RAMBO. I send 
a bug report with the "Feedback" thing on RT's homepage. Should I 
post it again with RAMBO? Maybe I'll get better response?
I mean, I sent a bug report ...
Alan
4-Jan-2005
[305]
Geomol:RAMBO is the mail depostitory fro Rebol bugs/bug tracking
PeterWood
4-Jan-2005
[306]
Pekr: I have found capturing user requirements in Use Cases very 
helpful. They aren't really part of UML but are one of the main inputs 
to it. I probably don't build enough systems to have the need to 
get into UML.


Martin Fowler's UML Distilled is probably worth reading as he has 
a practical point of view.
BrianW
4-Jan-2005
[307x2]
any REBOLers want to invade 43things.com?
not so much "invade" as "check out"
Gabriele
5-Jan-2005
[309]
Geomol: i'd suggest using RAMBO and not email feedback for bugs. 
this frees up some time for Carl.
Geomol
5-Jan-2005
[310x2]
Thanks Gabriele, I'll do that tomorrow, when I get back to the company, 
I'm doing it for.
I would like to contact Carl about a relational database, I've done 
in REBOL, to see, if he can use some of it in any way. Can I contact 
him here in REBOL3 by writing directly to him?
Pekr
5-Jan-2005
[312]
I think you can ...
Gabriele
5-Jan-2005
[313]
you can, however he doesn't check here very often at times, so you 
may need some patience :)
Geomol
5-Jan-2005
[314]
oki doki
Pekr
5-Jan-2005
[315]
can we know what kind of db is it? rebol level source, or C module 
linked via library interface, or?
Geomol
5-Jan-2005
[316x2]
About 50k of REBOL/Core source. Build as a relative level and an 
index level on top of that - top-most a full relational DB. I've 
also started a SQL interface, but I'm not sure, if I wanna finish 
that part. :-)
Multi-user of course.
Pekr
5-Jan-2005
[318]
Geomol - have you looked at RebDB?
Geomol
5-Jan-2005
[319x2]
Yes, a little bit.
I made mine as a finishing project for an education, I finished last 
year.
Pekr
5-Jan-2005
[321]
how have you got yourself to Rebol?
Geomol
5-Jan-2005
[322x2]
Being an Amigan for so many years, I checked on Carl's projects over 
the years. I started with REBOL 4-5 years ago.
Pekr, I've seen your nickname many times. How are you related to 
it?
Pekr
5-Jan-2005
[324]
related to what? Rebol? Well, there were those times, in 1996, when 
Carl tried to resurrect amiga at Viscorp ... then he left, I read 
his paper about "dream system" - first scripting, then OS, and I 
believed into it. Well, we are a bit late with the original plan, 
but I still try to believe :-)
Geomol
5-Jan-2005
[325]
:-) Let's see, if I can find that paper on the web... could be interesting 
to read. (Can't remember, if I saw that already somewhere.)
Pekr
5-Jan-2005
[326]
yes, it was state of personal computing or something like that ....
Geomol
5-Jan-2005
[327]
This one? http://www.eskimo.com/~goody/links/back.to.prsnl.cmptng.html
Pekr
5-Jan-2005
[328]
yes, that is that :-)
Geomol
5-Jan-2005
[329]
He was right. And many of those words still stands. Only today the 
complexity is even worse, the need for CPU Power, RAM and HD space 
is even higher.
yeksoon
5-Jan-2005
[330]
on UML.


my take on that is it can consume a lot of time and energy.... as 
engineers try to 'perfect' their model.


Personally, I use FLiP process ( http://www.fusebox.org/index.cfm?&fuseaction=methodology.steps
) or Fusebox for short.

It makes it easier for end users to understand.
Jean-François
5-Jan-2005
[331]
Pekr,

I think you might find the following interesting

Object Role Modeling (ORM)
http://www.orm.net/index.html
http://www.objectrolemodeling.com/

Responsibility-Driven Design
http://www.wirfs-brock.com/pages/home.html

Responsibility-based Modeling

http://alistair.cockburn.us/crystal/articles/rbm/responsibilitybasedmodeling.html
Pekr
5-Jan-2005
[332x2]
thanks, will look at those links ...
hmm, I can't get request-file to work from script .... only from 
console ...
Ammon
5-Jan-2005
[334]
Really?  What's your error?
Pekr
5-Jan-2005
[335x4]
file: request-file/keep/file/filter  %../ "*.txt"
nothing happens ....
ah, wait a bit, forget it probably ...
two scripts of the same name in two dirs, editing wrong one ;-)
Ammon
5-Jan-2005
[339]
Hehe, LOL.  Don't ya love it? ;-)
Pekr
5-Jan-2005
[340]
no :-) I feel dumb :-)
Ammon
5-Jan-2005
[341]
I've done the exact same thing and requested help here too, so I 
feel ya. ;-)