Viewing profile — microarchitect
microarchitect
HN member- Joined
- Sat, Dec 04, 2010, 6:46 AM UTC
- HN karma
- 1,202
- Public activity
- 214 items
- HN profile
- View on Hacker News ↗
About microarchitect
No profile information was provided.
Recent public activity
-
comment
Comment #9743214
Something a lot of bitcoiners don't seem to realize: the security of a blockchain is entirely due to the fact that it is too expensive to attack it. If your blockchain is "secured"…
-
comment
Comment #9529822
How good is the compiler? To paraphrase David Patterson, its easy to get really great IPC for code from a shitty compiler, but that doesn't mean your program will run faster.
-
comment
Comment #9516896
There's been a few different proposals to use functional languages to write hardware: Chisel ( https://chisel.eecs.berkeley.edu/ ) and Bluespec ( http://www.bluespec.com/ ) are two…
-
comment
Comment #9487193
It's definitely colonialism and the effect of modern western media. I know this because I grew up seeing this change happen in India. Today in India everyone (obviously an unfair g…
-
comment
Comment #9364857
I'm not sure if I understand what you mean by accuracy. This is not a probabilistic analysis. The solver considers the space of all possible outcomes for each match and returns sat…
- story
-
comment
Comment #9287614
Honestly, 8/16b ints in C and C++ are just a minefield of problems. Here's a snippet from an open source 8051 simulator that I was debugging today: if( ((RAM[ACC] & 0xF0) >> 4) > 9…
-
comment
Comment #9272929
I am not the OP, but I'm using Z3 in my research to help with the formal verification of hardware and firmware. My problem is as follows. I have a microcontroller which runs firmwa…
-
comment
Comment #8045937
This is the #1 reason why I won't stay in the US after my phd. I have no interest in being a random CEO whim away from either having to uproot my life and move back home or frantic…
- comment
-
comment
Comment #6983498
You have way too much time on your hands if you are considering review requests from people you don't know.
-
comment
Comment #6983496
What makes a conference good isn't the IEEE label but rather the reputation of the conference itself and its corresponding ability to attract a high quality program committee. The …
-
comment
Comment #6983327
The IEEE label isn't an indicator of quality and similar papers have been published in IEEE sponsored conferences. See http://diehimmelistschoen.blogspot.com/ and http://pdos.csail…
-
comment
Comment #6792271
I was in Bangalore some weeks ago and I tried the query "OK google, directions to vidyarthi bhavan." And it worked perfectly. I was amazed! The first thing that amazed me was that …
-
comment
Comment #6448354
What they are missing is that it's not performance per watt, but performance per watt per dollar. Intel may be able to build lower power/faster chips but their foundries aren't che…
-
comment
Comment #6403098
Although SAT is indeed NP-complete, modern solvers are ridiculously fast for the kinds of SAT queries that appear in scenarios like hardware model checking and verification. It's n…
-
comment
Comment #6390719
In terms of applicability, SMT (satisfiability module theory) solvers basically allow you to do things which are slightly more complex than plain SAT solving. If you're looking to …
-
comment
Comment #6330766
Some thoughts on this issue. Some of these have been expressed by others like pg already. 1. Workers are not a commodity and not interchangeable. You can't a take a network-layer p…
- comment
- comment
-
comment
Comment #6116992
Thanks for that that those very interesting links. But I still don't think that is what is going on here. In designs which rename using the ROB, the register file holds values prod…
-
comment
Comment #6115762
Sorry, this explanation is almost surely incorrect. How long something is available on the bypass network is determined by how long the instruction that produces the value takes to…
-
comment
Comment #5961066
Deeper pipelines have higher clock frequencies but this comes at the cost of lower instructions per clock (IPC). Roughly speaking, asking for a shallower pipe essentially boils dow…
-
comment
Comment #5869371
Overstaying on an F1 visa is quite hard because the school is required to report all changes in academic status through the SEVIS database. If you want to stay and work go through …
-
comment
Comment #5869348
This is not as easy you make it sound. First, when entering the US, the immigration officials verify whether student status is valid using the SEVIS database. Second, all changes t…