World: r3wp
[I'm new] Ask any question, and a helpful person will try to answer.
older newer | first last |
Fork 9-Jan-2010 [3465x5] | Brock: Sketchup |
The 3D one was rendered by Milan Antovic: http://github.com/hostilefork/rebmu/blob/master/rebmu.r | |
Er, http://www.elance.com/experts/serbia_vojvodina_vrsac/3d_modeling_animation/1853084 | |
(Clipboard being wonky in AltME for some reason) | |
I didn't feel like learning any rendering packages so I subcontracted that, but it's not a final rendering carefully done... just communicates the possibility... | |
NickA 9-Jan-2010 [3470x2] | Fork, great articles and ideas :) |
I really like the logo, and your scoping article is easily understandable. | |
Gregg 10-Jan-2010 [3472x3] | Good stuff Fork! Scoping: make-employee: func [name id] [ employee: make object! compose [ name: (name) id: (id) ] return employee ] 'employee isn't declared as local. Is it explicit to make the explanation more concrete? |
Is camelCase used for a reason, rather than following the standard REBOL style? | |
Fork's icon is very cool. | |
Fork 10-Jan-2010 [3475x3] | Glad you guys like it... |
I tend to use camelCase for local variables to distinguish them from functions, but I don't have particularly strong feelings. If there are Rebol coding standards then perhaps a wiki article describing them would be a good project for someone who knows them to undertake :) | |
I hope people put pressure on Rebol 3 having a strong visual message, and that graphic design is not ignored. Thus far it does not seem to have been given any attention. My idea is supposed to be a kick-start to that process but not the final answer. | |
PeterWood 11-Jan-2010 [3478] | There used to be an official coding "style" guide on rebol.com but I wasn't able to find it. It seems to have got lost during the website refurbishment. |
Fork 11-Jan-2010 [3479] | There's this: http://www.rebol.com/r3/docs/concepts/scripts-style.html |
PeterWood 11-Jan-2010 [3480] | Yes that's it. |
Gregg 11-Jan-2010 [3481] | I think it would be great if the feel of the graphics on the site, and the logo, could match the feel of the GUI. I know GUis will have skins and themes, but a consistent message could go a long way. Is REBOL mainly a server scripting tool, or is it a slick-UI tool? And if View has a different target than REBOL/Command SDK, their icons can be themed as such. |
Fork 11-Jan-2010 [3482] | Gregg: Perhaps http://www.haiku-os.org/is an example of the kind of thing you are talking about. |
Gregg 11-Jan-2010 [3483] | Yes. Conceptual integrity will help all the way through IMO. |
YueM 15-Jan-2010 [3484x2] | testing. doesn t seem to accept my message |
hello does someone have a working script sample of a dsn less odbc connection script. I tried the example in the "database reference" page, but it doesn't work. the dsn example works. However I need the dsn less to work for the piece of code I am trying to do. | |
Graham 16-Jan-2010 [3486x3] | Yes. ... |
Let me find it ... | |
see bottom of this page http://www.compkarori.com/vanilla/display/Firebird+Walkthrough | |
YueM 16-Jan-2010 [3489] | thanks Graham. this altme thing is very buggy. this is the 10th time I am sending almost the same message and it is not posting. does someone have a dsn less odbc connection script for connecting to a microsoft access database ? |
Graham 16-Jan-2010 [3490] | Just look at any example of an access connection string ... |
YueM 16-Jan-2010 [3491] | why don't we use a web based forum ? it would be more reliable than this buggy altme ? I am new to this and I am already having a bad impression about the quality of this application. I have to send a message 10 times to get it posted once. |
Graham 16-Jan-2010 [3492x2] | Doesn't happen to me .. so something wrong with your setup. |
web forum http://synapse-ehr.com/forums/forumdisplay.php?3-Rebol | |
Maxim 16-Jan-2010 [3494] | not a problem for me either... actually its the first time I hear about someone with the problem you describe. |
Graham 16-Jan-2010 [3495x3] | but for some people Altme is very buggy ... |
the main issue is the inability to sync with new messages | |
though I've never had that | |
Maxim 16-Jan-2010 [3498] | (though the sync issue is only for very slow connections AFAIK) |
YueM 16-Jan-2010 [3499] | I have a slow connection . you see ... sending 3rd time . i never had a problem posting a message in any browser based forum. which again show the reliability and resiliency of web based forum over this altme. |
Graham 16-Jan-2010 [3500] | yeah .. this is a web 2 application .. designed for fast connections. not really suitable if you use a dial up modem |
Henrik 17-Jan-2010 [3501] | YueM, does AltME disconnect or are the messages simply slow to appear? |
Graham 17-Jan-2010 [3502] | He's posted here http://synapse-ehr.com/forums/showthread.php?11-ALTME-is-buggy |
Sunanda 17-Jan-2010 [3503] | YueM has asked me (via REBOL.org's feedback to post this): ========= I give up on altme. it's so frustrating. can you post the following message for me in the "I'm new " group. I am trying to reply to Henrik about the problems with altme. thanks for your help. I tried your advice and typed everything in notepad, then cut and paste and click on send. It is just too much effort resending 10, 20 times to get something out , or not at all. thanks for your help. I think they have to redesign that altme thing. ======== |
Henrik 17-Jan-2010 [3504] | I'm trying to answer on the forum... |
Sunanda 17-Jan-2010 [3505] | Thanks -- I am sure we can debug this thing, given enough community brains! |
Henrik 17-Jan-2010 [3506x2] | I think the problem is just that he's trying to post while all groups are downloading. |
Posted a response. | |
NickA 17-Jan-2010 [3508] | Sunanda, your work on the web archive for AltME and the mailing list is fantastic. A web based front end for _posting_ and reading messages to/from both would do wonders for REBOL community involvement and growth. The Darknet really does keep us from having a larger community. It's a shame :( I created a little hack script a while back that would allow web based posting to the mail list, but no one seemed interested... Having a web based forum which aggregates access to these two communication channels would do so much to help with promotion and community growth. I'm 110% sure of that! ...and rebol.org would be a great place for it :) |
Sunanda 17-Jan-2010 [3509] | Thanks Nick! If AltME had an API that allowed us to write messages into a world, then perhaps we could use that to have a write-also interface to the AltME archive at REBOL.org, in addition to the read-only interface we see now. Ditto, a mailing list API. But we'd need the APIs first :) And I can immediately see various issues related to preventing spam and bots from rampaging through those APIs ... But not insurrmountable. Clearly, this is not an issue for [I'm New] -- perhaps switch to [Script Libary] for any further comments, |
Henrik 18-Jan-2010 [3510x2] | YueM's problem is weird, but I think he's misinterpreting that AltME is simply downloading messages the first time. |
About 53 MB chat files in the REBOL 3 world alone... a lot. | |
WuJian 18-Jan-2010 [3512] | He is using a slow web connection,so it will take much more time for downloading. |
Henrik 18-Jan-2010 [3513x2] | I wonder if data is downloaded in a compressed format. |
(Of note, it probably requires over 100 times less bandwidth to post on AltME than on a regular forum) | |
older newer | first last |