<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://argator.de/feed/did.xml" rel="self" type="application/atom+xml" /><link href="https://argator.de/" rel="alternate" type="text/html" /><updated>2026-04-26T04:25:43+02:00</updated><id>https://argator.de/feed/did.xml</id><title type="html">better late than never. | Did</title><entry><title type="html">Browser and Search Engine</title><link href="https://argator.de/did/did1/" rel="alternate" type="text/html" title="Browser and Search Engine" /><published>2026-01-04T00:00:00+01:00</published><updated>2026-01-04T00:00:00+01:00</updated><id>https://argator.de/did/did1</id><content type="html" xml:base="https://argator.de/did/did1/"><![CDATA[<div class="music-text-row">
  <div class="music-text-caption">
    <strong>Using Chr<img src="/assets/images/did/chrome.png" style="width: 20px; height: auto;" alt="" />me is like using ski shoes for snowboarding.</strong>
  </div>
    <div class="mini-player" data-audio-player="">
  <button type="button" class="mini-player-btn">▶</button>
  <audio preload="metadata">
    <source src="/assets/audio/Gorillaz%20-%20On%20Melancholy%20Hill%20(Official%20Video)%20%5B04mfKJWDSzI%5D.mp3" type="audio/mpeg" />
  </audio>
</div>

</div>

<figure>
  <img src="/assets/images/did/lift.jpeg" alt="Nora" />
</figure>
<p><strong>It seems to work well, but only till u face <a href="https://www.pcworld.com/article/2438114/interview-ghostery-explains-why-chrome-is-working-against-ad-blockers.html">ICE</a> on the slope.</strong></p>

<video controls="" preload="metadata" width="100%">
  <source src="/assets/images/did/ride.mp4" type="video/mp4" />
  Your browser does not support the video tag.
</video>
<video controls="" preload="metadata" width="100%">
  <source src="/assets/images/did/ski.mp4" type="video/mp4" />
  Your browser does not support the video tag.
</video>
<p>… and switch to <strong>Firef<img src="/assets/images/did/firefox.png" style="width: 20px; height: auto;" alt="" />x</strong> + Ec<img src="/assets/images/did/ecosia.jpg" style="width: 20px; height: auto;" alt="" />sia ;)</p>

<h1 id="browser-and-search-engine">browser and search engine</h1>
<p>the browser is the program that runs on your device to connect to the internet, which renders the website and isolates the code that runs for the website from the rest of your device’s data.<br />
while there are many different browsers out there all shipping with different highlevel configurations, designs and UX (there are even CLI browsers), they all need an underlying engine.</p>

<h3 id="the-browser-engine">the browser engine</h3>
<p>this is the heavy machinery of a browser. this does most of the work (rendering and sandboxing), is very hard to secure and hence to implement. this is why there are only three different such products out there:</p>

<table>
  <thead>
    <tr>
      <th>engine</th>
      <th>vendor</th>
      <th>market share</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Blink</td>
      <td>Google</td>
      <td>80%</td>
    </tr>
    <tr>
      <td>WebKit</td>
      <td>Apple</td>
      <td>15%</td>
    </tr>
    <tr>
      <td>Gecko</td>
      <td>Mozilla</td>
      <td>5%</td>
    </tr>
  </tbody>
</table>

<p>all browsers have to use one of these. while some people argue to use specific Chromium based browser like Brave e.g. for privacy or some other reason, the most important argument against all those browsers, that depend either on Blink or WebKit, is the dependence on their engine. the only independent engine - Gecko - has an almost irrelevant fraction of users. <br />
this leads to web developers testing only for Chromium, sometimes youtube didn’t even work for Gecko anymore… leading to the risk of a web monoculture.</p>

<p>Then Google is able to change their engine, resulting in ad blocker being banned:/  … as they did in their <a href="https://www.pcworld.com/article/2438114/interview-ghostery-explains-why-chrome-is-working-against-ad-blockers.html">V3 manifest</a>.</p>

<h3 id="the-search-engine">the search engine</h3>
<p>search engines are getting money through advertisement, obviously. whenever you don’t have to pay for a non open source product - you are the product. <br />
search engines pay the browser a good amount of money to be its default search engine after installation, as many people will stick to it out of laziness. this is how Google got such a huge market share.<br />
noteworthy alternatives are DuckDuckGo and Ecosia. i like trees.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Using Chrme is like using ski shoes for snowboarding. ▶]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://argator.de/assets/images/did/internet.png" /><media:content medium="image" url="https://argator.de/assets/images/did/internet.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>