Viewing profile — mgottein
mgottein
HN member- Joined
- Wed, Dec 02, 2015, 5:05 PM UTC
- HN karma
- 22
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About mgottein
No profile information was provided.
Recent public activity
-
comment
Comment #13851710
I personally believe one of the biggest reasons for the popularity of managed code is GC. Manual memory management is pretty hard to get right, even the C++ stl offers reference co…
-
comment
Comment #13798227
Strings are one of the most difficult things to get right in any standard library. You can be like C and offer barebones support, but many developers will make mistakes. You can be…
-
comment
Comment #13583837
As someone who has never hosted an image service like this, what actions do you have to take to stop "bad" people from using your service? For example, uploading inappropriate / il…
- comment
-
comment
Comment #12859791
It does have multiple cursors. See https://code.visualstudio.com/Docs/editor/codebasics#_multip...