Viewing profile — jmz92
jmz92
HN member- Joined
- Fri, Feb 07, 2014, 11:57 PM UTC
- HN karma
- 36
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About jmz92
Recent public activity
-
comment
Comment #7855378
I'm curious: how would the achievement gap change if all or most post-secondary education was delivered online instead of at physical colleges/universities?
-
comment
Comment #7855343
The point isn't that she didn't learn to study. If you had read just a little bit farther, you would have seen the real reason: at the first minor setback she met, she began to que…
-
comment
Comment #7484527
Regarding your comment on an "FPGA backend" for GCC, you have to understand that simulating a VHDL design (what is implemented) is a drastically simpler task than synthesizing an F…
-
comment
Comment #7393642
I was two blocks away at Stubb's when this was going on, and I walked through that area many times already during SXSW. I very rarely realize how fragile my life is, but events lik…
-
comment
Comment #7348398
In a couple years or so, my bet would be on Rust.
-
comment
Comment #7308415
The big difference from my perspective is that Atom isn't currently FOSS. Other than that, the maturity of the emacs ecosystem is both one of its greatest features and a bit of a c…
-
comment
Comment #7202304
LLVM intermediate representation and Mill code are going to be pretty different. The LLVM machine model is a register based machine (with an arbitrary number of registers--the back…
-
comment
Comment #7199651
> "Interesting, the architecture looks greatly simplified compared to even standard RISC" Depends on how you define simplicity, really. Writing a good back-end for this architectur…
-
comment
Comment #7199639
Some of the memory ideas are similar--Itanium had some good ideas about "hoisting" loads [1] which I think are more flexible than the Mill's solution. In general, this is a larger …