Live data from Hacker News

Viewing profile — czr

czr

HN member
Joined
Sun, Jun 03, 2018, 7:37 PM UTC
HN karma
1,315
Public activity
114 items

About czr

No profile information was provided.

Recent public activity

  1. comment
    Comment #30164876

    they flipped a switch (this one, under "clear to go" subheading https://youtu.be/ToDMceo0aDs?t=20 ). tesla planning still mostly is done by C/C++ code.

  2. comment
    Comment #28711089

    nuro https://www.dmv.ca.gov/portal/vehicle-industry-services/auto...

  3. story
  4. comment
    Comment #25386958

    > Yet another throw-away product from a self-proclaimed environmentally friendly company. $79 for airpods max battery service [0]. user-replaceable battery certainly would be nicer…

  5. story
  6. comment
  7. comment
    Comment #22380959

    iirc they project small green region around the actors and real props, so that ambient light and reflections are still mostly correct but they can also get clean matte out.

  8. comment
    Comment #22285198

    how do you differentiate open-mindedness from a closed-minded preference in other direction (i.e. straight men who specifically want to out-earn their spouses)?

  9. comment
    Comment #22278563

    important to remember that header image is result of professional concept artist drawing over gaugan result (bottom left). explanation of paper is not awful but not great, would re…

  10. comment
    Comment #22096441

    actual paper https://aip.scitation.org/doi/10.1063/1.5129958 video 1 (response measurement): https://aip.scitation.org/doi/suppl/10.1063/1.5129958/suppl_... video 2 (picking up blo…

  11. comment
    Comment #21709326

    typo: under supported podcasts, heavyweight is listed twice.

  12. comment
    Comment #21665524

    for those interested, there's a longer discussion of this idea at https://jameshfisher.com/2014/05/11/your-syntax-highlighter-... (2014)

  13. comment
    Comment #21665514

    hack to switch to light mode, if you don't want to do it systemwide (paste into console): Array.from(document.styleSheets).forEach(ss => Array.from(ss.rules).forEach((ssr,i) => {if…

  14. comment
    Comment #21649787

    he hasn't worked on YOLO, only NLP. YOLO is another example of a well-known, successful researcher (Joseph Redmon) writing an informal paper

  15. comment
    Comment #21648505

    for those who aren't familiar with the author, he previously worked at metamind / salesforce research doing nlp and has published many successful nlp papers [0]. he opted to write …

  16. comment
    Comment #21628927

    haven't read paper yet, but this is a silly demo. "turn 10% of pixels black" is not a good baseline, should use nearest-neighbor interp (or something) to fill holes in the "sparse"…

  17. comment
    Comment #21564542

    problem is most likely that your initialization are bad (see e.g. https://openreview.net/pdf?id=H1gsz30cKX for explanation). make sure to use variance scaling, taking activation in…

  18. comment
    Comment #21564521

    for specifics, would recommend to simply read the code. for overall context, geohot has done interviews ([0], [1]) and that give overview of comma/openpilot at high level. [0] http…

  19. comment
    Comment #21561824

    good start op. a good next step is add in temporal context (previous frame information) so model may resolve ambiguous cases. see e.g. breakdown of comma.ai openpilot model here (f…

  20. comment
    Comment #21560685

    for those interested in the different ml methods attempted for the challenge, many of the top kagglers in this contest posted rundowns of their solution [0]. for those interested i…

  21. comment
  22. comment
    Comment #21432476

    they made an extended abstract for ismir: http://archives.ismir.net/ismir2019/latebreaking/000036.pdf methodology is a separate u-net per instrument type to predict a soft mask in …

  23. comment
    Comment #21432464

    melodyne's editing interface lets you remove different notes from a polyphonic track. so if it's just vocals + other tonal sounds, you can manually remove the other tonal sounds. e…

  24. comment
    Comment #21432435

    messed around with the 2stem model for a bit and it's reasonably good. I think phonicmind is still a bit better - phonicmind tends to err on the side of keeping too much, while the…

  25. comment
    Comment #21377264

    timestamped link: https://overcast.fm/+R7DXB8Hbs/14:08