frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Free activity calendar for schools, sports clubs, and organizations

https://freecal.eu/?lang=en
1•glenn_vc•47s ago•0 comments

Neuroevloutionary Wordle

https://sam-burns.com/series/neuroevolutionary-wordle/
1•OJFord•8m ago•0 comments

Why is ChatGPT referring to "hidden user memory"?

https://aiweekly.co/alerts/openai-deploys-silent-memory-pre-flight-in-chatgpt
3•D-Machine•10m ago•1 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
3•arrdalan•12m ago•0 comments

Claude just discovered workflows. Charlie started there

https://charlielabs.ai/blog/claude-discovered-workflows-charlie-started-there-short/
2•briandoll•15m ago•0 comments

Show HN: Self Publish Studio

https://selfpublishstudio.com/
2•noahwardlow•20m ago•0 comments

SEC moves to repeal rule that companies report greenhouse emissions,climate risk

https://apnews.com/article/sec-climate-change-disclosure-rule-trump-d70ee730c8a124f6767ca327fe903846
3•petethomas•21m ago•0 comments

Free full BGP feed. IPv4 and IPv6

https://lukasz.bromirski.net/post/bgp-w-labie-3/
3•pm2222•22m ago•0 comments

What it takes to preserve floppy disks

https://spectrum.ieee.org/floppy-disk-data-preservation-archives
1•bananaboy•23m ago•0 comments

Flathub bans AI-generated apps and submissions

https://www.gamingonlinux.com/2026/05/flathub-moves-to-ban-nearly-all-apps-and-submissions-made-w...
3•Lihh27•24m ago•0 comments

Machine First: Why AEO Is Not SEO 2.0

https://www.richresults.ai/machine-first-aeo.html
1•spetschinka•24m ago•0 comments

Ctrl Deck

https://www.com-box.fr/en/ctrl-deck/
2•COMBOX•26m ago•0 comments

MariaDB Server 12.3 LTS

https://mariadb.org/mariadb-server-12-3-lts-released/
2•petecooper•28m ago•0 comments

Stripe upgrades Java across a large codebase

https://stripe.dev/blog/modern-java-at-stripe-language-upgrades-as-a-service
1•logickkk1•30m ago•0 comments

Ask HN: When did you decide it was time to raise capital?

1•Eawrig05•33m ago•0 comments

Llama.cpp now has an official website: llama.app

https://twitter.com/ggerganov/status/2060394400237109567
3•julien_c•36m ago•0 comments

Linux Startup and Shutdown Sounds [video]

https://www.youtube.com/watch?v=5kzJQcAxmEE
1•susam•36m ago•0 comments

Camels

https://protortyp.github.io/posts/camels/
2•protortyp•37m ago•0 comments

Eqbench: Emotional Intelligence Benchmarks for LLMs

https://eqbench.com/
2•7ero•37m ago•0 comments

Made a Social Network for Founders

https://www.strivle.com/
2•sebmatts•43m ago•1 comments

In remote desert, China building an anti-nuclear defense world has never seen

https://www.reuters.com/graphics/CHINA-MILITARY/NUCLEAR/zjpqmbrlqpx/
5•cwwc•43m ago•0 comments

GPT 5.5 Bro [video]

https://www.youtube.com/watch?v=v1zSDACAXK4
1•kshri24•48m ago•0 comments

Wine 11.10 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.10
5•neustradamus•49m ago•1 comments

The CNF Illusion: Navigating the Realities of Cloud-Native Networking

https://vahidhashemi.com/2026/05/29/the-cnf-illusion-navigating-the-realities-of-cloud-native-net...
1•wanabeunknown•54m ago•0 comments

Apple M1 Chip Deep-Dive [video]

https://www.youtube.com/watch?v=mHEWMiHgyU8
1•wmf•55m ago•0 comments

Gnome 2.20 but it's Web Components

https://bennypowers.dev/posts/gnome-2-web/
3•birdculture•55m ago•0 comments

DiffusionBlocks – Block-Wise NN Training via Diffusion Interpretation

https://github.com/SakanaAI/DiffusionBlocks
1•aanet•58m ago•1 comments

The Oscar Levant Show (1958)

https://archive.org/details/TheOscarLevantShow
1•petethomas•1h ago•0 comments

ICANN director and African internet pioneer Barrett dies – Domain Incite

https://domainincite.com/31750-icann-director-and-african-internet-pioneer-barrett-dies
4•untitled-now•1h ago•0 comments

Meltdown Now Supports OpenRouter

https://meltdown.merkoba.com
1•madprops•1h 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.