Viewing profile — Alexanfa
Alexanfa
HN member- Joined
- Fri, Sep 08, 2017, 2:55 AM UTC
- HN karma
- 14
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About Alexanfa
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40391846
Noticed an error; return run(w, wS, r+1,m) Should be changed to: return run(w, wS, m, r+1)
-
comment
Comment #40390260
Ah, I'm using a set instead of list so I just always add and then toss remove.
-
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,…
-
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…
- story
-
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
-
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…
-
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…
-
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…