Live data from Hacker News

Viewing profile — nzadrozny

nzadrozny

HN member
Joined
Fri, Sep 10, 2010, 6:09 PM UTC
HN karma
111
Public activity
61 items

About nzadrozny

Cofounder, CEO, platform and search stuff at https://bonsai.io & https://websolr.com

Recent public activity

  1. comment
    Comment #26786504

    Perhaps telling that none of the Found team are still at Elastic, from what I can tell on LinkedIn. I pay attention to that kind of stuff because (full disclosure) I operate the _o…

  2. comment
    Comment #26786460

    They would have to triple-quintuple-backflip-down on "open." So, maybe? It depends on how much value is being created besides the code, in squishier parts of the business like serv…

  3. story
  4. comment
    Comment #10248083

    > I wonder why they don't tell that AWS is their service provider. It's because Heroku's choice of vendors shouldn't matter to their customers. They see it as an implementation det…

  5. comment
    Comment #10199747

    And a high bar, too, which is good for everyone.

  6. comment
    Comment #10199157

    > Can add-ons be launched inside a private space? Addon provider here: haven't heard anything official from Heroku on this, so this is my own personal speculation based on the curr…

  7. comment
    Comment #10033629

    Seems that "S3 offline" is the AWS equivalent of a datacenter falling into the ocean. Gotta wonder how many services are using S3 as a faux message queue?

  8. comment
    Comment #9942394

    Hmm. Considering Heroku dynos start at $0/mo for development, that may be an apples and oranges comparison here ;) In the context of reasonable hobby/development costs, I our $10/m…

  9. comment
    Comment #9938889

    Relevant to my interests. Founder of ES host Bonsai.io. Echoing mrkurt, ES is indeed hefty to run. Elasticsearch is going to require a hundred+ megs of RAM just to run an empty nod…

  10. comment
    Comment #8319322

    Seems like the closest we've got is OAuth with your Google/Facebook/GitHub/Twitter account.

  11. comment
    Comment #8319307

    > He did not say web or browser. He said nodejs. Indeed; more generally, I said CLI. TLDR of the previous link: it's an interesting general-purpose take on using ssh public/private…

  12. comment
    Comment #8297071

    Actually, I was recently pointed at Joyent's node-http-signature[1], which is pretty clever. It can sign an HTTP request using one's SSH keys. Handy for a CLI client for a HTTP API…

  13. comment
    Comment #7918604

    It wasn't a management console compromise, it was an old API key that got leaked.

  14. comment
    Comment #7918596

    Hey all, Bonsai cofounder here. It was an old API access key that got leaked, not our account credentials. We're still investigating how and where the key got leaked, but bottom li…

  15. comment
    Comment #7406152

    Probably an SEO/branding move for Algolia.

  16. comment
    Comment #7228151

    Thanks. I screwed up our CDN settings while trying to push out some changes. Working on that :-)

  17. comment
    Comment #7226383

    I'd like to point out that two competing founders of hosted Elasticsearch as a service agree: ES is great, but not a general-purpose data store :-)

  18. comment
    Comment #7226332

    We've got a free Heroku addon that's pretty easy to spin up and play with. Elasticsearch also has an analyze[1] API that can be helpful to play around with. It's also possible to d…

  19. comment
    Comment #7226290

    Sure, that's a fair point. Data consistency reliability in ES and Lucene will only get better over time. But I personally suspect Lucene won't ever get away from the dreaded "just …

  20. comment
    Comment #7225957

    I host and support websolr.com and bonsai.io and have seen a lot of search implementations. The main thing for good stability and performance is to be very good at batching your up…

  21. comment
    Comment #7225934

    Ditto open file handles, which is easy to push when aggressively over-sharding. Not an uncommon mistake for the enthusiastic newbie. Having supported Solr/ES/Lucene in production f…

  22. comment
    Comment #6574226

    Or, along those lines but less world-dominating, "Sorry for [choosing a time and location for our meeting that resulted in exposing you to] the rain." Same point, though. The super…

  23. comment
    Comment #5835488

    Hear, hear. And while we might not be able to fix a problem without understanding causation, we certainly can't find the causations without first recognizing that there is a proble…

  24. comment
    Comment #5555687

    I enjoy working with Jekyll a lot, because no code is faster than no code. When I'm working on static marketing content, Jekyll will literally regenerate a page faster than I can a…

  25. comment
    Comment #5319507

    Full text search usually presumes an index, for a lot of functional differences compared to the browser's naive substring-matching Ctrl-F. And any proper search index is going to b…