World: r3wp
[All] except covered in other channels
older newer | first last |
Volker 3-Jan-2006 [1986x2] | OS has to protect against users too. When hovering or loading loads code, bad. |
A smart user uses two computers, and that should be done by os instead. | |
JaimeVargas 3-Jan-2006 [1988] | Reihart. I was just teasing ;-) (However I find both OSX and OpenBSD more secure) |
[unknown: 9] 3-Jan-2006 [1989] | Good. And we agree, they are much more secure. I strongly feel that OSes should be OpenSource. |
Pekr 3-Jan-2006 [1990] | only OSes, or even languages, which are regarded being platfforms? :-) |
yeksoon 3-Jan-2006 [1991] | then the next question will be 'should all platforms' be open source? |
[unknown: 9] 3-Jan-2006 [1992] | I have to agree about languages. I'm the one that pushes Cark "alway" to open as much as possible on Rebol. |
Volker 3-Jan-2006 [1993] | What options are there to pay the ranch, with an open rebol? |
[unknown: 9] 3-Jan-2006 [1994] | Sorry, that was meant to be Carl...LOL There is more money in service in my opinion. |
Volker 3-Jan-2006 [1995] | What could RT do there? |
[unknown: 9] 3-Jan-2006 [1996] | What does RedHat do? What do the teams that make Firefox, and OpenOffice do? And Gnu compiler? |
Graham 3-Jan-2006 [1997] | This is the model that many companies use when they open source their products .. they become very successful servicing companies. |
Volker 3-Jan-2006 [1998x2] | They have people for services. Take other peoples code and integrate it. RT builds only the languages. Carl is quite reluctant to take others code. |
Would need areal company which pays as much as he gets now, keeps out of the way (No feature-wishlists). (My guess). | |
Terry 4-Jan-2006 [2000] | Probably too late to benefit from sourcing Rebol now... should have done it 5 years ago. |
Volker 4-Jan-2006 [2001x2] | Maybe the opposite. As Reichart says, some things are easier to sell when there is competition. Now we have ajax. |
That may give more chances to offer services. | |
Terry 4-Jan-2006 [2003] | Maybe, maybe not. |
Volker 4-Jan-2006 [2004] | :) |
Pekr 4-Jan-2006 [2005x8] | I thought that Safeworlds has some influence on RT, as well as Carl listens to other folks like Jaime etc. I now wonder if he is alone in anti-open-source opinion? |
btw - has anyone solved calendaring functions? I am about to proceed with our toursist portal and part of it are various Events in the region. Of course there is a date when such even happen. But it may get more complicated and I don't know how much should I complicate it :-) E.g., you may have some event, which is happening each monday for two months, you have some event, which is happening the same term each year. I am thinking of introducing time-slots, so that you can e.g. set 9:00 - 11:00, 13:00 - 15:00 in one day. But dunno how to aproach calendar. E.g. in one app I needed to count working days - not so easy, especially when each country can have various holidays etc. | |
but maybe I will not offer so much complicated solution, or I would have to implement whole calendaring facility, which surely is not trivial, or projects like Sunbird (Mozilla calendar) would be done in one day :-) | |
any references to calendaring api? | |
imo it should be extension of the 'now fuction ... e.g. for one project I needed to count week-of-year, so I created small function for it. Has anyone find usage/potential for such functionality? | |
hmm, http://www.caldav.org | |
http://wiki.mozilla.org/Calendar:Home_Page | |
look at the first sentence of Syncing chapeter :-) | |
Allen 4-Jan-2006 [2013] | Petr: IIRC Chris RG had a good calendar reblet with a dialect for repeating events etc |
Brock 5-Jan-2006 [2014] | I believe eFishAnt has done some work on the calendar and scheduling functions for IOS. I don't think he has released any of this code though. |
Gregg 7-Jan-2006 [2015] | Let me second what Peter Wood said. REBOL.org has a lot of potential and information that is not obvious, including a programmatic interface. The wealth of content and code at REBOL.org, and the valuable info in Sunanda's brain--if we can pick it, should be leveraged. At one time, we thought REBOL.org might be what you envision for RCentral, and it still could be. Anything that helps us organize all the information out there is a good thing. I still have a dream of a reb-ring of resources that is easy to share and aggregate, with both web and reb front ends (ala the original librarian). |
Graham 7-Jan-2006 [2016] | Is it not true though that you are limited in what you can do with rebol.org ? I.e. there are some restrictions whereas if you had your own box, the library team could do more? If this is the case, why not let the library team take over the new box and migrate the content from rebol.org to there? |
PeterWood 7-Jan-2006 [2017] | The only limitation that I've noticed with rebol.org is a lack of skilled manpower. |
[unknown: 9] 8-Jan-2006 [2018x2] | Has anyone written a PHP to Rebol converter? |
That works? | |
Gabriele 8-Jan-2006 [2020] | Reichart, they (PHP) have a huge amount of functions, you'd need to convert them too. OTOH, if you don't need that, the translation wouldn't be too hard. |
[unknown: 9] 8-Jan-2006 [2021x2] | Yeah, I took a quick look, and that seems to be the case. |
It also seems that after the first 30 or so functions you have most of what people use...although one would need to take teh source to lint and modify it to confirm this. | |
Henrik 8-Jan-2006 [2023x3] | many functions are also only available through extensions, such as mysql_xyz() functions. |
hmmm... I was just browsing Stephen Hawking's website at http://www.hawking.co.uk and noticed how well designed, simple and fast it is. Although lacking a search function, it's still very easy to get around. | |
sorry, http://www.hawking.org.ukis the correct link | |
[unknown: 9] 8-Jan-2006 [2026] | Cute. |
ReViewer 9-Jan-2006 [2027] | I'm working again on ReViewer, I'm going to buy a SDK and would like to add a library to read/write JPEGs. Did anybody work with such a library before? Any help appreciated, thanks. |
Pekr 9-Jan-2006 [2028x2] | try to look at http://www.xnview.com- they have something like 300+formats to read, 40+ to write. We even did some initial C wrapper with Cyphre for it ... |
it is cross-platform. Dunno about license, but if ReViewer will be commercial, it will not be free probably. But I think you can talk to author. | |
[unknown: 9] 9-Jan-2006 [2030] | ImageMagik does not work for you? |
Tomc 9-Jan-2006 [2031x2] | RV: http://www.ijg.org/files/may be a way to go |
I have used their code along with the netpbm library to get by so far | |
ReViewer 9-Jan-2006 [2033] | ReViewer will remain free. Just actually wondering how the conversion is done from a lib to an image datatype. Will I have to set each pixel value of my image according to a raw decoding? Or is there ways to go directly from the lib to the image datatype? |
Louis 13-Jan-2006 [2034] | Not sure where to post this. What is the best, easiest to learn and use, free C compiler? |
Pekr 13-Jan-2006 [2035] | I use dvcpp from http://www.bloodshed.net/dev/devcpp.html... just for few days :-) |
older newer | first last |