Skip to content

Commit 27eb375

Browse files
authored
Merge pull request #12 from OurTechCommunity/schedule
add: tentative schedule for MeetUp 5
2 parents 1465f9e + 0552776 commit 27eb375

3 files changed

Lines changed: 71 additions & 65 deletions

File tree

5.html

Lines changed: 53 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -157,51 +157,43 @@ <h2 id="logistics">Logistics</h2>
157157
</ul>
158158

159159
<h2 id="schedule">Schedule</h2>
160-
<p>TBA. After all, good things take time!</p>
161-
<!-- <table>
160+
<!-- <p>TBA. After all, good things take time!</p> -->
161+
<table>
162162
<thead>
163163
<th>Time (IST)</th>
164164
<th>Event</th>
165165
</thead>
166166

167167
<tbody>
168168
<tr>
169-
<td>3:00 - 2:15 PM</td>
169+
<td>3:00 - 3:15 PM</td>
170170
<td>Settling in</td>
171171
</tr>
172172
<tr>
173173
<td></td>
174174
<td></td>
175175
</tr>
176176
<tr>
177-
<td>2:15 - 2:25 PM</td>
177+
<td>3:15 - 3:30 PM</td>
178178
<td>
179-
Opening remarks by
179+
Opening remarks by the
180180
<a
181-
href="https://harshkapadia.me"
181+
href="https://ourtech.community/team"
182182
target="_blank"
183183
rel="noreferrer"
184-
>Harsh Kapadia</a
185-
>
186-
on four years of OTC and meetup logistics.
184+
>OTC Team</a
185+
>.
187186
<br />
188-
<br />
189-
<a
190-
href="https://docs.google.com/presentation/d/1tfoDolXDD5pNVhNF0-utcvg2yunK9PIxVo7iGjKLFcg/edit?usp=sharing"
191-
target="_blank"
192-
rel="noreferrer"
193-
>Slide deck</a
194-
>
195187
</td>
196188
</tr>
197189
<tr>
198190
<td></td>
199191
<td></td>
200192
</tr>
201193
<tr>
202-
<td>2:30 - 3:00 PM</td>
194+
<td>3:30 - 4:00 PM</td>
203195
<td>
204-
'Dorking Adventures: That one time on Google... ' by
196+
'An introduction to Software Defined Radios' by
205197
<a
206198
href="https://twitter.com/furtado_jaden"
207199
target="_blank"
@@ -211,33 +203,25 @@ <h2 id="schedule">Schedule</h2>
211203
<br />
212204
<br />
213205
<p>
214-
Google Dorking or Google hacking refers to using
215-
Google search techniques to hack into vulnerable
216-
sites or search for information that is not
217-
available in public search results. Yet, it's
218-
something that is unknown outside the
219-
Cybersecurity/OSINT community! This is a talk
220-
about some of the crazy, insane and mind-bending
221-
stuff that is out there and explores the
222-
possibilities that Google opens up.
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.
223207
</p>
224208
<br />
225-
<a
226-
href="https://docs.google.com/presentation/d/1nuPptHiZZA4c5mgdH7nNIqvRmb4iy1sSDW4RkRbQuBg/edit?usp=sharing"
209+
<!-- <a
210+
href=""
227211
target="_blank"
228212
rel="noreferrer"
229213
>Slide deck</a
230-
>
214+
> -->
231215
</td>
232216
</tr>
233217
<tr>
234218
<td></td>
235219
<td></td>
236220
</tr>
237221
<tr>
238-
<td>3:10 - 3:40 PM</td>
222+
<td>4:10 - 4:40 PM</td>
239223
<td>
240-
'Showcasing Compiler Code Optimizations' by
224+
'Kartik's talk' by
241225
<a
242226
href="https://www.linkedin.com/in/kartiksoneji"
243227
target="_blank"
@@ -247,17 +231,10 @@ <h2 id="schedule">Schedule</h2>
247231
<br />
248232
<br />
249233
<p>
250-
We will use
251-
<a
252-
href="https://godbolt.org"
253-
target="_blank"
254-
rel="noreferrer"
255-
>Godbolt</a
256-
>
257-
to visualize how GCC optimizes C and C++ code.
234+
To be decided
258235
</p>
259236
<br />
260-
<p>
237+
<!-- <p>
261238
Resources and topics:
262239
<a
263240
href="https://compileroptimizations.com/category/constant_folding.htm"
@@ -277,59 +254,71 @@ <h2 id="schedule">Schedule</h2>
277254
rel="noreferrer"
278255
>compileroptimizations.com</a
279256
>
280-
</p>
257+
</p> -->
281258
</td>
282259
</tr>
283260
<tr>
284261
<td></td>
285262
<td></td>
286263
</tr>
287264
<tr>
288-
<td>3:50 - 4:00 PM</td>
289-
<td>Announcements</td>
265+
<td>4:50 - 5:20 PM</td>
266+
<td>
267+
'CPU Cache Benchmarks' by
268+
<a
269+
href="https://twitter.com/harshgkapadia"
270+
target="_blank"
271+
rel="noreferrer"
272+
>Harsh Kapadia</a
273+
>
274+
<br />
275+
<br />
276+
<p>
277+
To be decided
278+
</p>
279+
<br />
280+
</td>
290281
</tr>
291282
<tr>
292283
<td></td>
293284
<td></td>
294285
</tr>
295286
<tr>
296-
<td>4:00 - 4:30 PM</td>
287+
<td>5:30 - 6:00 PM</td>
297288
<td>
298-
'Navigating the CI/CD Landscape' by
289+
'Chunk by Chunk: How we built an HTTP Live Streaming Server' by
299290
<a
300-
href="https://twitter.com/DSdatsme"
291+
href="https://twitter.com/DhiruCodes"
301292
target="_blank"
302293
rel="noreferrer"
303-
>Darshit Suratwala</a
294+
>Dheeraj Lalwani</a
304295
>
305296
<br />
306297
<br />
307298
<p>
308-
Let's dive deeper into "Navigating the CI/CD
309-
Landscape" as we explore the basics of
310-
automation, showcase real-world examples, and
311-
learn how to create your own pipelines with a
312-
simple example. Whether you're new to the
313-
concept or looking to enhance your skills, this
314-
session offers a straightforward guide to
315-
mastering CI/CD practices for streamlined and
316-
efficient software development.
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 -
317300
</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>
318307
<br />
319-
<a
308+
<!-- <a
320309
href="https://docs.google.com/presentation/d/1wNPorVSW8oje_20oSfTsOjdnWVAZEPlbPz1xRc2f5a0/edit?usp=sharing"
321310
target="_blank"
322311
rel="noreferrer"
323312
>Slide deck</a
324-
>
313+
> -->
325314
</td>
326315
</tr>
327316
<tr>
328-
<td>4:40 PM onwards</td>
317+
<td>6:00 PM onwards</td>
329318
<td>Snacks and conversations</td>
330319
</tr>
331320
</tbody>
332-
</table> -->
321+
</table>
333322

334323
<!-- <h2 id="pictures-videos">Pictures and Videos</h2>
335324
<p>
@@ -339,8 +328,9 @@ <h2 id="schedule">Schedule</h2>
339328
rel="noreferrer"
340329
>All pictures and videos</a
341330
>
342-
</p>
343-
<div class="event no-border">
331+
</p> -->
332+
333+
<!-- <div class="event no-border">
344334
<div class="event-grid">
345335
<img
346336
src="static/img/4/1.jpg"

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>OTC MeetUp</h1>
100100
<h2>In-person Tech Meetups</h2>
101101

102102
<div id="cta-wrapper">
103-
<a id="white-bg-cta" href="#upcoming-meetups">Upcoming Meetups</a>
103+
<a class="white-bg-cta" href="#upcoming-meetups">Upcoming Meetups</a>
104104
<a class="black-bg-cta" href="#past-meetups">Past Meetups</a>
105105
</div>
106106

@@ -134,6 +134,7 @@ <h3>OTC MeetUp #5</h3>
134134
<br />
135135
<div class="event-detail">
136136
<a
137+
class="white-bg-cta-small"
137138
href="https://forms.gle/mn9MxtA42Ynwaev58"
138139
target="_blank"
139140
rel="noreferrer"

static/css/style.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ h2 {
8686
box-shadow: 0 0 8px #bdbdbd;
8787
}
8888

89-
#white-bg-cta {
89+
.white-bg-cta {
9090
color: black;
9191
background-color: #e0e0e0;
9292
margin: 1em 0.5em;
@@ -98,6 +98,15 @@ h2 {
9898
text-align: center;
9999
}
100100

101+
.white-bg-cta-small {
102+
color: black;
103+
background-color: #e0e0e0;
104+
padding: 0.25em 0.5em;
105+
border-radius: 20px;
106+
font-size: clamp(12px, 1.5vw, 18px);
107+
text-decoration: none;
108+
}
109+
101110
.black-bg-cta {
102111
color: #fafafa;
103112
margin: 1em 0.5em;
@@ -337,3 +346,9 @@ body::-webkit-scrollbar-thumb {
337346
background-color: #616161;
338347
border-radius: 2px;
339348
}
349+
350+
/* meetup */
351+
352+
ol.aligned {
353+
margin-left: 1.25em;
354+
}

0 commit comments

Comments
 (0)