Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sunnyba
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Forcing LLMs to Play Scrabble Together (ScrabbleBench)
(sunnybala.github.io)
2 points
by
sunnyba
1y ago
|
0 comments
2.
▲
by
sunnyba
1y ago
I used gemini for the general art as well!
3.
▲
by
sunnyba
1y ago
nice! I was personally surprised seeing scores roll in that were lower than mine, since I had played the level so many times while debugging haha. Best in the system now is 17.1s and it must have been a near perfect run.
4.
▲
by
sunnyba
1y ago
Thank you, I appreciate you sharing that!
5.
▲
by
sunnyba
1y ago
thanks for the traffic everyone -- definitely hitting rate limits on gemini already so if it doesn't work please give it a try later in the day or try the example. Apologies for the inconvenience! If anyone on the gemini team can help
6.
▲
by
sunnyba
1y ago
Thanks! A few friends have starting using the generated digis as profile pictures because of how recognizable they are. I was definitely surprised at how good the models had gotten.
7.
▲
by
sunnyba
1y ago
Thanks! Like another user commented below, I think the appeal of the pixel art sprites is that at a lower level of detail it can feel really accurate. 10 different real life red jackets can all end up as the same pixel art representation bu
8.
▲
by
sunnyba
1y ago
Thanks! There are some content filtering rules via Gemini, but if you got an error on Trump I'm guessing it's an issue with the image generation rate limit getting overloaded.
9.
▲
by
sunnyba
1y ago
thanks for the kind words!
10.
▲
Show HN: Lil digi – play a platformer game as yourself
(lildigi.me)
30 points
by
sunnyba
1y ago
|
22 comments
11.
▲
by
sunnyba
1y ago
Saw some more granular charts on this for the different options here as well for those interested: https://unusualwhales.substack.com/p/unusual-options-trading...
12.
▲
by
sunnyba
2y ago
Really creative game! Great work. Echoing the suggestions in the other comments to provide some clue on the number of letters.
13.
▲
by
sunnyba
3y ago
Is there a simple way to download the portion of the data that was breached for just our own account? I've switched providers and deleted my LastPass account after this last breach but getting to see that would make it a lot easier to
14.
▲
by
sunnyba
3y ago
Implemented a history button after completing the game that should make it easier for you to share!
15.
▲
by
sunnyba
3y ago
this is a great idea, let me see if I can make that easier!
16.
▲
by
sunnyba
3y ago
Both great ideas. I'll look at the calendar-like feature. Stats would be cool, I don't currently collect them but will think about adding them. Thanks!
17.
▲
by
sunnyba
3y ago
interesting, thanks for flagging -- this looks to be a parsing issue when ChatGPT occasionally returns guesses in a format different than the one instructed to. I'll give this some more thought on how to fix...
18.
▲
by
sunnyba
3y ago
Some technical notes. Even for something like this, the OpenAI API can be expensive - there's a few decisions I made that keep costs lower. 1. I cache guesses and responses in Redis when I first see them, so I don't need to hit th
19.
▲
by
sunnyba
3y ago
country flags are enabled - the search displays the Italian flag if I type in "italy". However if I type "italian", it doesn't match to the flag unfortunately.
20.
▲
by
sunnyba
3y ago
Ah that's annoying! I've swapped it out -- thanks for catching it.
21.
▲
by
sunnyba
3y ago
thanks! When I soft launched it 3 weeks ago I was doing TV shows, but 3x shows per day quickly exhausted my initial list, so I switched to movies over the past few days
22.
▲
by
sunnyba
3y ago
It's free to guess any movie -- the prompt is like "guess the movie represented by these 3 emojis", no filtering at all. It'll guess some crazy obscure stuff once in a while!
23.
▲
by
sunnyba
3y ago
Thank you! Sadly I removed the thumbs up/down emojis and okay hand emoji -- when these were used in clues, GPT 3.5 tended to complain that the emojis were too generic and refuse to guess.
24.
▲
by
sunnyba
3y ago
nice! I don't limit the search space in the system prompt to GPT, though each daily puzzle is using popular movies. I think for the top ~100 movies it'll probably do a fine job. If this game goes on for a full year though, I imagi
25.
▲
by
sunnyba
3y ago
Thank you! I ended up trying to funnel people towards the emoji picker so that I could: 1) prevent unknown emojis outside the training window of GPT 3.5. As an example, ChatGPT said that this one was a box of falafel. 2) exclude certain em
26.
▲
by
sunnyba
3y ago
That's right, they're not available. From testing as I developed this, I noticed that certain emojis often lead to complaints from GPT 3.5 about how the combinations were too generic. After some really basic testing I ended up rem
27.
▲
by
sunnyba
3y ago
Should be back up, sorry about that! For anyone else hitting this you may need to refresh and try again in a few minutes -- the OpenAI API sometimes complains but I don't handle this so gracefully yet.
28.
▲
by
sunnyba
3y ago
I asked ChatGPT for lists of movies and TV shows that it knows about and used those, to avoid getting into situations with movies published after the training window
29.
▲
by
sunnyba
3y ago
Thanks a lot! I disabled skin tones since they're encoded in an odd way, but it's on my future feature list to re-add them if people are enjoying it enough.
30.
▲
by
sunnyba
3y ago
That's really strange! I should probably add some logic to strip whitespaces for that validation, thank you!
More ›