Live data from Hacker News

Viewing profile — Alexanfa

Alexanfa

HN member
Joined
Fri, Sep 08, 2017, 2:55 AM UTC
HN karma
14
Public activity
10 items

About Alexanfa

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #40391846

    Noticed an error; return run(w, wS, r+1,m) Should be changed to: return run(w, wS, m, r+1)

  3. comment
    Comment #40390260

    Ah, I'm using a set instead of list so I just always add and then toss remove.

  4. comment
    Comment #40389854

    Quanta: Round 1. Keep going through Hamlet, adding new words as you go. If you come to a word that’s already on your list, flip a coin again. If it’s tails, delete the word; heads,…

  5. comment
    Comment #40389730

    Was just now solving it and came to see if others had the same issue. Yep, you are right. function generateRandomNumbers(c, n) { let randomNumbers = new Array(c); for (let i = 0; i…

  6. story
  7. comment
    Comment #36105134

    I think you could apply to product manager roles within your speciality and do very well… for instance at a sales saas tool

  8. comment
    Comment #36103788

    Hey! We did some texting on https://github.com/twitter/the-algorithm without issues(*), that was around 150K lines of code. And it works great, I wish I knew more domain details ab…

  9. comment
    Comment #36103730

    Hey, What you can do is to use caching and embeddings. Embeddings are like X,Y coordinates (except with OpenAI it's 1500 dimensions not just two). You use embeddings on any type of…

  10. story
    Show HN: Tzap – Simple contextual code generation

    One of the notable limitations of GPT when generating code is its generic answers; to remedy this we've built Tzap. We index your entire repository using embeddings which enables G…