[9fans] Interested in improving networking in Plan 9

2009-08-30 Thread Vinu Rajashekhar
n Plan 9 and is starting to install the plan 9 on virtual box on my machine. -- Vinu Rajashekhar, 5th Year Dual Degree Student, Deptt of Computer Science & Engg, IIT Kharagpur, India.

Re: [9fans] Interested in improving networking in Plan 9

2009-08-30 Thread Vinu Rajashekhar
ojects like this do so outside > the framework of gsoc. I wasn't thinking about doing this as a GSOC project, I wanted to do something for my master's project which was a hardcore open-source implementation, that's why I was going through the gsoc ideas page. > > i'm willi

Re: [9fans] Interested in improving networking in Plan 9

2009-08-30 Thread Vinu Rajashekhar
On Mon, Aug 31, 2009 at 9:47 AM, Federico G. Benavento wrote: > Reposting this to 9fans: > > hola, > > First of all, I'm really glad you are considering Plan 9 for your project, > thanks. > >>  Can someone please discuss with me how to proceed, and what are the things >> I should learn before start

Re: [9fans] Interested in improving networking in Plan 9

2009-08-31 Thread Vinu Rajashekhar
t; it to do these interesting lookups?  it already > has some specialized knowledge of protocols. > it seems like the place for these things. > > i've probablly just given away my vast ignorance. > please set me straight.  :-) > > - erik > > -- Vinu Rajashekhar, 5th Year Dual Degree Student, Deptt of Computer Science & Engg, IIT Kharagpur, India.

Re: [9fans] Interested in improving networking in Plan 9

2009-08-31 Thread Vinu Rajashekhar
On Mon, Aug 31, 2009 at 8:21 PM, Devon H. O'Dell wrote: > 2009/8/31 Vinu Rajashekhar : >> "You can implement a NAT by mounting a /net from a perimeter machine >> with a public IP, while connecting to it from an internal network of private >> IP addresses, usin

Re: [9fans] nice quote

2009-09-07 Thread Vinu Rajashekhar
it is the only shell in plan9. I use it in linux too (although I >> miss some abilities it really should have, like ability to break from >> a loop). > > i've added it as an experiment: > /n/sources/contrib/quanstro/src/futharc > > - erik > > -- Vinu Rajashe

Re: [9fans] nice quote

2009-09-07 Thread Vinu Rajashekhar
ames > programming. Probably you'd run into trouble in some parallel > programming situations, for reasons more related to implementation > support and libraries than reasons intrinsic to the language. And the > justification would be that Lisp is an embarrassingly multiparadigm > language, as general-purpose as they come. > > -- Vinu Rajashekhar, 5th Year Dual Degree Student, Deptt of Computer Science & Engg, IIT Kharagpur, India.

Re: [9fans] kencc, inferno hg, v9fs is big?, porting

2009-10-01 Thread Vinu Rajashekhar
o check out v9fs, but the compressed git repo without checkout >>> is over >>> 300Mb. >>> >> >> That's git for you. When you go to git it, you git ALL of it. Kind of >> like deciding to download sources and getting the entire venti arena. >>

Re: [9fans] 9vx and ubuntu 10.04LTS

2010-05-01 Thread Vinu Rajashekhar
The address shown by ldd can even vary from run to run, for the same file - http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-03/4363.html On Sun, May 2, 2010 at 3:27 AM, Charles Forsyth wrote: > >this version madness confuses me. i could not get it to run on 9.10. > > i had 9vx running fine

Re: [9fans] Announcement: Fifth IWP9 - Oct 11-13 2010, Seattle WA

2010-06-10 Thread Vinu Rajashekhar
On Thu, Jun 10, 2010 at 9:55 PM, erik quanstrom wrote: > > > http://www.iwp9.org > > If costs and school permit, I plan on attending this year. > > http://iwp9.org#reg > > Registration deadline is wrongly mentioned as September 2009 ?! > - erik > >

Re: [9fans] regexp doubt

2010-07-13 Thread Vinu Rajashekhar
On Tue, Jul 13, 2010 at 8:26 PM, hugo rivera wrote: > Hi, > can someone tell me why the regular expression /stat[abc]?[ ;\-]/ > doesn't match the string "stat-" in acme? I expect it to match, where > does my mistake lie? > Saludos, > > It's the [abc]? I guess, it says that you want an a, b, or c