frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The monstrous number sequences that break the rules of mathematics

https://www.newscientist.com/article/2521354-the-monstrous-number-sequences-that-break-the-rules-...
1•ColinWright•1m ago•0 comments

GIMP at LGM2026: committee, grants, no-AI policy, and that GSoC thing

https://librearts.org/2026/04/gimp-at-lgm2026/
1•prokoudine•4m ago•0 comments

LaGuardia Aviation Investigation Preliminary Report

https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/GenerateNewestReport/202674/pdf
1•tomalpha•5m ago•1 comments

Stack Trace for Distributed Systems

https://github.com/leandromoreira/distributed-stack-trace
1•dreampeppers99•6m ago•0 comments

This Robot Can Beat You at Table Tennis [video]

https://www.youtube.com/watch?v=EH8kZDc7OLk
1•mhb•7m ago•0 comments

When our 'local' journalist confronted Michael Jackson

https://mazharfarooqui.substack.com/p/the-night-i-didnt-know-i-was-confronting
1•Sam6late•7m ago•1 comments

Show HN: CSP Benchmarks – Go vs. core.async (Clojure) vs. libgoc (C)

https://github.com/libgoc/libgoc/blob/81798b3dd5e27d7f1e752b6cff0bdf3a95d381b7/bench/README.md
1•divs1210•8m ago•0 comments

Punctuated Decline of Human Cooperation

https://www.nature.com/articles/s41586-026-10380-3
1•bookofjoe•8m ago•0 comments

Ask HN: Scaling a targeted web crawler beyond 500M pages/day

1•honungsburk•9m ago•0 comments

Vanished in Paradise: Dark Secrets of Hawaii's Big Island [video]

https://www.youtube.com/watch?v=Y-nc9TalADk
1•keepamovin•13m ago•0 comments

Show HN: I built an AI alternative to NoBroker/MagicBricks that never calls you

https://www.abodex.space/
2•soorajsanker•19m ago•0 comments

Free Book "Rust Projects – Write a Redis Clone" Version 2.0.0

https://rust-projects-write-a-redis-clone.github.io/
1•thedigicat•20m ago•0 comments

WellaBack Posture Corrector

https://www.facebook.com/WellaBackPostureCorrector.Get
1•Bannersons•23m ago•0 comments

Show HN: Llm.sql – Run a 640MB LLM on SQLite, with 210MB peak RSS and 7.4 tok/s

4•aldielshala•24m ago•0 comments

8087 Emulation on 8086 Systems

https://www.os2museum.com/wp/learn-something-old-every-day-part-xx-8087-emulation-on-8086-systems/
1•ingve•26m ago•0 comments

2026 Annual C++ Developer Survey "Lite"

https://isocpp.org/blog/2026/04/2026-annual-cpp-developer-survey-lite1
1•pyjarrett•28m ago•0 comments

Do you need a SoC 2 report?

https://www.getprobo.com/blog/2026-04-22-do-you-need-a-soc-2-report
2•gearnode•31m ago•0 comments

Meta is revamping its cross-app management system

https://techcrunch.com/2026/04/23/meta-is-revamping-its-cross-app-management-system/
1•DropDead•32m ago•0 comments

The FBI faked a field of forensic science. (2015)

https://slate.com/news-and-politics/2015/04/fbis-flawed-forensics-expert-testimony-hair-analysis-...
2•downbad_•32m ago•1 comments

Static Types for Dynamic Targets

https://intertwingly.net/blog/2026/04/23/Static-Types-for-Dynamic-Targets.html
1•ingve•33m ago•0 comments

Health-care AI is here. We don't know if it helps patients

https://www.technologyreview.com/2026/04/24/1136352/health-care-ai-dont-know-actually-helps-patie...
3•joozio•33m ago•0 comments

Open grid data has a public benefit

https://nworbmot.org/blog/open-grid-data.html
1•lyoncy•36m ago•0 comments

UK Biobank leak: Health details of 500 000 people are offered for sale

https://www.bmj.com/content/393/bmj.s781
31•dberhane•43m ago•2 comments

Show HN: PhotoSharpener – sharpen and upscale photos in the browser with AI

https://photosharpener.com/
1•wbemaker•44m ago•0 comments

Face (Sociological Concept)

https://en.wikipedia.org/wiki/Face_(sociological_concept)
1•acqbu•46m ago•0 comments

Microsoft plans voluntary employee buyout for up to 7% of U.S. workforce

https://www.cnbc.com/2026/04/23/microsoft-plans-first-voluntary-retirement-program-for-us-employe...
2•layer8•48m ago•0 comments

Rat Park – ProofOfConcept

https://poc.bcachefs.org/blog/rat-park.html
1•Antibabelic•50m ago•0 comments

Hear your agent suffer through your code

https://github.com/AndrewVos/endless-toil
6•AndrewVos•54m ago•0 comments

A Hundred Robots Are Running a Bio Lab

https://www.corememory.com/p/a-hundred-robots-are-running-a-bio-medra-michelle-lee
1•giuliomagnifico•58m ago•0 comments

Show HN: leaf – a terminal Markdown previewer with a GUI-like experience

https://github.com/RivoLink/leaf
2•RivoLink•58m ago•1 comments
Open in hackernews

Show HN: Can you meld minds with AI and guess the same word?

https://www.convergegame.com/
11•cwackerfuss•11mo 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•11mo ago
I need the answer if I fail...

Otherwise super fun and unique! Well done, thank you for sharing this.

cwackerfuss•11mo 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•11mo ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•11mo ago
It's on my list for sure. Thanks for the message!
zahlman•11mo ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•11mo ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•11mo 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•11mo ago
Fun and easy to play!
cwackerfuss•11mo ago
Thanks glad you like it!
elpocko•11mo 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•11mo ago
ever heard of Wordle?
elpocko•11mo 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•11mo 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•11mo 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.