Show HN: Subth.ink – write something and see how many others wrote the same

https://news.ycombinator.com/rss Hits: 4
Summary

subth.ink Share your thoughts anonymously. See if anyone else thinks the same thing. Enter your thought 0 / 256 Submit How does it work? Your text is not stored, but rather a salted SHA256 hash of it is. An unsalted MD5 hash is also stored, but not displayed here. It (the MD5 hash) might be published in the future when a thought's count passes a certain threshold (TBD). This might make it possible to recover certain short thoughts that were popular. CLI Access echo "hello world" | curl -d @- https://subth.ink Top Thoughts Loading... API Schema POST /api/thoughts Request: {"contents": "hello world"} Response: {"contents": "hello world", "count": 3, "hashed": "a591a6d4...", "createdAt": 1737000000, "updatedAt": 1737000000} GET /api/thoughts/top Response: {"top": [{"hashed": "a591a6d4...", "count": 3}, ...]}

First seen: 2026-01-19 20:31

Last seen: 2026-01-19 23:32