Viewing profile — pigs
pigs
HN member- Joined
- Fri, Nov 04, 2011, 4:22 PM UTC
- HN karma
- 156
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About pigs
No profile information was provided.
Recent public activity
-
comment
Comment #23008790
I rarely visit HN anymore because of shit like this, but I decided to check back over here to see what everyone had to see. not surprised
-
comment
Comment #14311075
We use Clojure extensively at Room Key. Our main web API, various scheduled cron-like jobs, and AWS Lambda functions are all written in Clojure.
- story
- story
-
comment
Comment #13591382
Are you willing to say how much money was at risk?
- story
- story
- story
-
comment
Comment #10751709
Yes, significantly upping the ulimit would have probably been sufficient for all practical purposes, although we might run out of JVM heap space if we are up long enough. Plus, it …
-
comment
Comment #10751672
There were only two threads stuck, so monitoring the threads wouldn't have set off any alarms. One was a Clojure agent thread, which basically allowed all the clients marked for re…
- story
-
comment
Comment #10191660
This course is great: https://www.coursera.org/learn/machine-learning It's all done in GNU Octave, which is mostly compatible with MATLAB.
-
comment
Comment #7668543
He did tweet about it: https://twitter.com/KentBeck/status/461175937892356096
-
comment
Comment #6892844
You actually have to buy an add-on called WPAR Manager[1] to enable live mobility; it's not available in baseline AIX. They have been shipping this tech for several years now. Disc…
-
comment
Comment #6014470
Damn, this is sad. I'll echo the other comments here that he was a nice guy. I was an undergrad at Duke circa 1999-2000 and knew him through the Duke LUG. I was a noob, and he alwa…
-
comment
Comment #5995785
Very well stated. A few months ago I wrote a post on my company's blog pushing Clojure, and the ideas just seemed to flow. Now I'm getting around to writing a specific post on Cloj…
-
comment
Comment #4683622
Try to carve out a few hours during your real job to work on it. Build a little momentum, and then when you get home you'll be more inclined to reach for the laptop instead of the …
-
comment
Comment #4208652
socket.io.js is being served on port 8080, and is blank for me, resulting in "Uncaught ReferenceError: io is not defined" in app.js
-
comment
Comment #4044417
Nice writeup, but I would think watching Chelsea win the Champions League is the exact opposite of "an emotionally traumatic experience".
-
comment
Comment #3781652
Apparently, the algorithm behind his rotation policy is NP-complete.
-
comment
Comment #3780290
I know OSX does a lot of things right, but focus follows mouse and copy-on-select/paste-on-middle-click are two things that I can't live without.
-
comment
Comment #3684620
Perhaps just as enlightening is the location of the Esc key (to the left of Q): http://en.wikipedia.org/wiki/File:KB_Terminal_ADM3A.svg
-
comment
Comment #3646495
"I love breakfast burritos" Just a tip: we call them breakfast tacos.
-
comment
Comment #3643892
I've been using Clojurescript with a Noir backend to build an internal tool for work, and I thought I'd share my experience so far. Some background: I'm a Java guy by trade, this i…
-
comment
Comment #3587330
I've spent the past few days trying to implement a little utility app in Clojure/Clojurescript for work, and here's some of my initial impressions. I've been going back and forth b…