Live data from Hacker News

Viewing profile — hasch

hasch

HN member
Joined
Mon, Nov 12, 2012, 6:15 PM UTC
HN karma
75
Public activity
38 items

About hasch

No profile information was provided.

Recent public activity

  1. comment
    Comment #38416308

    Article mentions 2016 somewhere. They explain a bit on top of that, with more depth ... at least my rough take on this

  2. comment
    Comment #23859289

    Well, I guess the truth is, personal data of EU and US citizens is sent in secret to european agencies all the time. Such institutions are all exempt from GDPR.

  3. story
  4. story
  5. story
  6. comment
    Comment #14934779

    there are strong fundamentals. maybe they're not strong for you, but hey, that's why there is a market. nobody forces you to believe in it...

  7. comment
    Comment #14816664

    CoCalc isn't so famous for latex editing, but it has a proper Linux terminal with pandoc. That allows you to automate some tasks, etc.

  8. comment
    Comment #14811845

    the issue could be that they signal bip91, it's going to be activated, but they aren't running the actual code for rejecting the non segwit blocks

  9. comment
    Comment #14656353

    which continent and fiat currency?

  10. comment
    Comment #14512490

    GCE's Nearline maybe?

  11. comment
    Comment #14434248

    citation?

  12. comment
    Comment #14434247

    this is all an estimate. it's comprised of trading (to and from exchanges), sure, but also mining rewards, etc. there are some orgs analyzing the data, e.g. www.chainalysis.com

  13. comment
    Comment #14362957

    no, this ML level still statistical inference. next step is about structure and generalization.

  14. comment
    Comment #14263442

    with ETH you have to understand, that a lot of capital influx goes into ICOs. They need ETH as a token. It will take months or even a year to play out these ICOs and not all of the…

  15. comment
    Comment #14263411

    Someone could always go to https://coinmarketcap.com/ and (sorted by market cap) buy the top N weighted by their current market cap relative to each other. I would say there is no …

  16. comment
    Comment #14040945

    Yes, that jupyter+react implementation will be open source. It's not clear though how the feature parity will be. At least the document is exactly the same.

  17. comment
    Comment #13513259

    I bet you can get plenty of support for MySQL or Postgres

  18. comment
    Comment #12996173

    here is sagemath m = matrix([[0, 1, 0], [0, 0, 1], [1, 0, 0]]) v = vector([2, 3, 1]) m \ v (1, 2, 3) and then sol = m \ v m * sol (2, 3, 1)

  19. comment
    Comment #12703205

    I think in this case, it's more like there are "independent" recruiters with their fixed Q&A sheets sitting around, somewhere, and fishing around for possible candidates to make it…

  20. comment
    Comment #12703184

    Just FWIW, about 5 years ago someone also contacted me for a google interview. The questions were very similar, so I'm not surprised. I don't know what's going on behind the scenes…

  21. comment
    Comment #12686223

    can you give me an example? I did all sorts of numerical indexing programming, from fortran, matlab, python/numpy and R, and I am definitely more comfortable with 0 based indexing.…

  22. comment
    Comment #12676675

    Sorry for being old and still living in the Python world: I would like to see an additional benchmark for this based on Python+Numba.

  23. comment
    Comment #12651264

    In general, I don't like those X-to-Y translation pages, when the underlying concepts fundamentally change. You can't use your existing sql mindset to translate to their query lang…

  24. comment
    Comment #12411976

    FlossOffice? even stranger, and make sure to use it at least once a day :-)

  25. comment
    Comment #11884378

    sagemath is such a distribution, but also a rather thick layer of algorithms on top of that. many of them are actually written in cython, to make them fast and to have a good bindi…