• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[#Red] Red language group

DocKimbel
15-Sep-2012
[1757]
Nick: thank you very much, I appreciate such help and "continue to 
work without interruption" is really all I desire. I'm afraid anyway 
that donation would not be enough with the current community size, 
so I will probably start searching for other ways of funding by the 
end of the year.
NickA
15-Sep-2012
[1758x3]
If you communicate clearly your financial needs, I'll do everything 
possible to help keep you funded.  An occassional update to your 
funding requirements would be appreciated.  I would appreciate being 
added to a regular email update, in case I can't keep up on AltMe. 
 I wonder if others who have donated on Paypal may be interested 
in an occassional update, so they can help when able/motivated.  
Your current progress is very motivating.  I hope that others who 
are watching feel the same way.
Has anyone here worked with OAuth and/or the etzy.com API in REBOL? 
 I'm currently looking through Christopher Ross-Gill's OAuth implementation 
for Twitter, and interested in writing a REBOL app using the etzy.com 
API.  I understand most of it, but don't get the "oauth_signature" 
spec.  Don't have much time for this, so would like to offer some 
$$$ for anyone able to instruct and or provide help implementing 
the etsy API.  Email reverse "g r o  tod  z r a t i u g  ta  codmorf"
oops, meant that for another group.  Sorry!
Kaj
15-Sep-2012
[1761]
Doc, the new commits are in master, not in 0.3.0, so it can't effect 
the problem on Syllable Server
DocKimbel
15-Sep-2012
[1762x2]
Kaj: ok, I will have a deeper look in mmap syscall later, I'm currently 
debugging the OS X version.
Nick: I'll try to do that.
Arnold
15-Sep-2012
[1764]
Please remember we want to contribute but without a reasonable clue 
this is hard to do. (Besides the closed-source issue this is what 
Carl ran into when expecting others to contribute). Me and Github 
wil never become friends for example, I managed to get some source 
long ago but no clue how to update to the newest sources and github 
has informed me they do not wish to support their macosX tool for 
Leopard that I am running, nor remove the useless (?) check on OS 
number 10.5, and I am NOT updating my system and learning all the 
commandlines to upgrade etc is too much effort, (maybe someone can 
build a REBOL interface).
DocKimbel
15-Sep-2012
[1765]
Kaj: I can reproduce a similar memory allocation error on OS X too, 
so I hope that fixing it there will fix it on Syllable too.
Kaj
15-Sep-2012
[1766x4]
I don't think you should use syscalls. It's not the POSIX interface: 
that is implemented in the C library on Linux, and probably most 
other systems
http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html
Note that you need to get the system page size with sysconf():
http://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html
DocKimbel
15-Sep-2012
[1770x3]
Ok, got Red working fine on OS X too.
Syscalls: given how much a programming language has to call OS services, 
I don't see why we shouldn't try to avoid an unnecessary layer. But 
I'm pragmatic, if we get more troubles than benefits, we'll adopt 
a more classical approach.
Also, syscalls usage gives you a smaller executable (smaller import 
section).
Kaj
15-Sep-2012
[1773]
You won't want to use syscalls for memory management on Syllable 
Desktop, because they're very different. So you'll have to implement 
the POSIX C library wrapper for Syllable Desktop, anyway
DocKimbel
15-Sep-2012
[1774x2]
sysconf:I guess it's the right time to add it.
We already use some C calls, so no problem for adding Syllable specific 
code for that.
GrahamC
15-Sep-2012
[1776x2]
NickA - it's impossible to setup a USA bank account without being 
there in person to do so.  I've tried ... you have to present your 
credentials in person.
Any Paypal limitations are set by the EU ?  I don't have an issue 
with Paypal here.
DocKimbel
15-Sep-2012
[1778]
Yes, it's a EU limitation.
GrahamC
15-Sep-2012
[1779]
Are protocols going to be like R2 or R3 ?
DocKimbel
15-Sep-2012
[1780]
Probably more like what they were intended to be in R3. (Does R3 
have anything besides HTTP support?)
GrahamC
15-Sep-2012
[1781x2]
No, I think Kaj produced a Curl binding for https
I did write a ftp, smtp and hylafax protocol for R3
DocKimbel
15-Sep-2012
[1783]
Red should have a more "modern" set of schemes than the one provided 
by R2, though.
GrahamC
15-Sep-2012
[1784x5]
And imap, and a JDBC bridge
But they were just first passes waiting for Carl to have a look and 
give advice, which never came, so they never went past that stage
So, I hope the underlying support is there to rewrite these protocols 
easily!
This is the ftp scheme Andreas and I did https://github.com/gchiu/Rebol3/blob/master/protocols/prot-ftp.r
So, yes, there are a few of us waiting to contribute when Red reaches 
that point for us
DocKimbel
15-Sep-2012
[1789]
I will provide the basic ones for Red: TCP, UDP, DNS, HTTP(S), SSL, 
SSH/SFTP, SMTP. Also, I would like to have a few more for remote 
or local storage builtin: Dropbox, MySQL, Postgresql. 


You are welcome to contribute other ones to that list (IMAP, SMTP, 
MongoDB, CouchDB would be nice additions).
GrahamC
15-Sep-2012
[1790]
What are your plans for a code repository?
DocKimbel
15-Sep-2012
[1791]
I will probably host a server that will provide packaged and selected 
libraries for Red (with builtin support in Red for getting them). 
For sharing code, my plan was to built some support for that right 
into the IDE.
GrahamC
15-Sep-2012
[1792x2]
I was looking at Amazon's glacier ( ultracheap S3 storage ) but that 
requires SHA256
( no need for dropbox if we can have that :) )
DocKimbel
15-Sep-2012
[1794]
Wasn't Amazon's glacier for archiving data you don't need everyday?
GrahamC
15-Sep-2012
[1795x4]
Yea
And that's what I use dropbox for ...
as background backup
Not for syncing across multiple PCs
DocKimbel
15-Sep-2012
[1799]
I use it mainly as way to share data between all my computers and 
my mobile devices.
GrahamC
15-Sep-2012
[1800]
I'd like to see SIP and secure SIP eventually, and the ability to 
use video streaming :)
DocKimbel
15-Sep-2012
[1801]
Imagination is your only limit. ;-)
Pekr
15-Sep-2012
[1802]
Doc - what are your plan re Uniserve? Will basic engine be present 
directly in Red, or a separate product?
GrahamC
15-Sep-2012
[1803]
Glacier allows files to be retrieved over a few hours
Gregg
15-Sep-2012
[1804]
I've started some convesations here about helping fund Red, but no 
commitments yet.
Pekr
15-Sep-2012
[1805]
Wasn't it NickA? I think that so far, donations come from the community 
members, in an insufficient amount. Are you talking about more solid 
funding? So far only NickA expressed his will to eventaully fund 
Red ...
DocKimbel
15-Sep-2012
[1806]
Uniserve: we'll see how it fits in the Red I/O model (not written 
in stone yet), we'll probably use a newer approach with sequential 
code instead of having to write callbacks.