Re: [9fans] new-topic: typographical interface

2012-10-24 Thread Albert Skye
I welcome anyone interested in discussing the nature of typographic interface to contact me off-list I simply see untapped potential and I want to bring it into useful form (by communication/cooperation more than solitude) askye

Re: [9fans] 9grid?

2012-10-24 Thread Anthony Martin
John Floren once said: > Write a basic http server for Plan 9 (in C) and run Apache Benchmark > against it. Somewhere around 100 concurrent connections, I tend to get > failure. There's code in /sys/src/9/ip that has a hard limit on the # > of concurrent connections IIRC. What happens when it fai

Re: [9fans] 9grid?

2012-10-24 Thread erik quanstrom
On Wed Oct 24 03:32:07 EDT 2012, al...@pbrane.org wrote: > John Floren once said: > > Write a basic http server for Plan 9 (in C) and run Apache Benchmark > > against it. Somewhere around 100 concurrent connections, I tend to get > > failure. There's code in /sys/src/9/ip that has a hard limit on

Re: [9fans] Raspberry Pi userland is now open

2012-10-24 Thread Sergey Zhilkin
Good ! 2012/10/24 Scott Elcomb > Hi all, > > For those working on Plan9 for the Pi, userland is now completely open > source: > > I need more Pi =D > > Best regards, > -- > Scott Elcomb > @psema4 on Twitter / Identi.ca / Github & more > > Atomic O

Re: [9fans] Raspberry Pi userland is now open

2012-10-24 Thread sl
> From: Theo de Raadt > Sender: owner-m...@openbsd.org > >> http://www.raspberrypi.org/archives/2221 > > Well, they are lying to everyone. > > Their "open source" is nothing but a layer of code which calls into a > closed source back-end.

Re: [9fans] Raspberry Pi userland is now open

2012-10-24 Thread Nicolas Bercher
Le 24/10/2012 20:03, s...@9front.org a écrit : From: Theo de Raadt Sender: owner-m...@openbsd.org http://www.raspberrypi.org/archives/2221 Well, they are lying to everyone. Their "open source" is nothing but a layer of code which calls into a closed source back-end. Do you mean there's a f

Re: [9fans] Raspberry Pi userland is now open

2012-10-24 Thread cinap_lenrek
term% theo Come on.. stop making assumptions. -- cinap

Re: [9fans] Raspberry Pi userland is now open

2012-10-24 Thread BS
its true, if you read the forum fully... On Wed, Oct 24, 2012 at 1:49 PM, wrote: > term% theo > Come on.. stop making assumptions. > > -- > cinap >

Re: [9fans] ext2srv problem with too many files

2012-10-24 Thread erik quanstrom
> term% for(i in`{seq 1 5000}) touch $i > touch: 4091: cannot create: '4091' no space on device looks to me like readdir() only reads the direct blocks, but that doesn't seem right since 4090*264 ~= 1mb. - erik