Live data from Hacker News

Viewing profile — samhld

samhld

HN member
Joined
Wed, May 17, 2017, 7:45 PM UTC
HN karma
7
Public activity
10 items

About samhld

No profile information was provided.

Recent public activity

  1. comment
    Comment #35570927

    Interesting. I've never seen it take more than a second, or maybe two.

  2. comment
    Comment #35564967

    The data is stored in TiDB and queried from there. Is there a reason you assumed it was dynamically loaded in full via the Github API?

  3. comment
  4. comment
    Comment #25951784

    The concept of "accredited investors", itself, is a great data point for why our implementation of capitalism isn't really capitalism. When opportunities are given explicitly to th…

  5. comment
    Comment #25951739

    Thanks for spreading the word. The DTCC portion of this sounds like they had a "liquidity problem" in the sense that they were trying to prevent one. The portion about not having a…

  6. comment
    Comment #25951541

    I'm confused why you're bringing up "blocking people from selling". Has that ever happened? It certainly isn't happening here. Edit: I'm guessing it's because the above comment sai…

  7. comment
    Comment #23920463

    Yep you're right -- oversight on my part. To be clear, the "not sure why you'd run a query like that" was referring to doing it the InfluxQL way (which is not the same thing)...whe…

  8. comment
    Comment #23920372

    Huh? I don't mean to come off as blaming anyone for anything. Trying to offer a work around for their problem with InfluxQL. They usually exist. They may not be good enough for som…

  9. comment
    Comment #23919529

    (InfluxData solution architect here) Boolean is supported. You query it in the WHERE clause. Try `SELECT MAX(temperature) FROM ... WHERE temperature > 10`. That said, I'm not sure …

  10. comment
    Comment #23919467

    (Solution architect at InfluxData here) Out of curiosity...what was the need for this DELETE? Deleting (not dropping) being somewhat of a "second class citizen" was a design choice…