Readit News logoReadit News
cwackerfuss commented on React Three Ecosystem   react-three.org/... · Posted by u/bpierre
cjonas · 4 months ago
Are there any guides on using the "react style" framework (JSX / State) to generate outputs other than DOM? I've been interested in the idea of doing something similar for JSON or markdown document generation.
cwackerfuss · 4 months ago
I don't have a good guide for you, but this is the lib you use to create custom React renderers:

https://www.npmjs.com/package/react-reconciler

cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
elpocko · 4 months ago
You mean that one game that actually managed to pull off the game-a-day scheme four years ago through clever design and simple gameplay? The game with the inherently player-hostile scheme that's still inspiring thousands of talentless hacks on the internet? The actual successful game that attracted millions of copycat losers? Nope, never heard of it.
cwackerfuss · 4 months ago
Just wait until I tell you about your local newspaper’s Sunday crossword.

I built this game for fun. There are no ads, and I currently cover the LLM costs myself.

I’m not sure why you’re being so hostile toward the idea of a daily puzzle game. Wouldn’t it make more sense, ideologically, to direct your criticism at pay-to-win games designed to keep you playing for hours a day? This is a simple daily puzzle — a two-minute break that never asks for more of your time. How is that even remotely comparable?

cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
elpocko · 4 months ago
I will not come every day to play your "daily" game. I may look at it once and never come back, because I refuse to be held hostage by your artificial restriction (not to say preemptive enshittification) of getting one play per day.
cwackerfuss · 4 months ago
ever heard of Wordle?
cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
bogconst3 · 4 months ago
Fun and easy to play!
cwackerfuss · 4 months ago
Thanks glad you like it!
cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
zahlman · 4 months ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss · 4 months ago
But to answer your question - yes the string must contain only valid english letters and must be between 2-25 characters in length. If you can jailbreak the system with those constraints I salute you!
cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
zahlman · 4 months ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss · 4 months ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
apheliosos · 4 months ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss · 4 months ago
It's on my list for sure. Thanks for the message!
cwackerfuss commented on Show HN: Can you meld minds with AI and guess the same word?   convergegame.com/... · Posted by u/cwackerfuss
nosmokewhereiam · 4 months ago
I need the answer if I fail...

Otherwise super fun and unique! Well done, thank you for sharing this.

cwackerfuss · 4 months ago
Thank you! The solution is when user_word === ai_word, so there isn't technically an "answer." The only pre-determined word in the game is the first word the AI chooses, which is the same word for all players, each day.
cwackerfuss commented on Show HN: Real-time AI Voice Chat at ~500ms Latency   github.com/KoljaB/Realtim... · Posted by u/koljab
smusamashah · 4 months ago
Saying this as a user of these tools (openai, Google voice chat etc). These are fast yes, but they don't allow talking naturally with pauses. When we talk, we take long and small pauses for thinking or for other reasons.

With these tools, AI starts taking as soon as we stop. Happens both in text and voice chat tools.

I saw a demo on twitter a few weeks back where AI was waiting for the person to actually finish what he was saying. Length of pauses wasn't a problem. I don't how complex that problem is though. Probably another AI needs to analyse the input so far a decide if it's a pause or not.

cwackerfuss · 4 months ago
This is called turn detection, and there are some great tools coming out to solve this recently. (One user mentioned Livekit’s turn detection model). I think in a years time we will see dramatic improvement.

u/cwackerfuss

KarmaCake day181August 11, 2017View Original