I'm a little perplexed as to why professors and other academic staff have routinely hard to read websites. Yes I'm aware I can bump up the font size, but especially on mobile that gets annoying. It's one thing if they don't have a stylesheet what so ever, it's a fully another thing to intentionally make things hard to read: font-family: arial,verdana,sans-serif; font-size: small; From an article that expressly advoca…
Common bugs in writing (2021)
51–60 of 99 posts
Re: Common bugs in writing (2021)
#52I'm a little perplexed as to why professors and other academic staff have routinely hard to read websites. Yes I'm aware I can bump up the font size, but especially on mobile that gets annoying. It's one thing if they don't have a stylesheet what so ever, it's a fully another thing to intentionally make things hard to read: font-family: arial,verdana,sans-serif; font-size: small; From an article that expressly advoca…
You're saying this on a website that I need to manually zoom in to 200% in order to remotely read the text.
Verdict: too small.
Re: Common bugs in writing (2021)
#53Earlier quoted context omitted.
I agree, often I write first sentence in technical language to introduce the reader to the existing discussion and then say "In other words" to paraphrase the technical language into more familiar but less precise vocabulary.
I agree, but even in those cases, “in other words” is just throat-clearing. Like “simply put” or “that is to say”, these are noise words that only hurt the clarity of writing. If two examples help, use two examples. There’s no need to call out that the second one is another example; people will get that. At least that’s how I see it after a lifetime of trying to stamp out this kind of filler language in my own writin…
Re: Common bugs in writing (2021)
#54One of my pet peeves is when the writer uses a pronoun immediately after a sentence with multiple proper nouns. For example, something like "Biden ran against Trump in 2020, and he raised a lot of money".
Re: Common bugs in writing (2021)
#55I'm a little perplexed as to why professors and other academic staff have routinely hard to read websites. Yes I'm aware I can bump up the font size, but especially on mobile that gets annoying. It's one thing if they don't have a stylesheet what so ever, it's a fully another thing to intentionally make things hard to read: font-family: arial,verdana,sans-serif; font-size: small; From an article that expressly advoca…
"Internet Explorer is a popular web browser. The current version number is 5.0." might explain it.
Re: Common bugs in writing (2021)
#56Vale is an OSS tool that you can use as a "prose linter" with many of these rules. You can also write your own rules. Together with a spellchecker its a good replacement for proprietary tools like grammarly. - https://github.com/errata-ai/vale
This is interesting, I integrated it into my blog straight away, thanks! Are you aware of any academic writing focused extensions for Vale? In specific, I would need different "style" as it's called on Grammarly.
Re: Common bugs in writing (2021)
#57>14. Use until instead of the colloquial till. I remember reading somewhere that "till" is actually older then "until", and that they are perfectly interchangeable, although I do see "until" way more often than the other.
Re: Common bugs in writing (2021)
#58> If you find yourself saying "In other words," it means you didn't say it clearly enough the first time. Go back and rewrite the first attempt. Sometimes, particularly in didactic material, it helps to explain things in more than one way, as different people may find different explanations helpful.
> Like almost all rules, there are cases where breaking them is a good idea and seasoned writers may well object with "but" responses for some of these. Thus, consider the rules below as mental rumble strips - you should probably slow down and think if you encounter these cases.
Re: Common bugs in writing (2021)
#59Re: Common bugs in writing (2021)
#60This is a funny mixture of "things that are easily fixed with a LaTeX library" and "things that are challenging because good writing is hard" If you write in LaTeX, check out {SIunitX} and {cleveref}. Also, it's not on this list, but a pet peeve of mine: math mode (italics) should be used for variables and indices. Abbreviations or names shouldn't be set in math mode. For example, the probability of hacker news P sub…
Interesting. I went to school in the late 80s in the UK. As an adult, I was convinced I'd been taught as a child that the d of dx should not be italicised, as only variables like x should be italicised. But when I checked that belief, I couldn't really find any evidence that that was, or ever had been, the case. I had assumed until I read your comment that I'd misremembered it.
If I google for "integration" or "differential equations", and click on the images tab, every result without exception has the d italicised (at least for me).