85 Commits

Author SHA1 Message Date
Jack Jackson
9483f05f49 2022 Books Entry 2022-12-31 13:00:20 -08:00
Jack Jackson
c0d1131f9f k8s-VPN entry 2022-12-15 22:42:00 -08:00
Jack Jackson
f9e505a697 Tone-down profanity in Communication Urgency post 2022-11-28 13:16:16 -08:00
Jack Jackson
ead2e47622 Add Mastodon, and tweak socials to include rel=me 2022-11-21 15:29:15 -08:00
Jack Jackson
d87f7efdb8 Clarify overtime _sometimes_ happens 2022-11-13 20:03:48 -08:00
Jack Jackson
a494656823 Link to Signal silent-messaging request 2022-11-13 16:12:55 -08:00
Jack Jackson
725004d642 Communication Urgency Entry 2022-11-13 15:55:08 -08:00
Jack Jackson
7606519f44 Add image and internal-link reminders to template 2022-10-29 14:48:49 -07:00
Jack Jackson
65e33200a2 Twitter code printout entry 2022-10-29 14:36:45 -07:00
Jack Jackson
ed91339839 Add update about Drone plugin 2022-10-27 19:05:09 -07:00
Jack Jackson
78bb4bff1b Minor change to test pipeline 2022-10-25 22:16:01 -07:00
Jack Jackson
f488c077cd Small change to test CI/CD pipeline 2022-10-25 14:15:54 -07:00
Jack Jackson
dadb4e159a CI entry 2022-10-14 15:52:14 -07:00
Jack Jackson
b1522ffb5b Update oncall entry with annotation/class findings 2022-09-27 12:05:03 -07:00
Jack Jackson
8001b5bd76 Grafana-oncall entry
Also disables the TK-block-check (not-yet reliable and don't have
monitoring for it), and submits the TK-block-check article as a draft.
2022-09-14 06:28:50 -07:00
Jack Jackson
43dac78dc1 Initial TK-blocker and TK entry 2022-08-23 22:33:12 -07:00
Jack Jackson
f3b243e12f Correct typo 2022-08-23 17:05:50 -07:00
Jack Jackson
3fc47478b4 Writing Poetry entry 2022-08-22 16:51:02 -07:00
Jack Jackson
bf8f267e77 Cloudflare Tunnel DNS entry 2022-08-22 16:48:08 -07:00
Jack Jackson
214cc6fd38 Being a Seagull entry 2022-08-10 14:36:44 -07:00
Jack Jackson
2cd7acf8cc Land Of Infinite Fun entry 2022-08-04 13:15:40 -07:00
Jack Jackson
be669018f9 Treating People As Things snippet entry
Also adds blockquote layout, and reintroduces X-Clacks-Overhead header
2022-08-03 23:41:09 -07:00
Jack Jackson
1b0943aab1 Implement tracking opt-out page 2022-08-03 13:59:15 -07:00
Jack Jackson
758f8287d9 Self Hosted Analytics entry 2022-08-03 00:11:53 -07:00
Jack Jackson
e3c4d4083c Update Secure Docker Registry entry re: Gitea 2022-08-02 09:00:13 -07:00
Jack Jackson
dd0cc2f5e1 Edit to ssh-to-idle entry 2022-07-20 10:34:08 -07:00
Jack Jackson
6c2271d2eb Plausible tracking snippet 2022-07-20 10:34:01 -07:00
Jack Jackson
e2f5dfd648 ssh to idle window entry 2022-07-19 19:16:32 -07:00
Jack Jackson
fae21a0883 Edit command line in zsh entry 2022-07-16 23:22:43 -07:00
Jack Jackson
f6a2015997 Another addition to tags-in-taxonomy entry 2022-07-02 21:04:21 -07:00
Jack Jackson
1916b6b6dc List all related pages in sidebar (not just older ones) 2022-07-02 20:43:32 -07:00
Jack Jackson
7306d84eb9 Tags in archetype entry (and tag unification) 2022-07-02 19:20:54 -07:00
Jack Jackson
bcb50c6997 Secure Docker registry entry 2022-07-02 16:20:24 -07:00
Jack Jackson
3567d1840a Correct some typos 2022-06-30 22:55:10 -07:00
Jack Jackson
e79ae66fa9 Minor change to confirm CI/CD 2022-06-30 19:30:00 -07:00
Jack Jackson
e96e85f0ac Roe vs. Wade entry 2022-06-29 16:18:58 -07:00
Jack Jackson
e0ab6fdd94 Label footnotes as-such 2022-06-16 14:18:58 -07:00
Jack Jackson
e710fcbee7 Tweaks to Web3 entry 2022-06-16 13:51:38 -07:00
Jack Jackson
d31eb2a671 Criticisms of Web3 entry 2022-06-15 13:05:11 -07:00
Jack Jackson
4113666978 Add link to Tags-page in header-nav
It would be nice to be able to control the ordering this is inserted at,
but we can't expect everything from configuration files!
2022-06-08 17:28:58 -07:00
Jack Jackson
5c786939d0 Leave Of Absence entry 2022-06-06 13:49:54 -07:00
Jack Jackson
527b59b311 Retroactive linking to the commit where page-source was introduced 2022-05-30 21:57:40 -07:00
Jack Jackson
9f98583f26 Add page-source link, and a blog post explaining it 2022-05-30 21:53:27 -07:00
Jack Jackson
0ad201040f Testing CI/CD 2022-05-30 19:58:35 -07:00
Jack Jackson
b0bffcef74 Meditation Blog entry
Also move image content under `static/img/`, and tag "Write-only
Twitter" as `MentalHealth`
2022-05-30 14:59:26 -07:00
Jack Jackson
b81381aac0 Auto-screen Blog Entry 2022-05-16 18:01:40 -07:00
Jack Jackson
aa74bd1c6f Write-Only Twitter Blog Entry 2022-05-08 15:29:36 -07:00
Jack Jackson
abab21e297 Self-host upload to Google Analytics
Some client configurations (Browsers with tracking-blocking enabled, or
networks with [Pi-holes](https://pi-hole.net/)) will block any calls
to `www.google-analytics.com`. This makes me sad! I'd like to know
how many folks are reading my blog!

This commit represents a workaround. Instead of telling the client to
send data directly to Google (which would trigger Tracking-blockers), I
instead tell the client to send it to the `/analytics` endpoint on my
domain, which will then get forwarded to Google. Neat!

But! If a reader has blocked tracking, we should respect that! So I'm
not actually enabling this in my blog until I have also built an
"opt-in" mechanism, where readers can decide if they want to send me
tracking information or not.

"Why didn't you make tracking opt-in to begin with, Jack?" - well, I
kinda addressed that
[here](https://blog.scubbo.org/posts/commenting-enabled/), but you're
right that that would have been a little more ethical. Still - enabling
Google Analytics didn't feel _too_ bad (since anyone who cared about
detecting and blocking it would still be able to with standard methods -
and I assume that anyone reading my blog will know how to), whereas this
new approach feels like a circumvention of their agency.
2022-05-04 14:45:20 -07:00
Jack Jackson
a4e844297a Re-enable Google Analytics
(After faffing around for a while wondering why it wasn't working, until
realizing my Pi-hole was just doing it's job :P )
2022-05-02 20:03:29 -07:00
Jack Jackson
7f0ef76d5c Tweak new-post template 2022-05-02 19:41:56 -07:00