frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Privacy Email with No Logs

https://polve.cc/
1•dzkuser•25s ago•1 comments

CodeJourney – Small utility to create evidences for technical due diligence

https://github.com/adaptive-scale/codejourney
1•debarshri•35s ago•0 comments

I built an MCP server so Claude can send my invoices

https://getholdings.com/mcp
1•sirjrg•57s ago•0 comments

Garry Tan says turning down early offer to join Palantir a $2-4B 'mistake'

https://www.businessinsider.com/garry-tan-turning-down-palantir-billion-mistake-2026-8
1•muzz•2m ago•1 comments

SF exempted 1900 parcels from a housing law. YIMBYs are suing city to reverse it

https://www.sfchronicle.com/sf/article/sf-housing-yimby-lawsuit-sb79-22385659.php
1•littlexsparkee•3m ago•0 comments

CalPrivacy 2nd Fine in As Many Days Against a data broker

https://captaincompliance.com/news/calprivacy-hits-second-data-broker-in-days-cybba-fined-52400-f...
1•richartruddie•3m ago•1 comments

One Hundred Reasons to Be a Scientist [pdf]

http://web.archive.org/web/20090115212435/http://users.ictp.it/~pub_off/books/100_reasons.pdf
1•joebig•6m ago•0 comments

Show HN: Hearth – a shared family workspace where an agent can build apps

1•jmtulloss•8m ago•0 comments

Classic: How hard can it be?

https://pastila.org/essays/classic-gradient-interpolation/
1•jjgreen•9m ago•0 comments

Mistral AI Strategy

https://venturebeat.com/infrastructure/mistral-ai-wants-to-build-1-gigawatt-of-european-compute-b...
1•PhilipVinc•10m ago•1 comments

Apache Fory JSON: Fast JSON Serialization for Java

https://fory.apache.org/blog/fory_json_fastest_java_json_framework/
1•mooreds•10m ago•0 comments

Claude First Customer Finder

https://github.com/leo-proger/claude-first-customer-finder-skill
1•leo_proger•11m ago•0 comments

Namecheap is down due to DC cooling failure

https://www.engadget.com/2236616/hosting-provider-namecheap-is-down-after-data-center-cooling-fai...
1•nvahalik•13m ago•0 comments

Reachpad now includes free Gemma 4 31B and Gemini 3.6 Flash

https://reachpad.dev/blog/free-models
1•sakuraiben•15m ago•0 comments

Signal and noise – Compact Disc microscopy

http://www.pmonta.com/compact-disc-microscopy.html
1•Eridanus2•15m ago•0 comments

In Nepal's 'Kidney Valley' poverty drives illegal market for human organs (2023)

https://www.pbs.org/newshour/world/in-nepals-kidney-valley-poverty-drives-an-illegal-market-for-h...
1•bookofjoe•16m ago•0 comments

Zapping Rocks Unlocks Stimulated Geologic Hydrogen

https://spectrum.ieee.org/stimulated-geologic-hydrogen
1•rbanffy•17m ago•0 comments

Trump Orders Navy to Restore [Steam Catapults] in Aircraft Carriers

https://www.wsj.com/us-news/trump-orders-navy-to-restore-old-technology-in-aircraft-carriers-cost...
1•dctoedt•17m ago•0 comments

Moderate wine drinkers had a 21% lower risk of cardiovascular death

https://www.sciencedaily.com/releases/2026/08/260808235008.htm
1•dreadsword•17m ago•1 comments

The official DeepSeek-Harness tested with jelly ball [video]

https://www.youtube.com/watch?v=hNcqNIFl9GA
1•grigio•18m ago•0 comments

New York's Congressional Delegation – Track Aipac

https://www.trackaipac.com/states/newyork
1•untiledsource•21m ago•0 comments

So Long, and No Thanks for the Externalities (2009) [pdf]

https://www.microsoft.com/en-us/research/wp-content/uploads/2016/10/SoLongAndNoThanks.pdf
1•csmeyer•25m ago•0 comments

Understanding WAL Backpressure in Postgres

https://clickhouse.com/blog/wal-backpressure-clickhouse-managed-postgres
1•saisrirampur•27m ago•0 comments

AI Mania Is Eviscerating Global Decision-Making

https://ludic.mataroa.blog/blog/ai-mania-is-eviscerating-global-decision-making/#fnref:7
2•pavel_lishin•28m ago•0 comments

Terabytes of credentials leaked in supply-chain attack

https://arstechnica.com/security/2026/08/terabytes-of-credentials-leaked-in-massive-supply-chain-...
7•RattlesnakeJake•28m ago•0 comments

All You Need to Know about JEPA

https://www.overshoot.ai/blogs/all-you-need-to-know-about-jepa
2•JosephScharpf10•28m ago•0 comments

Killing Reticulum to Save It

https://leviculum.network/posts/killing-reticulum-to-save-it
1•rihegher•29m ago•0 comments

On Loyalty to Your Employer (2018)

https://medium.com/hackernoon/on-loyalty-to-your-employer-c674c4b06b3a
2•downbad_•31m ago•0 comments

Caged Code – Vanilla Claude Code Binary in a Webpage

https://tomlarkworthy.github.io/lopebooks/notebooks/Caged_Code.html
1•tlarkworthy•32m ago•0 comments

Show HN: I built a multi-step API testing tool that's designed to be self-hosted

https://github.com/test-fleet/control-server
1•raghiba1124•33m 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.