Viewing profile — fasterbynight
fasterbynight
HN member- Joined
- Thu, Oct 07, 2021, 7:02 PM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About fasterbynight
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #28959741
It's bonded by epoxy just like plywood is. Technically plywood is a composite (at least from a mechanical engineering perspective).
-
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…
-
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 …
-
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…