Live data from Hacker News

Viewing profile — tdj

tdj

HN member
Joined
Tue, Dec 21, 2010, 2:18 PM UTC
HN karma
70
Public activity
29 items

About tdj

Machine learning, natural language processing, mobility. Berlin, Germany

Recent public activity

  1. comment
    Comment #33320601

    In my experience, I have started to believe ML Engineer is short for "YAML Engineer".

  2. comment
    Comment #30137836

    I built a similar app using a Kaldi's nnet3 model running embedded; the thing was so responsive that our demo to an SVP went sideways: when he gave a query, the app responded nearl…

  3. comment
    Comment #24162916

    Both of the titles you mention were the type of books that I had to put them down and started reading them again later. For different reasons though. Once the world building clicke…

  4. comment
    Comment #21109305

    The building I live in in Berlin, 1910-ish construction with two more wings in the courtyard, everything accessible through the front gate - it has the same principle implemented w…

  5. comment
    Comment #20477328

    This screenshot of an Ars Technica journalist with Phil Zimmerman, PGP author (yes, not the same as GPG), is very telling: https://arstechnica.com/information-technology/2016/12/op…

  6. comment
    Comment #20230808

    My beef with Slack is that everyone in this comments section is pretending it's an async communication tool, but that is only true people that are used to working without context s…

  7. comment
    Comment #19010548

    Krško is a Westinghouse design. I've spent quite some time in the area, and nobody really worried about the power plant. The smell of the cellulose plant in the city center on the …

  8. comment
    Comment #18881886

    Their hypercube covering formalism can be seen as decision tree induction with a specific partitioning rule, and terminating branching only at uniformly labeled leaves. But try are…

  9. comment
    Comment #17406409

    After interacting with a post about yachting, the ad engine behind Instagram suddenty thought I am a multi-millionaire and I got a ton of ads on fancy watches, McLarens, Bentleys, …

  10. comment
    Comment #13909143

    Not sure how many do this, but you're basically describing my situation, 8 min commute to Mitte, and relatively cheap. Due to the rent control, rents only jump after tenants change…

  11. comment
    Comment #13840604

    One common pattern I had to frequently use was HSET of the same key on multiple hashmaps and different values. Not quite HMSET, but MHSET was a good name for it.

  12. comment
    Comment #13259550

    I remember reading about this in the late 90s, open hardware was a fairly new concept then. But you needed to be an electrical engineer to make one yourself, more or less; I wanted…

  13. comment
    Comment #12174218

    Aren't skip-grams equivalent to NMF of the PPMI matrix? https://papers.nips.cc/paper/5477-neural-word-embedding-as-i... .

  14. comment
    Comment #10354824

    Actually once you have information on depth (which isbwhat they get from multiple camera perspectives), and your bas image at near-infinite DoF you can pretty much dial your depth …

  15. comment
    Comment #10351768

    There was a pretty good interview with their CTO a few months ago on Imaging Resource. Much more technical than what you see on the site, also gives a glimpse on what they were thi…

  16. comment
    Comment #8503848

    I'm 29, and I have already started feeling this. Just a few years ago, I could do 12-14h coding days sustainably, but now, anything above 11h sustained for weeks really shows in my…

  17. comment
    Comment #7988493

    A layout engine works on a different level of abstraction, putting layout features in CSS will be awkward. CSS is fine for typographic features and selectors, but layout is all abo…

  18. comment
    Comment #7156284

    Does anyone have a good explanation for why the pages uses 1-frame videos for static pictures? Does WebM offer better quality-per-KB than JPEG?

  19. comment
    Comment #7085386

    This. I use 0.1px for smaller type, and 0.25 for bigger. It also makes it look thicker. Also, the same problem is also present in Safari for Windows, in case anyone actually uses i…

  20. comment
    Comment #7032042

    I'm pretty happy with django-compressor.

  21. comment
    Comment #7020127

    It's a horrible thing indeed, especially when trying to use a print-optimized font. Luckily the canary version uses the fancy Windows font rendering pipeline so it's merely a matte…

  22. comment
    Comment #6791731

    I'm surprise no-one mentioned ALICE - aluminium + ice (water). A paste-like substance that's quite a powerful rocket propellant. http://news.discovery.com/tech/nanoaluminum-rocket-…

  23. comment
    Comment #6674159

    It would be good to note that this implementation doesn't actually support de-compression (as is also noted in the to-do list). It is able to read headers and other metadata, as we…

  24. comment
    Comment #6455501

    Actually, I think you could save yourself some trouble and use scikit-learn's built-in text preprocessing utils: Word counter: http://scikit-learn.org/stable/modules/generated/skle…

  25. comment
    Comment #5620817

    I solved this by using the "Insomniac" approach - if you play a silent sound every 30 seconds or so, the scheduler will reset the sleep timer and the app will keep working. It drai…