Live data from Hacker News

Viewing profile — andrewgrowles

andrewgrowles

HN member
Joined
Tue, Apr 29, 2014, 4:34 PM UTC
HN karma
7
Public activity
7 items

About andrewgrowles

andrew at rowles.io

Recent public activity

  1. comment
    Comment #17802565

    Read this the other day. I don’t see why Netflix needed to build nteract. JupyterLab has great extensibility (albeit very under-documented).

  2. comment
    Comment #16629542

    This is funny. My senior design project is very similar. We have a Steam VR app, built in Unity3D, where we can search/load 3D models at runtime from a backend web service. I've wr…

  3. comment
    Comment #15681098

    BigQuery would probably be the easiest, low maintenance approach. Normally I would leverage the Hadoop ecosystem for this type of ad-tech/analytics problem, but I am not 100% certa…

  4. comment
    Comment #15681078

    This is not going to perform well with this amount of data. HTTP Response times for queries are likely to timeout. Needs a job-based queue.

  5. comment
    Comment #14184552

    I'd look for a library and not write one from scratch. Lucene [1] and OpenFST [2] are great implementations. I haven't used C#, so I don't know if bindings exist or not. Also you m…

  6. comment
    Comment #14184394

    A FST seems like a good fit for this problem. I believe it will be much more compact than the Aho-Corasick algorithm trie structure. Depends on the size of the dictionary.

  7. story