Viewing profile — stoph
stoph
HN member- Joined
- Wed, Aug 24, 2011, 2:54 AM UTC
- HN karma
- 19
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About stoph
No profile information was provided.
Recent public activity
-
comment
Comment #3185013
You have to take into consideration developer time, because often you are paying more for your staff than for your servers. Python and Ruby applications are known (unsourced) to ha…
-
comment
Comment #3184984
My issue with CouchDB is the basic approach. Instead of maintaining indexes, the goal of CoachDB is to pre-cache all search functions with the actual result, for all records. This …
-
comment
Comment #3184922
I think the key to recovering from over-commitment is to increase your rates. If you are over-committed, you are giving away your time for too little money.
-
comment
Comment #3016051
We are using Softlayer and we found that on our server we were not bottlenecked by memory, CPU or disk I/O. However, we were bottlenecked by our bandwidth which sat around 5 MB/s. …
-
comment
Comment #2988602
Thanks. I'll be checking this out, although I was hoping they would also have something equivalent to jQuery's Sortable ( http://jqueryui.com/demos/sortable/ ).
-
comment
Comment #2988545
I'm having a hard time nailing down what the killer features are here. For example, I saw that they advertise drag-and-drop with support for touch devices, but I couldn't even find…
-
comment
Comment #2988390
I do a lot of near-pixel-for-pixel reproduction from Photoshop documents, and I find that using rule nesting, mixins and child selectors (a similar style to the final example from …
-
comment
Comment #2980596
I think this is where the mantra, "Those who cannot do, teach," comes from.
-
comment
Comment #2972033
There is already a github mirror: https://github.com/php/php-src
-
comment
Comment #2956440
I wonder how hard it is to open source a Google product. I imagine that Google's products are heavily tied in to its proprietary solutions like BigTable.
-
comment
Comment #2956407
I would add a page on the site to view the source for the mixins.
-
comment
Comment #2952316
My first thought here is that fast food chains will try and pick this up to cut costs, it can be grown cheaper than farming.
-
comment
Comment #2952312
EC2 has had some issues in the past, but did those issues affect S3? Even if you're on linode, you might find sending large binaries to S3 is a cost-efficient way to increase your …
-
comment
Comment #2936147
I would encourage you to consider sending people to a completely new URL instead of loading the lyrics with Ajax, unless the browser supports the HTML5 History API. That way, peopl…
-
comment
Comment #2919252
Is there any connection to be made between this article and the usage of signed cookies to hold session state? Database-backed sessions hold a state that you know your application …