Ask HN: What are some well written/engineered open source software?
11–20 of 72 posts
Re: Ask HN: What are some well written/engineered open source software?
#12Re: Ask HN: What are some well written/engineered open source software?
#13Re: Ask HN: What are some well written/engineered open source software?
#14Re: Ask HN: What are some well written/engineered open source software?
#15Gstreamer. Pipeline is very powerful model for software, the potential of it is tremendous. Unfortunately I find level of development & maintenance of Gstreamer project itself quite poor - the code is horribly complicated for questionable reasons (it's said to be non-blocking everywhere; I find it bad excuse for being ridden with subtle bugs and for failures to use custom pipelines as blocks for higher-level pipelines).
I find such projects as ffmpeg and linux kernel quite well engineered, but have nothing special to say about them except that they are reasonably well organized and get better day by day.
For user-interface apps with considerations of high user productivity, I find such software as readline, tmux, mutt and bunch of other following wise pattern of extensible and scriptable software: if you want hotkeys, you need a domain-specific language and bindings must be
key: action[, action...]
not action: keyRe: Ask HN: What are some well written/engineered open source software?
#16xmonad https://github.com/xmonad/xmonad
Re: Ask HN: What are some well written/engineered open source software?
#17Re: Ask HN: What are some well written/engineered open source software?
#18Re: Ask HN: What are some well written/engineered open source software?
#19* PostgreSQL * Varnish Cache * qmail * Mercury Programming Language
[1] http://book.varnish-software.com/3.0/_images/request.png
[2] https://github.com/varnishcache/varnish-cache/blob/2.1/lib/l...