Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
daoudclarke committed Oct 9, 2024
1 parent 88ebd91 commit c59b826
Showing 1 changed file with 45 additions and 55 deletions.
100 changes: 45 additions & 55 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,27 @@
<!-- <section>Slide 2</section> -->
<section>
<h1>How to build a search engine with (almost) no money</h1>
<br>
<br>

<h3>Daoud Clarke</h3>
<h3>Daoud Clarke</h3>

<br>
OSSym24 - 10th October 2024
</section>

<section data-background-size="contain" data-background-image="img/alpha-mwmbl.png" data-background-color="white">
<a href="https://alpha.mwmbl.org">
<h3><br><br><br><br><br>Demo</h3>
</a>

</section>

<section>
<img class="stretch" src="img/finances.png">
</section>
<section>
<h3>Part 1: technology</h3>
</section>

<section>
<ul>
<li> 500 million pages indexed
<li> 4TB index size
</ul>
<br>
OSSym24 - 10th October 2024
</section>

<section>
<h3>Crawling</h3>
<h3>A confession</h3>
</section>

<section data-background-size="contain" data-background-image="img/crawler-script.png" data-background-color="white"></section>
<!-- <section data-background-image="img/stats0.png" data-background-size="contain"> </section> -->

<section>
<img class="stretch" src="img/firefox-plugin.png">
</section>

<section>
<h3>Indexing and searching</h3>
<h3>December 2020</h3>
</section>

<!-- <section> -->
<!-- <h3>Indexing and searching</h3> -->
<!-- </section> -->

<section>
<img class="stretch" src="img/latency-1.png">
Expand All @@ -88,34 +67,44 @@ <h3>We need a new architecture</h3>
</section>

<section data-background-size="contain" data-background-image="img/tiny-storage.svg" data-background-color="white"></section>

<section>
<ul>
<li> We fit around 23 results in one page of 4096 bytes
<li> Google indexes around 100 billion pages per locale
<li> We would need an index of around 16TB
</ul>
</section>

<section>
<h3>Part 2: community</h3>
<h3>Crawling</h3>
</section>

<section data-background-image="img/stats0.png" data-background-size="contain">
</section>
<section data-background-size="contain" data-background-image="img/crawler-script.png" data-background-color="white"></section>

<section>
<img class="stretch" src="img/contributions.png">
<img class="stretch" src="img/firefox-plugin.png">
</section>

<!-- <section> -->
<!-- <ul> -->
<!-- <li> We fit around 23 results in one page of 4096 bytes -->
<!-- <li> Google indexes around 100 billion pages per locale -->
<!-- <li> We would need an index of around 16TB -->
<!-- </ul> -->
<!-- </section> -->

<section>
<ul>
<li> 500 million pages indexed
<li> 4TB index size
</ul>
</section>

<section>
<img class="stretch" src="img/contributors.png">
<h3>Technology is not enough</h3>
</section>

<section>
<img class="stretch" src="img/contributors-front-end.png">
<img class="stretch" src="img/finances.png">
</section>

<!-- <section> -->
<!-- <img class="stretch" src="img/contributions.png"> -->
<!-- </section> -->

<section>
<img class="stretch" src="img/curations.png">
</section>
Expand All @@ -128,16 +117,17 @@ <h3>Part 2: community</h3>
</section>

<section>
<h3>But will it work?</h3>
<img class="stretch" src="img/contributors.png">
</section>

<section>
<h3>How to fly (or build a search engine)</h3>
<i style="font-style: italic !important">Do not listen to what anybody says to you at this point because they are unlikely to say anything helpful. They are most likely to say something along the lines of "Good God, you can't possibly be flying!"</i>
<br><br>
<span style="color: red"><i style="font-style: italic !important">It is vitally important not to believe them or they will suddenly be right.</i> </span>
<br><br>
- Douglas Adams
<img class="stretch" src="img/contributors-front-end.png">
</section>

<section data-background-size="contain" data-background-image="img/alpha-mwmbl.png" data-background-color="white">
<a href="https://alpha.mwmbl.org">
<h3><br><br><br><br><br>Demo</h3>
</a>
</section>

</div>
Expand Down

0 comments on commit c59b826

Please sign in to comment.