frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rotating Globes Powered by Light

https://www.movaglobes.com/
1•mdp2021•1m ago•1 comments

Built Verit: Runs real paid tests on startup ideas and returns a demand report

https://www.verit.dev/
1•startabuild•3m ago•1 comments

Intuiting Pratt Parsing

https://louis.co.nz/2026/03/26/pratt-parsing.html
1•louisb0•5m ago•0 comments

No Plan: How Germany Is Losing Its Business Model

https://respublica.media/no-plan-how-germany-is-losing-its-business-model/
1•Densown•8m ago•0 comments

Attie: The Future of AI Should Serve People, Not Platforms

https://theliquidfrontier.leaflet.pub/3mi5pwkoqx22g
2•cpeterso•10m ago•0 comments

What software engineering got wrong for decades, you're about to repeat with AI

https://www.lobsterpack.com/blog/software-engineering-lessons-ai-tools/
1•pypt•12m ago•0 comments

StorePin – watch your e-commerce sales appear live on a world map

https://storepin.me
1•baptista•13m ago•0 comments

Rational quantum mechanics: Testing quantum theory with quantum computers

https://www.pnas.org/doi/abs/10.1073/pnas.2523350123
2•gnabgib•14m ago•1 comments

SolveBar – 77 client-side tools, zero server and zero tracking

https://solvebar.com
1•theshakeel•15m ago•0 comments

Show HN: Learn from AI Experts

https://teach-me.replit.app/
3•techypicky•15m ago•4 comments

Quantum computers could have a fundamental limit after all

https://phys.org/news/2026-03-quantum-fundamental-limit.html
1•g-b-r•19m ago•1 comments

Sam, the 'Other' SED from the 80s

https://julienlargetpiet.tech/articles/sam-the-other-sed-from-the-80s.html
1•random__duck•19m ago•0 comments

The Project I Kept Postponing (AI Didn't)

https://sami.eljabali.org/the-project-i-kept-postponing-ai-didnt/
2•samieljabali•20m ago•0 comments

Think Tank, Idea Collaborate

https://thousandmindsai.com
1•wesley-Alan•21m ago•0 comments

Ukraine's drone defense tech reshapes combat as warfare evolves [video]

https://www.youtube.com/watch?v=mnX7hE-9OK8
1•teleforce•23m ago•0 comments

Show HN: A war-strategy game played by AI agents

https://agentempires.app/
2•ttamslam•28m ago•0 comments

Which Porsche 911 Generation Is the Best Investment in 2026?

https://pistonalpha.com/articles/porsche-911-investment-guide-2026
1•magrix•29m ago•0 comments

Tell HN: Bug in Claude Code CLI is instantly draining usage plan quotas

https://github.com/anthropics/claude-code/issues/38335
3•nikhilgk•29m ago•1 comments

Ootils – An open source supply chain engine designed for AI agents (not humans)

https://github.com/ngoineau/ootils-core
1•ngoineau•33m ago•0 comments

A whirlwind tour of systemd-nspawn containers (2025)

https://quantum5.ca/2025/03/22/whirlwind-tour-of-systemd-nspawn-containers/
1•indigodaddy•35m ago•0 comments

Show HN: Vocab extractor for language learners using Stanza and frequency ranks

https://huggingface.co/spaces/vladvlasov256/vocab-nlp
2•crivlaldo•36m ago•0 comments

Can this technology end drone warfare? [video]

https://www.youtube.com/watch?v=unraT22a4zY
1•teleforce•36m ago•0 comments

Open-Sourcing Our Mail Client Mono Mail

https://github.com/erickim20/monomail-desktop
2•rhksnrla•43m ago•3 comments

Arena Zero Ep.1 [video]

https://www.youtube.com/watch?v=qqcH-1Rk-ow
2•thewanderer1983•44m ago•0 comments

M4 and M5 Macs cannot run 4k screens in HiDPI mode – limited to 3.3k

https://github.com/waydabber/BetterDisplay/discussions/4215
4•smcleod•46m ago•1 comments

Build123d: A Python CAD programming library

https://github.com/gumyr/build123d
2•Ivoah•47m ago•0 comments

Age verification, child protection and economic power

https://www.cyberverso.net/age-verification-child-protection-and-economic-power/
2•MatteoFrigo•48m ago•0 comments

TeamPCP Supply Chain Campaign: Update 002

https://isc.sans.edu/diary/32838
2•jruohonen•49m ago•0 comments

Samsung Magician disk utility takes 18 steps and two reboots to uninstall

https://chalmovsky.com/2026/03/29/samsung-magician.html
2•chalmovsky•49m ago•1 comments

Things I learned building a model validation library

https://wilsoniumite.com/2025/01/24/things-i-learned-building-a-model-validation-library/
2•Wilsoniumite•50m 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•10mo 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•10mo ago
I need the answer if I fail...

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

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