Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread arnold
Hugo Rivera wrote: > Why do you want gawk on plan9? I appreciate knowing about portability issues. :-) > I use awk a lot (on plan9 and elsewhere) and I wonder what reasons do > you have to use gawk over plan9's awk. Many features and extensions over standard awk. Different people will assign d

Re: [9fans] 9P Cloud™

2015-07-07 Thread st...@quintile.net
not sure if this helps you, but cinap's cifsd in 9front works very well for me, exporting my plan9 file server to windows boxes. -Steve > On 8 Jul 2015, at 02:05, hiro <23h...@gmail.com> wrote: > > No, i mean the other way around: I would like to access the files in a > real file browser (a

Re: [9fans] 8l -e

2015-07-07 Thread michaelian ennis
http://4e.iwp9.org

Re: [9fans] 8l -e

2015-07-07 Thread michaelian ennis
4th iwp9 October 21-23 2009

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread Hugo Rivera
Why do you want gawk on plan9? I use awk a lot (on plan9 and elsewhere) and I wonder what reasons do you have to use gawk over plan9's awk. 2015-07-06 22:37 GMT-04:00 Jens Staal : > There was a recent discussion about that it would be nice to have gawk on > Plan9. > > The latest upstream version o

Re: [9fans] 9P Cloud™

2015-07-07 Thread hiro
No, i mean the other way around: I would like to access the files in a real file browser (as if they were mounted like a network share). this mounting (and login) process should happen automatically at boot. I currently do this for an sshfs share. A small arm computer does nothing else but exporti

Re: [9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
> it would be useful to me if you would also create a second websocket > server that accepts local samba file requests :) integration with local and third party storage (Drive, S3, Dropbox) are on the radar for future enhancements. in the meantime, if you wanted to roll your own (in Go) ... assu

Re: [9fans] 9P Cloud™

2015-07-07 Thread hiro
it would be useful to me if you would also create a second websocket server that accepts local samba file requests :) how can i login to this web site automatically on boot? On 7/8/15, Skip Tavakkolian <9...@9netics.com> wrote: >> Any prospects for certificate authentication as an alternative to

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread Kurt H Maier
Quoting erik quanstrom : i'm confused. wasn't there also an effort to un-apeify the one true awk? Yes, but as usual, we were shouted down by mac users. khm

Re: [9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
> Any prospects for certificate authentication as an alternative to oauth2? yes; owing to 9P's design, authentication can be different. an early version used authsrv. it is especially easy when there is a Go package that implements the auth protocol. this is the case with OAuth2 (it uses https:

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread erik quanstrom
On Mon Jul 6 19:40:45 PDT 2015, staal1...@gmail.com wrote: > There was a recent discussion about that it would be nice to have gawk on > Plan9. i'm confused. wasn't there also an effort to un-apeify the one true awk? - erik

Re: [9fans] 9P Cloud™

2015-07-07 Thread Wes Kussmaul
Congratulations, Skip and all contributors! Personal clouds (*truly* personal clouds) are the future. Any prospects for certificate authentication as an alternative to oauth2? Wes On 07/07/2015 02:00 PM, Skip Tavakkolian wrote: Hello 9fans, I'm pleased to announce the availability of the 9P

Re: [9fans] 9P Cloud™

2015-07-07 Thread a . regenfuss
Nice. This seems exactly what Plan 9 is useful for, and I am glad to see someone use it in real life to solve real problems. Great work, I love it.     Gesendet: Dienstag, 07. Juli 2015 um 18:00 Uhr Von: "Skip Tavakkolian" <9...@9netics.com> An: 9fans@9fans.net Betreff: [9fans] 9P Cloud™ Hello 9

[9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
Hello 9fans, I'm pleased to announce the availability of the 9P Cloud service (https://www.9pcloud.net). The service lets users create secure, distributed file systems instantly, utilizing only HTML5 browsers. I've included the link to a short "Introduction to 9P Cloud" video. The backend is wri

Re: [9fans] p9p on openbsd/amd64

2015-07-07 Thread Hugo Rivera
I did not know that. Thanks a lot. 2015-07-06 20:32 GMT-04:00 : >> Hi, >> I am using p9p for some time now, and I find very difficult to work without >> it. >> I have a box with openbsd/amd64 installed and I would like to have p9p on it. >> Can someone explain to me, in a more or less detailed f

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread Charles Forsyth
On 7 July 2015 at 16:25, Jens Staal wrote: > most likely not since the whole system is static... The loaders support creating a module, with the -u and -x options, with import and export tables, which are type-checked, to be dynamically loaded. If the program you're working with won't compile a

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread Jens Staal
On Tuesday 07 July 2015 06:27:55 arn...@skeeve.com wrote: > Hi. > > Jens Staal wrote: > > There was a recent discussion about that it would be nice to have gawk on > > Plan9. > > > > The latest upstream version of gawk can now be built via 9front-ports. I > > think/hope I built/ported it correct

Re: [9fans] Gawk in 9front-ports

2015-07-07 Thread arnold
Hi. Jens Staal wrote: > There was a recent discussion about that it would be nice to have gawk on > Plan9. > > The latest upstream version of gawk can now be built via 9front-ports. I > think/hope I built/ported it correctly, but it would be nice with > critique/feedback/testing. Majorly cool!