frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A software thing I built: GPS on a 25MHz 486-SX

https://forum.vcfed.org/index.php?threads/a-software-thing-i-built-gps-on-a-25mhz-486-sx.1258966/
1•JPLeRouzic•1m ago•0 comments

I built dual cam app because I had credits left and didn't know what else to do

https://play.google.com/store/apps/details?id=app.heynomad.camera.dualshot.creator.ai&hl=en
1•yugendhar•2m ago•1 comments

Noise-Coded Illumination for Forensic and Photometric Video Analysis

https://arxiv.org/abs/2507.23002
1•1e1a•2m ago•0 comments

Show HN: HTMLCATS – Editor-First Learning for HTML, CSS, and JavaScript

https://htmlcats.com/
1•chriskkim•5m ago•0 comments

Fusion in Devin Desktop and CLI

https://cognition.com/blog/local-fusion
1•ludovicianul•5m ago•0 comments

Show HN: Makerpa.ge – project hub and syncing badge across your sites

https://makerpa.ge
1•leon2589•6m ago•0 comments

IOS27 removes feature to hide Safari what should we do?

1•robglick•6m ago•0 comments

Is Jev That Good?

https://twitter.com/completeskeptic/status/2099925682726002904
1•bchelli•7m ago•0 comments

Dan Selsam's Personal Statement on AI Risk

https://www.reddit.com/r/singularity/comments/1wgibs1/ai_2027_author_daniel_kokotajlo_tweets_mess...
1•dwaltrip•7m ago•0 comments

Where Prediction Markets Struggle

https://economist.com/graphic-detail/2026/09/10/where-prediction-markets-struggle
1•andsoitis•13m ago•0 comments

The AI Language We Can't Read: Neuralese [video]

https://www.youtube.com/watch?v=iuHddnIzKRA
1•__vivek•14m ago•0 comments

Tesla Full Self-Driving customers can now access lower insurance premiums

https://www.drive.com.au/news/tesla-full-self-driving-customers-can-now-access-lower-insurance-pr...
5•teleforce•24m ago•1 comments

Continual Learning Mechanisms Compose for Long-Horizon Memorization

https://arxiv.org/abs/2609.06986
2•donk8r•25m ago•0 comments

Are you committed to your company or your team?

https://www.economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-team
2•andsoitis•25m ago•0 comments

Sam Altman says world 'right to be afraid' but 'should trust' AI firms

https://www.bbc.com/news/articles/cqx2zpj4y525o
3•geox•25m ago•1 comments

Show HN: Glu – installing Homebrew packages 2x faster on macOS

https://glu.run/
2•henrikklee•29m ago•1 comments

China would face a "hellscape" in a war over Taiwan

https://www.economist.com/asia/2026/09/15/china-would-face-a-hellscape-in-a-war-over-taiwan
4•andsoitis•30m ago•1 comments

Ex-Google DeepMind researcher adds to warnings that AI could 'kill all humans'

https://www.reuters.com/technology/ex-google-deepmind-researcher-adds-warnings-that-ai-could-kill...
1•eth0up•30m ago•0 comments

Bashka – static analyzer for bash install scripts (for safety and convenience)

https://github.com/dmtrKovalenko/bashka
1•neogoose•33m ago•1 comments

Ridiculous deals as store leaves website open for the public to edit

https://www.stuff.co.nz/nz-news/361034088/chaos-after-auckland-store-leaves-website-open-public-edit
2•timack•33m ago•3 comments

Show HN: Open-source tab and bookmark organizer for Chrome and Edge

https://github.com/ringlochid/leotabs
2•ringlochid•34m ago•1 comments

PatchWing – verified, reproducible fixes for known CVEs (bring your own model)

https://github.com/jaymunshi/patchwing
3•jaymunshi•37m ago•2 comments

Massie launches effort to impeach Hegseth

https://thehill.com/homenews/house/6090661-thomas-massie-pete-hegseth-impeachment-iran/
5•eth0up•38m ago•0 comments

Show HN: ForcePush – Commits vs. Push-Ups

https://forcepush.fit/
3•thedevtimeline•44m ago•1 comments

Datamimic – don't let your coding agent invent its own test world

https://github.com/rapiddweller/datamimic
6•ake2l•46m ago•2 comments

Ask HN: How do you put together a technical engineering team?

1•timontoadnix•49m ago•0 comments

Is pasta a type of noodle? The surprisingly serious debate over beloved carbs

https://theconversation.com/is-pasta-a-type-of-noodle-the-surprisingly-serious-debate-over-two-be...
1•rdmuser•51m ago•0 comments

Deep Seek v4.1 M5 Max at 17 tokens/s

https://github.com/argonautlabsai/argodrive
2•Argonautlabs•51m ago•0 comments

The Apple IIGS was introduced 40 years ago today

https://twitter.com/stlhood/status/2100080615924420913
5•stlhood•52m ago•0 comments

SGLang and Miles Add Day-0 Support for DeepSeek-v4.1

https://www.lmsys.org/blog/2026-09-10-deepseek-v41/
1•aray07•53m ago•0 comments
Open in hackernews

Show HN: Can you meld minds with AI and guess the same word?

https://www.convergegame.com/
11•cwackerfuss•1y ago
I built a daily word association puzzle where you engage in a quiet, collaborative mind meld with AI. I'd love to have folks try it out and tell me what they think!

Here's how it works: 1. Enter your first word to reveal the AI's word of the day. 2. Don't think too hard about it. It's just a starting point. 3. Both of you think of a word that connects the two. 4. To win, you need to say the same word. 5. You have 8 guesses to converge. 6. Need a hint? The AI will drop a riddle in your final two guesses.

HOW DOES IT WORK? After the user_word + ai_word are submitted, I trigger two separate LLM calls which return structured data that I use to advance the game: 1. `evaluate_match`: this reasons about the match to decide if it should be counted as a convergence, and returns the reasoning, a bool, and a similarity score (this is what powers the rings that get further/closer to eachother in the game background and the green squares in the share results) 2. `guess_word`: this takes the two words, reasons about what a good next word might be, and returns the reasoning and new word.

I store the new word without revealing it to the user, so that after the user has time to decide and input their word, the AI has already had its next word selected since the last round ended.

I used BAML with OpenRouter to quickly iterate on prompts and easily switch between LLMs to compare outputs. I settled on gemini-2.0-flash as the right combination of quality, speed, and cost.

Comments

nosmokewhereiam•1y ago
I need the answer if I fail...

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

cwackerfuss•1y 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.
apheliosos•1y ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•1y ago
It's on my list for sure. Thanks for the message!
zahlman•1y ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•1y ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•1y 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!
bogconst3•1y ago
Fun and easy to play!
cwackerfuss•1y ago
Thanks glad you like it!
elpocko•1y 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•1y ago
ever heard of Wordle?
elpocko•1y 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•1y 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?

elpocko•1y ago
You showed your game and asked for feedback. I gave you honest feedback: I won't play your "daily" game, because I think the "daily" aspect is an unnecessarily enforced, inherently player-hostile, mindlessly imitated anti-feature that's of no use to anyone.

Congratulations on making the game, I know it's hard to finish and release something. I wish you luck.