Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Carefulwords.com, a more inspiring thesaurus (carefulwords.com)
258 points by simonsarris on Oct 16, 2022 | hide | past | favorite | 53 comments
I began this in late September purely on the whims of frustration with thesaurus.com, which does not bother to focus the input box! So I made my own site that focuses the input box. And because I wanted a thesaurus where I could type just the term in the address bar (eg type carefulwords.com/word) to get my results.

It is very rough around the edges right now. There are far too many synonyms, which themselves are only organized alphabetically. I hope to take the site in a more inspiring direction over time than merely synonyms. Perhaps euphemisms, or other poetic uses from the past, or author commentary, or something altogether different.




I must be missing something here. https://carefulwords.com/fast gives back 349 results, starting with "Barmecidal feast, Encratism, Friday, Lenten diet, Lenten entertainment, Lenten fare, Pythagoreanism, Pythagorism, Rechabitism, Sabbath, Shakerism, Spartan fare, Stoicism, Sunday" and also containing "ecclesiastical calendar, extravagant, firm as Gibraltar, hell for leather, hell-bent, promiscuous" and many many others which, I believe, are nowhere near being synonimous with "fast".


"Promiscuous" is in fact a now dated implied synonym for "fast": "fast" in the sense of "quick or very open to engaging in sexual activity".

You're right about many of the rest not being synonyms per se, although they are related words (related to "religious fasting" for example).


This is great!

I have been working on something related, a tool to watch over my own writing and suggest better words: https://github.com/mcculley/WordWhittler

Would you consider making an API or an export of your thesaurus?


  curl https://carefulwords.com/word | sed -rn 's/<li>([^<]*)<.*/\1/p'


This yields just a list of terms, not the relationships between them.


This is gorgeous. I was just discussing the need for a better thesaurus with my partner!

I love the quotes.

One suggestion — could you make the result words clickable? So as to let me go way down the rabbit hole?


I just added a keyword search in firefox* for inspiration when I'm searching for a replacement word.

* Assign a keyword (e.g. care) to a regular bookmark but place %s in the url (https://carefulwords.com/%s). It gets substituted for whatever is typed after the keyword.

So my keyword is care and I can type "care joy" into the url bar which opens https://carefulwords.com/joy.


I will. I said to another person, I hesitated because I personally like to double click the word text to copy it, and that gets in the way, but enough people have asked for it.


I would second vtimofeenko’s suggestion to use an icon with a link to preserve double-click-to-copy.


I understand the wish but I think that would spoil the elegant design.


For a site like this, which has a very clear single function and which people are likely to visit again and again, it might be justifiable to have a small control somewhere on the page which switches all of the results between click-to-link and click-to-copy.

Each person is likely to have a fixed individual preference, so if you store that preference in a functional cookie then everybody gets their own way. Or, as your site would have it, their druthers.


Maybe you could put an icon next to the word that copies it to the clipboard when clicked. Some websites use an image of a piece of paper with a top corner folded over to indicate this is the copy button.


May I suggest the inverse - an icon with a link? That way the original "double-click and copy word" use case gets preserved


I like this. That would let you copy/paste more intuitively.


Why not keep both (copy, link) on a hover so that:

- it is easy to copy

- and navigate to that word's page

- and at the same time it will preserve the ability to click to select, too.


Double click to copy/highlighting word. Single click to follow link?


This is excellent. It would be even more fun if clicking on one of the synonyms opened a page for that synonym. I really like the quotes and the esteem for the classical, and myth.


Yes, box should link to that entry.

What is really needed in this and the app on my phone is a decision tree before the results to narrow down in terms of adjective, verb, adverb, etc. This shortens to the words you’re really wanting.

For example, entry: boot

Verb? Noun?


Agree. The synonyms really look like buttons that may be clicked/tapped.


This is really nice! I generally use powerthesarus.org when I'm in need of synonyms, however the slimmed-down design of this and quotes are a charming touch. The dataset also seems to be better, for want of a better word (ironically!), the output seems more sophisticated. How much if this is hand curated?


I'm using the Moby Thesaurus, a public-domain thesaurus of about 30,000 terms, slightly edited by me so far. I am not crazy about this source, but it was an easier way to start.

My intent is to hand-curate the most common 2,000 or more words, over time. But since I am just one person and have many projects (and two babies), I can only devote about one hour each night or less to this, once everyone else is in bed, so it will take me a little while.


Power Thesaurus gives much better results imho. Careful Words includes a lot of results that are not synonyms at all, and just relate to the query in some way. So depends on what the user is after I guess.

I'm also not a fan of the results being sorted alphabetically, it would be more useful to have them ranked. The design and simplicity is nice though.


Tangentially - I developed a Thesaurus site a bit back. One minorly innovative thing is I used hunspell for verb tense, singular/plural etc. (so you have https://www.matchingwords.com/en/flowed as opposed to https://carefulwords.com/flowed or https://www.matchingwords.com/en/trees as opposed to https://carefulwords.com/trees ). So I tried to do a Google Adwords campaign for the website and they said I need an about, contact and disclaimer section - so I put that. Then they said I was not "unique enough" to be able to pay them to run ads for my site. So I showed them how I could handle more cases than many thesaurus's could due to hunspell, but - no deal.

I usually do Android apps, but so much of the work was getting hunspell and the MyThes thesaurus working I decided to put up a website with that. But there was so much hassle, like Adwords not wanting to take my money, my first website money-making venture of that era was a bust. I did OK on Android apps though.


This is beautiful and even revolutionary. The references from poetry and other great works that provide context for why those words mean what they do to us are a stroke of genius.



gives webster 1913 dictionary vibes

see: http://jsomers.net/blog/dictionary


Love this! The addition of phrases (I searched "invent" and got "break ground" "bring forth" and "hit upon") is what my other favorite word explorer (onelook.com) is missing. Great for coming up with terms for headlines, marketing copy, and titles. Congrats on the launch and keep going.


If you're using Emacs, you can of course get full dictionary lookup from inside Emacs using a wide range of sources running locally on your own machine:

https://www.masteringemacs.org/article/wordsmithing-in-emacs


Not sure if this makes sense or if it is possible, but getting something like a word cloud as a result would be awesome. The more obvious synonyms will be bigger, the more distant ones will be smaller. Even if it does not work 100% I think this would be nice.


I get a Netlify 404 error when searching for words that aren't in the list. For example "innovate" [0] is a miss but "innovation" [1] is valid. You could make the look up more robust by implementing stemming [2] redirects.

[0] https://carefulwords.com/innovate [1] https://carefulwords.com/innovation [2] https://en.wikipedia.org/wiki/Stemming


This is very cool! I'm reminded a little bit of definr.com, which was a basic super-fast online dictionary but sadly disappeared a few years ago.

Where did you get the thesaurus that you based this off of?


These aren't really synonyms right? What are they? How are you getting the data? (I'm basing this on solitutde - alienation example).


This is silly but typing "poop" in the search bar and hitting enter gives a "Page not found" -- maybe the search auto complete drop-down can let you know that a word isn't in the thesaurus and not try to redirect on enter.


Oh that's a good idea. Since I'm already loading all possible words in the JS, I don't even need to point to a 404 or "term not found" page, it can be right there that I display something.

I'll add that soon.


> Since I'm already loading all possible words in the JS,

How many words is that?


How many other thesaurus websites have you examined? It sounds like you assumed thesaurus.com was the only one in existence. (Personally I use freethesaurus.com, and if I need more synonyms, Merriam-Webster.com.)


Just wanted to mention that I love this. Checked it out yesterday and am back today for actual use.

Ah, I should add that I came to HN first because I couldn't remember the name. Carefulwords.com


just noting that you can put the term in the URL on there: https://www.thesaurus.com/browse/hacker

I like your site but the word list would be much easier for me to skim through if it were in multiple left-aligned columns

trying an https://carefulwords.com/unknownword results in a 'page not found' error


I love this! A Barthesian project.

Should we be careful of what words do compared to what they mean, or rather, is it best to be impulsive at the risk of catastrophe?



Some odd associations here... whimsy gives back, among other things: maggot

I have never seen a whimsical maggot, nor do I think I want to


The first word I tried was 'object' and the first synonym was 'IC Analysis'. I don't even know what that means.


I love it, especially the poetry quotations! I have wanted something like this for a long time. Thank you.


uhhh.. I'm amazed!!

https://carefulwords.com/curiosity

what's "gewgaw" doing under "curiosity" though?


I guess curiosity in the sense of "curio" is related to "gewgaw"


this is really nice!! I'll be using this instead of Powerthesaurus, for sure.

Could you turn the suggested words into hyperlinks, please?


Yes, I will add them. I hesitated with hyperlinks because I kind of like double clicking to select the text, to copy it, when you find a word you like.


You could add a copy button – or "use this result as a query" button – next to each result. The copy button might be better, since otherwise you need to tripple click + cmd c to copy a multi-word result.


Maybe add link after the word? Eg: word (^)


Instant favorite thing after 5 seconds


Looks great


deleted


Since very early printing times many publishers adopted colophons: logos or emblems that can be quite elaborate but are nonetheless easy to add to a page or binding if you have a printing press and can make a die.

For example some old ones that Oxford University Press used in the 1500s and 1600s: https://www.gutenberg.org/files/61421/61421-h/images/illus6a...

I wanted a logo that felt like a colophon to complete the printerly effect that I wanted for the site design.

I have a hobby of viewing artwork from online sources that archive the kind of stuff that almost never make it into museums: sketches, prints, photographs, etc. Not because this art is low quality, but because there is so much of it that it couldn't possibly be displayed. Actually, I curate a list of high quality digitized sources for such: https://simonsarris.com/art-collections

I save a lot of it. So looking through some saved pieces, I came across the sketch of the nude reading, and cleaned it up a bit. It's by James Abbott McNeill Whistler, late 1800s (public domain of course). Not remotely one of his famous works, which are pretty much all paintings.

I was going to redo the sketch in SVG, so that dark mode readers would be able to invert it better, but getting sketch lines to look good in SVG actually takes considerable effort, so its just a jpeg for now.


[deleted]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: