Live data from Hacker News

Viewing profile — gane5h

gane5h

HN member
Joined
Thu, Sep 03, 2009, 5:26 AM UTC
HN karma
125
Public activity
32 items

About gane5h

Founder of covalenthq.com – building data connectors and analytics for blockchains and other DLTs.

http://iamganesh.com; iamganesh.swami@gmail.com

Feel free to contact me. I live in Vancouver, Canada.

Recent public activity

  1. comment
    Comment #18601433

    The culture around cryptocurrencies can be a little insular – so we're sharing our onboarding guide that teaches you to buy cryptocurrencies step-by-step. I think it's broadly appl…

  2. story
  3. comment
    Comment #10437307

    I've used this in the past, in high performance math. If you have data (vectors, matrices, etc.) that doesn't fit neatly into a SIMD block size, you'll have to zero out fields afte…

  4. comment
    Comment #9936911

    Congrats to the compose folks! IIRC, they acquired Cloudant a little while ago.

  5. comment
    Comment #9809369

    We store our event stream data in Elasticsearch. Two features that made it appealing: * the ingest-side can be scaled up by adding more shards * the query-side can be scaled up by …

  6. comment
    Comment #9801048

    The closest to a hosted solution I've come across is Azure's DataLake announced at the recent Build conference: https://azure.microsoft.com/blog/2015/04/29/introducing-azur... We'r…

  7. comment
    Comment #9351005

    Really cool write up – thanks! First time I’m hearing about CitusDB. They appear to be building a columnar, distributed database while preserving the Postgres frontend (similar to …

  8. comment
    Comment #8439976

    Going on a tangent here: this benchmark highlights the difficulty of sorting in general. Sorts are necessary for computing percentiles (such as the median.) In practical applicatio…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #7658436

    I learnt this the hard way. Initially, I designed the API with bigints for ids and found some older versions of PHP didn't support bigints. I had to switch to using strings.

  15. story
  16. story
  17. story
  18. comment
    Comment #7442927

    Good feedback. Still iterating on the messaging – at this stage, we are still figuring out how to describe the product. When you begin incorporating ES into your application, rough…

  19. comment
    Comment #7440408

    My biggest difficulty with the documentation is the lack of examples and a logical layout. That's why at our company (we do hosted ES), we decided to invest in a new documentation …

  20. comment
    Comment #7330261

    Say I'm trying to sell water. Features: Liquid at room temperature. One oxygen atom, two hydrogen atoms. Has high specific heat capacity. Benefits: Helps with the balance of bodily…

  21. comment
    Comment #7330193

    I have a couple of side-projects as well as a startup. The last few years, I’ve switched my side-projects to helping people with their backend infrastructure or architecture. This …

  22. comment
    Comment #7267845

    There're many examples on GitHub, here's one I found just by searching: https://github.com/tbarbugli/django_longpolling

  23. comment
    Comment #7266298

    Two ways you can do this: 1. Long polling: It’s definitely possible to have thousands of long-lived requests with something like gunicorn/tornado. Remember to turn-off buffering in…

  24. comment
    Comment #7225872

    Really impressed with the pace of innovation in the last few months: cat api, aggregations, snapshots. The unfortunate side effect is that books and stack overflow posts written be…

  25. story