Viewing profile — bjorn2k
bjorn2k
HN member- Joined
- Fri, Dec 30, 2016, 9:09 AM UTC
- HN karma
- 32
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About bjorn2k
No profile information was provided.
Recent public activity
-
comment
Comment #38485297
C++ is not easy. But if you think about ownership you can spot the bug in a proper code-review. Smart pointers are about ownership, where a unique_ptr has unique (one owner) owners…
-
comment
Comment #35464732
I like the clean style of your website.
-
comment
Comment #30683007
What is the most important data (or strava features) you want to keep? I was actually looking into this myself, and a few parts of strava are not that hard. For me the overview of …
-
comment
Comment #27916091
I hope this is a joke.
-
comment
Comment #24763947
Also Cymer is a US company acquired by ASML ( https://www.asml.com/en/company/about-asml/cymer ). They provide the technology for EUV source.
-
comment
Comment #23298645
Until we solve all "problems", we need software. At least in some of the solutions, part of the solution will require software. The whole no-code thing is BS in my opinion, because…
-
comment
Comment #20467488
If you rely on global state, this global state is also mangled to a different symbol, this might be undesirable. For example, if you use a logger which relies on a extern defined v…
-
comment
Comment #16273311
I also would like to drop backwards compatibility in favor for a clean simple language, because I happen to write completely new functionality. If you ask yourself the question: "D…
-
comment
Comment #16272323
I agree that c++ is complex, but remember that while trying to update the language the standard committee is trying not to do breaking changes. If you can do a greenfield implement…