frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fairphone 6 and PostmarketOS working main camera

https://catcrafts.net/posts/fairphone-6-postmarketos-working-main-camera
1•pizzaiolo•53s ago•0 comments

'Buy Now, Pay Later' Lenders Pitch Loans for Needs Like Electricity and Rent

https://www.nytimes.com/2026/08/17/business/buy-now-pay-later.html
1•apparent•2m ago•0 comments

What's behind the rise of teens spying for Russia?

https://mssv.net/2026/08/13/whats-behind-the-rise-of-teens-spying-for-russia/
1•programLyrique•3m ago•0 comments

Penny Pritzker Warns China's Rise in Research Rankings Is 'Not Good' for U.S.

https://www.thecrimson.com/article/2026/8/10/pritzker-china-research-rankings/
1•Alien1Being•6m ago•0 comments

Gitweb – Git web interface (web front end to Git repositories)

https://git-scm.com/docs/gitweb
1•nodar86•9m ago•0 comments

Tracking the BitTorrent Tracker Infrastructure

https://tracker.evilbit.de/
1•pawal•11m ago•1 comments

Control Charts Make AI Agents Cheaper, Less Necessary, and More Useful

https://newoldweb.com/control-charts-make-ai-agents-less-necessary-and-more-useful
1•netaustin•13m ago•0 comments

My friends all hate AI; I just joined an AI startup

https://www.fast.ai/posts/2026-08-18-returning-to-AI/
2•eamag•14m ago•0 comments

New Amiga logo looks aesthetically well-composed

https://www.reddit.com/r/amiga/comments/1vr5jqi/new_amiga_logo_looks_aesthetically_very/
1•doener•15m ago•0 comments

US tech stock correction likely, warn ECB economists

https://www.ft.com/content/cb4b22ab-4183-4d19-be60-6d2fab86d86d
2•aanet•15m ago•1 comments

Haxy is a Git alternative that stores metadata (issues, PRs etc.) in the repo

https://github.com/xit-vcs/haxy
1•nafey•16m ago•0 comments

Run Qwen locally on Windows and use it remotely from any device

https://www.hiramdeals.com/blog/host-qwen-privately-windows
1•hiramwen•17m ago•1 comments

Foreign psyops campaign targeting American consumer AI (2025)

https://www.ynetnews.com/tech-and-digital/article/rj00kxqzaxx
2•nervai•18m ago•0 comments

What rising Treasury yields are telling us

https://www.axios.com/2026/08/17/treasury-yields-warsh-bonds
1•toomuchtodo•20m ago•1 comments

An interactive display stack explaining optical bonding

https://designshippers.com/work/laminated-display-stack.html
1•krm01•22m ago•0 comments

OS Development Wiki

https://wiki.osdev.org/Expanded_Main_Page
1•pykello•23m ago•0 comments

Show HN: I made a 3D Globe platform to promote your startup based on your MRR

https://mrrglo.be
1•sc4p1n•23m ago•0 comments

OpenAI's autonomous hackers and the newsroom revolt of 2020

https://muddy.jprs.me/posts/2026-08-16-the-agents-discovered-slack/
1•jprs•24m ago•0 comments

There's a Libcurl.dll in My System32

https://daniel.haxx.se/blog/2026/08/17/theres-a-libcurl-dll-in-my-system32/
3•chmaynard•24m ago•0 comments

EY turning internships into yearlong residencies as AI changes entry-level work

https://www.businessinsider.com/ey-internship-residency-career-ai-skills-2026-8
1•petethomas•25m ago•0 comments

It Is Past Time for You to Quit Elon Musk's X

https://publiccomment.blog/p/it-is-past-time-for-you-to-quit-elon-musk-s-x
11•jjoachim3•26m ago•2 comments

Vitol Won Exclusive Fuel Deals to Dominate Africa – At a Cost

https://www.bloomberg.com/news/features/2026-08-17/vitol-won-exclusive-fuel-deals-to-dominate-afr...
1•petethomas•28m ago•0 comments

Could Beowulf See Blue?

https://www.deadlanguagesociety.com/p/history-english-colour-words
3•gherkinnn•30m ago•0 comments

Built a free Irish sport TV listings site

https://sportontvireland.ie/about
1•cf100clunk•30m ago•1 comments

Show HN: A blockchain that proves instead of storing

https://github.com/ignotusnemo/parano1d
1•ignotusnemo•31m ago•0 comments

[pre-RFC] Alloy formalization of LLVM IR's concurrent memory model

https://discourse.llvm.org/t/pre-rfc-alloy-formalization-of-llvm-irs-concurrent-memory-model/91590
1•matt_d•31m ago•0 comments

Ask HN: Is there a shortage of talent at early-stage deep-tech startups?

1•misterballer•32m ago•0 comments

Paramount Wants $1.88B Bond from States, Writers Challenging Warner Deal

https://www.wsj.com/business/media/paramount-wants-states-writers-challenging-warner-deal-to-post...
1•mudil•33m ago•0 comments

Anthropic tells investors annualized revenue run rate climbed to $65B in July

https://www.cnbc.com/2026/08/17/anthropic-says-annualized-revenue-climbed-to-65-billion-in-july.html
2•victor106•34m ago•0 comments

Where the Compiler Stops

https://blog.bencope.land/where-the-compiler-stops/
1•mooreds•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.