frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Italy, Belgium set to lose gas supply after biggest LNG plant bombed

https://www.politico.eu/article/italy-belgium-lose-gas-supply-world-biggest-lng-plant-bombed/
1•leonidasrup•1m ago•0 comments

What Is ProxyBase MPP?

https://proxybase.xyz/blog/what-is-proxybase-mpp
1•m00dy•15m ago•0 comments

Save up to 60% API costs without TOON

https://lesstokens.hive-hub.ai/
1•GuilhermeVNZ•16m ago•1 comments

Add age verification to accounts service

https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/176#0b07c0cc4d49b...
3•e145bc455f1•28m ago•0 comments

Israeli startup Thermagix harvesting low grade heat

https://www.calcalistech.com/ctechnews/article/dfpboxzg9
2•tomerbd•29m ago•0 comments

Writing a Verified Postfix Expression Calculator in Ada/Spark

https://pyjarrett.github.io/2025/06/10/postfix-calculator.html
1•notagoodidea•29m ago•0 comments

Re:Do Workouts

https://redoworkouts.com/
1•danielauener•31m ago•0 comments

Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500

https://old.reddit.com/r/ChatGPT/comments/1rz2ooh/i_am_betting_my_house_that_if_you_ask_gpt_to_pick/
4•mellosouls•32m ago•3 comments

World Cup Trophy Theft: Gangsters, Spies and the Dog That Found It

https://www.bloomberg.com/news/articles/2026-03-20/the-1966-world-cup-trophy-theft-gangsters-spie...
1•helsinkiandrew•34m ago•0 comments

Google adds 24-hour wait and mandatory reboot to Android sideloading flow

https://android-developers.googleblog.com/2025/08/elevating-android-security.html
13•dfordp11•43m ago•2 comments

BATorrent – Torrent client that streams video while downloading

https://github.com/Mateuscruz19/BAT-Torrent
1•Mateuscruz19•44m ago•0 comments

DIY AI-powered robot arm

https://www.youtube.com/watch?v=59JTCvpG_Ec
1•mafm•45m ago•1 comments

Show HN: Elastik – treating LLM as an HTTP client in less than 200 lines of code

https://github.com/rangersui/Elastik
1•rangersui•45m ago•0 comments

Operation Cast Thy Bread

https://en.wikipedia.org/wiki/Operation_Cast_Thy_Bread
2•throw310822•49m ago•0 comments

Oxford Time

https://en.wikipedia.org/wiki/Oxford_time
1•Tomte•51m ago•0 comments

Cursor's "in-house model" Composer 2 is Kimi K2.5 with RL on top

https://twitter.com/ns123abc/status/2035058399067435474
1•helloplanets•52m ago•0 comments

We Scaled Kimi K2.5 [video]

https://www.youtube.com/watch?v=CwePo4847ho
1•vinhnx•53m ago•0 comments

Physics-based validation for sensor data before ML training

https://github.com/timbo4u1/S2S
1•s2sphysical•54m ago•0 comments

CalMirror – Stop copy-pasting events across Google Calendars

https://apps.apple.com/us/app/calendar-auto-sync-calmirror/id6759219374
1•hmktsu•54m ago•0 comments

Double-O, agent's best friend

https://github.com/randomm/oo
1•jannniii•1h ago•1 comments

We Trust Strangers More Than Brands – What Neuroscience Tells Us

https://www.proofgateway.com
1•elufadeju•1h ago•0 comments

Ask HN: Has anyone here lived in a war zone?

2•michaelteter•1h ago•0 comments

KuraiMusik – A 24/7 AI Radio Orchestrated with AI, Python and Liquidsoap

https://music.kuraitachi.com/
1•daviddevgt•1h ago•0 comments

Why are we eating slop? [video]

https://www.youtube.com/watch?v=Tsp2bC0Db8o
1•decimalenough•1h ago•0 comments

Manifestation Machines

https://thefuturistsage.substack.com/p/manifestation-machines
1•Archit_lal_•1h ago•0 comments

Tangled: Tightly Knit Social Coding

https://tangled.org
2•j3s•1h ago•0 comments

Is AI Making Us Stupid? Cal Newport Is Worried

https://www.chronicle.com/article/is-ai-making-us-stupid-cal-newport-is-worried
1•smugma•1h ago•1 comments

I tested every "lifetime" Mac app posted on R/macapps for 7 weeks

https://old.reddit.com/r/macapps/comments/1ryvdei/i_tested_every_lifetime_mac_app_posted_on/
1•saaspirant•1h ago•0 comments

Cal Newport is Worried (put down the ChatGPT)

https://www.chronicle.com/newsletter/the-review/2026-03-16
2•smugma•1h ago•1 comments

Show HN: I created a free LLMs.txt generator

https://kitful.ai/write-tools/llms-txt-generator
1•eashish93•1h 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.