Viewing profile — i007
i007
HN member- Joined
- Thu, Oct 10, 2024, 9:05 PM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About i007
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41817159
LLMs are designed to carry out "associative reasoning" which captures logic based on recognition and recall of compositional patterns learned during training. Having said that, we …
-
comment
Comment #41803618
// Step 1: Convert JSON object to string const jsonObject = { name: "John", age: 30 }; const jsonString = JSON.stringify(jsonObject); // Step 2: Convert the string to binary data c…