aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-09-19 14:53:31 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-09-19 14:54:23 +0200
commit459a48f299c188bbfc024fe14657e3d4802a0b6b (patch)
treeaaed5d3ea5ea2f2ef596e3743d2395b5fe55841a /src
parent1a694966454c5ef3baa5ff831e2671a5a964ce7e (diff)
downloadwebsite-459a48f299c188bbfc024fe14657e3d4802a0b6b.tar.gz
src: September sync
Diffstat (limited to 'src')
-rw-r--r--src/b/2021-09-status.md43
-rw-r--r--src/style/style.css8
2 files changed, 48 insertions, 3 deletions
diff --git a/src/b/2021-09-status.md b/src/b/2021-09-status.md
new file mode 100644
index 0000000..f6f70eb
--- /dev/null
+++ b/src/b/2021-09-status.md
@@ -0,0 +1,43 @@
+title: Status update, September 2021
+date: 2021-09-19
+
+## Analog
+
+Lately, I have started to (re) discover the joy of using analog tools and
+supports:
+
+- pen and paper
+- post-it wall
+- film photography
+- old poetry books from the 19th century
+
+Actually, I plan to develop my negatives with [caffenole].
+
+Unfortunately, I have delayed a bunch of tasks, such as regular posts and
+infrastructure maintenance. In fact, I have decided to redirect a significant
+amount of my free-time into *analog activities*, *sports* and *social events*.
+
+## Suckless browsing
+
+I have recently introduced new greasemonkey scripts and sensible default for my
+qutebrowser usage.
+
+*Youtube* has been entirely banned, mostly because of its toxic recommendations
+and feeds. I have spent too much time consuming mindless content. Every video
+or channel I want to watch is now automatically redirected to [yewtu.be].
+
+Such as *youtube*, I have configured automatic redirection to [teddit],
+[nitter] and [bibliogram] for *reddit*, *twitter*, *instagram*. The [teddit
+frontend] is handy for browsing and reading solutions for software development
+or random stuff. The [nitter frontend] and [bibliogram frontend] are mostly
+used as a dumb, lightweight frontend when reading blog posts with hyperlinks
+redirecting to social media.
+
+[caffenole]: https://en.wikipedia.org/wiki/Caffenol
+[yewtu.be]: https://yewtu.be
+[teddit]: https://teddit.net
+[teddit frontend]: https://codeberg.org/teddit/teddit
+[nitter]: https://nitter.net
+[nitter frontend]: https://github.com/zedeus/nitter
+[bibliogram]: https://bibliogram.art
+[bibliogram frontend]: https://sr.ht/~cadence/bibliogram/
diff --git a/src/style/style.css b/src/style/style.css
index 4770d2d..ced8573 100644
--- a/src/style/style.css
+++ b/src/style/style.css
@@ -60,9 +60,6 @@ table th, table td {
margin: 0;
overflow: hidden;
}
-table td.boolean {
- text-justify: right;
-}
table tr:hover {
background-color: #eeeeee;
}
@@ -72,6 +69,10 @@ pre {
overflow: auto;
}
+p, ul li {
+ line-height: 1.5em;
+}
+
p code {
background-color: #cccccc;
font-style: italic;
@@ -93,6 +94,7 @@ blockquote p {
footer {
margin-top: 16em;
}
+
footer blockquote {
margin-inline-start: 0;
}
remember that computers suck.