Rohan Kumar
e660a132c2
New engine (Goo) + more engine info
...
Thanks N. A. Ferrell for feedback!
2021-06-17 20:17:48 -07:00
Rohan Kumar
f4a07c96a8
CI: deploy onion site
2021-06-16 12:19:27 -07:00
Rohan Kumar
99e402f133
Clean up some relative urls again
2021-06-16 12:18:01 -07:00
Rohan Kumar
eace2afe71
License: Update CC license to CC BY-SA 4.0
2021-06-15 13:14:45 -07:00
Rohan Kumar
204600fae3
Fix relative URLs
...
- No relative URLs in the RSS feed except plain anchor links
- Eliminate the need for excessive "../" in URLs.
2021-06-14 15:31:08 -07:00
Rohan Kumar
eee23d1574
Remove obsolete comment
2021-06-13 21:05:58 -07:00
Rohan Kumar
8607612e0a
Add recommendations for dark themes
2021-06-13 18:28:15 -07:00
Rohan Kumar
f61bbfe3d2
Update assets with precompressed versions
...
No need to re-compress the same file every CI job.
2021-06-13 17:25:59 -07:00
Rohan Kumar
e03a35da82
Update robots.txt
2021-06-11 15:09:43 -07:00
Rohan Kumar
155d4f7b91
Update FLoC article to reflect changed stance
...
Turns out there's a valid reason to use FLoC.
2021-06-11 15:08:29 -07:00
Rohan Kumar
dc60da124a
Allow data: URI images in Hugo devserver CSP
2021-06-11 15:08:09 -07:00
Rohan Kumar
be77c33081
Some more minification
...
- Use ect to shrink PNGs
- Use some CSS shorthands I didn't know about before.
2021-06-05 15:28:55 -07:00
Rohan Kumar
322dbf93e7
Inline favicon
...
The favicon is 175 bytes, smaller than the size of the HTTP headers to
fetch it. It can be inlined.
Now, pages that don't have any other images need just a single request.
2021-06-04 17:29:05 -07:00
Rohan Kumar
55d99287b4
Inline CSS
...
The main stylesheet for the sit is just 721 bytes uncompressed. I can
inline it safely to shave off a request, since the headers alone are
probably comparable to the size of the CSS.
2021-06-04 16:44:43 -07:00
Rohan Kumar
2abdb82cb3
CSS: Dark palette: switch to yellow links
...
The newish APCA contrast algorithm correctly reveals that blue-on-black
and purple-on-black links have lower perceptual contrast than
yellow-on-black links.
A Fediverse survey with 19 participants revealed that others tend to
prefer the older look over this one, but the number in favor was much
larger than I thought; it was a 3:2 split. I decided that on my poor
laptop screen facing sunlight with simulated color vision deficiencies,
the yellow links are indeed easier to read so I went with them.
2021-06-03 01:24:04 -07:00
Rohan Kumar
72b20bf6e0
Switch from Zopfli to Efficient Compression Tool
...
ECT is more efficient than Zopfli given the same amount of time. It uses
Zopfli under the hood.
- Switch from binaries.tar.br to binaries.tar.gz
- Bring in the statically-linked ect/brotli binaries from
binaries.tar.gz
2021-06-02 20:01:40 -07:00
Rohan Kumar
f9092d7694
CSS: improve dark-mode contrast
...
Improve link contrast in dark mode, using APCA contrast ratios.
2021-05-31 16:02:12 -07:00
Rohan Kumar
853f4e9a61
Add new directory to .rsyncignore
2021-05-30 20:30:19 -07:00
Rohan Kumar
02b2345e83
Update search engines
...
- Add ChatNoir, Ninfex
- Mark Runnaroo as discontinued
2021-05-29 15:57:12 -07:00
Rohan Kumar
0b72929cfd
Clarify IRC networks I'm on
2021-05-29 00:58:00 -07:00
Rohan Kumar
0e6eebd6bf
Use own build of zopfli
...
"binaries.tar" now includes zopfli and zopflipng; no need to get those
with apk.
2021-05-21 20:52:50 -07:00
Rohan Kumar
7bfd5a1538
Fix PGP ID name
...
Key unchanged, just change the name I gave it.
2021-05-20 23:11:18 -07:00
Rohan Kumar
3cb61af6e7
New search engine: "Infotiger"
2021-05-12 11:27:06 -07:00
Rohan Kumar
30f141d4db
Remove webring icon
2021-05-06 16:38:08 -07:00
Rohan Kumar
43a3e7c0f8
Remove optional HTML tags
...
Some HTML tags can be removed without changing the DOM. Reference:
https://html.spec.whatwg.org/multipage/syntax.html#syntax-tag-omission
2021-05-06 11:59:30 -07:00
Rohan Kumar
558b6844ca
Unbold home link
...
It says "Home". That's enough to know it navigates to the homepage.
Bolding it makes it look like it's the current page.
2021-05-06 11:33:05 -07:00
Rohan Kumar
5374e18afc
Gemini: Add a link to a Gemini orbit
2021-04-29 12:27:43 -07:00
Rohan Kumar
a3607cfbd0
Copyright year
2021-04-29 12:15:04 -07:00
Rohan Kumar
0d3b978676
Add sentence summarizing privacy impl. of opt-out
2021-04-28 10:34:14 -07:00
Rohan Kumar
04316a1266
New engine: Burf.co
2021-04-23 02:51:49 -07:00
Rohan Kumar
d01bcc1971
Clarification on exclusion from cohort calculation
...
Being excluded from cohort calculation doesn't necessarily make users
less unique.
2021-04-17 13:20:31 -07:00
Rohan Kumar
2ae6abbd82
Make the post a bit less finger-pointy
...
- Mention another time that it's in response to online
discussions/comments, not the authors of certain blog posts
- Clarify that there's nothing wrong with adding this header to your
site if you manage your expectations and DON'T accuse others of
complicity or change upstream software
2021-04-17 11:28:52 -07:00
Rohan Kumar
dba315efce
Add segment about Do Not Track
2021-04-16 22:31:59 -07:00
Rohan Kumar
28f70689a4
Remove superfluous sentence
2021-04-16 21:25:30 -07:00
Rohan Kumar
d868be3da0
Clarify source of misinfo
2021-04-16 21:24:24 -07:00
Rohan Kumar
32181efa19
Clarify what opting out actually entails
2021-04-16 20:51:38 -07:00
Rohan Kumar
7429b31fec
Add gemtext version of FLoC article
2021-04-16 20:34:52 -07:00
Rohan Kumar
1e7f1260d7
Add footnotes with clarifications
2021-04-16 18:50:34 -07:00
Rohan Kumar
30bf11b8ba
Typo: s/server/software/
2021-04-16 18:30:46 -07:00
Rohan Kumar
fb03d7ba4c
New post: Permissions Policy and FLoC misinfo
2021-04-16 18:06:22 -07:00
Rohan Kumar
a729dc565c
New engine: Kozmonavt
2021-04-14 12:31:45 -07:00
Rohan Kumar
d6bfdbd388
New engine: go.mail.ru
2021-03-31 13:21:38 -07:00
Rohan Kumar
68dc2da442
New search engine: Yioop
2021-03-29 23:08:28 -07:00
Rohan Kumar
7d405b7980
Simplify CSS, remove unneeded rules
...
It's even smaller now
2021-03-25 15:38:07 -07:00
Rohan Kumar
7c39739ed9
Add some info about Plumb
...
I contacted Adam from Plumb for more info and updated the section on
Plumb search.
2021-03-20 23:09:14 -07:00
Rohan Kumar
864292c7e4
Add "Rationale" and info from Matt
...
Matt from Gigablast answered some of my questions; I updated the article
with information from him. Some of that information found its way to the
"Rationale" section.
2021-03-20 13:28:59 -07:00
Rohan Kumar
a65526b887
Add more details about some search engines
2021-03-19 23:25:52 -07:00
Rohan Kumar
f83a996318
Add info on relationship between Plumb and Gibiru
2021-03-19 19:10:27 -07:00
Rohan Kumar
f08de57e81
Reword
2021-03-19 17:00:27 -07:00
Rohan Kumar
e9fc43a4ee
New search engine: Plumb
2021-03-19 16:48:23 -07:00