summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add some missing justification to "C Style"June McEnroe2021-03-16
* Publish "C Style"June McEnroe2021-03-16
* Add The City We BecameJune McEnroe2021-03-15
* Add bubger to causal.agency pageJune McEnroe2021-03-14
* Remove bubger from planJune McEnroe2021-03-10
* Optionally compress RFCs, decompress in rfc(1)June McEnroe2021-03-06
* Remove rfc.vimJune McEnroe2021-03-06
* Publish "Mailing List"June McEnroe2021-03-04
* Add cwm bindings for tilingJune McEnroe2021-03-01
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* Revert "Lower sctd temperature"June McEnroe2021-02-27
* Make mktemp -t compatible with OpenBSDJune McEnroe2021-02-26
* Lower sctd temperatureJune McEnroe2021-02-26
* Add feed reader for IMAP to planJune McEnroe2021-02-24
* Add mailist, liberapay to indexJune McEnroe2021-02-24
* Add -q flag to everJune McEnroe2021-02-24
* Remove sbubby, etc. from planJune McEnroe2021-02-24
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* Publish "Operating systems"June McEnroe2021-02-22
* Iterate over text files to generate feedJune McEnroe2021-02-22
* Add asciinema to supJune McEnroe2021-02-21
* Add Liberapay to supJune McEnroe2021-02-21
* Publish "Unpasswords"June McEnroe2021-02-20
* Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* Handle negative inputs to degJune McEnroe2021-02-19
* Add Network EffectJune McEnroe2021-02-19
* Add bugzilla support to supJune McEnroe2021-02-17
* Just use pbcopy in upJune McEnroe2021-02-17
* Use curl --url for URL from emailJune McEnroe2021-02-17
* Add tildenews support to supJune McEnroe2021-02-16
* Add sup for setting single-use passwordsJune McEnroe2021-02-16
* Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* Add xdimmer to "Using OpenBSD"June McEnroe2021-02-15
* Publish "Using OpenBSD"June McEnroe2021-02-14
* Set font size back down to 11June McEnroe2021-02-14
* Add install targets to binJune McEnroe2021-02-10
* Colour battery level red when criticalJune McEnroe2021-02-10
* Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* Fix adding /usr/games to PATHJune McEnroe2021-02-09
* Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* Install sctJune McEnroe2021-02-09
* Show minutes left instead of battery percentageJune McEnroe2021-02-09
* Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* Open youtube and twitch with mpvJune McEnroe2021-02-09
* Add volume control bindings to cwmJune McEnroe2021-02-09
* Use w3m to open other URLsJune McEnroe2021-02-09
* Disable mouse mode in xtermJune McEnroe2021-02-09
* Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
commit/bin/pngo.c?id=f6e92ca67f72999ae9b520c9008a4855a339620b&follow=1'>Use Z_FILTERED strategyJune McEnroe 2021-09-21Recalculate various lengths only as neededJune McEnroe This actually speeds things up quite a bit, saving roughly a second on a big PNG screenshot. Almost all the remaining time is spent in deflate. 2021-09-21Rewrite pngo, add explicit optionsJune McEnroe Interesting to see how my code habits have changed. 2021-09-16Fix /* **/ comment matchingJune McEnroe 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace 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