Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Alexanfa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
World Modelling (2015) [video]
(youtube.com)
1 points
by
Alexanfa
2y ago
|
0 comments
2.
▲
by
Alexanfa
2y ago
Noticed an error; return run(w, wS, r+1,m) Should be changed to: return run(w, wS, m, r+1)
3.
▲
by
Alexanfa
2y ago
Ah, I'm using a set instead of list so I just always add and then toss remove.
4.
▲
by
Alexanfa
2y ago
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, and the word stays on the list. To: Round 1
5.
▲
by
Alexanfa
2y ago
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 < randomNumbers.length; i++) {
6.
▲
In Conversation – Geoffrey Hinton and Joel Hellermark [video]
(youtube.com)
2 points
by
Alexanfa
2y ago
|
0 comments
7.
▲
by
Alexanfa
3y ago
I think you could apply to product manager roles within your speciality and do very well… for instance at a sales saas tool
8.
▲
by
Alexanfa
3y ago
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 about twitter to be able to really lever
9.
▲
by
Alexanfa
3y ago
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 text. Here you would embed user prompts and store answ
10.
▲
Show HN: Tzap – Simple contextual code generation
(tzap.io)
4 points
by
Alexanfa
3y ago
|
2 comments