Live data from Hacker News

Viewing profile — logane

logane

HN member
Joined
Fri, Apr 03, 2015, 6:44 PM UTC
HN karma
348
Public activity
50 items

About logane

CS PhD student at MIT. Contact: last.first@gmail.com

http://loganengstrom.com/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
  7. story
  8. story
  9. story
  10. comment
    Comment #29478146

    Chisel and this project are different; chisel is a programming language to design hardware while this is a build tool for hardware design. In software we have a nice compilation pr…

  11. comment
    Comment #26134770

    Not sure if I follow your JFT argument, but there's a large body of work on both (a) studying whether chasing ImageNet accuracy yields models that generalize well to out of distrib…

  12. comment
    Comment #24465836

    You can use the same trick to make a touch screen for any laptop with a webcam! https://github.com/bijection/sistine The mirror system isn't quite as macgyvered though :)

  13. comment
    Comment #24465628

    > I've seen TikTok videos go viral being really critical of the US government including its foreign policy. The kind of video that would just be invisible or outright banned from Y…

  14. comment
    Comment #23474452

    Sussman means free as in freedom, not free as in beer :) (see: https://en.wikipedia.org/wiki/Free_software )

  15. story
  16. story
  17. comment
    Comment #23219626

    I'm a computer science PhD student, and I mostly maintain/create open source projects ( https://github.com/lengstrom/ ) in the evenings for fun --- its particularly great you're wo…

  18. comment
    Comment #22900395

    Thank you for pointing this out, we will fix it ASAP!

  19. comment
    Comment #22899660

    Hi HN, author here! As students facing online instruction, we built ZoomerBackgrounds to solve firsthand the everyday problems of having subpar backgrounds and spoke with several f…

  20. story
  21. comment
    Comment #19870846

    One of the first authors here - happy to answer any questions!

  22. comment
    Comment #17442542

    We took a look at adversarial examples for linear classifiers (and in general, we looked at properties that adversarial training induces) here: https://arxiv.org/abs/1805.12152 For…

  23. story
  24. comment
    Comment #17055986

    Whoa, I made Hextris ( https://github.com/hextris/hextris , one of the games removed from the store) a few years ago! Is there any precedent in OSS developers being held responsibl…

  25. comment
    Comment #15604775

    Another author here - adversarial training is not sufficient to protect against white-box attacks but it seems to be the best method we have so far ( https://arxiv.org/abs/1706.060…