Viewing profile — logane
logane
HN member- Joined
- Fri, Apr 03, 2015, 6:44 PM UTC
- HN karma
- 348
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About logane
http://loganengstrom.com/
Recent public activity
- story
- story
- story
- story
- story
- comment
- story
- story
- story
-
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…
-
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…
-
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 :)
-
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…
-
comment
Comment #23474452
Sussman means free as in freedom, not free as in beer :) (see: https://en.wikipedia.org/wiki/Free_software )
- story
- story
-
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…
-
comment
Comment #22900395
Thank you for pointing this out, we will fix it ASAP!
-
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…
- story
-
comment
Comment #19870846
One of the first authors here - happy to answer any questions!
-
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…
- story
-
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…
-
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…