Viewing profile — msackmann
msackmann
HN member- Joined
- Mon, Nov 09, 2020, 6:03 PM UTC
- HN karma
- 14
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About msackmann
No profile information was provided.
Recent public activity
-
comment
Comment #39944846
During an internship almost ten years ago, I was working on a component of the ESA Exomars 2020 mission. After leaving the company, I occasionally checked the progress of the proje…
-
comment
Comment #35684137
Interesting paper, thanks for bringing this up! I have been working on methods for trajectory optimization using both, analytic gradient computations and black box stochastic gradi…
-
comment
Comment #35684084
My guess: the cart pole is an inverted pendulum, and requires multiple left-right-swing-up movements to bring it from the “hanging” position to the “standing” position. Finding thi…
-
comment
Comment #34548552
I love the idea!
-
comment
Comment #33800792
Wow, thanks for pointing out the international Spiegel. It seems much more substantial than the free German counterpart, at least in my first impression.
-
comment
Comment #33614921
Realized profit? Or is the current value just above the value of the purchase date? I would believe the latter, as the value is still quite high. However, realizing the profit is a…
-
comment
Comment #30754127
I‘m on windows, and here it is still possible. Try checking your settings again, it is a bit hidden: goto settings/sync, then file-sync -> via WebDAV is available in a Dropdown men…
-
comment
Comment #30720945
Great, thanks, I wasn’t aware of that!
-
comment
Comment #30719897
I have the same issue with a keyboard that I love. I simply bought two of them and use one for the left and one for the right hand. Certainly not the sleekest solution, but it work…
-
comment
Comment #30719848
Having accustomed to using a Thinkpad Trackpoint, I am always struggling with separate keyboard and mouses. I mean, I rarely use the mouse, but cannot completely ditch it. The ergo…
-
comment
Comment #29625340
I don’t get the benefits of the articles vision of 6G. There is a good reason for why we use the OSI Mode and separate problems that appear at the physical layer from those that ap…
-
comment
Comment #27609824
Really amazing! Great work, indeed pretty close to the original feeling :-)
- story
-
comment
Comment #26652055
That‘s why I use the sleevenote app, which defaults to showing only the cover as large as possible. They even plan to build a square-screen music player :-D
- story
-
comment
Comment #25256100
I usually use import ipdb; ipdb.pm() for quick post mortem debugging, which also allows to see the variables at the moment where the exception was raised (Command locals()). Is the…