frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ritual – An Open Source Local Monochrome Themed Habit Tracker PWA

https://ritual.tangentlabs.dev/
1•sheerluck•57s ago•0 comments

The Xclif Manifesto

https://xclif.readthedocs.io/en/latest/manifesto.html
1•thatxliner•1m ago•0 comments

Munich

https://www.muenchen.de/en/home
1•teleforce•2m ago•0 comments

The Linux Programming Interface as a university course text

https://man7.org/tlpi/academic/index.html
1•teleforce•6m ago•0 comments

AI generates nude images that outrank real photographs in sexual appeal

https://www.psypost.org/ai-generates-nude-images-that-outrank-real-photographs-in-sexual-appeal-s...
2•geox•9m ago•0 comments

Nvidia GreenBoost kernel modules opensourced

https://forums.developer.nvidia.com/t/nvidia-greenboost-kernel-modules-opensourced/363486
1•cma•10m ago•0 comments

Sodium-ion batteries hit the Midwestern grid in first-of-its-kind pilot

https://electrek.co/2026/03/11/sodium-ion-batteries-hit-the-midwestern-grid-in-first-of-its-kind-...
1•MilnerRoute•12m ago•0 comments

How the Eon Team Produced a Virtual Embodied Fly

https://eon.systems/updates/embodied-brain-emulation
1•LopRabbit•13m ago•0 comments

Is Time Ripe to Throw Your Engineers Under the Trolley?

https://medium.com/@farhanhubble/is-time-ripe-to-throw-your-engineers-under-the-trolley-f8d2306d24ae
1•farhanhubble•16m ago•1 comments

The state of Computer Vision and AI: we are far away

http://karpathy.github.io/2012/10/22/state-of-computer-vision/
1•stickynotememo•16m ago•0 comments

Proprietary EDA Software Is Dead, Long Live Proprietary EDA Software!

https://mattboisvert.net/blog/proprietary-eda-software-is-dead-long-live-proprietary-eda-software
1•MonsieurBigBird•19m ago•0 comments

Kern Type: a letter spacing game

https://type.method.ac/
1•icwtyjj•20m ago•0 comments

An open notebook on redesigning human work for AI

https://ai.nobl.io
1•budcaddell•21m ago•1 comments

Excel incorrectly assumes that the year 1900 is a leap year

https://learn.microsoft.com/en-us/troubleshoot/microsoft-365-apps/excel/wrongly-assumes-1900-is-l...
14•susam•23m ago•1 comments

Ask HN: The audio on the Academy Awards Hulu stream is out of sync

1•bahmboo•23m ago•0 comments

Show HN: TalkBlog – Speak Your Mind. Publish Your Words

https://talkblog.app/
1•mannders•25m ago•0 comments

Why Europe doesn't have a Tesla

https://worksinprogress.co/issue/why-europe-doesnt-have-a-tesla/
1•chaosprint•25m ago•1 comments

Is College Over?

https://tapestry.news/tech/college-ai/
1•sygona•28m ago•0 comments

My First Agentic Coding Project: GitTop

https://hjr265.me/blog/building-gittop-with-agentic-coding/
1•birdculture•29m ago•0 comments

The Bay Area Considers the Unthinkable: Life Without BART

https://www.nytimes.com/2026/03/10/us/bart-bay-area-san-francisco-transit.html
2•JumpCrisscross•29m ago•0 comments

The rise of malicious repositories on GitHub

https://rushter.com/blog/github-malware/
2•yakattak•31m ago•0 comments

With H-1B work visa lottery underway, experts worry new rules hurt business

https://www.wbur.org/news/2026/03/12/h-1b-visas-lottery-trump-overhaul
1•rawgabbit•31m ago•1 comments

Delay the Inference

https://aishwaryagoel.com/delay-the-inference/
1•agcat•35m ago•0 comments

Detecting Smart Glasses from your phone

https://nearby-glasses-alert.pages.dev/
1•modexapps•36m ago•0 comments

Bcachefs 1.37 with Linux 7.0 Support, Erasure Coding Stable and New Sub-Commands

https://www.phoronix.com/news/Bcachefs-1.37-Released
3•shaicoleman•36m ago•0 comments

LLM FFN benchmarks on a 4‑core HP All‑in‑One

https://rolv.ai/
1•heggenhougen•38m ago•2 comments

From Metaphysical Unity to Moral-Ecological Memory (DT2/RRR) Gianluigi Segalerba

https://www.academia.edu/165188201/From_Metaphysical_Unity_to_Moral_Ecological_Memory_A_Disenchan...
1•WGriffinIII•39m ago•0 comments

Nova–Self-hosted personal AI that learns from corrections and fine-tunes itself

https://github.com/HeliosNova/nova
2•heliosnova•39m ago•2 comments

Safire Memo [pdf]

https://www.archives.gov/files/presidential-libraries/events/centennials/nixon/images/exhibit/rn1...
1•stickynotememo•41m ago•0 comments

Show HN: Webassembly4J Run WebAssembly from Java

1•tegmentum•49m 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.