Viewing profile — tyfighter
tyfighter
HN member- Joined
- Mon, Dec 28, 2020, 12:55 AM UTC
- HN karma
- 132
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About tyfighter
No profile information was provided.
Recent public activity
-
comment
Comment #48392673
I never encountered any encryption/protection of any kind on the II (had 3 bootloaders: a simple memory loader -> a huffman tree decompressor -> another simple memory loader) and e…
-
comment
Comment #48392435
Nice :) I did this for my Axe-Fx II and III a long time ago, but I never published any of it for fear of being sued. Really, I just wanted to learn about DSP techniques and that wa…
-
comment
Comment #47473546
I just can agree with any interpretation of the article's code that believes programmers should desire silent sign extension when everything about the expression and data types inv…
-
comment
Comment #46939889
I think the lack of a real usable emulator for SGIs is holding back any kind of homebrew. I say this as one of the developer's that got SGI Indy emulation working in MAME. Yes, it …
-
comment
Comment #46493675
Another amazing piece of gaming and art by an incredible, dedicated community. I'm thoroughly enjoying it so far, and I've still got a long way to go.
-
comment
Comment #46317563
Hardware bugs can be found during chip bring-up within the first couple of months back from the fab, but since I've worked in this area I've never actually seen a bug that couldn't…
-
comment
Comment #46316933
I haven't made a website of any kind since a C&C: Red Alert fan site somewhere on GeoCities in the late 90s. I work on graphics drivers. They're hard write and even harder to debug…
- comment
-
comment
Comment #45610309
This is something I heard through the grape vine years ago, but when you're a very large corporation negotiating CPU purchasing contracts in quantities of millions, you can get cus…
-
comment
Comment #45175370
Actually, the reason Transmeta CPUs were so slow was that they didn't have an x86 instruction hardware decoder. Every code cache (IIRC it was only 32 MB) miss resulted in a micro-a…
-
comment
Comment #44852126
How is anyone just supposed to know that? It's not hard to find vim, but no one says, "You need to be running this extra special vim development branch where people are pushing vim…
-
comment
Comment #44852082
You're (they're?) not alone. This mirrors every experience I've had trying to give them a chance. I worry that I'm just speaking another language at this point. EDIT: Just to add c…
-
comment
Comment #44451198
Modern x86 implementations don't even do the XOR. It just renames the register to "zero".
-
comment
Comment #44213682
I don't know which strains credulity more: 1.) In the 1960s, the Air Force developed a top-secret device power enough to simulate the EMP of a nuclear blast, i.e. some form of Non-…
-
comment
Comment #42617399
I don't even know what a clicker game is or why one would be stimulating.
-
comment
Comment #42617364
I must not be the target audience for this kind of thing, but I really don't get it. The few times I've opened HN today I've seen this at the top, and the number of points has been…
-
comment
Comment #41780521
> The fundamental problem here is that no standardized shader ISA or even bytecode exists, and there is no material incentive for any vendor to create or agree upon one. It's not r…
-
comment
Comment #40946233
The BSF/BSR quirk is annoying, but I think there is a reason for it is that they were only thinking about it being used in a loop (or maybe an if) with something like: int mask = s…
-
story
Ask HN: Is there an ARM equivalent to Intel XED?
If not is there a reasonably similar open source library?
-
comment
Comment #40260393
Yeah, I'm sure that's what anyone trying to build some kind of AI startup that's managed to acquire a small handful of A100 or even better H100s thinks too. "Those cards sure were …
-
comment
Comment #39822399
This just in - cherry-picked shitty C++ code behaves shittly. Who cares?
-
comment
Comment #39801427
I appreciate that HN follows the research, and have wondered if others have had the same experience as me. My mother was diagnosed with Early-Onset Alzheimer's at age 57 in 2013. T…
-
comment
Comment #39576009
No, you're not getting it. The reverse engineering itself is obviously extremely difficult work, but it's the work of an individual or at best a small team. Reverse engineering wor…
-
comment
Comment #39488966
Actually, I have changed, and I've changed corporate C/C++ MANY times to satisfy compiler upgrades. It is always just shitty code. It's never something insidious. Bugs happen. It p…
-
comment
Comment #39488805
Aside from the contrived examples in the paper, the rest are bugs. The kernel exploit was a just a lack of a NULL check; another bug. Bugs are going to happen, and they're going to…