The Internet is the New Unix

Original post provide by Chris Shiflett

Tim O’Reilly has described the Internet as the new OS. Recent observations lead me to believe it’s new the new Unix. Consider the following philosophy:

Write programs that do one thing and do it well.

Write programs to work together.

Write programs to handle text streams, because that is a universal interface.

This is the Unix philosophy, but it applies equally well to successful web sites. For example, I love del.icio.us, but it sure isn’t for its clever domain name. It solves a simple problem well and doesn’t get distracted by anything else. By also providing a useful API, it lets me manage my bookmarks in a number of different ways.

Recently, I’ve been using Twitter, and I’m honestly turned off by the user interface. However, because I can use my phone or IM client, it’s still a useful service.

Although I haven’t written about it yet, I’ve been using Dopplr for a while now, and I like it. It’s a simple application that lets me keep up with my upcoming trips as well as the trips of my friends. It does one thing, and it does it well.

Mashups are of course a valuable byproduct of open data, but I can’t think of many mashups that I use daily. If someone wants to combine Dopplr with upcoming shows, so that I don’t miss a chance to see my favorite musical artists, that might change.

Posted Tue, 23 Oct 2007 02:34:40 GMT in Chris Shiflett’s Blog

Previous Articles:
Open Source Developers' Conference 2008 - Sydney - Call For Papers
It covers numerous programming languages across a range of operating systems, and related topics such as business processes, licensing, and strategy. Talks vary from introductory pieces through to the deeply technical. It is a great opportunity to meet, share, and learn with like-minded individuals.
How To Create A Press Kit That Attracts Positive Media Attention
You can always go back later and add this list as you grow. Step 5. Market Focus. Describe your target audience including all applicable demographics and psychograpics. Demographics cover characteristics such as age group, gender, social class, average yearly income, religion, location, and any other relevant factors.
Web Site Gray Text Trend
On top of that, on many sites you can’t change the size of the text unless you’re using a browser like Firefox. So what if black text is boring? There’s a reason for that — it’s readable. Most of us scan rather than read Web pages.
Fonts & Encodings
Part II discusses font management, including installation, tools for activation/deactivation, and font choices for three different systems: Windows, Mac OS, and the X Window System (Unix). Part III deals with the technical use of fonts in two specific cases: the TeX typesetting system (and its successor, Omega, which the author co-developed) and Web pages.
Screencast Software
Download the free trial now and in no time you'll be sharing buzz-worthy screencasts, persuasive presentations, training that ROCKS, and demos that sell. Show exactly what's on your screen to anyone, anywhere. Record your screen, audio, and/or webcam!
More Articles:
IMAP Mit Google Mail
Der IMAP Zugang muss zunächst in den Einstellungen aktiviert werden, diese sind derzeit allerdings nur in der englischen Version von Google Mail verfügbar (einfach die Spracheinstellung in Google Mail auf 'englisch' ändern). Habe das ganze mal mit Apple Mail ausprobiert - es funktioniert wunderbar.
PHP Serialize - PHP::Serialization
Solchen Fragen muss man sich aber erst stellen, wenn man ein seralisiertes Objekt mit etwas anderem als PHP weiterverarbeiten möchte ... . Der Data::Dumper von Perl jedenfalls gibt für das deserialisierte Objekt folgendes zurück: $VAR1 = bless( { 'public_key' => 'public_val', 'testprivate_key' => 'private_val' }, 'PHP::Serialization::Object::test' ); Die Ausgabe von ...
PHP Comes To DC
(I suspect Ed is more well known as the developer of Spaz.) Not to be outdone, we are going to have a booth (our first booth!), Paul is giving a talk on framework and application benchmarking, Nate is giving a tutorial on CakePHP, and I'm giving the opening keynote.
Microsoft Web Development Summit 2007
(Special thanks to Glen Gordon for sending me an invitation.) Also in attendance are a good crowd of PHP developers from various backgrounds and experience, including developers from Drupal, Gallery, Facebook, CakePHP, Solar, core developers, extension developers, authors, and just plain PHP programmers.
International PHP Conference 2007 Spring Edition : Call For Papers
There's a pre-conference day on 21st of May with full day Power Workshops and a Main Conference from 22nd to 23rd of May with 1 hour sessions. Please submit your session proposals at http://phpconference.com/input. They will be voted by the Chair board consisting of Björn Schotte (Head of Chair), Christopher Kunz and Sebastian Meyen.

Leave a Reply