Viewing profile — glram
glram
HN member- Joined
- Fri, May 01, 2020, 4:50 AM UTC
- HN karma
- 4
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About glram
Recent public activity
-
comment
Comment #23158201
I'd like a language that allows me to explicitly annotate my code for vectorization/SIMD. Too often compilers aren't able to vectorize efficiently because the heuristics don't dete…
- story
-
comment
Comment #23151544
Professor Strang’s lectures helped me greatly during my linear algebra class. I thoroughly appreciated his clear, coherent lecture style. On another note, he is such a nice guy. 10…
-
comment
Comment #23106284
For a very introductory perspective, the following sites are really useful: [1]: http://web.mit.edu/6.031/www/sp20/classes/05-version-control... [2]: https://try.github.io/
-
comment
Comment #23105895
Thanks for the follow-up! I've always thought the TOFU thing was a huge issue: it's hard to verify the first time and rotating server certs is a nightmare. Are there any products/t…
-
comment
Comment #23105636
Definitely. If you're going for something integrated, Intel/AMD (and maybe x86 in general) are out of the question. For a PC, though, using ARM can be tough if you're trying to use…
-
comment
Comment #23105444
I really like the certificates for SSH idea... I've never thought about this and have always used vanilla keys. Does anyone have experience using this? Besides giving auditing info…
- story
- story
-
comment
Comment #23100051
I think this is another sign that iOS/iPad OS and Mac OS are converging. If I had to guess, once Apple adopts ARM processors for the Mac, there won't be much of a distinction betwe…
-
comment
Comment #23094602
This is really nice. Even with code review secrets still slip through the cracks. I imagine this will be quite pricey tho.
-
comment
Comment #23094582
Ah I was hoping based on the headline that this would be some sort of analysis of the actual code -- aka a pie graph of the different language features each team member uses. Kinda…
- story
- story
-
comment
Comment #23083540
This is quite a disappointment indeed. Turns out that compilers only use like 10% of the instructions in x86. While there are some efforts to fix this (at least for SIMD) with bett…
- story