frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Awesome-local-first – A curated list of Local-First Software

https://github.com/zhongkechen/awesome-local-first
1•peter_d_sherman•1m ago•0 comments

Productivity Framework Paraiso

https://ejlabs.io/blog/introduction_paraiso
1•mansi1010•1m ago•2 comments

Three Mile Island Accident

https://en.wikipedia.org/wiki/Three_Mile_Island_accident
1•js2•3m ago•0 comments

Life with Hazard Ratios

https://dynomight.substack.com/p/hazard-ratios
1•paulpauper•4m ago•0 comments

AI #176 Part 2: Plan B

https://thezvi.substack.com/p/ai-176-part-2-plan-b
1•paulpauper•5m ago•0 comments

Why Stripe Just Bought OpenRouter

https://s-1.vercel.app/posts/why-openrouter-can-be-the-next-great/
5•nbcu1985•6m ago•0 comments

The Decline of Deviance 2

https://www.experimental-history.com/p/the-decline-of-deviance-2
1•paulpauper•6m ago•0 comments

America's Loneliness Trap

https://slate.com/life/2026/08/men-lonely-social-skills-therapy-economy-crisis.html
1•theriddlr•7m ago•0 comments

The 'Fraud Squad' at Caltech Will Catch You If You Lie on Your Application

https://www.wsj.com/us-news/education/college-admissions-caltech-cheating-fraud-squad-f7627aab
1•apparent•8m ago•0 comments

Prediction Firms Are Flagging Insider Traders. Many Will Not Face Charges.

https://www.nytimes.com/2026/08/12/us/politics/prediction-markets-insider-trading.html
1•bookofjoe•11m ago•1 comments

Stop Turning every purchase into a tip request

https://www.foxnews.com/opinion/america-needs-stop-turning-every-purchase-uncomfortable-tip-request
2•gist•11m ago•1 comments

Who needs a dedicated portable music player in 2026?

https://kevinboone.me/pmp.html
2•ingve•12m ago•0 comments

Trump Family World Liberty Financial Gets Preliminary Approval to Launch a Bank

https://www.wsj.com/finance/trump-familys-world-liberty-financial-gets-preliminary-approval-to-la...
1•ourmandave•13m ago•0 comments

OEIS Open: A benchmark of 492 unsolved math conjectures, formalized in Lean

https://arxiv.org/abs/2608.11941
1•tadamcz•13m ago•0 comments

Show HN: VocalCode – push-to-talk dictation for AI coding agents, on-device

https://vocalcode.app/
1•wudmaing00•19m ago•0 comments

A faster way to calculate the day-of-the-week

https://www.benjoffe.com/fast-day-of-week
1•gavide•19m ago•0 comments

Don't blame Claude – It's me, I'm the problem, it's me

https://www.atomic14.com/2026/08/16/its-me-hi-im-the-problem
2•iamflimflam1•23m ago•0 comments

Show HN: GitFC – Turn your GitHub profile into a football card

https://gitfc.vercel.app/
1•Shreyashh15•24m ago•0 comments

Show HN: Remarc – provide more contextual and structured feedback to AI agents

https://github.com/metedata/Remarc
1•young_mete•25m ago•0 comments

Cutting GPU Inference Energy Use Without Touching the Model

https://startupfortune.com/hexstellar-founder-on-cutting-gpu-inference-energy-use-without-touchin...
2•brayonpieske•25m ago•1 comments

Does your friend group force you to buy a new game every week? This is for you

https://steamfindr.com/
1•tomasphan•26m ago•1 comments

Show HN: Power Law, a San Francisco career simulator

https://sf-career.vercel.app/
2•unable0•26m ago•1 comments

Show HN: SolidSync – Poorman's Solidworks PDM

https://github.com/baggiest/solidsync
1•Baggie•27m ago•0 comments

Building scalable back end apps in Swift

https://theswiftdev.com/building-scalable-backend-apps-in-swift/
1•frizlab•27m ago•0 comments

Martin Kleppmann – Local-first in an unstable world [YouTube] [video]

https://www.youtube.com/watch?v=--Ru7cL22rI
1•eterm•30m ago•0 comments

A messenger where the operator has nothing to hand over

https://apps.apple.com/us/app/privamesh-messenger/id6785997584
1•privamesh•32m ago•0 comments

Nvidia dramatically reduces amount of OpenAI infra financing it may guarantee

https://www.reuters.com/business/nvidia-scales-back-250-billion-openai-data-center-guarantee-wsj-...
7•root-parent•33m ago•0 comments

Why is the GitHub trending page weirdly excluding DeepSeek projects?

3•tianyicui•34m ago•0 comments

Add JavaScript prototype methods with Symbols

https://symbola.github.io/symbola/
1•jcbhmr•34m ago•0 comments

Nixvim – Configure Neovim with Nix

https://github.com/nix-community/nixvim
1•peter_d_sherman•34m 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.