Live data from Hacker News

Viewing profile — msackmann

msackmann

HN member
Joined
Mon, Nov 09, 2020, 6:03 PM UTC
HN karma
14
Public activity
16 items

About msackmann

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
    Comment #34548552

    I love the idea!

  5. 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.

  6. 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…

  7. 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…

  8. comment
    Comment #30720945

    Great, thanks, I wasn’t aware of that!

  9. 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…

  10. 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…

  11. 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…

  12. comment
    Comment #27609824

    Really amazing! Great work, indeed pretty close to the original feeling :-)

  13. story
  14. 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

  15. story
  16. 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…