Live data from Hacker News

Web server in one line of bash

razvantudorica.com

61–69 of 69 posts

Re: Web server in one line of bash

#67
post #39

Earlier quoted context omitted.

I suggest you don't say things like that around Perl programmers.

Most Perl one-liners don't have semicolons.

The language lends itself to that, but as far as I am aware there is no prejudice against Perl one-liners that do contain semicolons.

Re: Web server in one line of bash

#68
post #55
post #26

Earlier quoted context omitted.

Or for https (e.g. when developing for Chrome's speech recognition API): twistd --nodaemon web --path=. -c snakeoil.crt -k snakeoil.key --https=8443 And to generate a 100-year localhost key/cert for use with this: openssl genrsa -passout pass:dummy -out snakeoil.secure.key 1024 openssl rsa -passin pass:dummy -in snakeoil.secure.key -out snakeoil.key openssl req -new -subj "/commonName=localhost" -key snakeoil.key -ou…

erm...chrome speech API?!? What exactly are you doing? and how can I do it too?

I'm doing: https://github.com/jawj/pigeonsim (now with speech recognition + geocoding, supporting a beam-me-up gesture).

Web speech API: http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-...

Post reply on HN