Live data from Hacker News

Viewing profile — i007

i007

HN member
Joined
Thu, Oct 10, 2024, 9:05 PM UTC
HN karma
3
Public activity
3 items

About i007

No profile information was provided.

Recent public activity

  1. story
  2. 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 …

  3. 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…