Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-16 Thread Iruatã Souza
On Mon, May 16, 2011 at 3:48 AM, Bakul Shah wrote: > On Thu, 12 May 2011 20:47:04 -0300 =?UTF-8?Q?Iruat=C3=A3_Souza?= >  wrote: >> On Thu, May 12, 2011 at 8:45 PM, Iruat=C3=A3 Souza wr= >> ote: >> > On Thu, May 12, 2011 at 5:30 PM, Bakul Shah wrote: >> >> On Thu, 12 May 2011 14:03:13 CDT Danie

Re: [9fans] where to get color troff?

2011-05-16 Thread Russ Cox
> They work great for troff, now I just need to investigate applying the same > technique to grap. You can do it in pic (and I think grap) by just emitting some text before drawing something. In fact you can do arbitrary postscript code. This snippet uses the Pr string to push the current color

Re: [9fans] 9atom

2011-05-16 Thread Steve Simon
FWIW my new work plan9 box (an HP WX4200) boots plan9 but doesn't see SATA using the labs iso - Erik's 9atom works fine. The onboard Broadcom nic is junk but I put an intel card in it which "just works"™. The bundled nvidia nVidia Quadro FX 540 works with vesa - but swapped it for a Geforce2 whi

Re: [9fans] where to get color troff?

2011-05-16 Thread Jeff Sickel
On May 16, 2011, at 8:36 AM, Russ Cox wrote: >> They work great for troff, now I just need to investigate applying the same >> technique to grap. > > You can do it in pic (and I think grap) by just emitting some text > before drawing something. In fact you can do arbitrary postscript > code.

Re: [9fans] freedom (was Re: Compiling 9atom kernel)

2011-05-16 Thread Steve Simon
Plan9 is my primary desktop and has been for years. I use vnc onto a windows box to browse the web, it annoys me but I live with it. I think I have said this before but in case I missed anyone my preferred solution wold be to build firefox / or dillo or the like on linux, with a backend library

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-16 Thread Yaroslav
> Have you had trouble getting to u9fs from 9vx? Works for me: I use it with over SSH1 channel to mount AIX and Linux files. Excerpt from /rc/bin/9fs: case $aixsystems srvssh -r -u bin/AIX/u9fs $1 $1.$user /n/$1 chmod 600 /srv/$1.$user case $linuxsystems srvssh -r -u bin/L

[9fans] contrib/gui

2011-05-16 Thread Bakul Shah
I finally used contrib/gui and love its simple, intuitive interface! I did run into a couple of issues -- not sure if they are specific to 9vx. - resizing or bringing it back on top seems to make it hang. Just a blank screen. I have to kill it. - install is rather slow - looks like it is using

Re: [9fans] contrib/gui

2011-05-16 Thread ron minnich
On Mon, May 16, 2011 at 9:36 AM, Bakul Shah wrote: > - install is rather slow - looks like it is using replica? if it uses replica, it will be slow, and contrib uses replica. ron

Re: [9fans] contrib/gui

2011-05-16 Thread Skip Tavakkolian
i think the hanging problem is because the ui and the network activity are in the same thread. the ui comes back once the slow activity has completed. On Mon, May 16, 2011 at 9:36 AM, Bakul Shah wrote: > I finally used contrib/gui and love its simple, intuitive > interface! > > I did run into a c

Re: [9fans] contrib/gui

2011-05-16 Thread Steve Simon
> > - install is rather slow - looks like it is using replica? > > if it uses replica, it will be slow, and contrib uses replica. > I believe fgb added the feature that all new packages created or updated create an ISO image. on pull or install contrib checks for the presence of the iso first. T

[9fans] toy: pseudo-sparklines

2011-05-16 Thread Anthony Sorace
Edward Tufte's sparklines[0] are a wonderful way of representing a wide variety of data in word-like spaces. You can't use them in text-only places, though, leading some folks to come up (very rough) approximations using unicode characters[1]. They're a poor shadow of the real thing, but can still