9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09 17:51 Russ Cox
  0 siblings, 0 replies; 10+ messages in thread
From: Russ Cox @ 2000-11-09 17:51 UTC (permalink / raw)
  To: 9fans

you don't need to be root to run a vnc server.



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09 18:05 anothy
  0 siblings, 0 replies; 10+ messages in thread
From: anothy @ 2000-11-09 18:05 UTC (permalink / raw)
  To: 9fans

//you don't need to be root to run a vnc server.

true, but in addition to admins who don't really
care what their users want, we've got disk
quotas; an awful combination. i need to build my
own copies of mk, sam, rc... even things like
pgp don't find their way onto their boxes. the
source and binaries quicly eat up that quota.
-α.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09 17:48 anothy
  0 siblings, 0 replies; 10+ messages in thread
From: anothy @ 2000-11-09 17:48 UTC (permalink / raw)
  To: 9fans

//VNC does this job admirably

true, but only if the system in question has a
VNC server installed on it, right? i have unix
boxes i'd like to talk to on which i don't have
root, like my university account. and the
admins there arn't particularly open to taking
user requests for software additions.
-α.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09 11:48 Richard Miller
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Miller @ 2000-11-09 11:48 UTC (permalink / raw)
  To: 9fans

> X is usefull for talking to Unix
> systems (which many of us still have to do on ocasion,
> unfortunatly)

VNC does this job admirably (and also talks to Windows, NT, et al).

-- Richard



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09  7:24 anothy
  0 siblings, 0 replies; 10+ messages in thread
From: anothy @ 2000-11-09  7:24 UTC (permalink / raw)
  To: 9fans

i didn't forget acd, i just didn't flesh out the
list. there's a good bunch of graphics programs;
even more for 2nd edition, which used pretty much
the same theory, if a totally different mechanism.

faces, ip/gping, stats, page, proof... you get the
idea. there's a bunch, but i still say we're short
on applications making use of this. as i've said
before, i still want the fb suite back. there's
various media players i'd like. i could go on.

my point was just that rio can do it; i stopped
listing things when i though i had made that point.
-α.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-09  1:40 okamoto
  0 siblings, 0 replies; 10+ messages in thread
From: okamoto @ 2000-11-09  1:40 UTC (permalink / raw)
  To: 9fans

>layers of text". Acme, for example, or Inferno running on Plan 9 (i'm
>not talking about the console, obviously), or games/plumb. oh, and
>additional instances of rio. we're kind of short on applications that

I suppose you forgot acd (audio or acme cd player? which is right?)
and mixer by Russ.  I'm enjoying music by DVD drive from my Plan 9 
terminal.

Kenji



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-08 17:34 anothy
  0 siblings, 0 replies; 10+ messages in thread
From: anothy @ 2000-11-08 17:34 UTC (permalink / raw)
  To: 9fans

[on the discussion of X vs. /dev/dran and rio]
i think it's misleading to say rio is analogous to *wm while
/dev/draw is analogous to the X server. rio provides or defines much
more in the way of facilities than your typical wm, "intruding"
substantially into the realm of the X server.

look at the nearest thing to a replacement for rio we've got: acme.
I/O behaves very differently under acme, and graphics programs written
to the /dev/draw model are totally useless (producing interesting
results). /dev/draw isn't analogous to the X server - it's a hardware
abstraction layer.

//It's conceivable that if you want to have windows that differ
//substantially from "asynchronous layers of text"... ...then they
//might be better handled by a different display management discipline.

just to be clear, rio can handle windows other than "asynchronous
layers of text". Acme, for example, or Inferno running on Plan 9 (i'm
not talking about the console, obviously), or games/plumb. oh, and
additional instances of rio. we're kind of short on applications that
do that, but it's quite possible in rio.

the above statement could still be true, however. i'm just pointing out
that rio can handle what you're talking about. there may well be other,
better, alternatives waiting to be created. personally, i'm looking
forward to Acme supporting graphics.

//Just as you can run a "nested" instance of rio inside a window, you
//could run an instance of your new window system within a rio window,
//or vice versa.

the "vice versa" part is tricky. X, for example, runs inside a normal
rio window, as does Acme. both provide "different discipline" from rio.
but good luck running rio inside either. again, this could still be
true, but it depends on the "other" window system providing the same
/dev/draw model provided by #i and rio.
-α.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [9fans] Re: someone thinking about trying plan 9
@ 2000-11-08 16:37 anothy
  0 siblings, 0 replies; 10+ messages in thread
From: anothy @ 2000-11-08 16:37 UTC (permalink / raw)
  To: 9fans

okay, i'll bite. the statement:

//...the X Window System... doesnt happen to
//have been ported to run on Plan 9

isn't entirely correct. from /sys/doc/ape.ps:

//some large systems, including X11, have been ported
//successfully to Plan 9 using APE (the X11 port is not
//included in the distribution, however, because
//supporting it properly is too big a job).

fair enough. however, as much as i hate X (both the
protocol and the code), and as far superior as Plan 9's
/dev/draw and rio are, X is usefull for talking to Unix
systems (which many of us still have to do on ocasion,
unfortunatly). any chance of talking y'all (that is,
whoever in the Labs was responsible for the port) to do
either a Plan 9 package akin to the TeX package, or to
tell the rest of us what was done to make it happen?
-α.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [9fans] someone thinking about trying plan 9
@ 2000-11-08  9:23 david.bates2
  2000-11-08 15:09 ` [9fans] " cbbrowne
  0 siblings, 1 reply; 10+ messages in thread
From: david.bates2 @ 2000-11-08  9:23 UTC (permalink / raw)
  To: 9fans

Hiya all,

I was reading about plan 9 recently. To be frank, I'd never head of it until
a week or two ago... I suppose I was just writing to ask whether it was
worth installing at this point in time. I don't doubt that it has some
powerful ideas, but does it have any decent apps that run on it at the
moment? An example would be apps for spreadsheets, databases, and text
editing.... and of course compilers for various langauges. Also, I am a
little unclear on the role of rio. Is it the window manager? Is it an
essential part of the system or can it be replaced as with a linux window
manager?

Anyway,

See you all,

Chris.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2000-11-09 18:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-09 17:51 [9fans] Re: someone thinking about trying plan 9 Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2000-11-09 18:05 anothy
2000-11-09 17:48 anothy
2000-11-09 11:48 Richard Miller
2000-11-09  7:24 anothy
2000-11-09  1:40 okamoto
2000-11-08 17:34 anothy
2000-11-08 16:37 anothy
2000-11-08  9:23 [9fans] " david.bates2
2000-11-08 15:09 ` [9fans] " cbbrowne
2000-11-08 17:11   ` Theo Honohan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).