World: r4wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
ddharing 28-Aug-2012 [74] | ...sorry, should have posted this in ann-reply. |
MaxV 5-Sep-2012 [75x2] | Hello, I'm writing a new version of Rebolide, with color syntax higlithing, using another rebol script (area-tc) with perfect syntax higlithing. I put the new rebolide on github: https://gist.github.com/3635812 , since github works great with Rebol. However I'm not good as you and I can't understand how make this new rebolide similar to the old one, see the old one on: http://www.rebol.org/view-script.r?script=rebolide.r My main concern at the moment is to create button to insert code in the main area, cut and copy works, but the functions button like the old one no. May you help me? |
OK, that link was just a gist, the repository is https://github.com/angerangel/rebolide | |
DocKimbel 6-Sep-2012 [77] | Let's make it official: http://static.red-lang.org/birth.png:-) |
Gregg 9-Sep-2012 [78] | There is a note from Carl on his blog! |
MaxV 10-Sep-2012 [79] | Carl, 9-Sep-2012 15:46:54: "I need to apologize all of you for the lack of response to your comments. This was due to a funny incident that happened on my ranch. Last week, a few heffalumps burst into my basement and turned over the last barrel of 1999 Châtemateloo. Unfortunately, the precious liquid flooded telecommunication cables and I lost network connection. You know me, this is not a reason to give up. Using a microwave oven, amateur radio, and 4 lines of code in REBOL I was able to construct a modem and here I am. Well, I read very carefully your comments (the first two lines of each comment) and I noticed that most of them contain the phrase "Hi Carl". I was hoping that I'll find out from them what further steps should be taken to save the future of REBOL, but it seems that as usual I have to come up with a solution myself. So, here it is. I decided to open source REBOL. Choice of license is very difficult because there are many kinds of them. I examined the majority of them, and none meets my needs. They are overloaded and too complicated. The only thing I can do in this situation is to write my own license. I name it ... Rebolense. Creating a license is not an easy task, but is necessary. I'll be working on it soon, so stay tuned. " |
Sunanda 10-Sep-2012 [80] | There's a growing consenus, Max, that that blog post may be better suited for the Humour group. |
Janko 10-Sep-2012 [81] | :)) |
Kaj 10-Sep-2012 [82] | Message from a yellow Carl |
ddharing 10-Sep-2012 [83x2] | Did you find anything new on GitHub? |
Probably a real blog post is the only way to know for sure. | |
Kaj 10-Sep-2012 [85x2] | Here's the Sherman REBOL compiler: |
https://github.com/akavel/sherman | |
BrianH 10-Sep-2012 [87] | REBOL patches repository here: https://github.com/BrianHawley/rebol-patches These are intended to implement pending improvements to R3, and eventually R2. Just R3 for now though. |
Kaj 10-Sep-2012 [88] | To add to the idiocy, there's now a message from the real Carl, stating he agrees with the fake one |
Reichart 10-Sep-2012 [89] | Win! |
Arnold 14-Sep-2012 [90] | Hi, I have added two scripts today on rebol.org. one is how I plan using the mysql driver from Nenad, the other one is reproducing the php script on http://www.alistapart.com/articles/succeed/to get well formed URL/URI 's and get rid of the ?id=99&stuff='idea' kind of links. It is not yet really finished for I haven't tested/thought about how this works with requesting the indexfile in subdirectories. Also if there are ideas how to store and reproduce articles from a database using one two or more keywords feel free to put them up. |
Chris 18-Sep-2012 [91] | A first pass at accessing the Etsy API: http://reb4.me/r/etsy Works similarly to my Twitter API script (a few OAuth differences here and there). You can download it, or run it in place (do/args ... [...Settings...]). As with Twitter, you start with etsy/as and go through the authorization process. It has a few example methods, and an open method - etsy/api-call - that can call (as far as I can tell) every api function. Will try to document at some point. |
NickA 18-Sep-2012 [92] | It's working beautifully! |
Marco 18-Sep-2012 [93x2] | Normally I do not announce my upload to rebol.org but this time is different. I have uploaded an upgraded version of my interface to opengl: http://www.rebol.org/view-script.r?script=opengl-glu-glut-h.r and I am asking you to insert "GLX_DOUBLEBUFFER" in the block of the line: "attrList-def: reduce [GLX_USE_GL GLX_RGBA GLX_DEPTH_SIZE 16 GLX_RED_SIZE 4 GLX_GREEN_SIZE 4 GLX_BLUE_SIZE 4 0]" to see if doublebuffer works since in my virtual machine it is not working (an empty window is opened and no gl rendering occurs) |
Sorry, I mean you should try it on a X11 environment. | |
Maxim 18-Sep-2012 [95x2] | Normally I do not announce my upload to rebol.org but this time is different. I have uploaded an upgraded version of my interface to opengl: http://www.rebol.org/view-script.r?script=opengl-glu-glut-h.r and I am asking you to insert "GLX_DOUBLEBUFFER" in the block of the line: "attrList-def: reduce [GLX_USE_GL GLX_RGBA GLX_DEPTH_SIZE 16 GLX_RED_SIZE 4 GLX_GREEN_SIZE 4 GLX_BLUE_SIZE 4 0]" to see if doublebuffer works since in my virtual machine it is not working (an empty window is opened and no gl rendering occurs) |
sorry that was completely unwanted | |
Kaj 20-Sep-2012 [97x3] | Bas published the videos of my Red presentation on Software Freedom Day at the Science Park in Amsterdam: |
http://www.youtube.com/watch?v=YtLHl-Kpyyg&list=PLo1XY7fgXbYZkC5H38c7UhlVVHWz2gztd&index=1&feature=plpp_video | |
REBOL is also in there, because the Red and Red/System compilers are currently written in it | |
NickA 21-Sep-2012 [100] | Chris, here's what I made with etsy.r: http://guitarz.org/lessons/etsy_updater.jpg It works great - Danielle is really excited to be able to do batch updates :) |
james_nak 21-Sep-2012 [101] | Nice Nick. |
MaxV 25-Sep-2012 [102x2] | http://www.rebol.com/article/0511.html |
Rebol will be open source 1st October 2012!!!! | |
NickA 25-Sep-2012 [104] | ...!!! |
Ladislav 26-Sep-2012 [105] | Announcing latest INCLUDE changes: * the complete file now available through rebol.org using the http://www.rebol.org/view-script.r?script=ladislav-include.r link. Note, however, that I use the %include.r script name here (should not be a problem, though). * addition of the STANDARD-HEADER variable to INCLUDE-CTX * script header processing added * doc update |
Kaj 27-Sep-2012 [106x9] | Doc and I created a bridge between Red and R3: |
http://red.esperconsultancy.nl/Red-REBOL-3 | |
It allows to write R3 extensions in Red(/System), and there's some support for writing custom R3 hosts in Red | |
This solves the problem that it has turned out that hardly anyone wants to write R3 extensions in C. Extensions written in Red are also much easier to manage, because you can cross-compile them, instead of having to set up a development environment on each target platform | |
Currently it only works on Windows, and you need the dyn-lib-emitter branch of Red/System | |
It's not completely tested yet. The do-string call into R3 doesn't seem to work. We don't know yet whether this is a bug in Red/System or a bug in R3 | |
It requires another repository where I'm splitting off common definitions: | |
http://red.esperconsultancy.nl/Red-common | |
I'm also adapting my other Red bindings to use this common base, which was previously included in the C library binding | |
AdrianS 27-Sep-2012 [115] | this is so cool |
AdrianS 28-Sep-2012 [116] | I wonder Carl would entertain the idea of reworking the extension mechanism in R3 to allow even lower overhead access to Red/System. Or is the overhead about as low as you can expect it given that R3 is interpreted? |
NickA 28-Sep-2012 [117] | When the source is open, it's possible to do it without Carl ;) |
NickA 6-Oct-2012 [118x2] | RED FUNDING DRIVE, MATCHING FUNDS CHALLENGE: to help ensure that Doc can continue to work on Red without disruption, I'll match funds donated to him by November 1, 2012, up to a total of $1000. |
I wrote a tutorial that makes use of Chris Ross-Gill's Etsy.r module: http://re-bol.com/etsy_api_tutorial.htmlThe focus of this one is all about helping the Etsy API developer team, but by necessity, it teaches all the REBOL basics, along with all the absolute beginner concepts. I'm hoping the Etsy guys will write a blog post about it and help drive some more traffic toward REBOL :) | |
Endo 7-Oct-2012 [120] | Very nice tutorial Nick. |
Robert 7-Oct-2012 [121] | We just finished to setup a public Cofluence wiki test server, where TreeMapper models are rendered in HTML-5. Take a look here: http://s1.saphirion.com:8001/display/TREEM/Treemapper+Demonstration+on+Conluence That's a model that's done with the R3 based editor and published out of the editor directly into a wiki page. The next demo version will include the server information so you can test it on your own. |
Andreas 7-Oct-2012 [122] | Correct URL for the TreeMapper demo: http://s1.saphirion.com:8001/display/TREEM/Treemapper+Demonstration+on+Confluence |
Kaj 10-Oct-2012 [123] | I've moved the locations of the Red bindings, dropping the "Red-" prefix from #include paths, and normalising the older bindings with the latest few that I introduced |
older newer | first last |