LWN.net Logo

Tool approach

Tool approach

Posted Sep 22, 2005 6:18 UTC (Thu) by man_ls (subscriber, #15091)
In reply to: Tool approach by hppnq
Parent article: Five Pitfalls of Linux Sockets Programming (developerWorks)

Yes, I think I see the same thing: the original ideas that were fit for a stream of characters (cat, diff, grep) are not that good for a world of graphical interfaces, complex hierarchical objects and roaming networking. Of course there is nothing wrong with the Unix heritage!

But we do not agree on what follows from there: you say that Unix is exactly what you want. Pike seems to say that Unix might (even should) be extended to encompass this new world of ours. And why not?


(Log in to post comments)

Tool approach

Posted Sep 22, 2005 7:54 UTC (Thu) by hppnq (guest, #14462) [Link]

I think it eventually boils down to what development model one believes in. I happen to think that evolution is the way to go. Which almost inevitably leads to compromises when trying to make subsystems play together nicely, especially if they have no common heritage.

The funny thing is, of course, that one of the more sensible remarks in the presentation is the observation that interfaces only work at some level and in some context. So I wouldn't draw the conclusion that there is something wrong with the Unix model, because dammit, I can't "cat homepage.html | netscape | sort". I happily accept this, because netscape's interfaces to me and to the world are optimized for the purpose of browsing, which is what I usually want when firing up a browser.

By the way, there are plenty of examples where both networking and GUIs are interfaced with the more traditional Unix way of working, or one wouldn't be able to implement a webserver in Korn shell or use scripting languages like Tcl/Tk.

Tool approach

Posted Sep 22, 2005 8:15 UTC (Thu) by man_ls (subscriber, #15091) [Link]

I think it eventually boils down to what development model one believes in. I happen to think that evolution is the way to go.
The world is clearly on your side, since we are all using Linux and very few people use Plan 9; I'm not planning to use Plan 9! But the inertia still amazes me.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds