I hereby claim:
- I am lorn on github.
- I am lorn (https://keybase.io/lorn) on keybase.
- I have a public key whose fingerprint is 8B30 AF6F 033C C22C FBA9 BEAC 216F C29D 5DF9 5903
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
| Installing re-smop | |
| utf8-string ( haskell package ) | |
| $ cd pugs/third-party/packages/hackage.haskell.org/utf8-string/ | |
| tar -vxzf utf8-string-0.3.1.1 ... | |
| cd utf8 ... | |
| chmod +x Setup.lhs |
| HARNESS_PERL_SWITCHES=-MDevel::Cover make test | |
| cover |
| 06:01 <@stevan> CLOS => the MOP | |
| 06:01 <@stevan> Smalltalk => the Metaclass layer and how Class and Object work together | |
| 06:02 <@stevan> Java => ... hmm, I should probably take that one out cause I cant think of anything | |
| 06:02 <@stevan> BETA => inner() ... and some of their meta-level stuff | |
| 06:02 <@rjbs> So, I've decuded that inner() is pretty much the only thing Moose gives me over Mouse, so I'm switching. | |
| 06:02 <@stevan> OCaml => the module system and the type system | |
| http://www.iinteractive.com/moose/hosted-presentations/2009/e-lamp-talk/perl-great-lannguages.xul |
| script/dispatch.fcgi -l /tmp/myapp.socket -n 5 -d | |
| # fcgi debug on DH :D |
| upstream manager { | |
| # fail_timeout=0 means we always retry an upstream even if it failed | |
| # to return a good HTTP response (in case the Unicorn master nukes a | |
| # single worker for timing out). | |
| server unix:/opt/x.com/manager/current/tmp/sockets/unicorn.sock fail_timeout=0; | |
| } | |
| server { | |
| listen 80; |