Viewing profile — jroesch
jroesch
HN member- Joined
- Thu, Dec 22, 2011, 9:16 PM UTC
- HN karma
- 390
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About jroesch
Recent public activity
-
comment
Comment #45679595
We also have a formal memory model and the program semantics are simpler so if anything reasoning about it should be easier.
-
comment
Comment #42619171
There was some solid commentary on the Ps5Pro tech talk stating core rendering is so well optimized much of the gains in the future will come from hardware process technology impro…
-
comment
Comment #42498963
Note: this is old work, and much of the team working on TVM, and MLC were from OctoAI and we have all recently joined NVIDIA.
-
comment
Comment #41492211
Having been working in DL inference for now 7+ years (5 of which at startup) which makes me comparably ancient in the AI world at this point. The performance rat race/treadmill is …
-
comment
Comment #41060574
I think this is roughly correct. My 2c is that folks used the initial web data to cold start and bootstrap the first few models, but so much of the performance increase we have see…
-
comment
Comment #38065956
I agree with this after a short while I turned off the romanization in many learning apps as it just messes with/undermines your actual learning.
-
comment
Comment #36790459
To chime in Apple already has a lot of great ML talent they are just far more deliberate and slow to change their products. People forget that FaceID was/is one of the most cutting…
-
comment
Comment #36790388
Things are already possible on today's hardware, see https://github.com/mlc-ai/mlc-llm which allows many models to be run on M1/M2 Macs, WASM, iOS and more. The main limiting facto…
-
comment
Comment #36720162
This is also just straight up FUD. ADHD is one of the few psychiatric conditions that has numerous effective medications which work reliably for a large part of the effected popula…
-
comment
Comment #36720095
It has nothing to do with the blog post quality or being different the guy has multiple key sentences which map to key ADHD experiences/symptoms. For those of us living with ADHD i…
-
comment
Comment #36720008
You just go see a psychiatrist or a psychiatric nurse practitioner and ask them to perform an evaluation. Many GPs can also perform/refer you as well. ADHD understanding and awaren…
-
comment
Comment #36530898
As the parent comment said, and I mentioned in my reply. JavaScript was just incredibly poorly optimized/not compiled and they applied 20-30 years worth of compiler research to mak…
-
comment
Comment #36530864
Long time compiler hacker/engineer and compiler/programming language PhD here all great points. Worth saying out loud that many reasons why this stuff is slow is not due to bad cod…
-
comment
Comment #35079372
This is much broader than ONNX its closer to ONNX Runtime + ONNX but it has some important advantages. StableHLO is the IR already supported by most HW accelerators including Infer…
-
comment
Comment #35079355
Microsoft and OpenAI have different technologies they have worked on including ONNX + ONNX-RT and OpenAI is focused on Triton which is a kernel compiler being used to speed up mode…
-
comment
Comment #34463092
Did a PhD half focused on verification and also very biased being an early Lean developer. imo the Lean tooling and everything is much better I personally would never use Coq again…
-
comment
Comment #29584535
There is a lot more happening around https://www.tvmcon.org this week. For example a few other cool blogs: * https://octoml.ai/blog/write-python-with-blazing-fast-cuda-l... * https…
-
comment
Comment #24806349
TLDR Yes. I having been writing C++ extensively for research/work/etc the past 5 years. Compared with modern languages it completely deserves the bad rap. C++ has come a long way, …
-
comment
Comment #21118496
Many universities just toss you an MS degree along the way for free in your PhD, but coming in with one has no real effect on your PhD length besides waving some clad requirements.…
-
comment
Comment #21118441
It is still pretty much the same, the UW stipend in Seattle is enough to rent an apartment in a nice neighborhood and eat well. Not an extravagant life but no one is going even 20k…
-
comment
Comment #21118396
I almost have a PhD from UW and concur. One failure mode I’ve observed in people getting a PhD is not fully understanding what it entails before starting. Later they undergo a pain…
- story
- story
-
comment
Comment #15254087
If you have a system that allows you to write down the semantics of these expressions you can easily prove equivalence. You can use many of the techniques posted by others to const…
-
comment
Comment #14747235
They are fundamentally not equivalent, you can not guarantee that a system respects a safety property with testing. You can prove that certain concrete instances, i.e your test cas…