http://www.youtube.com/watch?v=XHosLhPEN3k
:-)
Arnold
I have used it also. Circa 10.5 years ago there was a race condition in
the scripts that ran it with troff which I fixed and sent back in; I think
they got into the dist.
Literate programming is a lot of fun and works well if you have the mindset
for it.
Arnold
In article ,
Russ Cox wrote:
>No
http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html
'nuff said. :-)
Arnold
Is a tarball of the 8th ed manual troff files available?
The Unix Historical Society (see www.tuhs.org) would like to have this
too, I don't doubt.
Thanks!
Arnold
In article <5d375e920908010430t7e5786d1te49f3da8b7a68...@mail.gmail.com> you
write:
>Thanks to Fish's contribution I have made the
I have a file dated October 30 1987 which is the source for a qed
clone written at U of Toronto. A quick glance at the man page
seems to indicate that it doesn't have recursive regular expressions.
I'm not sure who I got it from - possibly Henry Spencer.
Anyone know anymore about it? I can put
In article <13426df10910061021g3b033abbia134769baee93...@mail.gmail.com> you
write:
>as bad as the ARM may be, it can't hold a candle to what the pentium has
>become:
>1. RISC CPU (undocumented) in the northbridge (MCH) running ThreadX
>2. RISC CPU in the Ethernet part running ThreadX
>3. Simple
In article <13426df10910061432y17cf8632ta09af4ffe2153...@mail.gmail.com> you
write:
>On Tue, Oct 6, 2009 at 2:15 PM, Aharon Robbins wrote:
>> I understand all your points, and many of them are good ones. But there
>> really are places where you don't want to go, and int
In article
you write:
>Is this possible for UNIX philosophy to develop further? Let's say,
>XML-coded trees or graphs instead of one-line strings in stdin/
>stdout.Or LISP S-expressions. New set of utilities for filtering such
>streams, grep for XML trees, etc. Building environment for dataflow
>
The PBM utilities (now net pbm) did something similar for bitmaps.
I think V10 also had some pipeline utils for manipulating images.
In article <89568f5cfeef17d6b1a79f12daeea...@quintile.net>,
Steve Simon wrote:
>> Building environment for dataflow
>> programming from shell interpreter.
>
>This
http://lkml.iu.edu//hypermail/linux/kernel/1408.1/02496.html
Someone should turn this guy on to Plan 9. :-)
Arnold
Thanks for the link to the Google code repo.
I'm currently on x86_64 Ubuntu 12.04. Building was not so smooth, several
files are missing for the Power 64 port.
I did as best I could to build things. I suppose my expectations aren't
what they should be. I was looking for the usual
config
Hi All.
Although this group in general doesn't like Linux, I think most of you
might enjoy his rant:
http://gizmodo.com/you-dont-need-to-understand-programming-to-appreciate-t-17399
27472
Arnold
I don't yet have any kind of P9 system, so no access to sources. Can I get a
copy of the ps file?
thanks,
Arnold
- Original Message -
From: ron minnich <[EMAIL PROTECTED]>
Date: Friday, September 19, 2008 2:19
Subject: [9fans] trace device paper from aki&john&ron now available
To: Fans
You are not missing anything.
Subexpression matching means when you have an expression like
q(a+b)(c*d)z
that you can get access to the exact text matched by the two
parenthesized subexpressions.
You asked about non-greedy regular expressions which were first
popularized by perl.
IIRC
> > GNU grep takes a simple but effective approach. It uses a DFA when
> > possible, reverting to an NFA when backreferences are used. GNU awk does
> > something similar---it uses GNU grep's fast shortest-leftmost DFA engine
> > for simple "does it match" checks, and reverts to a different engine f
> > As other mails have pointed out, anything that isn't leftmost longest
> > has weird semantics. Non-greedy operators are mostly syntactic sugar.
>
> Is (leftmost-longest + all-greedy operators) syntactic salt then?
It is merely the traditional POSIX flavor. Some people like that
flavor, some
This is from the TUHS list. I thought it might be of interest here, too.
> Date: Thu, 18 Dec 2008 09:05:30 +1000
> From: Warren Toomey
> To: t...@tuhs.org
> Subject: [TUHS] Old UNIX Filesystems with FUSE
>
> http://osxbook.com/software/ancientfs/
>
> Amit Singh has added support for a whole bunch
For the systems builders on the list. FYI.
Arnold
Interesting conference in May
SYSTOR 2009---The Israeli Experimental Systems Conference
May 4-6, 2009, Haifa, Israel
http://www.haifa.il.ibm.com/conferences/systor2009/
IBM Haifa Research Lab and IBM Systems and
RFS was developed by USG, the group that did System V. It was a
competitor with Sun's NFS for a while; in many ways it was technically
superior, but it didn't get off the ground in the Unix world because of
licensing issues with the SVR3 license. I rather doubt that it had much
influence on 9P, b
A friend sent this to me. Both of these mailing lists are likely
to find this of interest. I have a paper copy of the 1978 BSTJ,
either the '82 or '83 issues, whichever one was devoted to Unix. :-)
Arnold
> Date: Mon, 8 Nov 2010 17:42:14 -0700 (MST)
> From: "Nelson H. F. Beebe"
> To: f...@fslc.
For those of you wanting something different than Intel Architecture,
Nvidia plans to give it to you. It should be interesting.
http://www.engadget.com/2011/01/05/nvidia-announces-project-denver-arm-cpu-for-the-desktop/
http://www.engadget.com/2011/01/05/microsoft-confirms-arm-support-is-coming-i
I really like the GNU project's Texinfo markup language, which
sets on top of TeX, but you don't have to know TeX. (I've been using
Texinfo for > 20 years, but don't know any TeX.)
I've written books in troff, Docbook/XML, and Texinfo, and Texinfo is
by far the easiest.
HTH,
Arnold
In article
In article ,
Rob Pike wrote:
>On Sat, Apr 16, 2011 at 11:17 AM, Skip Tavakkolian
> wrote:
>> Linux has slowly become Windows-lite
>
>Except for the lite part.
>
>-rob
Not really true - there are one or two orders of magnitude more APIs
in Windows than in Linux, and they are all infinitely uglier.
In article <271f1d4632de477f20e2dfe627cfd...@brasstown.quanstro.net> you write:
>at coraid, we're considering asking new hires use ed for
>a week exclusively.
As the only real Unix/Linux expert at my previous company, I used to tell
people that the way to really learn to become comfortable as a co
> Date: Mon, 27 Jun 2011 10:20:57 -0700
> From: ron minnich
>
> . Which means each of us has maybe 4 chances in life to
> really push a change into the world. There, I just made your day.
I have four wonderful children. So, maybe I've done pretty good
there, after all.
:-)
Arnold
Just skimmed this, but it's pretty interesting:
http://blog.vivekhaldar.com/post/3339907908/the-cognitive-style-of-unix
Arnold
An interesting tidbit I came across:
http://software.intel.com/en-us/blogs/2011/09/24/fortran-is-more-popular-than-ever-intel-makes-it-fast/
Arnold
> Date: Fri, 2 Dec 2011 14:02:29 +0100
> From: hugo rivera
> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
> Subject: [9fans] troff book
>
> Hi,
> soon I'll begin to write my thesis and I am planing to use troff. I
> previously wrote some documents with it, mostly with the ms macro,
>
Hi Anthony.
Thanks for the answers.
> > Hi. Do the postscript / PDF files available from http://plan9.bell-labs.com
> > reflect the current state of the system? I'm curious about both the
> > reference> manual and the various files from /sys/doc.
>
> They do not. I've only verified that the mos
> /n/sources/contrib/quanstro/doc.tbz
THANKS! Copying now (via 9pfuse).
Arnold
> > Nothing wrong with printing. Having a physical copy of the manual
> > is invaluable when things go sideways, and reading the papers on
> > a high-DPI, non-reflective surface is a joy. Since I don't believe
> > anyone has Plan 9 driving an e-Ink display (anyone? anyone?),
> > paper does nicely.
Is there a simple recipe to use p9p troff to format the manual pages
from the plan 9 dist? I.e.:
Install Plan 9 Ports
wget plan9.iso from bell labs
mount said iso /some/where
9 rc
cd /some/where/sys/man
# magic stuff here
(Or tar off the dist to re
).
Thanks,
Arnold
> From: pmarin
> Date: Fri, 25 May 2012 21:08:18 +0200
> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
> Subject: Re: [9fans] formatting the manual from plan9 ports?
>
> See the example in tr2post(1)
>
> On Thu, May 24, 2012 at 9:03 PM, Ahar
http://mjg59.dreamwidth.org/12368.html
Hi 9fans.
A colleague asked me some questoins about the Plan 9 kernel that I could
not answer.
For a small x86-based embedded system (*deeply* embedded), how small would
the Plan 9 kernel be if one removed the networking stack (TCP/IP, 9P)
and all fiesystem code (except for access to a very few d
This says a lot, rather nicely:
http://tirania.org/blog/archive/2012/Aug-29.html
Having lived through the Unix wars of the 80s and 90s, it's the same
story all over again.
(Or maybe the story never ended. Either way, the users are the ones who lost
out.)
Arnold
Hello Steve, 9fans.
> I need to learn c++ for work - people have strong opinions on
> languages I know, and not everyone likes c++ but its a requirment for me.
>
> I really want to develop a good sence of c++ style, I learnt C at the feet of
> K&R and then the plan9 sourcecode so I learnt how to w
This makes it work correctly for me on Linux. Not sure about 9awk.
I have corresponded with BWK about this, including sending him this
proposed patch.
Arnold
--- run.c.orig 2012-12-10 22:50:40.403115427 +0200
+++ run.c 2012-12-10 22:50:15.450991568 +0200
@@ -1216,6 +1216,
FYI
Creative usernames and Spotify account hijacking
http://labs.spotify.com/2013/06/18/creative-usernames/
Arnold
http://www.extremetech.com/computing/162698-intels-x86-minnowboard-ships-sets-si
ght-on-raspberry-pi
Arnold
40 matches
Mail list logo