summaryrefslogtreecommitdiff
path: root/BACKLOG.md
blob: 5b7b7f478254f67665f9b0f8c4a08f3dec18241b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Backlog

## Hosting

* Regularly check HTTPS security using Mozilla's [Observatory](https://observatory.mozilla.org/) (includes the services below)
  * https://hstspreload.org/?domain=skreutz.com
  * https://securityheaders.com/?q=www.skreutz.com&hide=on&followRedirects=on
  * https://www.ssllabs.com/ssltest/analyze.html?d=www.skreutz.com&hideResults=on&latest
* Regularly validate HTML, CSS, RSS, and Atom using [W3C tools](https://w3c.github.io/developers/tools/)
* Configure custom 404 page using httpd.conf(5) location not found rule
* Consider to disable logging (and advertise this on the about page)

## Content

* Test and advertise readability in lynx and friends
* Advertize feeds in blog post footer
* Publish the website's source code
* Recommended readings page and feed

## Styling

* Fix print layout on Firefox
* Add :target or :checked menu on mobile
* Style `<pre title="foo">`, e.g., `pre[title]::before { content: attr(title); display: block; text-align: right; }`
* Alternative `font-family` for iOS Safari: macOS and iOS don't ship with Dejavu or Open Sans: https://developer.apple.com/fonts/system-fonts/

## Implementation

* Format source code
* Consider to disable pandoc extension `auto_identifiers`
* Consider to filter draft posts as described [here](https://odone.io/posts/2020-05-18-published-posts-hakyll.html)
* Consider to use select pandoc extensions as described [here](https://github.com/rpearce/robertwpearce.com/blob/master/site.hs)
* Consider to re-implement deployment shell script using [shelly](https://hackage.haskell.org/package/shelly) as described [here](https://gist.github.com/ethagnawl/0ada86cb6eb996d95d5b65bff014188c)
* Consider to add keywords to blog posts
* Consider to tag blog posts
* Consider to create an HTML sitemap in addition to the XML sitemap
* Consider to record source code revision in generated website

## Blog

* Git checkout using fzf (git-co)
* Portable sftp server/sync using config-less rclone
* shellpass, shellpass-ssh, shellpass-fzf, keybindings for cwm and tmux
* smux
* hacked vipe clone: vi-pipe
* tmux-fzf-ksh integration: search file system, history, password-store
* Dotfiles under revision control: How I manage my personal configuration files with Git
* My preferred tools: A whirlwind tour of my preferred command-line tools
* SSH proxy: How to establish a secure tunnel between two firewalled machines
* Your favorite Newsletter may track you
* Redirect and kill non-interactive subshells (in a POSIX shell script)
* HTTP health check using curl(1) and cron(8)
* Migrate PostgreSQL schema without downtime (with zero downtime) using triggers
* Filter Nix Packages by platform (e.g. Chromium on macOS)
* Backup with zfs, mbuffer, lz4, and cron
* Inline HTML images with this simple script
* Arch Linux on MacBook Pro
* Noscript photo gallery with pure CSS carousel, responsive images and deep links
* SQLite hexastore vs. Neo4j
* Setup a FreeBSD sftp server with basic email notifications from the command-line using bash, ssh, and the DigitalOcean command-line application
* Cloud/VPS provider comparison
* goaccess log format for OpenBSD httpd
* Practical, cross-platform, append-only backups using restic, rclone, and ssh: ready to use scripts/shortcuts for OpenBSD, Linux, macOS, Windows 10
* nix vs. guix
* Find man(1) pages interactively using fzf(1), see ~/.kshrc
Generated by cgit. See skreutz.com for my tech blog and contact information.