frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cuba's Green Solution to the U.S. Oil Blockade: Solar-Powered Electric Tricycles [video]

https://www.youtube.com/watch?v=eeg0CthbzTE
1•thelastgallon•2m ago•0 comments

New California study finds highly educated workers most harmed by AI

https://www.sfgate.com/politics/article/california-ai-study-22321472.php
3•littlexsparkee•12m ago•0 comments

US and Chinese companies train almost all of the most-used AI models

https://ourworldindata.org/data-insights/us-and-chinese-companies-train-almost-all-of-the-worlds-...
2•TMWNN•17m ago•0 comments

Mouse: Precision Editing Tools for AI Coding Agents

https://hic-ai.com
2•handfuloflight•20m ago•0 comments

Meituan Trained a 1.6T-Parameter AI Model Without Nvidia GPUs

https://xyzlabs.substack.com/p/meituan-trained-a-16t-parameter-ai
2•mgh2•22m ago•0 comments

China's LongCat-2.0 Becomes the Biggest AI Model Without Nvidia Chips

https://tech.yahoo.com/ai/articles/china-longcat-2-0-becomes-134258951.html
2•mgh2•22m ago•0 comments

Shadcn/UI now defaults to Base UI instead of Radix

https://ui.shadcn.com/docs/changelog
5•dabinat•35m ago•0 comments

Binary Coverage the Wrong Way

https://redvice.org/2026/coverage-the-wrong-way/
3•matt_d•41m ago•0 comments

Oxc (popular front-end tooling) forked my parser but removed my copyright notice

https://github.com/oxc-project/oxc-css-parser/issues/92
3•gplane•50m ago•0 comments

Moby Dick Workout

https://www.hogbaysoftware.com/posts/moby-dick-workout/
5•helloplanets•50m ago•1 comments

My ASN Journey series (2024)

https://www.animmouse.com/p/my-asn-journey/
4•antonalekseev•52m ago•1 comments

The Electricity: Why Google may be trying to make intelligence disappear

https://manasbihani.substack.com/p/the-electricity
2•manasb25•54m ago•0 comments

Reading Minds with Ultrasound: Less-Invasive Technique for Brain's Intentions (2021)

https://www.caltech.edu/about/news/reading-minds-with-ultrasound-a-less-invasive-technique-to-dec...
2•mgh2•1h ago•0 comments

HarnessMonkey – claude mods to show hidden tokens & improve vibes!

https://github.com/hackerbara/harnessmonkey
2•hackerbara•1h ago•1 comments

RTS a TypeScript-to-Native Compiler/Runtime in Rust (Cranelift JIT and AOT)

https://github.com/UrubuCode/rts
2•azx0025•1h ago•0 comments

Show your hands honor for the power they bring you

https://aresluna.org/show-your-hands-honor/
4•aua•1h ago•0 comments

Show HN: Inches to CM converter with charts and screen size references

https://inches-to-cm.net
2•robot1996•1h ago•2 comments

Perchlorate

https://en.wikipedia.org/wiki/Perchlorate
2•soupspaces•1h ago•0 comments

Show HN: How do you guys keep your journey diaries?

https://journeydiaries.vercel.app/
2•dutay05•1h ago•1 comments

Drawbridge – Design Editor for Claude Code and Cursor

https://github.com/breschio/drawbridge
2•javatuts•1h ago•0 comments

Spotify deletes 500K Malcolm Todd streams for suspected prediction manipulation

https://mashable.com/tech/spotify-deletes-malcolm-todd-streams-manipulation-prediction-markets
2•gnabgib•1h ago•0 comments

President pardons 9 for Clean Air violations for 'fixing their car'

https://www.msn.com/en-us/news/crime/trump-pardons-9-for-clean-air-violations-for-fixing-their-ca...
27•OutOfHere•1h ago•2 comments

Writing Blogs or News Articles? Free and Fast Word Counter -Accurate and Private

https://fastwordcount.com/
2•rajkverma123•1h ago•0 comments

I Accidentally Started a Small Business Three Weeks Ago

https://extelligence.substack.com/p/i-accidentally-started-a-small-business
8•shpat•1h ago•2 comments

Sea Surface Temperature, Live

https://www.maps.com/earth-in-action/sea-surface-temperature/
2•akashwadhwani35•1h ago•0 comments

Global earthquake detection and warning using Android phones (2025)

https://www.science.org/doi/10.1126/science.ads4779
2•whycome•1h ago•0 comments

America Is More

https://thelisowe.substack.com/p/america-is-more
2•Mockapapella•1h ago•0 comments

Android phones knew Venezuela earthquake was coming

https://www.youtube.com/watch?v=Hi432PXwAZE
3•whycome•1h ago•2 comments

The Preemptive Draw and Preemptive Grip in the Cash-in-Transit Sector

https://gutsgatesguards.wordpress.com/2026/06/23/the-preemptive-draw-and-preemptive-grip-in-the-c...
3•stmw•2h ago•0 comments

In AI-exposed jobs, the youngest workers are losing ground

https://www.randalolson.com/2026/06/22/ai-jobs-hit-youngest-workers/
3•samspenc•2h ago•1 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.