my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

New /reading etc.

+44 -10
-2
drafts/readme
··· 1 - Posts that were either too shite, or lacked the research / content to be 2 - worthy of being published.
-7
drafts/uses.md
··· 1 - --- 2 - template: 3 - url: uses 4 - title: 5 - subtitle: 6 - date: 2020-09-17 7 - ---
+1 -1
pages/about.md
··· 3 3 title: about 4 4 --- 5 5 6 - ![anirudh masked](https://x.icyphox.sh/anirudh-mask.jpeg) 6 + <img src="https://x.icyphox.sh/9rUNl.jpeg" width=300 style="text-align: center"> 7 7 8 8 I'm Anirudh, but you'll find me as **icyphox** (or just **icy**), on the 9 9 Internet. I currently work as a Site Reliability Engineer at
+39
pages/reading.md
··· 1 + --- 2 + template: page.html 3 + title: reading 4 + --- 5 + 6 + I've read a whole bunch more, but I can't remember beyond 2020. 7 + 8 + ## 2021 9 + 10 + - [Dune](https://en.wikipedia.org/wiki/Dune_\(novel\)) -- now reading 11 + - [The Final 12 + Empire](https://en.wikipedia.org/wiki/Mistborn:_The_Final_Empire) 13 + - [The Well of 14 + Ascension](https://en.wikipedia.org/wiki/Mistborn:_The_Well_of_Ascension) 15 + - [The Hero of 16 + Ages](https://en.wikipedia.org/wiki/Mistborn:_The_Hero_of_Ages) 17 + - [The Alloy of 18 + Law](https://en.wikipedia.org/wiki/Mistborn:_The_Alloy_of_Law) 19 + - [The 20 + Hunter](https://en.wikipedia.org/wiki/Tom_Wood_\(author\)#Victor_the_Assassin_Series) 21 + - [The 22 + Enemy](https://en.wikipedia.org/wiki/Tom_Wood_\(author\)#Victor_the_Assassin_Series) 23 + 24 + ## 2020 25 + 26 + I discovered Brandon Sanderson. 27 + 28 + - [The Way of Kings](https://en.wikipedia.org/wiki/The_Way_of_Kings) 29 + - [Words of Radiance](https://en.wikipedia.org/wiki/Words_of_Radiance) 30 + - [Oathbringer](https://en.wikipedia.org/wiki/Oathbringer) 31 + - [Edgedancer](https://en.wikipedia.org/wiki/Edgedancer) 32 + - [Dawnshard](https://en.wikipedia.org/wiki/The_Stormlight_Archive#Books) 33 + - [Rhythm of War](https://en.wikipedia.org/wiki/Rhythm_of_War) 34 + - [Elantris](https://en.wikipedia.org/wiki/Elantris) -- dropped 35 + - [Warbreaker](https://en.wikipedia.org/wiki/Warbreaker) 36 + - [Sixth of the 37 + Dusk](https://en.wikipedia.org/wiki/Brandon_Sanderson_bibliography#Cosmere_short_works) 38 + - [Shadows for Silence in the Forests of 39 + Hell](https://en.wikipedia.org/wiki/Brandon_Sanderson_bibliography#Cosmere_short_works)
+2
templates/nav-noimg.html
··· 1 1 <nav> 2 2 <a href="/blog">blog</a> 3 3 &middot; 4 + <a href="/reading">reading</a> 5 + &middot; 4 6 <a href="/about">about</a> 5 7 &middot; 6 8 <a href="/uses">uses</a>
+2
templates/nav.html
··· 4 4 <nav> 5 5 <a href="/blog">blog</a> 6 6 &middot; 7 + <a href="/reading">reading</a> 8 + &middot; 7 9 <a href="/about">about</a> 8 10 &middot; 9 11 <a href="/uses">uses</a>