Live data from Hacker News

Viewing profile — niborgen

niborgen

HN member
Joined
Mon, Jun 10, 2024, 7:26 PM UTC
HN karma
62
Public activity
29 items

About niborgen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48473212

    It kicked me out of Fable 5 and switched to Opus 4.8 for this prompt: "csetibius water clock why two stage gear system why not just one stage" which has nothing to do with cyber se…

  2. story
  3. comment
    Comment #42471431

    I don't know. How could I check that?

  4. comment
    Comment #42471426

    Thanks, didn't know that she had a contact form. I just did.

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #40704879

    Are Robert Linn and Linn Smart Computing related? Can't find any link between them. Maybe they are eponyms?

  12. story
  13. story
  14. comment
    Comment #40667297

    Not sure if I follow here. Whenever I used PWAs, it was just another tab in my browser. How do PWAs preclude using tabs?

  15. comment
    Comment #40667249

    The Kalman filter code does need floats, though. So here we did indeed need a conversion.

  16. comment
    Comment #40667236

    The prediction quantities were indeed zero, as they get discretized by multiplying with the sampling time. You're right that some discretized part of the update quantities were als…

  17. comment
    Comment #40667211

    > Granted it was 2013, don't sweat yourself. Don't worry, I don't. Funnily, recently something very similar happened. At work, there was this C++ class that had a 'void reset()' me…

  18. comment
    Comment #40667192

    Out of curiosity: were you taught how to program properly in university? I'm grappling with the question if colleges should, or if it should be left to 'the school of life'. I'm gr…

  19. story
  20. comment
    Comment #40663541

    Right, sorry! Corrected now.

  21. comment
    Comment #40661180

    Never worked with Swift before, but this checks out: https://swiftfiddle.com/mt5uptmbynbt7bi4jot7m5laum Careful though, if you don't have :Float on ts it still gives 0.

  22. comment
    Comment #40661139

    Totally. Luckily, these #defines are often easy to grep for.

  23. comment
    Comment #40661119

    Author here, totally agree with you. Changing the preprocessor directive was just the way I fixed it way back when. Of course, the real fix is to use a proper constant.

  24. comment
    Comment #40656863

    Thanks for your comment. The blog post was written with C++ in mind, but I just learned that C now also has constexpr: https://en.cppreference.com/w/c/language/constexpr . Time to …

  25. story