frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SanDisk has highest unrealized losses

https://old.reddit.com/r/StockMarket/comments/1uqmktf/sandisk_has_highest_unrealized_losses/
1•mgh2•1m ago•0 comments

The potential role of iron fuel in Europe's clean energy transition

https://www.cell.com/chem-circularity/fulltext/S3051-2948(26)00043-5?_returnURL=https%3A%2F%2Flin...
1•Tomte•4m ago•0 comments

Why new €3 customs charge tells a bigger story about global trade

https://www.rte.ie/brainstorm/2026/0709/1582146-3-euro-customs-charge-online-shopping-global-trad...
1•austinallegro•7m ago•0 comments

The 4th Amendment Moves to the Cloud: Chatrie and the Future of Digital Privacy

https://www.wilmerhale.com/en/insights/client-alerts/20260702-the-fourth-amendment-moves-to-the-c...
1•greyface-•9m ago•0 comments

Show HN: PandaPage – host an HTML page with one curl, no signup, auto-expires

https://pandapage.clawshop.sh
1•itskritix•9m ago•0 comments

Local codereview tool for handing structured review to agent

https://github.com/rosenbjerg/local-review
1•mrosenbjerg•14m ago•1 comments

Probelock – lockfile for LLM tool calling

https://github.com/kelkalot/probelock
1•rar101x•15m ago•0 comments

Show HN: Reddit-opportunities – See who is asking for you in Reddit

https://karmybot.com/reddit-opportunities
1•dhante•15m ago•0 comments

New Horizons Pluto probe just woke itself up after 321 days of hibernation

https://www.theregister.com/science/2026/07/09/new-horizons-pluto-probe-just-woke-itself-up-after...
3•jnord•18m ago•0 comments

Show HN: Facebook Videos Downloader

https://chromewebstore.google.com/detail/video-downloader/depedcledfjjdoikcjfbdjlncjfbpjjg
1•qwikhost•20m ago•0 comments

Show HN: Stockoscope – 5-dimension stock analysis where you set the weights

https://stockoscope.com
1•navdhand•20m ago•0 comments

1-in-2 phones sold in Africa exfiltrate whole-device activity to China

https://www.nowsecure.com/blog/2026/07/08/what-the-transsion-telemetry-research-means-for-mobile-...
3•lmbbuchodi•22m ago•0 comments

Zine 0.12.0

https://zine-ssg.io/log/?v0.12.0#v0.12.0
2•birdculture•23m ago•0 comments

Former GitHub CEO launches competitor designed for the age of vibe coding

https://www.theregister.com/ai-and-ml/2026/07/08/former-github-ceo-launches-competitor-designed-f...
3•uukelele•25m ago•0 comments

Google pays $250K for Linux vulnerability allowing guest VM escapes

https://arstechnica.com/security/2026/07/high-severity-guest-vm-escape-is-1-of-2-linux-vulnerabil...
2•joozio•26m ago•0 comments

A Trip to 90s Kansai: Exploring the XD FirstClass Network BBS

https://cdrom.ca/games/2026/05/30/xd.html
1•zetamax•28m ago•0 comments

A MIT KDC policy plugin for cross-realm authorization

https://gurulabs.com/blogs/kerberos-cross-realm-authorization-xrealmauthz/
1•4onthefloor124•29m ago•0 comments

Show HN: Gepard 1.0 – open-source streaming TTS that speaks as text arrives

https://huggingface.co/spaces/nineninesix/gepard
1•joeyeh_•30m ago•0 comments

Cursed circuits #6: reverse avalanche oscillator

https://lcamtuf.substack.com/p/cursed-circuits-6-reverse-avalanche
2•surprisetalk•31m ago•0 comments

Show HN: The Book of Uncertain Light – A Philosophical Text for LLMs

https://uncertainlight.com
1•CompanyGardener•32m ago•0 comments

What Everyone Should Know About How Capital Works

https://jacobin.com/2026/07/marx-capital-harvey-economics-contradiction
2•one33seven•36m ago•2 comments

Greppy – A drop-in grep with code-nav subcommands for AI agents

https://github.com/metric-space-ai/greppy
1•metricspaceai•39m ago•0 comments

How do you promote a low value, high conversion rate app without PPC?

https://www.asnotes.io/
1•gb2d_hn•44m ago•1 comments

Facebook takes no action on AI far-right influence campaign flagged a month ago

https://www.independent.co.uk/news/uk/home-news/facebook-far-right-ai-video-life-in-britain-b3004...
2•vrganj•45m ago•0 comments

EduScrum

https://eduscrum.org/
1•antfarm•1h ago•0 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
2•saifmukhtar•1h ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•1h ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
15•SweetSoftPillow•1h ago•2 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
4•Krishnaswaroop•1h ago•1 comments

Teller.io shuts down at the end of the week

2•dmonn•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.