Live data from Hacker News

Viewing profile — fasterbynight

fasterbynight

HN member
Joined
Thu, Oct 07, 2021, 7:02 PM UTC
HN karma
2
Public activity
5 items

About fasterbynight

No profile information was provided.

Recent public activity

  1. comment
    Comment #28963929

    I don't see why electric motors are not backdriveable enough. Boston Dynamics' Spot uses electric motors with harmonic drive gearboxes (or some other backdriveable transmission) as…

  2. comment
    Comment #28959741

    It's bonded by epoxy just like plywood is. Technically plywood is a composite (at least from a mechanical engineering perspective).

  3. comment
    Comment #28951996

    As someone with a similar background, I believe some of the confusion is because there is a lot of overlap. System identification is very similar to supervised learning, however th…

  4. comment
    Comment #28803509

    I'd don't know what you mean by "performs like" but it's definitely significantly closer in runtime speed after the first run to compiled languages than interpreted (in particular …

  5. comment
    Comment #28790775

    I don't know about other languages, but in Julia I've heard people often say that loops end up faster than the equivalent vectorized code. So while this is true for Python/Matlab I…