Viewing profile — zachanker
zachanker
HN member- Joined
- Wed, Jan 26, 2011, 9:57 PM UTC
- HN karma
- 77
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About zachanker
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- comment
-
comment
Comment #8103758
Hah! Glad to hear some people got some use out of it. It was definitely a huge pain to work through all of that.
-
comment
Comment #8097597
Real Estate agents post their own listings on Craigslist. There are companies who provide the fancy HTML templates you see real estate agents use, but Craigslist doesn't allow auto…
-
comment
Comment #8097577
I worked at Placester for a couple of years and built the system that imports data from real estate agencies. When I left last year, we had coverage with around 90% of the MLS's in…
-
comment
Comment #6052687
That's what errbit is for. You only have to use the Airbrake libraries for reporting the errors, and errbit hosted locally collects/notifies/displays them. If you already integrate…
- comment
-
comment
Comment #4844592
Since you're only using 1GB, you would pay 9.5 cents for the storage a month. Then about $122.76/month for the bandwidth since the first GB is free and it's $0.120 per GB afterward…
- story
- story
-
comment
Comment #4069038
Started to use Stripe recently for a project and have used Braintree extensively for work. Your comparison is spot on. There are some small differences such as, Stripe can send cre…
-
comment
Comment #3982694
The aggregation framework is meant to fill a gap between SQLs SUM, COUNT, AVG, etc without requiring a full map/reduce. The Hadoop integrations are unrelated and are just a nice li…
-
comment
Comment #3971847
Seems that they do http://www.videolan.org/vlc/download-ios.html unless it's a different iOS version of VLC than the one on the app store that was removed.
-
comment
Comment #3950441
In addition they changed the private repo indicator so it's no longer a very obvious yellow background, but a single label that says "PRIVATE". It was actually useful to have a ver…
- comment
-
comment
Comment #3197120
It would be nice if "Plans & Pricing" on https://www.mybalsamiq.com/ actually took you to http://balsamiq.com/buy?p=myb rather than http://balsamiq.com/products/mockups/mybalsamiq#…
-
comment
Comment #2717032
Even with the iteration count, SHA512 is not exactly meant to be slow. They're taking the long way around to try and get the security of bcrypt... without just using bcrypt.
-
comment
Comment #2716597
It was crypt-MD5, the fact that they call it MD5 with salt is generous at best. They seem to have made the decision to move to crypt-MD5. I don't really have any faith in their abi…
-
comment
Comment #2713157
The invites weren't actually that bad, nothing like Gmail was initially. Most (Everyone?) had unlimited invites for a good 4-5+ hours. You could actually get in if you refreshed th…
-
comment
Comment #2699972
I actually had the same concerns, but after going through it they give you two ways to solve that: One is you can set a backup phone to use to get into the account, it can even be …
-
comment
Comment #2686448
Yes, there is support for stream parsing of JSON. I haven't tried it myself, https://github.com/lloyd/yajl is one example, which has various bindings in other languages.