Live data from Hacker News

Viewing profile — MForster

MForster

HN member
Joined
Mon, Aug 29, 2022, 7:36 AM UTC
HN karma
632
Public activity
49 items

About MForster

No profile information was provided.

Recent public activity

  1. comment
    Comment #49065628

    I suspect it's more the tech companies themselves. For example, Google has a sizable office in Munich. I'm not sure if BMW would let most of their employees travel business class..…

  2. comment
    Comment #49061676

    MUC -> SFO direct for 10 days in August: consistently 682$ in economy. Nothing under 5k$ in business, some days considerably more expensive.

  3. comment
    Comment #48167511

    He didn't say that.

  4. comment
    Comment #47612758

    The sentence that you quoted is more generic. The Zig issue is only one example of "some reason".

  5. comment
    Comment #47612716

    Or the GEZ... :-)

  6. comment
    Comment #47385896

    It also equals x with appropriate assumptions (x > 0).

  7. comment
    Comment #45237612

    You are talking about spatial safety. There are a few other types of memory safety: - temporal safety (e.g. no use after free) - initialization safety (no read of initialized memor…

  8. story
  9. story
  10. comment
    Comment #44657764

    > The main things that drives me crazy about jj is that all changes are always staged implicitly. That's one way to look at it, but I would encourage you to think about it a bit di…

  11. comment
    Comment #44643530

    You don't even need to re-clone. You can add jj to an existing git repo.

  12. comment
    Comment #44473322

    The CDU has moved from very right to less right, but still right-of-center under Merkel. After Merkel they have moved back right, maybe even more than they were to compete with the…

  13. comment
    Comment #43438211

    It's quite the opposite. This is intended for engineers to make good trade-off decisions as a rule of thumb without financial micromanaging.

  14. comment
    Comment #43021935

    You can still use a similar workflow as with the index. The difference is that the staging area is modeled as a commit, so it's not another concept that will take a while to grok. …

  15. comment
    Comment #43021905

    https://jj-vcs.github.io/jj/latest/sapling-comparison/

  16. story
  17. comment
    Comment #41038274

    And here I was expecting that I could edit the text and the app would change the audio file to say what I had typed...

  18. comment
    Comment #40778981

    It's multiple locks, first up, then down. The middle section is at a higher altitude than the ocean on both sides

  19. comment
    Comment #40111552

    Is it because of the enemies? FWIW, you can turn them off. I always play with them disabled. Just not what I'm interested in. You might enjoy that, too. I also enjoyed shapez, but …

  20. comment
    Comment #40103486

    This is not at all what Google does, though.

  21. comment
    Comment #39958101

    This looks great. Would be even better if it lived in VSCode, auto-syncing with my DDL files...

  22. story
  23. comment
    Comment #39876505

    Rust by default doesn't do reference counting. You can opt into reference counting with `std::rc::Rc`. (You can even opt into mark-and-sweep GC using the `gc` crate, but this isn't…

  24. story
  25. comment
    Comment #36682278

    Yes, that's what I did (and said so in the top post)