Hacker News new | ask | show | jobs
by bombcar 778 days ago
Everyone says this, but nearly nobody does it.

Just like security through open source, it's more a nice myth than a reality.

2 comments

I do it; I like messing with install scripts and optimize them. My next big yak shaving project will be to optimize rkhunter. Did you know it is a 20K line POSIX shell script? I read through it a couple of times, and there's significant potential for improvement both in performance and in its security. For me it's a lot of fun because I like programming in Bourne-derived shells.
I skim little python or bash scripts when I download them. It depends on the project. (I try not to download much source code because this is a pain to do).