AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 4382 |
r3wp | 44224 |
total: | 48606 |
results window for this page: [start: 1001 end: 1100]
world-name: r4wp
Group: #Red ... Red language group [web-public] | ||
Ladislav: 26-Sep-2012 | Doc, a minor nitpicking: it is a vocative and thus the correct spelling should be Dobr^(FD) den sv^(011B)te | |
PeterWood: 26-Sep-2012 | It works for me on OSX and Windows 7 | |
Pekr: 26-Sep-2012 | sent new file to Doc. Doc - btw - the last sentence (which prints correctly), means something like "Way too much yellow horse groaned devilish odes" :-) That sentece is known in our language to test all possible special chars in Czech language and still have some meaning ... | |
Pekr: 26-Sep-2012 | Curious, if you are able to reproduce it. And also - third char in Greek HelloWorld is still not resolved ... | |
Pekr: 26-Sep-2012 | I never investigated it, it was just suggested to me, and the sentence sounds pretty weird, so I remembered it :-) | |
MagnussonC: 26-Sep-2012 | Tested "Hallå Världen!" on Win 7 (UTF-8) and it works. Saving the file as Notepads "Unicode" doesn't work, but I understand "Unicode" isn't supposed to be UTF. | |
Pekr: 26-Sep-2012 | Not yet ... deleting all the repository. I deleted hello.red, and no way I can get tortoisegit to get it sync - it just keeps telling me I am uptodate | |
Pekr: 26-Sep-2012 | as you can see in my output, Chinese is not there, and third greek char is not there too ... but when copying from the console and pasting into Notepad, it shows the chars ... | |
DocKimbel: 26-Sep-2012 | No, there were bugs and that last one is a font issue. | |
Pekr: 26-Sep-2012 | Downloaded Console2, which allows to have tabs, and allows me to change fonts, so I just choosed Consolas and the output is correct ... | |
Pekr: 26-Sep-2012 | OK, so now I am back after the reboot, so my default Vista console uses nice Consolas font, and it now displays everything (apart from Chinese) correctly ... | |
DocKimbel: 26-Sep-2012 | Red currently maps only to Unicode C printing functions. We could tweak the code to detect (for Unix platforms) the locale and fall back to Latin1 if required. | |
DocKimbel: 26-Sep-2012 | Next: char! and all series actions already present in block! implemented for string! | |
Arnold: 26-Sep-2012 | Now Red can output texts it can produce strings with html code? And so theoretically is up to CGI processing maybe with a little help from REBOL. Or is that too early? | |
GrahamC: 26-Sep-2012 | Can red access stdin and stdout ? | |
DocKimbel: 26-Sep-2012 | Without proper internal sandboxing, you certainly wouldn't want to give open access to anyone for running Red (and even worse Red/System) code on your server. | |
Kaj: 26-Sep-2012 | On TryREBOL it's no problem. I've been giving the world a gaping hole into our server for three years now. It was a test, and people tried to break it, but they never got in | |
Pekr: 28-Sep-2012 | Doc, with recent discussions about Unicode, I wonder if we will have strong binary type, and myriads of to-* REBOL-like functions for various conversions between the types? | |
DanielN: 29-Sep-2012 | Hello, I want to use a local database whith no concurency for aor the moment I see ndb indexed btree from Dockimbel, another alternative is possible and what ca be used with the future red ? | |
DanielN: 29-Sep-2012 | OK, and also dispo in android I think and bbrerry os... | |
Pekr: 29-Sep-2012 | well, as for BB 10 - we should get there imo - QNX based, old Amiga friends :-) And maybe it is good to support lower market, than crowded iOS developer's base? We will see ... | |
BrianH: 29-Sep-2012 | Agreed. And it will be easier to keep an API clone updated for future SQLite changes, so we can get the benefits of future improvements to the storage engines. | |
BrianH: 29-Sep-2012 | SQLite already went through the trouble of extracing and abstracting their storage engines, so it's best to reuse their work :) | |
Pekr: 30-Sep-2012 | big change in their paradigm. And the one, which fits imo REBOL. IIRC Carl always wanted some stronger storage option to load/save blocks. IIRC Rebin was needed? He once was considering adding SQLite, but found it too big. IMO it would be good if we used SQLite for Red, to standardise. I doubt we can find more efficient, powerfull, and cross-platform tool with the right licence? Of course more efficient solution might be done by pure Red facitilities, but unless we need really extra efficient solution, why to reinvent the wheel? | |
DocKimbel: 30-Sep-2012 | The big advantage of SQLite over other similar engines is that it's bundled already in the main mobile platforms (Android and iOS). | |
Pekr: 30-Sep-2012 | Kaj - last I checked it was long time ago. It did not use SQL syntax, and was not even free IIRC. But I don't follow mySQL for many years now ... | |
Kaj: 30-Sep-2012 | It was always a GPL SQL database, but people complained it didn't support as much as, say, Oracle and PostgreSQL | |
kensingleton: 1-Oct-2012 | Hi guys - I am trying out Red/System and all seems very good until I try out Kaj's fibonacci and mandelbrot functions. I downloaded the c-library -sorted the paths and locations and tested the library on simple things and all compiles well. When I try to compile fib and mandel I get the following compilation error: | |
Pekr: 1-Oct-2012 | Most probably the binding was not tested for quite some time, and Red + Red/System evolves, so there might be some regression there. Better wait for experts, though ... | |
kensingleton: 1-Oct-2012 | Doc, I think the work you are doing is superb and Red is a very exciting project - thankyou! | |
Kaj: 1-Oct-2012 | I test the bindings and examples regularly, so they should work. I'll check, but which version of Red/System are you using? | |
Kaj: 1-Oct-2012 | Both the Fibonacci and Mandelbrot examples work with the current dyn-lib-emitter branch of Red/System, and I tested them for the 0.2.6 and 0.2.5 releases, so they should work there, too | |
kensingleton: 1-Oct-2012 | Ok - I downloaded the examples by copy and paste from the examples in the Files section of the C Library Binding for Red - is this the correct way to access the examples as well as the c-library or is there another way? | |
Kaj: 1-Oct-2012 | It's much easier to download a repository as a Zip package or tarball. Go to a particular version or check-in and use the download links there | |
kensingleton: 1-Oct-2012 | Ok - I am confused - are we talking about getting Red/System now, or your c-library bindings and examples? I downloaded Red/System from Github, the zipped version using the supplied button. Then when I had all that working I went to the Red blog site - contributions - c library binding - and downloaded your c-library etc from there using copy and paste | |
kensingleton: 1-Oct-2012 | I will have a look into using Fossil and try again - it may be that the examples I have obtained are out of sync with the examples obtained through fossil - once I have figured it out I will try again and let you know my results -thanks for your help | |
Kaj: 1-Oct-2012 | Most likely, you have put files in different places then they're supposed to be, and the paths are now wrong | |
kensingleton: 1-Oct-2012 | Possibly, but I did go through all the #includes and made sure the c-library and common.reds was accessible and working, but like I said, I will try using Fossil and see what happens that way | |
Oldes: 1-Oct-2012 | I'm repeating myself, but it looks I'm not alone who find it confusing to work with 2 repos. As we are really working with just a few kB, it would be really better to have it in one place = GitHub and not to merge libs with Fosill. But anyway, I appricaiate your contributions Kaj, so use whatever you like. | |
Andreas: 1-Oct-2012 | The situation at the moment certainly can be confusing, but the solution lies not in moving everything to a central repository. The real solution is to improve Red(/System)'s mechanisms for locating and including other scripts ("libraries"). A simple "search path" would already go a long way, and will probably be added soon. | |
kensingleton: 1-Oct-2012 | Kaj, downloaded the Zip file from Fossil and re-ran (after sorting paths to files) and get the same problem as already posted. The problem is not file locations as that results in a different compiler error which is easily sorted. It seems to me in the problem I have posted, the compiler thinks there is already an alias called str-array! - however I have searched every reds file and there is no other with that name! Anyway, it is not urgent but I just wanted to feed back my findings to you. | |
Kaj: 1-Oct-2012 | Git is bloated, to the point that in the past we haven't been able to port it to Syllable. Maybe the core would be portable now, but we don't want it, because it's huge and complex and confusing to users. Fossil is much simpler | |
kensingleton: 1-Oct-2012 | ok - I will download v0.3.0 and try it on that too | |
kensingleton: 1-Oct-2012 | Under windows there is no common folder where the common.reds file resides - on windows common.reds resides in the runtime folder, so the #include file in the c-library.reds file needs to point to where that file resides. Likewise on fib and mand - they point to the c-library which I put into the library folder that exists in the Red/System folder on the windows version. | |
Kaj: 1-Oct-2012 | Ah, see, you're mixing up files. The common.reds file in Red has nothing to do with my bindings. It also has nothing to do with Windows. You should leave that alone and put my bindings in the subdirectories I mentioned in a parent directory of your choice | |
Kaj: 1-Oct-2012 | It's better not to put the bindings in Red's directories at all. They are isolated from each other and should be handled that way | |
kensingleton: 1-Oct-2012 | Ah! Sorry Kaj - I missed that vital bit of info - I will go and find it now | |
kensingleton: 1-Oct-2012 | Sounds like DLL hell - and I thought that was only a windows registry problem - grins!!! | |
kensingleton: 1-Oct-2012 | What is really exciting is the concept of creating an OS which is completely red/red/system - the control, power and speed of that woulod be phenomenal | |
DocKimbel: 1-Oct-2012 | Red/System v2 will be faster, it will benefit from a lot of optimization stages that do not exist in the current version. I expect a raw speed improvement of between x2 and x4. Maybe more if we can use some SIMD to speed up some processing (but that will probably require new datatypes, and/or new looping functions). | |
Pekr: 1-Oct-2012 | Well, one day, Carl sees the light at the end of the tunnel, and joins Red ;-) | |
kensingleton: 1-Oct-2012 | I hope that a lot more Rebol coders get on-board with Red to help Doc and speed development - Red is the future I think, not interpreted Rebol, as brilliant as that has been in the past. | |
Andreas: 1-Oct-2012 | SD card: a slow and not too big one :) | |
Gerard: 1-Oct-2012 | http://uk.farnell.com/raspberry-pi-accessories#operatingsystem has some more SD cards and accessories - as described in my new book : The Raspberry Pi - a quick start guide - by Maik Schmidt pubished by pragmatic programmers | |
DocKimbel: 1-Oct-2012 | Implemented IF and EITHER, I just wanted to share their implementation with you (extract from Red compiler source):: comp-if: does [ comp-expression emit compose [ if (logic-true?) ] comp-sub-block ] comp-either: does [ comp-expression emit compose [ either (logic-true?) ] comp-sub-block comp-sub-block ] Shouldn't be more complex than that, no? ;-) | |
Steeve: 1-Oct-2012 | I should go read some manga and relax | |
DocKimbel: 1-Oct-2012 | Good point and I totally agree with that. That's basically the plan for Red/System v2. But, as you say, it can become quickly very costly, so it needs to be done carefully (needs time) and *sparingly*. | |
DocKimbel: 1-Oct-2012 | I could have gone by the (Dragon) book and done it in classic way, but that would have been a shame IMHO, to not try new approaches with a language like REBOL. | |
Group: Ann-Reply ... Reply to Announce group [web-public] | ||
Arnold: 28-Aug-2012 | Hi Jerry, maybe a combined edition in Chinese and English would help more Chinese rebolers to join in the Rebol community. (Make them more comfortable using english.) | |
Jerry: 28-Aug-2012 | Every pages is carefully drawed and layouted. To make the English Edition of it, I have to re-layout every page. Since English Sentence is shorter than it's Chinese one in most of the cases, I will need to re-layout everypage. the aspect should be change from 4:3 to 16:9 or 16:10. This will take some time for me to prepare. | |
Jerry: 28-Aug-2012 | Carl got my book last Friday, maybe that's why he decided to think about the future of REBOL and wrote that blog article. I hope our opening the R3 book and trying to gain more new users will make him make the second move, opening R3. | |
Jerry: 28-Aug-2012 | I am kind of shy and not talkative. But recently I've talked a lot here, because I really don't want to see the death of REBOL. | |
Arnold: 28-Aug-2012 | I am not native English speaking but I can help out a little for a first rough read-through and correction round. | |
Maxim: 28-Aug-2012 | and limited how? | |
Kaj: 28-Aug-2012 | All we got, a day ago, is a blog article saying that Carl doesn't know what to do, and we should tell him | |
Maxim: 28-Aug-2012 | I've looked around again and there doesn't seem to be any sign of any new release of any kind from Carl. | |
Jerry: 28-Aug-2012 | James_nak, Arnold, MaxV, Gregg, ddharing, PeterWood, and Nick, Thanks for willing to help me. | |
Henrik: 31-Aug-2012 | He was invited to this world a few months ago, and I made a booboo in overlooking his requests in the old REBOL3 world. I've invited him again. | |
GrahamC: 31-Aug-2012 | He asked people to keep it short and to the point ... | |
GrahamC: 31-Aug-2012 | Have bought a few things on the Apple appstore .. and wonder if Carl would find it worthwhile to write articles for sale .. 99c etc ? | |
Arnold: 1-Sep-2012 | I bought computer magazines for more money and less interesting subjects, but webwise I prefer free content. Marked 37 comments as spam, doubt if it helps. Regarding the minor number of comments this is simple neglect. | |
Gregg: 5-Sep-2012 | It looks like area-tc was Shadwolf's, and he doesn't have an account on this world. | |
MaxV: 5-Sep-2012 | Ok, but it's free and github has syntax color for Rebol | |
BrianH: 5-Sep-2012 | In the r3-odbc project Github is not recognizing odbc.r as being a REBOL file. It is recognizing it as a language that uses ' for strings, probably the R language since Github already had R support and R uses the .r extension. | |
Oldes: 5-Sep-2012 | And my files are rocognized as REBOL as well with .r extension. | |
MaxV: 6-Sep-2012 | What is the difference between R and Rebol? | |
Janko: 6-Sep-2012 | R is language for statisticians by statisticians (for good and bad) | |
Janko: 6-Sep-2012 | It's a little vierd as a language, but is very good for particular task due to special datatypes and very powerfull libraries. | |
DocKimbel: 6-Sep-2012 | Yeah I do, I didn't sleep much these last days and it doesn't seem to be changing any time soon. ;-) | |
Gregg: 9-Sep-2012 | And it tells you how desperate I am for an answer from him. :-) | |
james_nak: 9-Sep-2012 | No, I am james and I didn't read kaj's question enough but I have an excuse... I am in the middle of a rebol application that is not going so smoothly. :-) | |
Steeve: 9-Sep-2012 | Well, more I read it, more it becomes obvious. Last week, a few heffalumps burst into my basement and turned over the last barrel of 1999 Châtemateloo Using a microwave oven, amateur radio, and 4 lines of code in REBOL I was able to construct a modem and here I am. Pretty funny | |
Robert: 10-Sep-2012 | Well, now on to creating a new "save-the-world-open-source-license". Why is it so hard to just pick one like MIT and release the code. Every day we loose, we can't get back. I expect this licensing thing to take at least 12 months. It's just waste of time. | |
Robert: 10-Sep-2012 | And even if it's a troll, Carl should just pick MIT :-) | |
Gabriele: 10-Sep-2012 | ok, i think it was Lawrence Rosen and the license was the Open Software License. | |
BrianH: 10-Sep-2012 | I'm more concerned about the license. His last attempt at an open source R3 license wasn't - it had usage restrictions that violated the definition. That's why all of my mezzanine work was MIT licensed, even the stuff that Carl included in R2 and R3. | |
GrahamC: 10-Sep-2012 | Thanks to the fake Carl .. please stand up and take a bow :) | |
BrianH: 11-Sep-2012 | That's the real Carl - only the real Carl can remove comments, and comments were removed. | |
Chris: 18-Sep-2012 | And with thanks to Nick for instigating, supporting and helping test! | |
james_nak: 19-Sep-2012 | Thanks Chris and Nick. I'll be using that code! | |
DocKimbel: 20-Sep-2012 | Kaj: how do Fibonaci.ruby and Fibonaci.r compare in speed on your demo machine? | |
DocKimbel: 20-Sep-2012 | Ah, found a verbose: 1 left in natives.reds thanks to your presentation...and the code is missing a macro....funny way to debug/improve my own code. ;-) | |
DocKimbel: 20-Sep-2012 | BTW, wrt to ARM big size binaries, it's also caused by ARM using 32-bit words for every instruction, while IA-32 has still a lot of 8 or 16-bit ones. For example, there's a lot of PUSH 0 instructions emitted for the datatype registration block (the unimplemented action pointers), that's 16bit on IA-32 and 32-bit on ARM. | |
DocKimbel: 20-Sep-2012 | However, ARM has also a lot of nice features and advantages over Intel CPUs. | |
Andreas: 20-Sep-2012 | So back then, the Red/System binary took 15x the time of the C binary to run to completion. And yes, that was before the float optimisations :) | |
Marco: 22-Sep-2012 | Yes I have it but not sure it is fast enough and with all the graphics drivers need, so it works but not as it should. | |
AdrianS: 22-Sep-2012 | well, all I can say is that Ubuntu 12.04 running as guest is very smooth, graphically speaking, with 9, and it wasn't like that before | |
Pekr: 25-Sep-2012 | http://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses | |
MaxV: 25-Sep-2012 | GPL means "free speech" not "free beer"! Many people believe that the spirit of the GNU Project is that you should not charge money for distributing copies of software, or that you should charge as little as possible — just enough to cover the cost. This is a misunderstanding. Actually, we encourage people who redistribute free software to charge as much as they wish or can. If this seems surprising to you, please read on. The word “free” has two legitimate general meanings; it can refer either to freedom or to price. When we speak of “free software”, we're talking about freedom, not price. (Think of “free speech”, not “free beer”.) Specifically, it means that a user is free to run the program, change the program, and redistribute the program with or without changes. Free programs are sometimes distributed gratis, and sometimes for a substantial price. Often the same program is available in both ways from different places. The program is free regardless of the price, because users have freedom in using it. Nonfree programs are usually sold for a high price, but sometimes a store will give you a copy at no charge. That doesn't make it free software, though. Price or no price, the program is nonfree because users don't have freedom. Since free software is not a matter of price, a low price doesn't make the software free, or even closer to free. So if you are redistributing copies of free software, you might as well charge a substantial fee and make some money. Redistributing free software is a good and legitimate activity; if you do it, you might as well make a profit from it. Free software is a community project, and everyone who depends on it ought to look for ways to contribute to building the community. For a distributor, the way to do this is to give a part of the profit to free software development projects or to the Free Software Foundation. This way you can advance the world of free software. Distributing free software is an opportunity to raise funds for development. Don't waste it! In order to contribute funds, you need to have some extra. If you charge too low a fee, you won't have anything to spare to support development | |
MaxV: 25-Sep-2012 | However, when people think of “selling software”, they usually imagine doing it the way most companies do it: making the software proprietary rather than free. So unless you're going to draw distinctions carefully, the way this article does, we suggest it is better to avoid using the term “selling software” and choose some other wording instead. For example, you could say “distributing free software for a fee”—that is unambiguous. |
1001 / 48606 | 1 | 2 | 3 | 4 | 5 | ... | 9 | 10 | [11] | 12 | 13 | ... | 483 | 484 | 485 | 486 | 487 |