Viewing profile — MForster
MForster
HN member- Joined
- Mon, Aug 29, 2022, 7:36 AM UTC
- HN karma
- 632
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About MForster
No profile information was provided.
Recent public activity
-
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..…
-
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.
-
comment
Comment #48167511
He didn't say that.
-
comment
Comment #47612758
The sentence that you quoted is more generic. The Zig issue is only one example of "some reason".
-
comment
Comment #47612716
Or the GEZ... :-)
-
comment
Comment #47385896
It also equals x with appropriate assumptions (x > 0).
-
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…
- story
- story
-
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…
-
comment
Comment #44643530
You don't even need to re-clone. You can add jj to an existing git repo.
-
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…
-
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.
-
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. …
-
comment
Comment #43021905
https://jj-vcs.github.io/jj/latest/sapling-comparison/
- story
-
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...
-
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
-
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 …
-
comment
Comment #40103486
This is not at all what Google does, though.
-
comment
Comment #39958101
This looks great. Would be even better if it lived in VSCode, auto-syncing with my DDL files...
- story
-
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…
- story
-
comment
Comment #36682278
Yes, that's what I did (and said so in the top post)