Viewing profile — oparin10
oparin10
HN member- Joined
- Wed, Aug 28, 2019, 5:14 PM UTC
- HN karma
- 27
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About oparin10
No profile information was provided.
Recent public activity
-
comment
Comment #44577973
Apparently, it's not even close. According to https://hn.algolia.com/ : - "show hn" "nft" – 151 results - "show hn" "blockchain" – 479 results - "show hn" "crypto" – 782 results - …
-
comment
Comment #44140104
That tracks. Intel's updated AVX10 whitepaper[1] from a few months back seems to confirm this. It explicitly states 512-bit AVX will be standard for both P and E cores, moving away…
-
comment
Comment #44118960
If all you need is a good starting point, why not just use a framework or library? Popular libraries/frameworks that have been around for years and have hundreds of real engineers …
-
comment
Comment #43909936
Yes, I agree, that's likely a big factor. I've had a better LLM design experience using widely adopted tech like TypeScript/React. I do wonder if the gap will keep widening though.…
-
comment
Comment #43909529
I've had the opposite experience. Despite trying various prompts and models, I'm still searching for that mythical 10x productivity boost others claim. I use it mostly for Golang a…
-
comment
Comment #43144493
If you're willing to go the meta programming route, Rust is pretty flexible too. You can literally run python inline using macros.[1] In my experience as someone that has been usin…