summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-01-16 23:49:28 -0500
committerJune McEnroe <june@causal.agency>2018-04-03 22:01:00 -0400
commitd6f7f81c0e90d7710f39a9c49d1e51eb75488482 (patch)
treee288b155a187c62a0a01b3b1a3967f5adc2f5fae
parentAdd Julien Baker as recent new music (diff)
downloadsrc-d6f7f81c0e90d7710f39a9c49d1e51eb75488482.tar.gz
src-d6f7f81c0e90d7710f39a9c49d1e51eb75488482.zip
Add new Avec le soleil album preview
Diffstat (limited to '')
-rw-r--r--music/new.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/music/new.md b/music/new.md
index 04779665..36ca9f2c 100644
--- a/music/new.md
+++ b/music/new.md
@@ -5,6 +5,7 @@
 - [Xiu Xiu — Honeysuckle][5]
 - [Joy Division — Love Will Tear Us Apart][6]
 - [G.L.O.S.S. — Trans Day of Revenge][7]
+- [Avec le soleil sortant de sa bouche — Alizé et Margaret D. Midi moins le quart. Sur la plage, un palmier ensanglanté][8]
 
 [1]: https://youtu.be/tADWPTqR_4A
 [2]: https://youtu.be/fzQ6gRAEoy0
@@ -13,3 +14,4 @@
 [5]: https://youtu.be/hYKGR8Er4vM
 [6]: https://youtu.be/zuuObGsB0No
 [7]: https://girlslivingoutsidesocietysshit.bandcamp.com/releases
+[8]: http://cstrecords.com/cst121/
.c?id=e7b4d18510cf26a0a72fac72604f930d62b4fa7d&follow=1'>Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe