Live data from Hacker News

Viewing profile — vulcanash999

vulcanash999

HN member
Joined
Sun, Jan 01, 2023, 8:29 AM UTC
HN karma
16
Public activity
7 items

About vulcanash999

No profile information was provided.

Recent public activity

  1. comment
    Comment #42426775

    Did you mean Llama-3.1 8B? Llama 3.3 currently only has a 70B model as far as I’m aware.

  2. comment
    Comment #41531041

    One way to approach questions like this is to change the prompt to something like "List characters in the word strawberry and then let me know the number of r's in this word". This…

  3. comment
    Comment #38413488

    You could use the access token for each request. The advantage is that it is a simpler approach, and does away with the 5-minutes restriction you refer to, as the logout/invalidati…

  4. comment
    Comment #35811773

    I agree, it probably should have been `effect(() => console.log('Name changed:', this.fullName()));` That makes more sense given the context.

  5. comment
  6. comment
    Comment #34287815

    > I’ve skimmed over the code and it was processing hardcoded index positions. I repeat the person who did that had no concept of a loop. Since the query was returning more than 250…

  7. comment
    Comment #34204969

    Besides companies, there are also solo web developers working on cross-platform apps. It opens up mobile/desktop app development to them. Learning new languages and platforms to cr…