summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace 'couple' with 'couple of'Nicholas Johnson2025-02-06
| | | | 'of' follows 'couple' in written English
* Fix non-standard 'needs/needed Xed'Nicholas Johnson2025-02-06
| | | | The correct expression is 'needs/needed to be Xed'.
* Replace 'themself' with 'themselves'Nicholas Johnson2025-02-06
| | | | | The plural subject 'neurotypicals' must be referred to using 'themselves', not 'themself'.
* Replace 'have went' with 'have gone'Nicholas Johnson2025-02-06
| | | | | The auxiliary verb 'have' requires the part participle 'gone', not the simple past 'went'.
* Replace 'in to' with 'into'Nicholas Johnson2025-02-06
|
* Fix word repetition errorsNicholas Johnson2025-02-06
|
* Fix typoNicholas Johnson2025-02-06
|
* Replace 'you're' with the possessive 'your'Nicholas Johnson2025-02-06
|
* Replace 'a small number of' with better phrasesNicholas Johnson2025-02-06
|
* Capitalize 'stoic'Nicholas Johnson2025-02-05
| | | | In the sentence, 'stoic' is a proper noun and should be capitalized.
* Replace 'less' with 'fewer'Nicholas Johnson2025-02-05
| | | | 'jobs' is countable, so it's 'fewer', not 'less'.
* Replaces instances of 'to' with 'for'Nicholas Johnson2025-02-05
| | | | The usual preposition to use after 'consequences' is 'for', not 'to'.
* Remove extra wordNicholas Johnson2025-02-05
|
* Capitalize 'office' in 'Microsoft Office'Nicholas Johnson2025-02-05
| | | | Proper nouns must be capitalized.
* Hyphenate adjectival compoundsNicholas Johnson2025-02-05
|
* Correct usage of hyphen, em dash, and en dashNicholas Johnson2025-02-05
|
* Replace 'excited for' with 'excited about'Nicholas Johnson2025-02-05
| | | | 'excited about' is the correct preposition.
* Add missing possessive to 'for NOUN sake' idiomNicholas Johnson2025-02-05
|
* Replace non-standard spellings of 'in regard to'Nicholas Johnson2025-02-05
|
* Replace 'whether or not' with 'whether'Nicholas Johnson2025-02-05
| | | | 'whether' is shorter.
* Replace instances of 'any more' with 'anymore'Nicholas Johnson2025-02-05
| | | | 'anymore' means 'any longer'. 'any more' is incorrect.
* Replace instances of 'anyways' with 'anyway'Nicholas Johnson2025-02-05
| | | | 'anyway' is the correct spelling.
* Replace instances of 'there is' with 'there are'Nicholas Johnson2025-02-05
| | | | | 'there are' is the correct form for plurals. This also replaces instances of 'here is'.
* Replace instances of 'wifi' with 'Wi-Fi'Nicholas Johnson2025-02-05
| | | | 'Wi-Fi' is the correct spelling.
* Replace instances of 'Youtube' with 'YouTube'Nicholas Johnson2025-02-05
| | | | 'YouTube' is the correct spelling.
* Replace instances of 'Wordpress' with 'WordPress'Nicholas Johnson2025-02-05
| | | | 'WordPress' is the correct spelling.
* Replace instances of 'Paypal' with 'PayPal'Nicholas Johnson2025-02-05
| | | | 'PayPal' is the correct spelling.
* Replace instances of 'Gitlab' with 'GitLab'Nicholas Johnson2025-02-05
| | | | 'GitLab' is the correct spelling.
* Replace instances of 'Github' with 'GitHub'Nicholas Johnson2025-02-05
| | | | 'GitHub' is the correct spelling.
* Update themeNicholas Johnson2025-02-05
|
* Use Git Annex to include my videosNicholas Johnson2025-02-02
| | | | | Large binary files that don't require version control will be referenced with Git Annex to avoid bloating the primary Git repository.
* Fix typoNicholas Johnson2025-02-02
|
* New entry: a-retrospective-on-my-free-software-absolutismNicholas Johnson2025-02-01
|
* Update themeNicholas Johnson2025-01-28
|
* Add contact email for Git patches onlyNicholas Johnson2025-01-28
|
* Clarify purpose of SimpleX contact methodNicholas Johnson2025-01-28
|
* New entry: journal-update-28Nicholas Johnson2025-01-28
|
* Update Git repository mirror subheadingNicholas Johnson2025-01-27
| | | | | Codeberg now supports SHA-2 Git repositories and my SHA-2 Git repositories have been pushed to it.
* Update Git repository linkNicholas Johnson2025-01-26
| | | | | Git repositories that aren't somehow linked to this journal will no longer be hosted at git.nicholasjohnson.ch.
* New entry: planning-for-an-uncertain-futureNicholas Johnson2024-12-09
|
* Add AI to the list of topics I write aboutNicholas Johnson2024-12-09
|
* Migrate Rubik's Cube video from Archive to torrentsignify-signature-13Nicholas Johnson2024-11-25
|
* Move static files to subdirectory and update linksNicholas Johnson2024-11-25
| | | | | It's good practice to keep static website assets isolated to their own subdirectory.
* Update themeNicholas Johnson2024-11-25
|
* Update themeNicholas Johnson2024-11-23
|
* Convert angle brackets to square bracketsNicholas Johnson2024-11-23
| | | | Hugo was rendering the angle brackets as raw HTML and omitting them.
* Add clarificationNicholas Johnson2024-11-10
|
* Make correctionNicholas Johnson2024-11-09
|
* Update themeNicholas Johnson2024-11-08
|
* Increase timestamp obfuscation feature usabilityNicholas Johnson2024-11-08
| | | | | | | By incrementing the timestamp by one second for each new entry falling on the same day, the timestamps remain obfuscated while ensuring correct ordering of entries on the homepage and Atom feeds. This saves me from changing the timestamps manually to accomplish the same.