Viewing profile — safetydank
safetydank
HN member- Joined
- Mon, Aug 19, 2013, 12:16 PM UTC
- HN karma
- 36
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About safetydank
No profile information was provided.
Recent public activity
-
comment
Comment #8117955
Serif has had a solid Windows vector drawing app (DrawPlus) for a long time. If I remember correctly, a group of ex-Xara developers moved to Serif to write it. Affinity looks simil…
-
comment
Comment #6807676
I feel like PNaCl is the technically superior approach - define a stable set of LLVM bytecode and build an interface to run it in the browser. But the uptake is a problem, no other…
-
comment
Comment #6747564
Great work! I wish I'd seen this a month ago - I've been working on my own C++ port of three.js, but focusing on mobile and web targets via emscripten. It's reassuring to see how s…
-
comment
Comment #6480098
Ah yes, Native Client. I assume Android allows it since it runs V8.
-
comment
Comment #6480034
Ios disallows dynamic code generation at runtime - what other environments could Go target with these restrictions?