World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Henrik 6-May-2009 [14058] | I can only emphasize the importance of submitting Curecode reports. Curecode is the only place Carl looks, and he personally thanked me for submitting the /SKIP reports, which are now all fixed. |
Rebolek 6-May-2009 [14059] | Yes, I will. I just miss the easiness of doing that from Altme, I'm not a big fan of web-services :) |
BrianH 6-May-2009 [14060] | You keep forgetting the word "yet" in your sentences, Pekr :P |
Henrik 6-May-2009 [14061] | Curecode scales better than AltME's bug tracker and we can comment bugs. |
Rebolek 6-May-2009 [14062] | Pekr: for me, no sound in R3 is about as good as "sound" in R2... |
Henrik 6-May-2009 [14063] | Besides DocKimbel has already published API documentation for using Curecode through REBOL. |
Rebolek 6-May-2009 [14064] | So no difference here, really. |
BrianH 6-May-2009 [14065] | CureCode makes the job of reviewing and tracking bugs *much* easier. |
Pekr 6-May-2009 [14066] | So - Steeve - are you going to submit vector enhancement proposals to CureCode? |
BrianH 6-May-2009 [14067x2] | That's why it will likely be replacing RAMBO too. |
Steeve, if you are worried about your English the reviewers can clean that up in your tickets, with your permission. | |
Pekr 6-May-2009 [14069] | maybe we could already notice Carl about coming tickets in Chat? Maybe he has some ideas for vectors too? |
BrianH 6-May-2009 [14070] | R3 chat heading #1318 is the place to be having this discussion. |
Steeve 6-May-2009 [14071x2] | Pekr, i'm not writing fluently enough, could you write the proposal instead ? |
connected/disconnected/connected... hard to follow you guys | |
Pekr 6-May-2009 [14073] | Well, I can write anything, it is just that in order to properly specify such stuff, you have to understand the topic, which is not my case. Maybe you could write it down to text file off-line, and once connected send it over the email to someone here, who would then put it in CureCode ... |
Steeve 6-May-2009 [14074] | oh come on !!! i'm just asking for scalar math operations, like it works on tuples and pairs |
Henrik 6-May-2009 [14075] | It's not a big deal. Steeve can post to Curecode and request for a clean up. |
BrianH 6-May-2009 [14076x2] | I think I get what Steeve is requesting. If he doesn't get it submitted by tomorrow, I'll have a go at writing it up. |
No time for that today though. | |
Pekr 6-May-2009 [14078] | I posted question to Carl in #1318 |
Rebolek 6-May-2009 [14079x6] | Hm, trying to connect to FTP from my virtual XP kills my router. I have to find other way to upload that vector document from r3-alpha... |
http://krutek.info/vector-bugs.html | |
This does NOT reflect a51 changes. New version probably during weekend. | |
WAV/AIFF to vector - http://krutek.info/wav.r | |
R3 drum synth - http://krutek.info/drumsyn.r | |
note that the code is from Oct 2007 and probably won't work in current alpha. | |
BrianH 6-May-2009 [14085] | Sweet. Post those links in R3 chat #1318 - Carl is there now. |
Rebolek 6-May-2009 [14086] | I'd like to reflect A51 changes first. |
BrianH 6-May-2009 [14087] | Post the link now, make the changes later. Carl is there talking about vectors *now*. |
Rebolek 6-May-2009 [14088] | you want me to understand R3 chat that I never used in 5mins? ;) |
BrianH 6-May-2009 [14089] | I'll post the links and say they are from you. Seriously, participate :) |
Rebolek 6-May-2009 [14090] | I'm trying, it should be there soon :) |
BrianH 6-May-2009 [14091] | Is this OK? Links to vector-related stuff by Bolek (not updated for alpha 51 changes): http://krutek.info/vector-bugs.html http://krutek.info/wav.r http://krutek.info/drumsyn.r |
Rebolek 6-May-2009 [14092] | Thanks, it's not needed, I figured how to post :) |
BrianH 6-May-2009 [14093] | I can post if it is. |
Rebolek 6-May-2009 [14094] | Posted. |
BrianH 6-May-2009 [14095] | Seen :) |
Steeve 6-May-2009 [14096x3] | So actually, vectors are only for storing index purpose (to save memory). Because Carl has only that need. Hum... He could use binary series instead, if it's his only one need. Vectors without maths are only binary streams with less capabilties. |
i use bniaries to store large index since several years with R2 | |
lol >> v: make vector! [integer! 16 2 #{01020304}] == make vector! [integer! 16 4 [ 1 2 3 4 ]] Brian, no Big endian, no little endian, it's a new format: little byte | |
BrianH 6-May-2009 [14099] | Steeve, don't take an example as being the sole use. |
Louis 6-May-2009 [14100x2] | How do I fix this: Couldnt get a file discriptor referring to the console. |
I'm using Ubuntu Linux 8.10 | |
Anton 7-May-2009 [14102] | When does that happen? Are you trying to launch rebol? |
Louis 7-May-2009 [14103] | Anton, after launching R3, when I type "docs" |
Henrik 7-May-2009 [14104] | That should open a browser window, which may not work under Linux yet. |
Louis 7-May-2009 [14105] | Henrik, too bad. I hope that changes soon. |
Henrik 7-May-2009 [14106] | What happens if you type: browse http://www.google.com? |
Louis 7-May-2009 [14107] | Command not found. |
older newer | first last |