Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Swap dates so the difference is always positive | June McEnroe | 2022-04-13 | |
| | ||||
* | Update "Care" | June McEnroe | 2022-04-04 | |
| | ||||
* | Publish "Care" | June McEnroe | 2022-04-03 | |
| | ||||
* | Publish "Compassion" | June McEnroe | 2022-03-31 | |
| | ||||
* | Skip matches with ident chars on either side | June McEnroe | 2022-03-24 | |
| | | | | | | | | This fixes, for example, where the link gets placed on static regex_t regex(const char *pattern, int flags) in title.c. | |||
* | Add The Invisible Life of Addie LaRue | June McEnroe | 2022-03-24 | |
| | | | | | | | | | | | So good, but so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick. | |||
* | Source ~/.profile.local if it exists | June McEnroe | 2022-03-22 | |
| | ||||
* | Publish "Addendum 2021" | June McEnroe | 2022-03-18 | |
| | ||||
* | Remove wcwidth port | June McEnroe | 2022-03-16 | |
| | | | | | | | DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. | |||
* | Remove -j4 from ./Plan | June McEnroe | 2022-03-16 | |
| | | | | Plan learned to set this automatically! | |||
* | Rewrite Linux install.sh for Debian | June McEnroe | 2022-03-15 | |
| | ||||
* | Remove dash | June McEnroe | 2022-03-15 | |
| | | | | Moved to https://git.causal.agency/dash/ and jorts. | |||
* | Add daticns utility | June McEnroe | 2022-03-15 | |
| | | | | | | Idea from <https://github.com/philipbel/scripts>. Used to extract icns files from the .dat file in /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle. | |||
* | Use /usr/local/share/perl5 in git-comment | June McEnroe | 2022-03-14 | |
| | ||||
* | Bump Terminal.app font size to 13 | June McEnroe | 2022-03-14 | |
| | ||||
* | Remove note about having more to say | June McEnroe | 2022-03-06 | |
| | | | | | Really this post says something that I wanted to say and that is enough. | |||
* | Publish "Voices" | June McEnroe | 2022-03-06 | |
| | | | | Is this a post? I guess it is now. | |||
* | Remove cgit from TOUR | June McEnroe | 2022-02-22 | |
| | ||||
* | Remove cgit | June McEnroe | 2022-02-14 | |
| | | | | My fork of cgit is now <https://git.causal.agency/cgit-pink/>. | |||
* | Narrow filter | June McEnroe | 2022-02-14 | |
| | ||||
* | Correct diminishing shine, I think | June McEnroe | 2022-02-10 | |
| | ||||
* | Transcribe Diminishing Shine (cont.) | June McEnroe | 2022-02-05 | |
| | ||||
* | Set diff.colorMovedWS | June McEnroe | 2022-02-03 | |
| | ||||
* | Publish "Introducing Jorts" | June McEnroe | 2022-02-02 | |
| | ||||
* | Add whinclude | June McEnroe | 2022-02-02 | |
| | ||||
* | Add ASCII diagram of keyboard layout | June McEnroe | 2022-01-30 | |
| | ||||
* | Add enc | June McEnroe | 2022-01-30 | |
| | ||||
* | Allow arguments to nasd script | June McEnroe | 2022-01-29 | |
| | ||||
* | Add Convenience Store Woman | June McEnroe | 2022-01-26 | |
| | ||||
* | Use diff-highlight for GIT_PAGER if available | June McEnroe | 2022-01-18 | |
| | ||||
* | Add ~/.cargo to PATH | June McEnroe | 2022-01-17 | |
| | | | | | Just in case I need to do Rust. My path function checks if it exists so it's not creating noise otherwise. | |||
* | Set extended in vi | June McEnroe | 2022-01-17 | |
| | ||||
* | Switch to jorts | June McEnroe | 2022-01-17 | |
| | ||||
* | Add The Galaxy, and the Ground Within | June McEnroe | 2022-01-14 | |
| | | | | No, I am still rating these out of three. I love this so much. | |||
* | Publish "Albums 2021" | June McEnroe | 2022-01-13 | |
| | | | | I'm on caesar number three yo. | |||
* | Add LWN to sup | June McEnroe | 2022-01-12 | |
| | ||||
* | Publish "Books 2021" | June McEnroe | 2022-01-12 | |
| | ||||
* | Add tildegit (gitea) to sup | June McEnroe | 2022-01-09 | |
| | ||||
* | Publish "Desert Island Discs" | June McEnroe | 2022-01-08 | |
| | ||||
* | Publish "Topics" | June McEnroe | 2022-01-08 | |
| | ||||
* | Update dash generated autoconf files | June McEnroe | 2022-01-04 | |
| | | | | Hate this. | |||
* | Generate RFC bibliographic blocks from JSON | June McEnroe | 2022-01-03 | |
| | ||||
* | Remove sudo/doas from install script | June McEnroe | 2022-01-02 | |
| | | | | | Now that everything requires root anyway, just run the script as root. | |||
* | Remove attempt to automatically install MacPorts | June McEnroe | 2022-01-02 | |
| | | | | | It didn't really work on a new machine, and the version needs to be updated. I'll just do it manually. | |||
* | Update GPL header template copyright years | June McEnroe | 2022-01-02 | |
| | ||||
* | Call CHECK_DECL on stat64 | Herbert Xu | 2022-01-02 | |
| | | | | | | | | | On macOS it is possible to find stat64 at link-time but not at compile-time. To make the build process more robust we should check for the header file as well as the library. Reported-by: Saagar Jha <saagar@saagarjha.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
* | Add The City in the Middle of the Night | June McEnroe | 2021-12-31 | |
| | | | | | Sophie is a fucking idiot jfc. She doesn't even get a redemption she's just bad all the way to the end. | |||
* | Remove donate link | June McEnroe | 2021-12-11 | |
| | ||||
* | Remove Liberapay buttons | June McEnroe | 2021-12-11 | |
| | ||||
* | Show weeks plus days | June McEnroe | 2021-12-03 | |
| |