Viewing profile — futuremint
futuremint
HN member- Joined
- Tue, Nov 04, 2008, 3:15 PM UTC
- HN karma
- 434
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About futuremint
No profile information was provided.
Recent public activity
-
comment
Comment #10118176
Blog post about how it was made: https://medium.com/salesforce-ux/how-we-designed-the-new-sal...
- story
-
comment
Comment #3031415
Basically... yeah :). Thanks for summing it up for me! Something else is I also don't really like IDEs. They really are a symptom of a larger problem. And the code navigation tools…
-
comment
Comment #3030785
Kind of random that this got picked up... I wrote that post a long time ago... I think maybe sometime in 2009. I still maintain a production application I wrote with Seaside, howev…
-
comment
Comment #3030777
Sorry about that, it was intended to be an introduction to a series of articles comparing the two. You can e-mail me if you want more details.
-
comment
Comment #2712451
I love the "worlds smallest cat at only 0.9 inches long". So funny in a completely nerdtastic way.
-
comment
Comment #2509700
I'm getting tired of all of the "geek humor" everywhere ( unicorns, ponies, lolcatz, etc.) however... I fit this description of a "poet" to a T. At one start up a few years ago, my…
-
comment
Comment #2476844
this x1000. I can't count the # of times my tests were failing on new code I wrote and it took me one second to look at is and say, "Oh yeah... this" and just flip -> to =>. So eas…
- story
-
comment
Comment #2442932
#1 question: What kinds of seeds are in there? Other questions: are the plants an invasive species? will they crowd out other plants? I imagine if they can be thrown "anywhere" the…
-
comment
Comment #2433134
Indeed, the title is misleading. The problem-solving abilities referenced in the title are those of solving the problem of finding what you want, not general problem-solving abilit…
-
comment
Comment #2365597
My favorite part is towards the end, "rich stare into the abyss a bit more starkly than the rest of us." Not being rich, but being able to use my imagination and reason to figure o…
-
comment
Comment #2364993
Most VC's are backed by enormous pension funds and/or other group retirement vehicles. This is how they can afford to bet large sums of money on multiple companies with an expected…
-
comment
Comment #2359386
I always try to appreciate the context of the times when a story was written. Learning a little more of the external context within which a story was written can, at times, enhance…
-
comment
Comment #2356290
Geezeo.com should be on that last, as I wrote their first version in Rails for them ~4yrs. ago. However I believe they've moved their official headquarters somewhere to the wilds o…
-
comment
Comment #2342754
I got to "this app wants to see all of your browsing history" and thought to myself, "why the hell would they want that?" So I clicked cancel and didn't install it.
-
comment
Comment #2342725
Each point release typically bumps the version of Google's V8 engine thats included too. So its bugfixes + the occasional performance optimization from Google.
-
comment
Comment #2332021
He does say that after a few weeks he expects to get hired. But he should totally charge an hourly rate instead of free. I know people would pay for it.
-
comment
Comment #2323362
Cool. I noticed you're using Joyent too. I'm just starting a personal project on my own no.de smartmachine I got a few months ago.
-
comment
Comment #2323227
Does the image processing happen in a child process in node? I'm curious how your code does the heavy CPU without blocking node's main thread.
-
comment
Comment #2321288
http://en.wikipedia.org/wiki/Gribble Apparently a gribble is a wood boring crustacean. Interesting.
-
comment
Comment #2314057
I have a facebook account, I had to make it to do development for a former employer. I rarely login, and given a choice I'd much rather use my Twitter or Github login. If facebook …
-
comment
Comment #2312079
Hmm... now maybe I can use my Cr48 for something...
-
comment
Comment #2311994
Except that right now when someone wants to try your gem and doesn't have XCode installed... they can also still grab their install disc. Nothing precludes them from doing that ins…
-
comment
Comment #2285955
My data is stored in CouchDB. I've written a sort of poor-man's ORM for it and have filled up my image with model objects a few times when I failed to properly detect cycles in the…