Hacker News new | ask | show | jobs
by coffeemug 3891 days ago
> That philosophy was great, but hasn’t survived into the Web age.

The modern "web operating system" is Amazon's AWS, and I'd argue that the unix philosophy survived surprisingly well there. AWS has many services; each one does a specific job really well, and they interoperate very well together. That's the very embodiment of the unix philosophy.

1 comments

Yep. AWS is a great example. Many products that can be used very well together (S3 and Cloudfront, for example), but the chosen abstractions are such that they can be used independently as well.