Documentation
<!DOCTYPE html><html>

<head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width"/>
    
    <title>Search-Engine-Comparison</title>
    
    <link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&amp;display=swap" rel="stylesheet"/> 
    
    <link href="markdown.css" rel="stylesheet"/><link href="blog_page.css" rel="stylesheet"/><link href="nav.css" rel="stylesheet"/><link href="header.css" rel="stylesheet"/>
    
<link href="image.css" rel="stylesheet"/></head>

<body>


    <header>
<p><a href="index.html">Home</a> <a href="Articles.html">Articles</a> <a href="Tags.html">Tags</a></p>
    </header>



    <nav>
<p><a href="#top">&#9650;</a><a href="#bottom">&#9660;</a></p>
    </nav>


    <article class="markdown">
        <a id="top"></a>
<div class="align-right"><p>Last Updated: 20.July.2022</p><p>Tags: <a href="tag-comparison.html">#comparison</a>, <a href="tag-search_engine.html">#search_engine</a></p></div><h1 id="search-engines">Search Engines</h1><p>Google is famous for being the most powerful search engine. But, it&apos;s also notorious for collecting personal information. So, I&apos;m thinking of using DuckDuckGo instead of Google. But what if it&apos;s not powerful enough? That&apos;s what today&apos;s test is for.</p><p>I have chosen a few search keywords arbitrarily. I also chose 3 search engines, Google, DuckDuckGo and Bing. Let&apos;s see how powerful each engine is by comparing the search results of each keyword. I have done all the tests in private mode, so that the results are not affected by my personal data.</p><h2 id="queries">Queries</h2><h3 id="what-is-the-second-fastest-airplane">What is the second fastest airplane?</h3><p>I sometimes search in full sentences instead of combinations of words. Google always answers my question directly. Let&apos;s how others are doing.</p><ul><li>Google<ul><li><span class="size-big"><img src="sec_q1_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q1_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q1_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q1_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q1_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q1_bing.jpg');"/></span></li></ul></li></ul><p>All the engines give me satisfiable results. You can see that Google is the smartest among those. Google summarizes and highlights the answer, while the others only shows links.</p><h3 id="html-name-vs-id">html name vs id</h3><p>When I first learned html, I had no idea what&apos;s the difference between the <code class="short">name</code> attribute and the <code class="short">id</code> attribute. So I asked Google.</p><ul><li>Google<ul><li><span class="size-big"><img src="sec_q2_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q2_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q2_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q2_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q2_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q2_bing.jpg');"/></span></li></ul></li></ul><p>Google lost this time. That&apos;s interesting. While DuckDuckGo and Bing give me a summarize of the answer, Google doesn&apos;t.</p><h3 id="how-to-make-a-collapsible-table-in-html">how to make a collapsible table in html</h3><p>Another html question.</p><ul><li>Google<ul><li><span class="size-big"><img src="sec_q3_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q3_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q3_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q3_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q3_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q3_bing.jpg');"/></span></li></ul></li></ul><p>They all take me to <a href="https://w3schools.com">W3Schools</a>. Yeah, that&apos;s a great website. If you&apos;re interested in web developments, the site would be very helpful to you.</p><h3 id="유재석-나이">유재석 나이</h3><p>Let&apos;s see how global they are. I made the query in Korean. The query means &apos;how old is 유재석(korean comedian)&apos;.</p><ul><li>Google<ul><li><span class="size-big"><img src="sec_q4_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q4_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q4_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q4_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q4_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q4_bing.jpg');"/></span></li></ul></li></ul><p>Google outperforms others. Google literally <em><strong>answers</strong></em> my question. DuckDuckGo gives me a link where I can get my answer. Bing sucks.</p><h3 id="rust-hashmap">rust hashmap</h3><p>I forgot how to iterate key/value pairs with Rust hashmaps. Well, I should read the document. Let&apos;s Google it.</p><ul><li>Google<ul><li><span class="size-big"><img src="sec_q5_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q5_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q5_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q5_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q5_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q5_bing.jpg');"/></span></li></ul></li></ul><p>They&apos;re all showing the document. Cool.</p><h3 id="hotels-in-iceland">hotels in iceland</h3><ul><li>Google<ul><li><span class="size-big"><img src="sec_q6_google.jpg" alt="Google Result" onclick="open_modal_img('sec_q6_google.jpg');"/></span></li></ul></li><li>DuckDuckGo<ul><li><span class="size-big"><img src="sec_q6_duckduckgo.jpg" alt="DuckDuckGo Result" onclick="open_modal_img('sec_q6_duckduckgo.jpg');"/></span></li></ul></li><li>Bing<ul><li><span class="size-big"><img src="sec_q6_bing.jpg" alt="Bing Result" onclick="open_modal_img('sec_q6_bing.jpg');"/></span></li></ul></li></ul><p>Big corporations won this time. They have their own maps.</p><h2 id="conclusion">Conclusion</h2><p>I don&apos;t see much difference in their results. They&apos;re all nice. I&apos;ll switch to DuckDuckGo for my privacy. :)</p>
        <a id="bottom"></a>
    </article>




    <footer class="markdown">
<p><br/></p><p><br/></p><hr/><div class="align-center"><p>2021 ~ 2022 (c) Baehyunsol</p></div>
    </footer>


<div id="modal-box">
    <div id="close-button">Click the image to close.</div>
    <img id="modal-img" onclick="close_modal_img();"/>
</div><script>
    /*<![CDATA[*/
    var modal_box = document.getElementById("modal-box");
    var modal_img = document.getElementById("modal-img");

    function open_modal_img(src) {
        modal_img.src = src;
        modal_box.style.display = "block";
    }

    function close_modal_img() {
        modal_box.style.display = "none";
    }
    /*]]>*/
</script></body>

</html>