-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmisc.html
141 lines (129 loc) · 5.89 KB
/
misc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Gurshabad Grover | Misc.</title>
<meta name="description" content="Personal website of Gurshabad Grover, mostly just links to work.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/main.css">
<link href="css/fonts.css" rel='stylesheet' type='text/css'>
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div class="site">
<header class="header">
<a href="">
<h1 class="title"> </h1>
</a>
</header>
<section class="about">
<img src="img/photo.jpg" height="120" alt="Photo of Gurshabad Grover" /><br>
gurshabad
</section>
<div class="topnav">
<a href="index.html">about</a> ·
<a href="research.html">research</a> ·
<a href="opinion.html">opinion</a> ·
<!-- <a href="media.html">media</a> · -->
<a href="misc.html">misc</a>
</div>
<br><hr>
<section>
<h2>Misc. writing</h2>
<ul class="posts">
<li>
<time>21 Apr 2021</time>
<a href="./india-covid-twitter-censorship/censored_tweets.html">Tweets that the Modi Government censored during the pandemic</a>
<span class="subtitle">Archive of tweets that criticsed the government and were censored.</span>
<span class="reference">(Personal blog)</span>
</li>
<li>
<time>01 Apr 2021</time>
<a href="https://www.rfc-editor.org/rfc/rfc8962">RFC 8962: Establishing the Protocol Police</a>
<span class="subtitle">You are not the Protocol Police: we are. We are not the Protocol Police: you are.</span>
<span class="reference">G. Grover, N. ten Oever, C. Cath, S. Sahib / IETF RFC Series</span>
</li>
<li>
<time>25 Mar 2021</time>
<a href="https://centr.org/news/blog/ietf110-dnssec.html">DNSSEC deployment and automation</a>
<span class="subtitle">An interview with Ulrich Wisser.</span>
<span class="reference">Gurshabad Grover / Council of European National Top-Level Domain Registries</span>
</li>
<li>
<time>22 Mar 2021</time>
<a href="https://centr.org/news/blog/quad9.html">DNS privacy, legal enforcement and Quad9</a>
<span class="subtitle">An interview Bill Woodcock.</span>
<span class="reference">Gurshabad Grover / Council of European National Top-Level Domain Registries</span>
</li>
<li>
<time>09 May 2019</time>
<a href="https://cis-india.org/internet-governance/blog/rti-application-to-bsnl-for-the-list-of-websites-blocked-in-india">RTI Application to BSNL for the list of websites blocked in India</a>
<span class="subtitle">How a public ISP refused to furnish the list of blocked websites in response to a Right to Information request.</span>
<span class="reference">Gurshabad Grover / Centre for Internet and Society</span>
</li>
<li>
<time>15 Jun 2018</time>
<a href="./writing/holy-bitcoin.html">Does God like Bitcoin?</a>
<span class="subtitle">Religious perspectives on cryptocurrencies.</span>
<span class="reference">(Personal blog)</span>
</li>
</ul>
</section>
<section>
<h2>Misc. projects</h2>
<ul class="posts">
<li>
<time>2021</time>
<a href="https://cowinalert.com/">Cowinalert.com</a>
<span class="subtitle">Email alerts about vaccine availability in India.</span>
<span class="reference">Kushagra Singh, Gurshabad Grover, Varun Bansal</span>
</li>
<li>
<time>2020</time>
<a href="https://cis-india.github.io/censorwatch/">CensorWatch</a>
<span class="subtitle">Research on mapping web censorship in India.</span>
<span class="reference">Centre for Internet and Society</span>
</li>
<li>
<time>2018</time>
<a href="https://tiffin.email/">Tiffin</a>
<span class="subtitle">A newsletter on political and policy developments in India.</span>
</li>
<li>
<time>2018</time>
<a href="https://github.com/ntblk/dns-doh">doh web</a>
<span class="subtitle">DNS-over-HTTPS web client library.</span>
<span class="reference">Gurshabad Grover, Alp Toker</span>
</li>
<li>
<time>2016</time>
<a href="https://github.com/gurshabad/follower-drone">Follower Drone</a>
<span class="subtitle">Make your Parrot AR.Drone follow an object.</span>
</li>
<li>
<time>2015</time>
<a href="https://github.com/gurshabad/scrabby">Scrabby</a>
<span class="subtitle">A Scrabble bot that will beat you.</span>
<span class="reference">Anmol Singh, Gurshabad Grover, Mayank Vachher</span>
</li>
</ul>
</section>
<footer class="footer">
<div class="contact">
<p>Email me at [my-first-name]@pm.me</p>
<span class="find-me-on-heading">Find me on: </span>
<ul class="find-me-on">
<li>
<a href="https://github.com/gurshabad">Github</a>
</li>
<li>
<a href="https://twitter.com/GurshabadGrover">Twitter</a>
</li>
</ul>
</div>
</footer>
</div>
</body>
</html>