Earlier quoted context omitted.
Except that GNU is Not UNIX and many companies still have UNIX boxes without GNU on them.
that's not necessarily true as much as you think. I worked in a Solaris shop that had gnu coreutils and packages installed everywhere with a prefix, and another place running openbsd which had the same. gecho, gcat, gln etc; I'm pretty sure gnu coreutils can be built on any Unix-like OS.
The Unix-Haters Handbook (1994) [pdf]
51–60 of 316 posts
Re: The Unix-Haters Handbook (1994) [pdf]
#52Earlier quoted context omitted.
Yeah but try and figure out how you'd do better... efficient.ly. Over the network...
You can't do opengl efficiently over the network. At least xorg can't. Most applications uses opengl these days. For me, I've been using Linux fulltime for the last 15 years and I have never, not even once, had the need to connect to a remote X11 server. ssh has always been enough for me.
You mean client, not server.
(ducks for cover)
Re: The Unix-Haters Handbook (1994) [pdf]
#53Re: The Unix-Haters Handbook (1994) [pdf]
#54Windows is still worse as a web server platform than various Unix descendants (Linux and BSD) despite Microsoft's best efforts, and it's not free.
Unix has its flaws but being a "Unix hater" is just dumb.
Re: The Unix-Haters Handbook (1994) [pdf]
#55Make sure to read the preface. It is the best preface I've ever read. Pay special attention to who wrote it.
Re: The Unix-Haters Handbook (1994) [pdf]
#56I like to cover myself with some crazy question and think about them. For example, what would look like the thing that would make people go "oh this looks good enough to replace UNIX". Don't get me wrong, I am big fan of UNIX, but I hope I will be alive around the time(but I doubt that) when we will see some new thing which will make UNIX feel dated. Now, some of you might jump and say "Oh, but UNIX already feels dat…
Re: The Unix-Haters Handbook (1994) [pdf]
#57Re: The Unix-Haters Handbook (1994) [pdf]
#58Earlier quoted context omitted.
>there remained a very large number of people with fond memories of other platforms, many of which did at least some things better than any contemporary or even modern Unix. Yeah, that's what I'm curious about. Could you name names? :)
Lisp machines turn up pretty frequently in this context, and I understand why - some of their capabilities still haven't been replicated anywhere else, nor are they likely to be, and that's a real loss; in particular, there is a great deal to be said for a model in which changing the behavior of the running system, right down to the microcode, can be as simple as writing up the changes you want and evaluating them. N…
Re: The Unix-Haters Handbook (1994) [pdf]
#59- Giving it away to universities?
- The C programming language?
What am I missing?
Re: The Unix-Haters Handbook (1994) [pdf]
#60It's interesting that no one blinks twice at the thought of using a decades-old operating system - it's "mature", "battle tested", "proven over time" or some other phrase. On the other hand, programming languages that are decades old are looked upon as antiquated and not fit for modern problems, so we create new languages and discard the old ones, including forgetting useful ideas those languages contained. Sometimes…
I think most programming languages that are decades old aren't looked at as 'not fit for modern problems' so much as 'inefficient for modern* development'. Is it possible to do the same things in C that we can in Ruby, PHP or Node? Absolutely. But can it be written in the same time frame? While I'm sure there are HNers out there who can - or who at least claim they can ;) - let's ask ourselves if that's really broadl…