9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] using plan9 as the only system!
@ 2014-11-18 13:54 Mayuresh Kathe
  2014-11-18 14:01 ` Lee Fallat
  2014-11-19 10:15 ` Steve Simon
  0 siblings, 2 replies; 12+ messages in thread
From: Mayuresh Kathe @ 2014-11-18 13:54 UTC (permalink / raw)
  To: 9fans

is there anyone using plan9 as their only system for development activities?
while i do have a 'gui' based networked system (a google chromebook), it
would be nice to immerse myself into the plan9 culture by using the 'os' for
everything i need for software tinkering and development.
thanks.



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 13:54 [9fans] using plan9 as the only system! Mayuresh Kathe
@ 2014-11-18 14:01 ` Lee Fallat
  2014-11-18 17:02   ` Skip Tavakkolian
  2014-11-19 10:15 ` Steve Simon
  1 sibling, 1 reply; 12+ messages in thread
From: Lee Fallat @ 2014-11-18 14:01 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

The only development you could possibly do is anything with C...and a
few scripting languages ported through APE.

Otherwise, your best bet is to VNC to another computer running a more
mainstream OS- but then you might as well just be running said OS.

On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
> is there anyone using plan9 as their only system for development activities?
> while i do have a 'gui' based networked system (a google chromebook), it
> would be nice to immerse myself into the plan9 culture by using the 'os' for
> everything i need for software tinkering and development.
> thanks.
>



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 14:01 ` Lee Fallat
@ 2014-11-18 17:02   ` Skip Tavakkolian
  2014-11-18 17:19     ` Lee Fallat
  0 siblings, 1 reply; 12+ messages in thread
From: Skip Tavakkolian @ 2014-11-18 17:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

and Go.


On Tue, Nov 18, 2014 at 6:01 AM, Lee Fallat <ircsurfer33@gmail.com> wrote:

> The only development you could possibly do is anything with C...and a
> few scripting languages ported through APE.
>
> Otherwise, your best bet is to VNC to another computer running a more
> mainstream OS- but then you might as well just be running said OS.
>
> On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
> > is there anyone using plan9 as their only system for development
> activities?
> > while i do have a 'gui' based networked system (a google chromebook), it
> > would be nice to immerse myself into the plan9 culture by using the 'os'
> for
> > everything i need for software tinkering and development.
> > thanks.
> >
>
>

[-- Attachment #2: Type: text/html, Size: 1227 bytes --]

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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 17:02   ` Skip Tavakkolian
@ 2014-11-18 17:19     ` Lee Fallat
  2014-11-18 17:29       ` Skip Tavakkolian
                         ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Lee Fallat @ 2014-11-18 17:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I think it's important to point out you can use the latest version of
Go on Plan 9 (last time I heard), which makes it a very nice
environment for Go developers.

AFAIK though people just use plan9port to get Plan 9-like
functionality (Acme usage, primarily). Personally I see no benefits
using Plan 9 for development work unless you are developing for Plan
9. Yes, namespaces, 9p, and being more unix than unix is great
(awesome really), but you cannot run the majority of software to meet
other demands.

Just curious, what do you plan on developing, Mayuresh, if you could tell us?

On Tue, Nov 18, 2014 at 12:02 PM, Skip Tavakkolian
<skip.tavakkolian@gmail.com> wrote:
> and Go.
>
>
> On Tue, Nov 18, 2014 at 6:01 AM, Lee Fallat <ircsurfer33@gmail.com> wrote:
>>
>> The only development you could possibly do is anything with C...and a
>> few scripting languages ported through APE.
>>
>> Otherwise, your best bet is to VNC to another computer running a more
>> mainstream OS- but then you might as well just be running said OS.
>>
>> On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
>> > is there anyone using plan9 as their only system for development
>> > activities?
>> > while i do have a 'gui' based networked system (a google chromebook), it
>> > would be nice to immerse myself into the plan9 culture by using the 'os'
>> > for
>> > everything i need for software tinkering and development.
>> > thanks.
>> >
>>
>



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 17:19     ` Lee Fallat
@ 2014-11-18 17:29       ` Skip Tavakkolian
  2014-11-19  2:02       ` erik quanstrom
  2014-11-19 18:42       ` Skip Tavakkolian
  2 siblings, 0 replies; 12+ messages in thread
From: Skip Tavakkolian @ 2014-11-18 17:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1756 bytes --]

i routinely struggle with javascript. my dev environment is Plan 9 and
debugger is Chrome.


On Tue, Nov 18, 2014 at 9:19 AM, Lee Fallat <ircsurfer33@gmail.com> wrote:

> I think it's important to point out you can use the latest version of
> Go on Plan 9 (last time I heard), which makes it a very nice
> environment for Go developers.
>
> AFAIK though people just use plan9port to get Plan 9-like
> functionality (Acme usage, primarily). Personally I see no benefits
> using Plan 9 for development work unless you are developing for Plan
> 9. Yes, namespaces, 9p, and being more unix than unix is great
> (awesome really), but you cannot run the majority of software to meet
> other demands.
>
> Just curious, what do you plan on developing, Mayuresh, if you could tell
> us?
>
> On Tue, Nov 18, 2014 at 12:02 PM, Skip Tavakkolian
> <skip.tavakkolian@gmail.com> wrote:
> > and Go.
> >
> >
> > On Tue, Nov 18, 2014 at 6:01 AM, Lee Fallat <ircsurfer33@gmail.com>
> wrote:
> >>
> >> The only development you could possibly do is anything with C...and a
> >> few scripting languages ported through APE.
> >>
> >> Otherwise, your best bet is to VNC to another computer running a more
> >> mainstream OS- but then you might as well just be running said OS.
> >>
> >> On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us>
> wrote:
> >> > is there anyone using plan9 as their only system for development
> >> > activities?
> >> > while i do have a 'gui' based networked system (a google chromebook),
> it
> >> > would be nice to immerse myself into the plan9 culture by using the
> 'os'
> >> > for
> >> > everything i need for software tinkering and development.
> >> > thanks.
> >> >
> >>
> >
>
>

[-- Attachment #2: Type: text/html, Size: 2479 bytes --]

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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 17:19     ` Lee Fallat
  2014-11-18 17:29       ` Skip Tavakkolian
@ 2014-11-19  2:02       ` erik quanstrom
  2014-11-19  8:53         ` hiro
  2014-11-19 18:42       ` Skip Tavakkolian
  2 siblings, 1 reply; 12+ messages in thread
From: erik quanstrom @ 2014-11-19  2:02 UTC (permalink / raw)
  To: 9fans

> AFAIK though people just use plan9port to get Plan 9-like
> functionality (Acme usage, primarily). Personally I see no benefits
> using Plan 9 for development work unless you are developing for Plan
> 9. Yes, namespaces, 9p, and being more unix than unix is great
> (awesome really), but you cannot run the majority of software to meet
> other demands.

i can't really agree with this.  a plan 9 development environment is great stuff,
even when developing for other embedded systems.  you're better off without
the vendor junk anyway.  now linux and windows are pretty insular enviroments,
and this makes life quite a bit harder, but my point is that i think there's a broader
perspective.

- erik



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

* Re: [9fans] using plan9 as the only system!
  2014-11-19  2:02       ` erik quanstrom
@ 2014-11-19  8:53         ` hiro
  0 siblings, 0 replies; 12+ messages in thread
From: hiro @ 2014-11-19  8:53 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I recommend windows 98 for normal slacking off, but if you want to do
real work rc scripting on 9front is quite nice. C might be easier in
some cases, but sadly it never got necessary for me to use it
regularly, so I never got proficient enough to use it much. I plan to
though.

Obviously webkit developers won't be using plan9 for development, so
pick your sides.



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 13:54 [9fans] using plan9 as the only system! Mayuresh Kathe
  2014-11-18 14:01 ` Lee Fallat
@ 2014-11-19 10:15 ` Steve Simon
  1 sibling, 0 replies; 12+ messages in thread
From: Steve Simon @ 2014-11-19 10:15 UTC (permalink / raw)
  To: 9fans

> is there anyone using plan9 as their only system for development activities?

Not sure if this counts.

I use plan9 at work though most of the code I write is for windows (server apps),
Linux and embedded, so Plan9 becomes a glofified IDE for me.

Having siad this it is an excellent IDE that is a pleasure to use.

I also do occasional Plan9 development and maintain a port of some plan9
tools which allow me to do the equivilent of cpu(1) to a windows box.

Wish I had more time for plan9 development.

-Steve



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 17:19     ` Lee Fallat
  2014-11-18 17:29       ` Skip Tavakkolian
  2014-11-19  2:02       ` erik quanstrom
@ 2014-11-19 18:42       ` Skip Tavakkolian
  2 siblings, 0 replies; 12+ messages in thread
From: Skip Tavakkolian @ 2014-11-19 18:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]

drawterm exports its local content to Plan 9 via the /mnt/term namespace;
you don't have to have p9p. also, Go code is nearly always platform
independent (with no cgo or syscall package).


On Tue, Nov 18, 2014 at 9:19 AM, Lee Fallat <ircsurfer33@gmail.com> wrote:

> I think it's important to point out you can use the latest version of
> Go on Plan 9 (last time I heard), which makes it a very nice
> environment for Go developers.
>
> AFAIK though people just use plan9port to get Plan 9-like
> functionality (Acme usage, primarily). Personally I see no benefits
> using Plan 9 for development work unless you are developing for Plan
> 9. Yes, namespaces, 9p, and being more unix than unix is great
> (awesome really), but you cannot run the majority of software to meet
> other demands.
>
> Just curious, what do you plan on developing, Mayuresh, if you could tell
> us?
>
> On Tue, Nov 18, 2014 at 12:02 PM, Skip Tavakkolian
> <skip.tavakkolian@gmail.com> wrote:
> > and Go.
> >
> >
> > On Tue, Nov 18, 2014 at 6:01 AM, Lee Fallat <ircsurfer33@gmail.com>
> wrote:
> >>
> >> The only development you could possibly do is anything with C...and a
> >> few scripting languages ported through APE.
> >>
> >> Otherwise, your best bet is to VNC to another computer running a more
> >> mainstream OS- but then you might as well just be running said OS.
> >>
> >> On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us>
> wrote:
> >> > is there anyone using plan9 as their only system for development
> >> > activities?
> >> > while i do have a 'gui' based networked system (a google chromebook),
> it
> >> > would be nice to immerse myself into the plan9 culture by using the
> 'os'
> >> > for
> >> > everything i need for software tinkering and development.
> >> > thanks.
> >> >
> >>
> >
>
>

[-- Attachment #2: Type: text/html, Size: 2580 bytes --]

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

* Re: [9fans] using plan9 as the only system!
@ 2014-11-19  1:35 sl
  0 siblings, 0 replies; 12+ messages in thread
From: sl @ 2014-11-19  1:35 UTC (permalink / raw)
  To: 9fans

> The only development you could possibly do is anything with C...and a
> few scripting languages ported through APE.

It's trivial to import file systems from non-Plan 9 systems and manipulate
their files using standard Plan 9 tools. It's trivial to connect to non-
Plan9 systems from Plan 9 using SSH and run whatever scripts or compilers
are necessary to complete the write-build-test cycle.

Do you even use Plan 9? What do you use it for?

sl



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

* Re: [9fans] using plan9 as the only system!
  2014-11-18 14:13 Mayuresh Kathe
@ 2014-11-18 14:17 ` Lee Fallat
  0 siblings, 0 replies; 12+ messages in thread
From: Lee Fallat @ 2014-11-18 14:17 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

In that case yes many people do C development on Plan 9.

On Tue, Nov 18, 2014 at 9:13 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
> the only development i actually do wish to do is using c89. :)
> simplicity can be marvelously powerful.
>
> From 9fans-bounces@9fans.net  Tue Nov 18 09:02:02 2014
> X-Original-To: mayuresh@devio.us
> Delivered-To: mayuresh@devio.us
> X-Virus-Scanned: amavisd-new at devio.us
> Authentication-Results: wolfman.devio.us (amavisd-new);
>         dkim=pass (2048-bit key) header.d=gmail.com
> X-Virus-Scanned: by MailRoute
> Authentication-Results: mr002.lax02.mailroute.net (mroute_mailscanner);
>         dkim=pass (2048-bit key) header.d=gmail.com
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
>         h=mime-version:in-reply-to:references:date:message-id:subject:from:to
>         :content-type; bh=zOFxB2sX7w2DKB9WMi7UGV+GVDpzWX3VvFEVagZaBeA=;
>         b=LMrLUswHSgVnr406eK0JsxQr+HoaGaBMfzw4cX1vQUVs77DF1GUDHY1Us9XoDoeFGb
>         MZTjvgo0ln2rvRAi16NLYTqjAMaU3kxvvZbtUehJmTWj1vIywKWQRW1clKfAWb3ZkvNA
>         /5RKNIEL6UnYO8hZLqjTnwobJLucpLTOahqr13jBsLuM9Be6BLjRau8vYjTK/AVFKevj
>         O5bcKbyZamxlVg0eMV1zj62Kmha3NS0uM+0rZ2LB5+rWQas2nSdQqdtKo1Td4mrgXNWc
>         AZd0mM4fOKNjBYIm6yZ46YAMYBlMoG0RDB0M9aTN1V8SkRQgXH58RVduX7TqOsZsOLHL
>         TkSQ==
> MIME-Version: 1.0
> X-Received: by 10.194.3.45 with SMTP id 13mr46688887wjz.47.1416319271609; Tue,
>         18 Nov 2014 06:01:11 -0800 (PST)
> References: <20141118135448.963E01B5BC4@wolfman.devio.us>
> From: Lee Fallat <ircsurfer33@gmail.com>
> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
> Content-Type: text/plain; charset=UTF-8
> Subject: Re: [9fans] using plan9 as the only system!
> X-BeenThere: 9fans@9fans.net
> X-Mailman-Version: 2.1.13
> Precedence: list
> Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.9fans.net>
> List-Unsubscribe: <http://mail.9fans.net/options/9fans>,
>         <mailto:9fans-request@9fans.net?subject=unsubscribe>
> List-Archive: <http://mail.9fans.net/private/9fans>
> List-Post: <mailto:9fans@9fans.net>
> List-Help: <mailto:9fans-request@9fans.net?subject=help>
> List-Subscribe: <http://mail.9fans.net/listinfo/9fans>,
>         <mailto:9fans-request@9fans.net?subject=subscribe>
> Sender: 9fans-bounces@9fans.net
> Errors-To: 9fans-bounces@9fans.net
>
> The only development you could possibly do is anything with C...and a
> few scripting languages ported through APE.
>
> Otherwise, your best bet is to VNC to another computer running a more
> mainstream OS- but then you might as well just be running said OS.
>
> On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
>> is there anyone using plan9 as their only system for development activities?
>> while i do have a 'gui' based networked system (a google chromebook), it
>> would be nice to immerse myself into the plan9 culture by using the 'os' for
>> everything i need for software tinkering and development.
>> thanks.
>>
>
>
>



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

* Re: [9fans] using plan9 as the only system!
@ 2014-11-18 14:13 Mayuresh Kathe
  2014-11-18 14:17 ` Lee Fallat
  0 siblings, 1 reply; 12+ messages in thread
From: Mayuresh Kathe @ 2014-11-18 14:13 UTC (permalink / raw)
  To: 9fans

the only development i actually do wish to do is using c89. :)
simplicity can be marvelously powerful.

>From 9fans-bounces@9fans.net  Tue Nov 18 09:02:02 2014
X-Original-To: mayuresh@devio.us
Delivered-To: mayuresh@devio.us
X-Virus-Scanned: amavisd-new at devio.us
Authentication-Results: wolfman.devio.us (amavisd-new);
	dkim=pass (2048-bit key) header.d=gmail.com
X-Virus-Scanned: by MailRoute
Authentication-Results: mr002.lax02.mailroute.net (mroute_mailscanner);
	dkim=pass (2048-bit key) header.d=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:content-type; bh=zOFxB2sX7w2DKB9WMi7UGV+GVDpzWX3VvFEVagZaBeA=;
	b=LMrLUswHSgVnr406eK0JsxQr+HoaGaBMfzw4cX1vQUVs77DF1GUDHY1Us9XoDoeFGb
	MZTjvgo0ln2rvRAi16NLYTqjAMaU3kxvvZbtUehJmTWj1vIywKWQRW1clKfAWb3ZkvNA
	/5RKNIEL6UnYO8hZLqjTnwobJLucpLTOahqr13jBsLuM9Be6BLjRau8vYjTK/AVFKevj
	O5bcKbyZamxlVg0eMV1zj62Kmha3NS0uM+0rZ2LB5+rWQas2nSdQqdtKo1Td4mrgXNWc
	AZd0mM4fOKNjBYIm6yZ46YAMYBlMoG0RDB0M9aTN1V8SkRQgXH58RVduX7TqOsZsOLHL
	TkSQ==
MIME-Version: 1.0
X-Received: by 10.194.3.45 with SMTP id 13mr46688887wjz.47.1416319271609; Tue,
	18 Nov 2014 06:01:11 -0800 (PST)
References: <20141118135448.963E01B5BC4@wolfman.devio.us>
From: Lee Fallat <ircsurfer33@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Content-Type: text/plain; charset=UTF-8
Subject: Re: [9fans] using plan9 as the only system!
X-BeenThere: 9fans@9fans.net
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.9fans.net>
List-Unsubscribe: <http://mail.9fans.net/options/9fans>,
	<mailto:9fans-request@9fans.net?subject=unsubscribe>
List-Archive: <http://mail.9fans.net/private/9fans>
List-Post: <mailto:9fans@9fans.net>
List-Help: <mailto:9fans-request@9fans.net?subject=help>
List-Subscribe: <http://mail.9fans.net/listinfo/9fans>,
	<mailto:9fans-request@9fans.net?subject=subscribe>
Sender: 9fans-bounces@9fans.net
Errors-To: 9fans-bounces@9fans.net

The only development you could possibly do is anything with C...and a
few scripting languages ported through APE.

Otherwise, your best bet is to VNC to another computer running a more
mainstream OS- but then you might as well just be running said OS.

On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kathe <mayuresh@devio.us> wrote:
> is there anyone using plan9 as their only system for development activities?
> while i do have a 'gui' based networked system (a google chromebook), it
> would be nice to immerse myself into the plan9 culture by using the 'os' for
> everything i need for software tinkering and development.
> thanks.
>





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

end of thread, other threads:[~2014-11-19 18:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18 13:54 [9fans] using plan9 as the only system! Mayuresh Kathe
2014-11-18 14:01 ` Lee Fallat
2014-11-18 17:02   ` Skip Tavakkolian
2014-11-18 17:19     ` Lee Fallat
2014-11-18 17:29       ` Skip Tavakkolian
2014-11-19  2:02       ` erik quanstrom
2014-11-19  8:53         ` hiro
2014-11-19 18:42       ` Skip Tavakkolian
2014-11-19 10:15 ` Steve Simon
2014-11-18 14:13 Mayuresh Kathe
2014-11-18 14:17 ` Lee Fallat
2014-11-19  1:35 sl

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).