1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
Commit graph

1428 commits

Author SHA1 Message Date
Rohan Kumar
a22528a3b5
Fix: fetch webmention json only once
Hugo parallelization means the webmention json may be fetched multiple
times, which is excessive.
2022-12-24 08:26:31 -08:00
Rohan Kumar
4bf85b23c6
New note: problem with automated a11y checks 2022-12-22 09:52:09 -08:00
Rohan Kumar
a72a0622ea
New non-generalist search engine: High Browse 2022-12-20 13:50:45 -08:00
Rohan Kumar
5f1cf3b2b2
Use pleroma.envs.net links when possible
Should reduce dependency on brid.gy a little; once a mention is
received, it no longer needs brid.gy to be up and running.
2022-12-19 19:53:41 -08:00
Rohan Kumar
8709bf9ec2
Overhaul webmention generation
Use a new branch of webmentiond that lets me pull in all webmentions for
all pages in a single JSON response

Before, Hugo would make one request to webmentiond per page to ask for
approved webmentions for that page. Sometimes, it makes two requests
because some pages used to have a different canonical location. In all,
it ended up making over 150 requests within a second or two. Webmentiond
can handle this for now, but this isn't sustainable: page count will
only increase with time. I wanted to have Hugo instead get all
webmentions for all pages in one cached request.

I recompiled webmentiond from
https://github.com/zerok/webmentiond/pull/65, which updates the API to
support admin access keys. The admin API allows pulling in all
webmentions for all pages, instead of pulling them in for one page at a
time.

Doing so requires getting a bearer token, so I had to manage a new CI
secret: the password for getting a token. I get the token in a shell
script (get-token.sh) and write it to a temporary file, then have Hugo
read the token from that file. The shell script gets the password using
either the CI secret (in CI) or using my password manager (on my
workstation).

TODO: support marginalia (mentions with fragments in their targets)
2022-12-19 11:07:57 -08:00
Rohan Kumar
12b511c369
mention webfinger in "about" page 2022-12-18 11:35:51 -08:00
Rohan Kumar
1a46dc52fd
More webfinger accs 2022-12-18 11:18:41 -08:00
Rohan Kumar
ddfbc8c657
auto clean dead links 2022-12-13 11:18:10 -08:00
Rohan Kumar
ffb8d80a09
auto clean dead links
Thanks to Fristi for giving permission to use archived links!
2022-12-13 11:01:17 -08:00
Rohan Kumar
469df5dcfe
POSSE 2022-12-11 14:29:43 -08:00
Rohan Kumar
c854aad89d
New note: EPUB and Web technology 2022-12-11 14:29:06 -08:00
Rohan Kumar
19797ba6b0
POSSE 2022-12-11 13:45:27 -08:00
Rohan Kumar
277dd3863a
POSSE + spelling 2022-12-11 13:22:05 -08:00
Rohan Kumar
4614b22b77
New note: Social implications of crawler neutrality 2022-12-11 13:20:35 -08:00
Rohan Kumar
f3014682e2
Parent to reply has been deleted. 2022-12-10 14:16:27 -08:00
Rohan Kumar
c980c50884
New note: Coreutil rewrites 2022-12-10 14:03:18 -08:00
Rohan Kumar
9df4d83c73
POSSE 2022-12-10 13:59:20 -08:00
Rohan Kumar
aca2443fff
Add POSSE urls 2022-12-09 13:50:28 -08:00
Rohan Kumar
5aa8bf2d39
New article: the phrase "GNU/Linux" 2022-12-09 13:48:49 -08:00
Rohan Kumar
75a131a671
Increase recommended Firefox ESR support window
The Tor Browser typically uses a versrion of Firefox ESR for 15-16
months after that ESR version's first release, not just 13 months.
2022-12-08 10:29:38 -08:00
Rohan Kumar
23923bc3e1
Declare my DMs open 2022-12-07 23:54:44 -08:00
Rohan Kumar
49d597a17e
Fix canonical link for miniclub ring 2022-12-06 15:01:26 -08:00
Rohan Kumar
6fe97c2c5e
typo 2022-12-06 13:16:41 -08:00
Rohan Kumar
ad4baded09
syndicate 2022-12-06 13:12:41 -08:00
Rohan Kumar
ce6aa61b58
New note: Fediverse moderation 2022-12-06 13:04:55 -08:00
Rohan Kumar
5b4ed2ff71
Add more accounts 2022-11-27 17:14:58 -08:00
Rohan Kumar
db1b8e053d
Correction world.hey.com isn't a company blog 2022-11-26 12:25:31 -08:00
Rohan Kumar
34ed405978
A11y: fix some bad semantics
- Don't give footers without roles an aria label
- Remove a skipped heading level.
2022-11-26 12:01:41 -08:00
Rohan Kumar
450a8dfd53
fix dead link 2022-11-26 11:20:46 -08:00
Rohan Kumar
7b82b044db
typo 2022-11-26 11:16:25 -08:00
Rohan Kumar
ed04b8628d
Run Nu validator on xhtml
Nu updated to flag XHTML-isms. Run on XHTML files so it can default to
strict mode.
2022-11-26 00:16:55 -08:00
Rohan Kumar
66b7c66438
syndicate 2022-11-26 00:16:03 -08:00
Rohan Kumar
7356293c45
auto clean dead links 2022-11-26 00:10:17 -08:00
Rohan Kumar
9a049ab0f6
syndicate 2022-11-25 22:59:52 -08:00
Rohan Kumar
7c3b3f6009
New note: politics and 37signals 2022-11-25 22:45:19 -08:00
Rohan Kumar
fad3822583
Fix incorrect link 2022-11-24 12:14:02 -08:00
Rohan Kumar
90d435ec58
auto clean dead links 2022-11-24 11:04:44 -08:00
Rohan Kumar
509332550f
update tor uplift: 13 new cves 2022-11-24 10:57:06 -08:00
Rohan Kumar
21af06925a
speed up broken link check 2022-11-22 19:15:48 -08:00
Rohan Kumar
4e82832694
Update tor browser EOL info 2022-11-22 19:15:34 -08:00
Rohan Kumar
36c049d0ef
Add u-syndication, clean up interactions
Add a new "Interactions" section to my pages that contain both
Syndication and Webmentions. Make the Syndication links u-syndication.

Make both these things children of the <article> h-entry.
2022-11-20 13:32:14 -08:00
Rohan Kumar
5037e399d1
Fix missing timezone 2022-11-20 11:34:24 -08:00
Rohan Kumar
62fbac8fd3
Acknowledge dead link
I don't use archive links to posts deleted by users who would rather not
have their posts archived. Exclude this one from my broken link checker.
2022-11-20 11:30:34 -08:00
Rohan Kumar
ffeba588ac
New note: blogging as DRY 2022-11-20 11:30:33 -08:00
Rohan Kumar
bf0f039982
Add some culture to the prev-next footer widget 2022-11-20 10:44:37 -08:00
Rohan Kumar
85b4b99d1c
Add timezone info 2022-11-20 10:34:38 -08:00
Rohan Kumar
d3ab4a5cc2
fix indielogin 2022-11-19 17:18:22 -08:00
Rohan Kumar
369edb0559
More URL fixes 2022-11-17 21:00:03 -08:00
Rohan Kumar
6ec8e63eee
Add webmention URL re-writes
This allows me to update a webmention URL if it breaks or changes and
the admin didn't bother putting a re-direct in place.

I shouldn't have needed to do this. Cool URLs don't change.
2022-11-17 20:16:57 -08:00
Rohan Kumar
970ba274f5
auto clean dead links 2022-11-17 17:02:43 -08:00