-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeaking.html
More file actions
328 lines (216 loc) · 10.7 KB
/
speaking.html
File metadata and controls
328 lines (216 loc) · 10.7 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<!--Description-->
<meta name="description" content="Welcome to my portfolio! I am Prastut, a 20 year old designer.">
<!--Author-->
<meta name="author" content="Prastut Kumar">
<!--Open Graph Title-->
<meta property="og:title" content="Speaking"/>
<!--Open Graph Site Name-->
<meta property="og:site_name" content="Prastut Kumar"/>
<!--Page Cover-->
<meta property="og:image" content="undefined"/>
<!-- Title -->
<title>Speaking - Prastut Kumar</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/sass/main.css">
<link rel="stylesheet" href="/galleria/themes/classic/galleria.classic.css">
<script src="/js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.4.5/galleria.min.js"></script>
<!--[if lt IE 8]>
<script src="/js/ie/html5shiv.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/sass/ie8.css">
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="/sass/ie9.css">
<![endif]-->
<!-- Gallery -->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82835468-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<!-- Menu -->
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="/" class="logo">
<span class="symbol"><img src="/images/guy.jpg" alt="" /></span><span class="title">Prastut Kumar</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="https://drive.google.com/file/d/0B2cR2veLdnt3N2JWUWxPaWRld3c/view?usp=sharing">Resume</a>
</li>
<li>
<a href="/archives">Archives</a>
</li>
</ul>
</nav>
<div id="main">
<div class="inner">
<!-- Main Content -->
<h1>Speaking</h1>
<!-- Gallery -->
<!-- Content -->
<style>
blockquote p{
margin: 0;
}
</style>
<h2>Imposter Syndrome</h2>
<p>
In high school, "imposter sydrome" or the fear of performing had a very strong grip on me. Therefore I usually resorted to being "behind the scenes guy".
</p>
<p>
I was always intrigued by the art of public speaking and in my freshman year in college, I attended almost every conference that made a little sense to me. Some quotes have stuck with me and I realized why conferences are held in the very first place. Nobody can teach you something in 30 minutes. It's humanly impossible. But what it can do is to be kicked out of your inertia. It is to hear people with years or decades of experience lift the veil on mystery. It is to leave with words burnt into your mind, changing you, and pushing you to do things you would never dare, otherwise.
</p>
<blockquote><p>If you’re passionate about your work, then sooner or later you will want to share that passion with others.</p>
</blockquote>
<p>
I started sharing my experiences and knowledge with my college peers and juniors and gradually overcame my fear for public speaking. Lately, I was fortunate enough to speak at Pycon, the premier conference in India on using and developing the Python programming language.
</p>
<h2> Speaking at Pycon, 2016 </h2>
<p>
I started using Python 5 months back and when I got selected, I was quite surprised myself. I had to give a talk to an audience who knew more about the language and it's ecosystem than me. Therefore I decided on leaving the technicalities, rather share my experience working with Python through this project and how it had made me come up here all the way from Chennai (the talk was in Delhi). I wanted to share the beauty of Python, that as a even a designer could learn and start hacking onto code. I used the example of my Google Summer of Code project and walked through it, describing the pain points and insights into how to ask for help.
</p>
<p>
Through the project, I wanted to highlight how NLP (using NLTK toolkit in Python) can help in improving User Experience.
<a href="https://docs.google.com/presentation/d/1VLjU2MQnB3GUw7p4z_Q6olFdYoW2q-LTsE8OUFZqrgI/edit?usp=sharing" target="_blank" rel="external">Slides.</a>
</p>
<div class="galleria">
<img src="/images/speaking/pycon/1.jpg">
<img src="/images/speaking/pycon/2.jpg">
<img src="/images/speaking/pycon/3.jpg">
<img src="/images/speaking/pycon/4.jpg">
<img src="/images/speaking/pycon/5.jpg">
<img src="/images/speaking/pycon/6.jpg">
</div>
<h2> Workshops and Introductory talks</h2>
<p>
Following patterns in the success stories of my seniors and on the Internet, I have come to realize that most of the learning happens outside of the classroom. College is only to give you data points eg: if you didn't have an image processing course, you wouldn't get to know that such a field exists. What you do with that data point is upto you. The problem is of distribution of the information or more formally called: information asymmetry. By sharing our experience with juniors, I wanted to restore the imbalance of information so that the playground becomes level.
</p>
<p>
So along with my group of friends, we organized couple of workshops ranging from the joy of software development to how to growth hack your undergrad dev career in python.
</p>
<div class="galleria">
<img src="/images/speaking/college/1.jpeg">
<img src="/images/speaking/college/2.jpeg">
</div>
<br><br>
<!-- Comments -->
<div>
<hr />
<h3>Comments:</h3>
<div id="disqus_thread">
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Say Hello!</h2>
<div>
Always up for discussing design and entrepreneurship. <br> I am reachable at kr.prastut@gmail.com.
</div>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://github.com/prastut" class="icon style2 fa-github" target="_blank" ><span class="label">GitHub</span></a></li>
<li><a href="https://www.behance.net/prastutkumar" class="icon style2 fa-behance" target="_blank" ><span class="label">Behance</span></a></li>
<li><a href="https://in.linkedin.com/in/prastut" class="icon style2 fa-linkedin" target="_blank" ><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.facebook.com/prastut.kumar" class="icon style2 fa-facebook" target="_blank" ><span class="label">Facebook</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Prastut Kumar
<a href="/about.html"><span class="label">· About</span></a>
<a href="https://drive.google.com/file/d/0B2cR2veLdnt3N2JWUWxPaWRld3c/view?usp=sharing" target="_blank"><span class="label">· Resume</span></a></li>
<a href="/speaking.html"><span class="label">· Speaking</span></a>
</ul>
</div>
</footer>
</div>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="/js/jquery.min.js"></script>
<!-- nProgress -->
<script src="/js/nprogress.js"></script>
<script src="/js/jquery.image-fit-window.js"></script>
<!-- skel -->
<script src="/js/skel.min.js"></script>
<!-- Custom Code -->
<script src="/js/util.js"></script>
<!--[if lte IE 8]>
<script src="/js/ie/respond.min.js"></script>
<![endif]-->
<!-- Custom Code -->
<script src="/js/main.js"></script>
<script>
$( document ).ready(function() {
console.log( "ready!" );
Galleria.loadTheme('/galleria/themes/classic/galleria.classic.min.js');
Galleria.run('.galleria');
});
</script>
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'prastutkumar';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>