frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Linux 7.2 Gets Rid of the Last Optimized MD5 Implementation

https://www.phoronix.com/news/Linux-7.2-MD5-Generic-Only
1•t-3•1m ago•0 comments

Tesla HW3 claim grows to 7,000 owners, gets backing for collective action

https://electrek.co/2026/06/18/tesla-hw3-claim-netherlands-7000-owners-kennedy-van-der-laan/
1•breve•2m ago•0 comments

Haggis legalised in US state as Tartan Army celebrate another World Cup win

https://www.dailyrecord.co.uk/news/scottish-news/haggis-legalised-state-tartan-army-37314996
1•jjgreen•3m ago•0 comments

Rockstar Games faces full hearing over alleged union busting

https://www.theregister.com/offbeat/2026/06/19/rockstar-games-faces-full-hearing-over-alleged-uni...
1•t-3•6m ago•0 comments

The room the economy can't see

https://wilsoniumite.com/2026/06/19/the-room-the-economy-cant-see/
1•Wilsoniumite•6m ago•0 comments

Norway greenlights first full-scale ship tunnel

https://eandt.theiet.org/2026/06/18/norway-greenlights-world-s-first-full-scale-ship-tunnel
1•geox•6m ago•0 comments

GitHub Copilot App

https://github.com/features/ai/github-app
1•adrianvi•8m ago•0 comments

Pazuzu

https://spectrecollie.com/2026/06/18/pazuzu/
1•jwx48•11m ago•0 comments

Protect an MCP Server with an Authorization Server

https://fusionauth.io/blog/mcp-authorization-server
1•sixhobbits•14m ago•0 comments

Sorry Guys,but I'll Be Cryosleeping Throughout the Rest of This Space Expedition

https://www.mcsweeneys.net/articles/sorry-guys-but-ill-be-cryosleeping-throughout-the-rest-of-thi...
1•calcifer•15m ago•0 comments

Conversations Should Stay Yours

https://getweeve.io/
1•dylandeheer•19m ago•0 comments

Pull request limits are cutting down the noise

https://github.blog/open-source/maintainers/how-pull-request-limits-are-cutting-down-the-noise/
2•ingve•19m ago•0 comments

Taipy – Alternative to Streamlit

https://taipy.io/
1•amai•21m ago•0 comments

Node-Fetch on latest Node Update broken

https://github.com/nodejs/node/issues/63989
1•DDerTyp•24m ago•0 comments

Business Intelligence as Code

https://evidence.dev/
1•janandonly•26m ago•0 comments

SSD Prices in 2026

https://i.imgur.com/ekYqwY6.png
2•toilet•26m ago•1 comments

Show HN: I built an 11-LLM consensus engine to detect AI hallucination

https://github.com/jaquelinejaque/quorum-saas-starter
3•jaquelinejaque•29m ago•0 comments

Why Social Media Bans Alone Can't Solve the Age Verification Dilemma

https://about.fb.com/news/2026/06/how-to-verify-age-online/
1•kerim-ca•32m ago•1 comments

Utopia (By Fable)

https://aiking.dwyer.co.za/utopia
2•sixhobbits•34m ago•0 comments

Noumena Code

https://code.noumena.com
1•Marius77•34m ago•0 comments

Show HN: I built a Wu-Tang name generator (wutangname.online)

https://wutangname.online/
1•chenliang001•35m ago•0 comments

Sweden may oppose Tesla's supervised self-driving tech in Europe over speeding

https://www.reuters.com/business/autos-transportation/sweden-may-oppose-teslas-supervised-self-dr...
1•JumpCrisscross•39m ago•0 comments

Barret Zoph is out at OpenAI again after just five months

https://www.theverge.com/ai-artificial-intelligence/952837/barret-zoph-openai-thinking-machines-lab
2•alecco•39m ago•2 comments

The Tokenminning Manifesto

https://www.tokenminning.com/
1•claudiacsf•40m ago•0 comments

Show HN: Alert for real time application including video and audio

https://sf-voice.sh
1•ThatDumbGirl•40m ago•0 comments

Nanowar of Steel – Kotlin (Official Power Point Video)

https://www.youtube.com/watch?v=BsfXZjKLT9A
1•napolux•46m ago•1 comments

WPoptic, A growing public database of WordPress plugin usage

https://wpoptic.com/
1•WPoptic•47m ago•0 comments

AI has granted America new power

https://www.economist.com/leaders/2026/06/18/ai-has-granted-america-vast-new-power
1•isaacfrond•48m ago•0 comments

Use your own language model key in VS Code

https://code.visualstudio.com/blogs/2026/06/18/byok-vscode
2•subset•48m ago•1 comments

The Secret Drone Operation That's Changing the Ukraine War

https://www.politico.com/news/magazine/2026/06/19/ukraine-russia-drones-attack-00967074
2•0in•49m 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.