Viewing profile — pavelboyko
pavelboyko
HN member- Joined
- Fri, Aug 30, 2019, 4:09 PM UTC
- HN karma
- 57
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About pavelboyko
No profile information was provided.
Recent public activity
-
comment
Comment #44941526
"Despite $30–40 billion in enterprise investment into GenAI, this report uncovers a surprising result in that 95% of organizations are getting zero return. [...] The core barrier t…
-
comment
Comment #44421758
This is the best thing I discovered in this thread! Please do not give up on this. The idea closely reminded me of Ello ( https://www.ycombinator.com/companies/ello ), which was st…
-
comment
Comment #41989485
I mentored junior SWE and CS students for years, and now using Claude as a coding assistant feels very similar. Yesterday, it suggested implementing a JSON parser from scratch in C…
-
comment
Comment #39536678
Please consider adding Simplified English as an output language option, preferably with a level, e.g., A2, B1, etc. This way, I can adjust the language complexity to my kids' level…
-
comment
Comment #39202884
I have the same experience. I'm sure they are constantly finetuning the model on real user chats, and it is starting to understand low-effort "on the go" prompts better and better.…
-
comment
Comment #39165803
Spaced repetition, especially when using tools like Anki, is effective for memorizing facts. However, memorization represents the most basic level of learning objectives, see e.g. …
-
comment
Comment #39154323
Looks great! On a related note, I developed a similar free tool [1] designed for K12 teachers, primary focusing on curation and discovery of educational videos for classroom use. 1…
-
comment
Comment #32937029
Well, if I want my universe to be manageable (don't ask me why), introducing the hierarchy of scales from the beginning is a natural solution.
-
comment
Comment #32535895
This reminds me of a story that an old professor of theoretical physics told me. In the early nineties, he left the former Soviet Union for the United States to teach physics at on…
- story
-
comment
Comment #32410703
The fundamental equations for QED (electromagnetic force) and QCD (strong force) are similar, but the solutions are radically different as gluons interact with themselves in a pecu…
- story
-
comment
Comment #32189128
OBDD: Ordered Binary Decision Diagrams. This data structure allows efficient symbolic operations on boolean functions. Widely used in electronic design automation software. [1] htt…