Earlier quoted context omitted.
Wiktionary is great! I'm interested in etymology, and my mind frequently wanders to thoughts like "I wonder what the origin of the 'pseudo-' prefix is." or "I wonder if the english word 'sea' and the swedish word 'sjö' are related - they seem quite similar.". More often than not, wikitionary has the answer - and a good, detailed one at that!
In case Wiktionary fails, you can try https://www.etymonline.com ― it's especially has more info on figurative phrases instead of individual words, and has dates when a word or a phrase entered the usage (according to records).
You’re probably using the wrong dictionary (2014)
71–80 of 90 posts
Re: You’re probably using the wrong dictionary (2014)
#72As a teaser, here are some of the google definitions I've come across that I believe are all wrong:
mitzvah
mercenary
bemused
waif
ancillary
hinky
quiescent
commentariat
poignant
orthogonal
dibs
come out in the wash
kibitz
cull
elide
gird
comport
confabulateRe: You’re probably using the wrong dictionary (2014)
#73Back when I was writing my PhD thesis (in English, as a non-native English speaker) I remember looking for a more efficient way to find synonyms for certain word. Usually when you are looking for synonyms, you know you already know the word but you just cannot find it. So the Idea I had was to make some kind of "graph" representation of Word relationships given their meaning. I remember finding a huge list of words w…
Re: You’re probably using the wrong dictionary (2014)
#74Re: You’re probably using the wrong dictionary (2014)
#75The dictionary linked in this post has some formatting issues, so a kind soul improved upon it (Mac Dictionary.app dictionary): https://github.com/mortenjust/webster-mac
Re: You’re probably using the wrong dictionary (2014)
#76> Recall that the New Oxford, for the word “fustian,” gives “pompous or pretentious speech or writing.” I said earlier that that wasn’t even really correct. Here, then, is Webster’s definition: “An inflated style of writing; a kind of writing in which high-sounding words are used, above the dignity of the thoughts or subject; bombast.” Do you see the difference? What makes fustian fustian is not just that the languag…
>using fancy language where fancy language isn’t called for That's not what "pompous" means but it is exactly what "pretentious" means. For some reason OP ignored that part of the definition.
Fustian is a type of cloth which was used as padding. If I say I just listened to 10 minutes of fustian from a politician that means they were filling time far beyond the direct content. I would characterize many business books as fustian. (Or at least, this has always been my understanding of the word.)
If I say the speech was pretentious that means it was artificially pretending to be something it wasn’t, e.g. as if it were written by someone who looked up every word they wanted to use in the thesaurus and then chose the most obscure quasi-synonym without knowing its meaning and without bothering to check that the new word actually meant what they wanted to say. (There might be other types of pretension. For instance, someone might say that a highly-educated upper-class politician’s speech is pretentious when he talks like a manual laborer, or that a political scientist’s writing is pretentious when it reads like a physics paper.)
If I say the speech was pompous, that means it was affectedly grand; imagine someone giving a speech at a city council meeting about whether to add some bike lanes to a local street but sounding like a king’s eulogy.
“Fluff”, “stuffing”, “padding”, “bombast”, “hot air”, etc. are ways of expressing more or less the same metaphor as “fustian”.
Re: You’re probably using the wrong dictionary (2014)
#77I like to make my own dictionaries for texts I'm studying. I sort all the words, uniq them, and create a word list containing every word in the text I'm studying. Then, I pipe each word entry through sdcv, with my favourite dictionaries enabled, and create a glossary specifically for the text in study. Then as I study the text, and encounter strange and unfamiliar words, I use my glossary to gain understanding. If so…
Reading is not just background noise. It demands your attention, or you will fall out of the text quickly.
Re: You’re probably using the wrong dictionary (2014)
#78Re: You’re probably using the wrong dictionary (2014)
#79Back in 2014, this article inspired me to write an iOS app. I took a few weekends putting most of my efforts into formatting and readability. Just when I was ready to release, I got really busy at work. Weeks became months, and months became years. By the time I got back to it last year, Xcode wouldn't compile it anymore. To my dismay, I also discovered that a number of other apps had been launched. After fretting a…
Thanks for putting this together. Downloaded and like it quite a bit so far! Will rate 5 on the app store too.
Re: You’re probably using the wrong dictionary (2014)
#80This is a truly delightful dictionary! I put together a tool to improve the formatting somewhat the last time this went around: https://github.com/aparks517/convert-websters And also an iOS app: https://itunes.apple.com/app/id943993346 I’ve also been collecting patches to correct typographical errors which I’ve been meaning to post somewhere. I’ve met lots of neat folks through this project!