Skip to content

Commit 0552776

Browse files
committed
🚚 add: Speaker abstracts
1 parent 149a237 commit 0552776

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

5.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h2 id="schedule">Schedule</h2>
193193
<tr>
194194
<td>3:30 - 4:00 PM</td>
195195
<td>
196-
'Jaden's talk' by
196+
'An introduction to Software Defined Radios' by
197197
<a
198198
href="https://twitter.com/furtado_jaden"
199199
target="_blank"
@@ -203,7 +203,7 @@ <h2 id="schedule">Schedule</h2>
203203
<br />
204204
<br />
205205
<p>
206-
Put Speaker Abstract
206+
This is to serve as a gentle introduction to the dark arts of wireless communication. People think of radios as a thing of the past, unaware of the potential that remains to be unlocked. While many are familiar with software, and some are with hardware, the wireless spectrum remains a curiosity to the masses. I'll show the basics of signal processing using Radios, along with demonstrations and applications of this technology.
207207
</p>
208208
<br />
209209
<!-- <a
@@ -231,7 +231,7 @@ <h2 id="schedule">Schedule</h2>
231231
<br />
232232
<br />
233233
<p>
234-
Put Speaker Abstract
234+
To be decided
235235
</p>
236236
<br />
237237
<!-- <p>
@@ -264,7 +264,7 @@ <h2 id="schedule">Schedule</h2>
264264
<tr>
265265
<td>4:50 - 5:20 PM</td>
266266
<td>
267-
'Harsh's talk' by
267+
'CPU Cache Benchmarks' by
268268
<a
269269
href="https://twitter.com/harshgkapadia"
270270
target="_blank"
@@ -274,7 +274,7 @@ <h2 id="schedule">Schedule</h2>
274274
<br />
275275
<br />
276276
<p>
277-
Put Speaker Abstract
277+
To be decided
278278
</p>
279279
<br />
280280
</td>
@@ -286,7 +286,7 @@ <h2 id="schedule">Schedule</h2>
286286
<tr>
287287
<td>5:30 - 6:00 PM</td>
288288
<td>
289-
'Dheeraj's talk' by
289+
'Chunk by Chunk: How we built an HTTP Live Streaming Server' by
290290
<a
291291
href="https://twitter.com/DhiruCodes"
292292
target="_blank"
@@ -296,8 +296,14 @@ <h2 id="schedule">Schedule</h2>
296296
<br />
297297
<br />
298298
<p>
299-
Put Speaker Abstract
299+
Dekho is a very simple, bare bones and open source Video on Demand server which we built to understand how video streaming works at a fundamental level. The talk will consist of -
300300
</p>
301+
<ol class="aligned">
302+
<li>Why did we choose to build Dekho?</li>
303+
<li>How did it start?</li>
304+
<li>What topics we learnt about while exploring video streaming?</li>
305+
<li>And how do we plan to take this project ahead?</li>
306+
</ol>
301307
<br />
302308
<!-- <a
303309
href="https://docs.google.com/presentation/d/1wNPorVSW8oje_20oSfTsOjdnWVAZEPlbPz1xRc2f5a0/edit?usp=sharing"

static/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,9 @@ body::-webkit-scrollbar-thumb {
346346
background-color: #616161;
347347
border-radius: 2px;
348348
}
349+
350+
/* meetup */
351+
352+
ol.aligned {
353+
margin-left: 1.25em;
354+
}

0 commit comments

Comments
 (0)