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 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
* 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

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