World: r3wp
[Script Library] REBOL.org: Script library and Mailing list archive
older newer | first last |
Graham 14-Aug-2005 [107] | the question is whether the library can host the sdk sources since the license appears to allow that. |
JaimeVargas 14-Aug-2005 [108] | I thought the SDK-Sources were proprietary. |
Graham 14-Aug-2005 [109x2] | Not any more. |
Check the new license in the headers in the beta SDK. | |
Sunanda 14-Aug-2005 [111] | I guess if Ingo has some code derived from RT's source, the cleanest approach would be to ask carl if/how it can be republished. |
JaimeVargas 14-Aug-2005 [112] | Wow. They are removing that restriction. I didn't notice. This is interesting indeed. |
Ingo 15-Aug-2005 [113x3] | Well, IIRC the desktop code had once been released by Carl in the hope to get derived versions. So, publishing it _should_ be OK, I guess ;-) But then, as I didn't used the published source (and don't find it at the moment), I'm not sure which license would be right. |
Yes, Sunanda, I don't care much either, but this isn't my code, at least not completely. And though I'd think think that license hassles are just a superflouous burden ... I guess in these times we should pay at least basic attention to it. | |
I don't know what 'lpl should stand for, I had thought about 'rt (as being derived from RT sourcecode) | |
Gregg 22-Aug-2005 [116] | I would call it an 'RT license for now. |
Sunanda 7-Sep-2005 [117] | Hey, fun stuff -- REBOL.org just got attacked by some sort of spambot trying to generate hundreds of fake signup accounts. It managed to create 10 before our bot detection kicked in. They must think we're stupid. |
Graham 7-Sep-2005 [118x3] | flood detection? |
Time to implement Captcha ? | |
I presume AGG makes it easier to distort text for a visual Captcha ... | |
Sunanda 7-Sep-2005 [121] | Yep, we have our own sort of flood detection running. I call it RID (rampaging intruder detection) Problem with a captcha tyope solution is that we may need View to generate the random images. But our CGIs currently can only run under Core. Plus it disadvantages the visually disabled. Each time I see an attack like this, it gives some more ideas for tightening up. Most of the time (like tis time) were one step ahead of the vandals. |
Gregg 7-Sep-2005 [122] | That's awesome Sunanda. |
Sunanda 7-Sep-2005 [123] | Thanks -- we've been lucky so far. REBOL isn't really a target for hackers......Though it may become so if when it grows in popularity. |
Graham 7-Sep-2005 [124] | Here's an example of another Captcha - get the user to evaluate a rebol expression :) |
Sunanda 7-Sep-2005 [125] | They'd have to know REBOL first, though. There are some very simple things we can do that would throw most of the stupid bots -- like a checkbox that has no other function other than to be checked. |
Graham 7-Sep-2005 [126] | Actually I was assuming that if they want to sign up for the library, they already have the rebol interpreter. |
Sunanda 7-Sep-2005 [127] | True.....but they might be in an Internet cafe that won't let them run REBOL. |
Graham 7-Sep-2005 [128x2] | methinks that is highly unlikely scenario |
However, you can then point them to the freebell online rebol in java interpreter | |
Sunanda 13-Sep-2005 [130] | The same bot came back yesterday, via an anonymous proxy. We are not alone -- this outfit is probing flaws in HTML forms on many (non-REBOL sites). It would seem a reasonable security test on many websites to not allow sign-ups or feedback messages (etc) from anonymous proxies. |
Ingo 14-Sep-2005 [131] | Hi Sunanda, I have problems downloading the desktop librarian. Download always stops at 99% (tried with firefox and free download manager). |
Sunanda 14-Sep-2005 [132] | Thanks......Does the file as downloaded work or is it really incomplete? |
Ingo 14-Sep-2005 [133x3] | Aaahhh, seems it's _more_ than complete ... and then somethings missing ... |
The length is as shown in the website, but the file downloaded starts with some html, so I guess that some other part is missing. | |
Neither rebol itself, nor me are able to find a rebol header in the file. | |
Sunanda 14-Sep-2005 [136] | Thanks -- looks like there is a problem with the content-length header (I thought there might be as I remember problems in testing when trying to get a value that all browsers were happy with. I think I've made IE happy while bemusing Firefox). I've re-uploaded the script. It now doesn't set a content-length header. So, if you try again, it should work. But you may not get a download progress bar (because your browser isn't told the length in advance) My apologies for the problem! |
Ingo 14-Sep-2005 [137] | Thanks Sunanda, it works now! |
Sunanda 14-Sep-2005 [138] | Thanks for retrying. Glad it's all hunkydory now. |
Ammon 10-Dec-2005 [139] | I tried doing a search for "probe system" in the mailing list because I know it is a topic that has come up a number of times and has been discussed. After spending 30 minutes searching for relevant conversations but came up with essentially nothing even though I tried alternate search engines such as Google. I'd like the ability to specifically search for code snippets. I tried different methods of entering the search value but in every case I ended up with {Searched for: ["probe" "system"]} That's not what I want. I want "probe system" How do I get it? |
eFishAnt 10-Dec-2005 [140] | what system do you want to probe? (specifically what are you looking for? |
BrianH 10-Dec-2005 [141] | Well, you could rewrite probe. The current probe will always stack-overflow because system/words/system = system. |
eFishAnt 10-Dec-2005 [142] | Gregg wrote ObjBrowser which lets you "class browse" system |
BrianH 10-Dec-2005 [143] | There's ROAM in the Viewtop "REBOL Tools" section. |
eFishAnt 10-Dec-2005 [144] | (there is a comment inside obj-browser.r mentioning Ammon might use for RIDE IDE...and it might have some methods to do what you need to do.) |
Sunanda 10-Dec-2005 [145] | With google, put a search phrase in quotes: "probe system" that will seek the precise phrase. To restrict google to a specific site, the syntax is: "probe system" site:www.rebol.org To search only some URLs within a site, give it a characteristic part of the URL: "probe system" site:www.rebol.org inurl:thread Note that Google has not indexed all the thread -- which is why we added the in-site search. |
Ammon 10-Dec-2005 [146x2] | I don't want to "probe system" after a while, if you wait long enough, then it will print out but I thought that there were some optimizations made to make "probe system" start printing sooner or something to that effect. It's not "probe system" that I'm interested in. What I'm interested in is finding the conversations that I participated in several years ago on the REBOL ML concerning the problems with "probe system" but none of the search engines I used could produce them. |
Sunanda, "probe system" site:www.rebol.org inurl:thread did not return what I was hoping for. By dropping the inurl: then I was able to come up with one relevant thread and the rest of the results were talking about probing in the system object like system/script/args. I can't seem to get rid of the /whatever after system with Google. I was hoping that the ability use quotes to search for a specific phrase instead of breaking it apart and searching for multiple values could be added to the rebol.org search engine. | |
Allen 10-Dec-2005 [148] | Really? I thought the probe system hang was fixed a long, long time ago, no stack overflow for me here. Besides it is better to just use save %system.txt system |
eFishAnt 10-Dec-2005 [149] | http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlFCPS has Jeff and Bo probing about. |
Anton 10-Dec-2005 [150] | maybe use advanced search and specifically exclude the phrase "probe system/" <--- note final slash |
Sunanda 11-Dec-2005 [151] | < I can't seem to get rid of the /whatever after system with Google.> Yes -- Google doesn't understand that system/words (say) is a single item. While the REBOL.org seacth does. Ditto, the REBOL.org search recognises ! and ? as part of a word raher than discardable syntax -- so you can search for object? or datatype! On the other hand, Google better handles phrases like "probe system" because its indexes include proximity information.. No one search is ideal. |
Graham 11-Dec-2005 [152] | what's the library response to Anton's request for webspace for the comlib project ? |
Ammon 11-Dec-2005 [153x2] | So, Sunanda, we don't have any proximity infomation and hence can't search for a particular phrase including space(s) like, "probe system"??? |
Graham, I don't understand your question. | |
Graham 11-Dec-2005 [155] | I think Anton was asking for 10Mb to host the comlib project .. so something akin to that. |
Sunanda 11-Dec-2005 [156] | Correct Ammon. The REBOL.org search indexes threads (not individual messages) and does not include proximiy in its indexes. So a search for [probe system] returns all threads that include either word. |
older newer | first last |