frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

US Army Created and Maintains a Fictional World for Training Purposes

https://brilliantmaps.com/date/
1•speckx•5m ago•0 comments

Solving Hack the Box Challenges with Grok 4.6

https://theaq.blog/2026/08/12/solving-htb-challenges-with-x-ai-grok-4.6.html
1•HonzaT•10m ago•0 comments

Custom Git Trailers with Magit

https://blog.fidelramos.net/software/emacs-custom-magit-trailers
2•fidelramos•11m ago•0 comments

Ruminating about mutable value semantics

https://www.scattered-thoughts.net/writing/ruminating-about-mutable-value-semantics/
1•fanf2•11m ago•0 comments

Show HN: We revived the archived Kubernetes Dashboard (Angular 16 → 22)

https://github.com/isms-core-project/kubernetes-dashboard
1•isms-core-adm•14m ago•0 comments

You Can't Count on a Key

https://primecrunch.com/blog/7/you-can-t-count-on-a-key
1•andyhedges•15m ago•0 comments

Does anyone still use Wickr?

https://aws.amazon.com/wickr/download/
1•0xWTF•16m ago•0 comments

A road could change West Africa's urban future

https://apps.npr.org/west-africa-trade-growth-economy-nigeria-ghana-lagos/
1•mooreds•16m ago•0 comments

Show HN: A Linear agent that runs Claude Code sessions on your own machine

https://github.com/MPIsaac-Per/linear-claude-bridge
1•MPIsaac-Per•16m ago•0 comments

Can you tell if a comment is AI?

https://talkshi.com/blog/reddit-or-ai
1•greenfish6•16m ago•1 comments

7 Steps I follow when building infra monitoring from scratch (SLO first)

https://omarghader.github.io/monitoring-infrastructure-guide-2026/
1•omarghader•17m ago•0 comments

The Cities That Said Yes to Drugs

https://www.theatlantic.com/magazine/2026/09/city-drug-addiction-harm-reduction-policy/687967/
2•speckx•19m ago•0 comments

AI Coding and Its Discontents

https://calnewport.com/on-ai-coding-and-its-discontents/
1•quaintdev•19m ago•2 comments

Which countries have the best cyber security? Albania tops the global list

https://www.euronews.com/next/2026/08/12/which-countries-have-the-best-cyber-security-albania-top...
4•billybuckwheat•19m ago•0 comments

OpenCommand: Open catcher-target and pitcher-command data for MLB

https://github.com/tomdoyo/open-command
1•coloneltcb•19m ago•0 comments

I Asked AI to Write a Novel. It's Not So Bad

https://www.motherjones.com/politics/2026/08/artificial-intelligence-ai-claude-write-novel-anthro...
1•mathgenius•20m ago•0 comments

Apple billboard featuring toddler with iPhone causes controversy in Italy

https://9to5mac.com/2026/08/12/apple-billboard-featuring-toddler-with-iphone-causes-controversy-i...
4•cdrnsf•22m ago•0 comments

Show HN: Tandem Terminal – Share your terminal with a friend

https://tandem-terminal.com/
1•tn_•23m ago•1 comments

Texas Locked a Foreign Company's Domain over Missing Digital ID Checks

https://reclaimthenet.org/texas-locked-a-foreign-companys-domain-over-missing-digital-id-checks
6•Cider9986•27m ago•1 comments

The AI Era Arcs Toward Openness

https://opensource.org/blog/the-ai-era-arcs-toward-openness
1•pentagrama•28m ago•1 comments

AI Agent Sandboxes Stop Escapes. They Don't Tell You What Happened Inside

https://rye.ai/blog/ai-agent-sandboxes-ebpf-runtime-visibility/
1•wakahiu•28m ago•0 comments

Claude for Chrome

https://claude.com/claude-in-chrome
4•mfiguiere•29m ago•0 comments

Y Combinator is doing things

https://twitter.com/jasonfreedman/status/2087613532334616923
2•barry-cotter•30m ago•0 comments

Spect Image Formation [pdf]

https://courses.grainger.illinois.edu/npre435/fa2019/notes/spect%20Image%20Formation,%20Design%20...
1•Eridanus2•31m ago•0 comments

Show HN: Sleezr – Manage your hosts file without opening a terminal

https://www.sleezr.com/en
1•locahl_app•31m ago•0 comments

Mathematician Jacob Tsimerman on Getting to the Fun Faster with AI

https://www.ams.org/journals/notices/202607/noti3372/noti3372.html
1•mathgenius•32m ago•0 comments

The spatial distr. of the U.S. childfree population: Does state context matter?

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0352872
1•littlexsparkee•33m ago•0 comments

Linux Security Audit Claude Code Plugin

https://github.com/jonaslejon/linux-security-audit-plugin/
2•jonasl•34m ago•0 comments

Vibe-Coding Startup Lovable Hits $13B Valuation

https://www.wsj.com/business/entrepreneurship/vibe-coding-startup-lovable-hits-13-billion-valuati...
2•bookofjoe•36m ago•1 comments

The Production AI Stack: A Reference Architecture for Real-Time AI Systems

https://www.moss.dev/blog/the-production-ai-stack
1•srimalireddi•37m 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.