Viewing profile — dizon
dizon
HN member- Joined
- Fri, Jan 05, 2018, 4:39 AM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About dizon
No profile information was provided.
Recent public activity
-
comment
Comment #29657935
Exactly.
-
comment
Comment #29633591
Rust could have been a great systems programming language. Unfortunately, it has been taken over by web developers. All systems programming jobs are still in C/C++. It could have b…
-
comment
Comment #29633032
The problem occurs when I arrive on a landing page for a project re-invented in Rust that advertises not encountering double frees as a feature of the project. I notice the project…
-
comment
Comment #29632182
This is misleading. It claims to support TypeScript but doesn't type check. If you're looking for fast compile times with type checking, we've been using JS++ [0], which is written…
- story
-
comment
Comment #16076677
The problem with that is you'll essentially re-download the entire JVM (and libraries) on each page load. If you don't want to use a Java applet, you would need to reimplement GC, …
-
comment
Comment #16076589
In the end, how will this differ from a Java applet?