9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: George Michaelson <ggm@apnic.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] So What is P9 good for.....
Date: Tue, 18 Feb 2003 09:45:39 +1000	[thread overview]
Message-ID: <20030218094539.6ed5df24.ggm@apnic.net> (raw)
In-Reply-To: <002501c2d6dd$372763c0$6501a8c0@kike>


To be fair, an awful lot of mass hysteria accompanied the decision to go
Corba. We see a lot of this kind of Millinarial 'at *last* the software
mechanism which will deliver true <x>' chanting around the place. Dare I say
that in my OSI days, I probably chanted quite a lot of it too.

Most interesting to me is the drop in student registrations for I.T. degrees
here in Australia, and a consequent drop in the entrance requirements to get
into an I.T. degree. It never ceased to amaze me I passed my course. To see
people achieve the same paper worth with even less effort is truly
distressing.  As I believe the Bible says, As you sow, you shall reap. Dumbing
down is clearly delivering the inevitable outcome.

Still, there are moments of humour. I just re-wrote some code here to shrink
data using a classic tape-sort alg, iterating over the datastream. It runs
like a greased whippet, its tiny code, and I had lots of fun doing it, and the
advice to try such a simple method came from my erstwhile research director,
a man of similarly jaded views of our times. Meanwhile the small army of
code-orcs I manage beat out the Perl, in true OO fashion.

Actually, there were moments of pain in this last bout of coding. inet_pton()
is the newish function to map IPv6 and IPv4 addresses from presentation to
network byte order. As you can imagine, managing 128-bit constructs winds up
using a set of unions to see this as 8, 16 or 32 bit quantities, 128 bit
registers being thin on the ground (oh why did we reject VLIW computers?).

And predictably, NetBSD forces at least two of the useful #defines to be
#ifdef KERNEL since they are 'non-standard' while RedHate promotes them into
userspace, useful if alas tending towards the fork-in-the-code solution.

Oh well. ever was it so.


-George


  reply	other threads:[~2003-02-17 23:45 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-13 15:21 John Stalker
2003-02-13 15:38 ` Ronald G. Minnich
2003-02-13 15:43   ` Boyd Roberts
2003-02-13 15:53     ` Phil White
2003-02-13 23:25       ` Jim Choate
2003-02-14 19:45         ` Dan Cross
2003-02-14 21:04           ` Phil White
2003-02-13 16:51   ` matt
2003-02-14  9:31   ` Douglas A. Gwyn
2003-02-14 15:11     ` Ronald G. Minnich
2003-02-17  9:53       ` Douglas A. Gwyn
2003-02-17 11:32         ` Geoff Collyer
2003-02-17 12:06           ` Lucio De Re
2003-02-17 13:36             ` Russ Cox
2003-02-17 13:41               ` Lucio De Re
2003-02-17 21:37           ` Andrew
2003-02-17 22:03             ` Geoff Collyer
2003-02-17 22:07               ` Russ Cox
2003-02-17 22:07               ` rob pike, esq.
2003-02-17 22:59                 ` northern snowfall
2003-02-17 23:10                 ` Russ Cox
2003-02-17 23:23                   ` George Michaelson
2003-02-18  0:53                     ` Skip Tavakkolian
2003-02-18  0:51                       ` Mike Haertel
2003-02-18  9:33                       ` Douglas A. Gwyn
2003-02-18  9:49                         ` [9fans] Re: acd compile problem Conor Williams
2003-02-18 10:01                           ` nigel
2003-02-18 17:30                         ` [9fans] So What is P9 good for Skip Tavakkolian
2003-02-18 17:25                           ` nigel
2003-02-18  4:13                     ` Jack Johnson
2003-02-18  9:10                       ` M Heath
2003-02-20  2:52                     ` Martin C.Atkins
2003-02-17 23:35                   ` matt
2003-02-17 23:45                     ` George Michaelson [this message]
2003-02-18  1:53                 ` Geoff Collyer
2003-02-17 23:32             ` Dan Cross
2003-02-14  2:06 ` Geoff Collyer
2003-02-14  9:31   ` Richard Miller
2003-02-14  9:34     ` Geoff Collyer
2003-02-14 15:12       ` Ronald G. Minnich
2003-02-14 13:40     ` David Presotto
2003-02-14 16:44       ` rob pike, esq.
2003-02-14 16:47         ` Ronald G. Minnich
2003-02-15  3:27       ` Geoff Collyer
2003-02-15  6:29         ` Ronald G. Minnich
2003-02-15  9:39         ` Digby Tarvin
2003-02-17  9:53       ` Douglas A. Gwyn
2003-02-17  9:53     ` Douglas A. Gwyn
  -- strict thread matches above, loose matches on Subject: below --
2003-02-18 15:34 Tom Glinos
2003-02-18 15:39 ` Ronald G. Minnich
2003-02-18  3:06 okamoto
2003-02-18  1:34 okamoto
2003-02-15  6:47 Andrew Simmons
2003-02-14 21:55 Skip Tavakkolian
2003-02-14 21:58 ` Doc Shipley
2003-02-15  0:20 ` Dan Cross
2003-02-13 14:20 peter a. cejchan
2003-02-13  9:37 Jeffrey Haun
2003-02-13 10:04 ` Stephen Wynne
2003-02-13 17:52   ` maynard
2003-02-13 18:12     ` Scott Schwartz
2003-02-13 20:00       ` Jack Johnson
2003-02-13 10:11 ` Phil White
2003-02-13 10:22 ` Lucio De Re
2003-02-13 10:33 ` Skip Tavakkolian
2003-02-13 13:54 ` Russ Cox
2003-02-13 14:00   ` Lucio De Re
2003-02-13 16:26   ` rob pike, esq.
2003-02-13 16:31     ` northern snowfall
2003-02-13 23:28     ` Jim Choate
2003-02-14 19:50       ` mike
2003-02-14 20:05         ` Doc Shipley
2003-02-14 19:51       ` Dan Cross
2003-02-13 14:00 ` northern snowfall
2003-02-13 18:02 ` Jack Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030218094539.6ed5df24.ggm@apnic.net \
    --to=ggm@apnic.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).