// archives

freebsd

This tag is associated with 3 posts

Businessmen’s guide to open-source licenses

Is it OK to take program code under a given license, add our own functionality, and then… (1) sell/license it as a product? (2) provide it as software-as-a-service?

How much open source saves for you

Lately I was thinking about quantities of code.
More specifically, how the codebase of a typical web application relates to the open-source code used in it?
For an example, let’s use a mutual-fund search web application we developed for a brokerage about a year ago. (Disclaimer about the design: they wanted feng-shui compatible, ok? We deliver.) It’s [...]

Freebsd Apache doesn’t like “env”

NOTE TO SELF: To fix the HTTP 500 error in Mercurial’s hgwebdir.cgi, it was needed to change the first line from  “#!/usr/bin/env python” to “#!/usr/local/bin/python” .

Keep in touch!