Hacker News new | ask | show | jobs
by hello_moto 5846 days ago
This is a pattern I'm seeing from Zed:

1) loves small software (do one thing do it right)

2) loves C + glue code (perf in C, everything else script)

3) loves solid code

Some examples: SQLite3, Fossil SCM, Mongrel1/2, Merb (hinted by him), etc.

Wouldn't be surprised if he uses the tools developed by Dr. Hipps. Perhaps he prefers tools written by like-minded people.

What can I say, UNIX philosophy at its best?

Note: I like Dr. Hipp's software too (and OpenBSD). These tools are strong, solid, high quality, and represents everything that's good about software product. Unfortunately they're not the most "popular" thing out there.

1 comments

Fossil SCM does not do one thing that does it right, it does many things actually, ticketing, wiki, scm and more I think.