Commit graph

465 commits

Author SHA1 Message Date
d3d2d0f4c2 Add codeberg to mirror list. 2020-12-15 23:09:47 -08:00
3946a09872 Add shebangs.md. 2020-12-08 18:35:08 -08:00
1859b384cd Add github, gitlab links to readme. 2020-12-08 15:49:42 -08:00
e9529b73c6 Add links to Xenu, HTTrack; improve QuiteRSS db screenshots. 2020-12-08 15:42:14 -08:00
9fa4a25175 Add master_of_my_domain.md. 2020-12-02 00:15:01 -08:00
476ccbfe23 Add .gif to gitignore. 2020-12-02 00:06:26 -08:00
ad0408655d Add five more comments. 2020-12-02 00:06:13 -08:00
493891204e Remove height:100vh, which was breaking article margin-bottom.
With this property, the bottom of the article would touch the bottom
of the screen even though there's supposed to be a bottom margin.
2020-11-28 22:50:58 -08:00
b6c14d0a61 Remove print statement. 2020-11-22 15:23:15 -08:00
93df4afa8d Rename to writing.rss, writing.atom and add link rels.
This should be the last time they get renamed! Cool URIs don't change.
2020-11-16 01:03:32 -08:00
Ethan Dalool
e4501b37c5 Explain why multireddits are better than separate rss feeds.
[minor]
2020-11-11 15:27:42 -08:00
Ethan Dalool
8dc7cfa21b Use requests.Session for embedded images. 2020-11-10 20:23:34 -08:00
Ethan Dalool
94b0274925 Add audio bitrates to 18, 22 quality column. 2020-11-06 11:33:06 -08:00
Ethan Dalool
c76bfec549 Set loading=lazy on images. 2020-11-04 16:31:08 -08:00
Ethan Dalool
137f75c42d Add Atom feed as alternative to RSS. 2020-11-01 01:49:19 -07:00
Ethan Dalool
76b36ca509 Use file's initial commit ID as part of RSS item guid. 2020-11-01 01:44:54 -07:00
Ethan Dalool
a7959e0b0f Explicitly set force_sep on writing_rootdir for relative links. 2020-11-01 00:22:06 -07:00
Ethan Dalool
05e6470442 Capitalize the global const WRITING_ROOTDIR. 2020-11-01 00:21:13 -07:00
Ethan Dalool
d5356b0b07 Add multireddit_rss.md. 2020-11-01 00:01:56 -07:00
Ethan Dalool
6363e0f3ab Add download_podcasts.md. 2020-10-27 01:57:05 -07:00
Ethan Dalool
0a49eb09cd Add more comments. 2020-10-27 01:47:10 -07:00
Ethan Dalool
afecf692aa Add more formats, examples, and auto-generate the md table aligners.
Thank you /u/rpollost and /u/daraeman.
2020-10-01 10:19:58 -07:00
Ethan Dalool
5647816c86 Fix superscripted hyperlink to accommodate my superscript changes.
[minor]
2020-09-30 19:39:27 -07:00
Ethan Dalool
f7109f9cea Add youtubedl_formats.md. 2020-09-30 19:25:25 -07:00
Ethan Dalool
38e418f48c Use pathclass.Path.makedirs. 2020-09-24 14:19:34 -07:00
Ethan Dalool
d91fcf121b Use pathclass.cwd. 2020-09-22 01:56:49 -07:00
Ethan Dalool
9a891b3375 Remove images from repository, I'm leaning towards s3. 2020-09-21 02:06:37 -07:00
Ethan Dalool
90f8cdbba1 Upload tf2 screenshots to s3.
And in a higher resolution than they were in the repo.

[minor]
2020-09-21 02:05:53 -07:00
Ethan Dalool
147587b253 Add tag today_i_did_this.
[minor]
2020-09-20 21:27:33 -07:00
Ethan Dalool
4e202b8138 Add mobile_homepage_html.md. 2020-09-20 21:27:16 -07:00
Ethan Dalool
753c1cebb5 Use pathclass.Path.open. 2020-09-20 18:30:37 -07:00
Ethan Dalool
dc98f09f45 Add Hanlon's razor Human OS comment. 2020-09-19 19:37:23 -07:00
Ethan Dalool
99ce099761 Add link to Lights and Shadows.
[minor]
2020-09-19 19:37:02 -07:00
Ethan Dalool
6d8c2284ca Add many more comments. 2020-09-15 15:06:53 -07:00
Ethan Dalool
c1a6ddd5f1 Somewhat improve superscript parentheses, including nested parens.
I was able to get a single nested pair inside the super, but I
can't quite figure out how to get arbitrary nesting. This is good
enough for me to put a link in a super though, which is what I needed.
2020-09-05 13:07:21 -07:00
Ethan Dalool
18e8cb1efb Remove bullet points from article index lists. 2020-09-02 11:00:35 -07:00
Ethan Dalool
60f3e75d12 Ajoute des choses serieuses. 2020-09-01 16:48:46 -07:00
Ethan Dalool
ce2141dfbc Remove print statement that slipped past intensive code review.
I swear.
2020-09-01 16:42:00 -07:00
Ethan Dalool
5da0d92e12 Add footer to writing index. 2020-09-01 16:41:35 -07:00
Ethan Dalool
558f4cd422 Under recently edited, display edit date first, publish date after. 2020-09-01 16:41:13 -07:00
Ethan Dalool
7ed03d8d79 Show article date on tag indices. 2020-09-01 16:40:45 -07:00
Ethan Dalool
385c02e868 Add managers comments. 2020-08-31 21:30:15 -07:00
Ethan Dalool
20773fd90b Triumphant return of the hyphen break.
vmarkdown has been updated with a block parser that makes this work.

[minor]
2020-08-31 21:30:06 -07:00
Ethan Dalool
0fa2aff267 Add block parser for ^-$ that splits otherwise same tags.
This can be used to separate two blockquotes, code blocks, etc by
forcing the close of the previous tag and beginning of a new one.
2020-08-31 21:25:54 -07:00
Ethan Dalool
9b4c89d465 Add requirements.txt. 2020-08-28 16:54:28 -07:00
Ethan Dalool
bf989111ff Add link to an old TTMIK video.
[minor]
2020-08-28 16:53:23 -07:00
Ethan Dalool
d0a0bc2227 Add everyone_should_learn_some_programming.md. 2020-08-26 16:25:47 -07:00
Ethan Dalool
f2e054a123 Replace level 2.5 with 3, then 3 with 4.
[minor]
2020-08-20 10:50:48 -07:00
Ethan Dalool
fb96553173 Add --follow to git_file_commit_history. 2020-08-19 10:25:11 -07:00
Ethan Dalool
6928d655d3 Rename complicated_topics -> complicated_topics_insurance.
Originally, my intention was to keep adding sections to the article for
each new topic I want to discuss. But, I've decided that for my
publishing model, I don't like the idea of fully new ideas being
relegated to the "recently edited" list on the homepage.
These should be separate articles so that the chronological publication
order is more clear and they appear in the RSS feed properly.
2020-08-18 22:57:59 -07:00