<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>search-engines on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/search-engines/</link>
    <description>Recent content in search-engines on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 14 Jan 2026 07:29:19 +0530</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/search-engines/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Things I Learned - 23 Feb 2025</title>
      <link>https://www.s-anand.net/blog/things-i-learned-23-feb-2025/</link>
      <pubDate>Sun, 23 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/things-i-learned-23-feb-2025/</guid>
      <description>&lt;p&gt;This week, I learned:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remote Desktop may be the easiest way to have a Windows machine access files / screen from another Windows machine, even for home PCs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://caddyserver.com/&#34;&gt;Caddy&lt;/a&gt; sets up reverse proxies that get &lt;em&gt;automatic SSL certificates&lt;/em&gt; from &lt;a href=&#34;https://letsencrypt.org/&#34;&gt;Let&amp;rsquo;s Encrypt&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://www.nomic.ai/blog/posts/nomic-embed-text-v1&#34;&gt;Nomic Embed v2&lt;/a&gt; blog post has an excellent visualization for embedding quality. It takes all Wikipedia disambiguation articles and shows them on a Nomic Atlas, embedded via Nomic Embed v2. It lets you toggle to OpenAI text-ada-002 which moves the topics far away. Visually, this is very convincing.&lt;/li&gt;
&lt;li&gt;Python 3.15 will enable UTF-8 mode by default. &lt;a href=&#34;https://peps.python.org/pep-0686/&#34;&gt;PEP 686&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Python 3.13 supports sub-interpreters to bypass the GIL. It&amp;rsquo;s &lt;em&gt;quite&lt;/em&gt; like web workers. &lt;a href=&#34;https://peps.python.org/pep-0554/&#34;&gt;PEP 554&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The quickest way to change the &lt;code&gt;fish&lt;/code&gt; prompt is &lt;code&gt;function fish_prompt; echo &#39;&amp;gt; &#39;; end&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;At PyConf Hyderabad, about 3 people had read a PEP. 1 had used the &lt;code&gt;match&lt;/code&gt; operator. But 80% knew what a Vector DB was. 20% had used a Gemini API. That&amp;rsquo;s how much traction LLM development is getting.&lt;/li&gt;
&lt;li&gt;The productivity benefit people report from using LLms is about 3X. &lt;a href=&#34;https://bsky.app/profile/emollick.bsky.social/post/3li4a2jal322a&#34;&gt;Ethan Mollick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Soon, you&amp;rsquo;ll be able to send an LLM to a virtual meeting on your behalf. It will talk like you. &lt;a href=&#34;https://bsky.app/profile/emollick.bsky.social/post/3lif6r42fp226&#34;&gt;Ethan Mollick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Models tend to claim ignorance when you test them on topics they should avoid. But tend to answer when not being tested. Sneaky! &lt;a href=&#34;https://bsky.app/profile/emollick.bsky.social/post/3lihsmpsqyk27&#34;&gt;Ethan Mollick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mermaid has an &lt;a href=&#34;https://mermaid.js.org/syntax/architecture.html&#34;&gt;Architecture Diagrams Syntax&lt;/a&gt; (in beta) that&amp;rsquo;s capable of creating elegant architecture diagrams with icons.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.teamblind.com/&#34;&gt;Blind&lt;/a&gt; is an app that allows users to post anonymously. It&amp;rsquo;s particularly useful to find honest negative feedback about (mostly US) companies.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://iconify.design/&#34;&gt;Iconify.design&lt;/a&gt; is a single npm interface to most open source icon sets. It includes FontAwesome, Bootstrap, Material Design, and many others. &lt;a href=&#34;https://icones.js.org/&#34;&gt;icones.js.org&lt;/a&gt; is an alternate interface.&lt;/li&gt;
&lt;li&gt;Self-pity may have evolved as a signal for social support and reducing conflict, while also encouraging self-reflection and behavioral adjustment. But in modern contexts it may be maladaptive and lead to depression. &lt;a href=&#34;https://chatgpt.com/share/67b74759-4cdc-800c-8250-2d1757c5e85c&#34;&gt;ChatGPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Anecdotally, Grok 3 is very good for researching company information and latest news, particularly employee and customer sentiment. DeepSeek and Claude write more humanely than OpenAI. via Alberto Lopez Toledo, White Star Capital&lt;/li&gt;
&lt;li&gt;There&amp;rsquo;s a &lt;a href=&#34;https://www.ycombinator.com/companies/founders&#34;&gt;YCombinator Founder Directory&lt;/a&gt; listing all founders of YC companies. At the moment, there are 8,628 founders. There&amp;rsquo;s also a &lt;a href=&#34;https://www.startupschool.org/&#34;&gt;co-founder matching tool&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;LLMs are impacting not just data queries but geospatial queries as well. Here&amp;rsquo;s a good example of &lt;a href=&#34;https://element84.com/machine-learning/natural-language-geocoding/&#34;&gt;Natural Language Geocoding&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;US companies typically pay employees every 2 weeks not every month.&lt;/li&gt;
&lt;li&gt;What&amp;rsquo;s good about Snowflake? A few developers who explored it mentioned that:
&lt;ul&gt;
&lt;li&gt;Its ability to scale up compute automatically makes queries run faster.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Time travel&amp;rdquo; allows you to see how data looked at any point in time and that is impressive and useful.&lt;/li&gt;
&lt;li&gt;Live data sharing with access control without the need for ETL pipelines is useful.&lt;/li&gt;
&lt;li&gt;Open-source competition: ClickHouse, Apache Druid, and Presto/Trino&lt;/li&gt;
&lt;li&gt;DataBricks is a lakehouse and less a data warehouse. It&amp;rsquo;s more about:
&lt;ul&gt;
&lt;li&gt;storing unstructured data (Snowflake prefers semi-structured: JSON, Avro, etc.)&lt;/li&gt;
&lt;li&gt;running collaborative notebooks in Python, SQL, Scala, R (Snowflake encourages SQL)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;I subscribed to ChatGPT Pro mainly for DeepResearch. Here are the first 50 reports I generated:
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b49a7b-a4c0-800c-a3dc-c5ab1ced23fe&#34;&gt;&lt;code&gt;uv&lt;/code&gt; Package Manager Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b4abfa-37b0-800c-a6e4-23b6c12e38b6&#34;&gt;DuckDB Analytics Comparison&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b4f8eb-d1f4-800c-824d-f0ca65ed7f54&#34;&gt;Rust vs Python / JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b4fbc7-e6bc-800c-b2aa-dbf21339c8fc&#34;&gt;Modern Data Engineering Course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b50772-f4c8-800c-b20c-8dd04d1b5e69&#34;&gt;LLM Code Migration Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b5f809-9a5c-800c-8472-1153b2e4c1ae&#34;&gt;Cloud Cost Optimization Strategies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b61969-2030-800c-99c2-8585b63aa392&#34;&gt;LLM Coding Interview Tools Report&lt;/a&gt; (compare with &lt;a href=&#34;https://www.perplexity.ai/search/the-interview-coder-repo-https-g_k0T2DSQIuiWntUFjbyOg&#34;&gt;Perplexity&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b63db0-8720-800c-87c6-f0b42581d801&#34;&gt;Text To Speech Engines&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b74802-8b34-800c-9ea3-2972db4d80c6&#34;&gt;Customer Service in Indian Public Sector Banks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b75104-28e4-800c-87b8-f9c3d41a2cc9&#34;&gt;LLMs in Software Development&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Old version 1: &lt;a href=&#34;https://chatgpt.com/share/67b7483a-5cd4-800c-a330-ba4a984b9248&#34;&gt;Gen AI in Software Development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Old version 2: &lt;a href=&#34;https://chatgpt.com/share/67b75215-12f4-800c-9f9f-04c1f105b304&#34;&gt;Gen AI in Software Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67b750f2-8ea4-800c-9721-bb9abbd46b29&#34;&gt;Leadership Training Content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67bafb23-cf14-800c-9b76-65f11285ae3a&#34;&gt;Open-Source HTTP Servers&lt;/a&gt;. Caddy wins.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67bf66b3-98b8-800c-8482-3ce42f100bb9&#34;&gt;Deep Research Use Cases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67bf6c69-a5d0-800c-8a49-12a46f29fef9&#34;&gt;Nagpur No-Parking Violations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67bf6e2a-2db0-800c-9975-c6b3479fa279&#34;&gt;Data Science in Food Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67bf7946-c80c-800c-8132-6f4018455a68&#34;&gt;Deep Research Disruption to Research Firms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67c3a676-c088-800c-bbdc-b638a99df50b&#34;&gt;LLMs in Design Thinking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67c56f48-3a8c-800c-bf5f-b1eeb91a529c&#34;&gt;EU Taxonomy Report Clarification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67c6d513-8040-800c-bdc9-7d6d1bcd52f9&#34;&gt;Shell Valuation Analysis Inquiry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/c/67c7991d-0358-800c-b450-8e81819267a6&#34;&gt;LLMs in DSLs Research&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67c7edad-bd78-800c-80a7-ed08dd97c1cf&#34;&gt;Public API-Based Data Storage Options&lt;/a&gt;. Supabase wins.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ca8963-f564-800c-ae06-54464b58cf1d&#34;&gt;Front-End JS Frameworks Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ca8953-97a4-800c-baea-ad0de5836f12&#34;&gt;Database Evaluation Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ca893e-6450-800c-bd0a-d6213f48c356&#34;&gt;CSS Frameworks Evaluation Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ca8920-dc3c-800c-bf56-6231a6028e70&#34;&gt;CI/CD Tooling Ecosystem Report&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ca88ee-f568-800c-ad74-e38ae385e61c&#34;&gt;Color Names Count&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67cc36c7-0b20-800c-a3f4-56bada95cb7b&#34;&gt;S Anand Biography&lt;/a&gt;. Meh, I know more about me, and it gets a few things wrong.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ce2e28-d3ac-800c-a55f-e51b1c27d9c2&#34;&gt;Cosmere Secrets Encyclopedia&lt;/a&gt;. This is the best. Deep Research is great if it&amp;rsquo;s stuff I actually want to read, rather than just learn about.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ce4df7-4088-800c-94e7-8a3edb02a8f6&#34;&gt;DBT course&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ce4e10-2968-800c-b663-8842045c1626&#34;&gt;Future of Coding AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ce4dcd-5cf8-800c-837c-6d05bd61822e&#34;&gt;Claude Artifacts Use Cases&lt;/a&gt;. This is the only one that managed to get artifacts links correct. I used this for an article for The Hindu.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67ce7ef2-ead8-800c-982e-e99c9527099b&#34;&gt;MCP Servers and Clients Research&lt;/a&gt;. Learnings:
&lt;ul&gt;
&lt;li&gt;Practically any &amp;ldquo;tool&amp;rdquo; can be an MCP server: file systems, APIs, codebases, browsers, collaboration platforms, memory, etc.&lt;/li&gt;
&lt;li&gt;Most platforms have (or are) integrating MCP.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/punkpeye/awesome-mcp-clients&#34;&gt;Clients&lt;/a&gt;: code editors, chat, and automation tools support MCP. GenAIScript is a good starting point.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/apify/tester-mcp-client&#34;&gt;Tester MCP Client&lt;/a&gt; is a browser-based test environment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/adhikasp/mcp-client-cli&#34;&gt;mcp-cli-client&lt;/a&gt; is a CLI-based client&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/3choff/mcp-chatbot&#34;&gt;mcp-chatbot&lt;/a&gt; is a chatbot client&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67cfe129-69c8-800c-9bb8-f7db2955fa88&#34;&gt;Data Moats by Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67cfe021-a2d4-800c-abf8-0ca5d54c8a43&#34;&gt;Attorney Profile Research&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67cfe2bb-0814-800c-8c5b-17442906fdcf&#34;&gt;Social Media Data APIs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d11e8f-eac4-800c-bf23-960e3f18b4aa&#34;&gt;Adobe Software Alternatives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d3ba57-3cc0-800c-830e-a48b5d531e86&#34;&gt;LLM Hallucination Visualization Techniques&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d3b985-2df0-800c-b9a7-b04fd6e18042&#34;&gt;API vs Self-hosting Cost Analysis&lt;/a&gt;: Always use APIs, avoid self-hosting models.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d6a803-3e6c-800c-a886-10fe1e4dc3b9&#34;&gt;AGI Preparation&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;AGI will emerge step by step. Knowing which step is next will help&lt;/li&gt;
&lt;li&gt;AI native organisations will emerge in each of these areas. AI design agencies and AI creative Agencies being one example&lt;/li&gt;
&lt;li&gt;Networking, empathy, leadership have more value now. So will human AI bridging roles (e.g. AI managers, AI consultants, ethics auditors)&lt;/li&gt;
&lt;li&gt;What&amp;rsquo;s the value of a human when technology can do everything better? How did this play out in drama (decay) or sports (centralization) or music (globalization)?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d6bd5d-af74-800c-a6d7-bc1829f03c26&#34;&gt;Modern digital note taking&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Voice note taking is the game changer&lt;/li&gt;
&lt;li&gt;Automatically popping of notes based on context such as people places or conversations will be a thing&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d79662-2be4-800c-93e7-376eb68ceecf&#34;&gt;Local LLM Search Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d7968f-b020-800c-b7e7-2b086546b032&#34;&gt;Blog Post to research paper on copying - suggestions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d83394-43bc-800c-8157-8d498290638f&#34;&gt;Linux Dev Migration Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d8eefe-a1f4-800c-93d0-fbed732e14fb&#34;&gt;Raspberry Pi SIM options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d83394-43bc-800c-8157-8d498290638f&#34;&gt;Linux Dev migration guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67d907fe-e0f4-800c-a4ad-f7dcf5176a5d&#34;&gt;HTML to JATS conversion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67dbcb7e-ea68-800c-9613-310724fc06bf&#34;&gt;LLM context splitting strategies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67dba1a0-f100-800c-b184-d611a96d8831&#34;&gt;Strategy for AI services in Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67db9a58-7688-800c-a7c6-10e86ee49132&#34;&gt;Gemini multi model editing use cases by industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://chatgpt.com/share/67dd93d9-7c88-800c-815f-9a21b7b6ad28&#34;&gt;Pharma Conference Participation Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;!-- #TODO
- PDF extractors
- Databases
- Training material on:
  - Data governance and quality
  - Document content extraction
  - Agile digital transformation
  - Responsible AI?
  - D3-based data visualization?
- Emerging trends and competitive intelligence in:
  - EdTech
  - Publishing
  - Analytics
- Challenges faced by (a client) and potential strategies
- Latest news about (a client)
- Industry Whitepapers on: AI-driven data solutions, CI/CD implementations, vector databases, etc.
- Insightful Blog Posts: Generate data-backed articles on emerging trends in content technology and data services, attracting a wider audience to Straive&#39;s platforms.
  --&gt;
&lt;/li&gt;
&lt;li&gt;I learnt what a &lt;a href=&#34;https://www.youtube.com/watch?v=j2iMZaDclJg&#34;&gt;Memoji&lt;/a&gt; is for the first time. An avatar that follows your facial expressions. Cool!&lt;/li&gt;
&lt;li&gt;Google shows US flight timings from &lt;a href=&#34;https://flightview.com&#34;&gt;FlightView&lt;/a&gt;. Emperically, based on one data point (my UA-2168 which was delayed by 4 hours), it gets updates faster than &lt;a href=&#34;https://www.flightradar24.com/&#34;&gt;Flight Radar 24&lt;/a&gt; or &lt;a href=&#34;https://www.flightaware.com/&#34;&gt;FlightAware&lt;/a&gt; or &lt;a href=&#34;https://www.flightstats.com/&#34;&gt;FlightStats&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;When comparing Indian graduates with their western counterparts, the Indian ones are often seen as:
&lt;ul&gt;
&lt;li&gt;🟢 Theoretically sound&lt;/li&gt;
&lt;li&gt;🟢 Analytical &amp;amp; technical&lt;/li&gt;
&lt;li&gt;🟢 Academically disciplined&lt;/li&gt;
&lt;li&gt;🟢 Resilient under pressure&lt;/li&gt;
&lt;li&gt;🟢 Committed continuous learners&lt;/li&gt;
&lt;li&gt;🔴 Rote-learning oriented&lt;/li&gt;
&lt;li&gt;🔴 Limited independent inquiry&lt;/li&gt;
&lt;li&gt;🔴 Limited creative innovation&lt;/li&gt;
&lt;li&gt;🔴 Restricted practical exposure&lt;/li&gt;
&lt;li&gt;🔴 Poor communicators&lt;/li&gt;
&lt;li&gt;🔴 Low leadership / initiative&lt;/li&gt;
&lt;li&gt;🔴 Need structured guidance&lt;/li&gt;
&lt;li&gt;🔴 Struggle to network&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;HuggingFace has a &amp;ldquo;Model tree&amp;rdquo; against each model that shows the model&amp;rsquo;s ancestors and descendants. For example, as of now, &lt;a href=&#34;https://huggingface.co/deepseek-ai/DeepSeek-R1&#34;&gt;Deepseek R1&lt;/a&gt; has 75 adapters, 154 finetunes, and 23 quantizations.&lt;/li&gt;
&lt;li&gt;Perplexity is now powered by Cerebras, which makes their inference as fast as Google. &lt;a href=&#34;https://cerebras.ai/press-release/cerebras-powers-perplexity-sonar-with-industrys-fastest-ai-inference&#34;&gt;Source&lt;/a&gt;. The speed is a big factor, and I&amp;rsquo;ve switched my default search engine from Google to Perplexity, at least for now.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.interviewcoder.co/&#34;&gt;Interview Coder&lt;/a&gt; is a desktop app that offers live interview support for coding interviews. It&amp;rsquo;s a transparent window that reads your screen and answers questions for you. (Given this, I think we need an &lt;em&gt;interviewer&lt;/em&gt; support system that tells interviewers what to ask!)&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>The Calvin and Hobbes search Takedown</title>
      <link>https://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/</link>
      <pubDate>Fri, 21 May 2010 10:53:27 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/</guid>
      <description>&lt;p&gt;Eight years ago, I started typing out each of the Calvin and Hobbes strips by hand. Four years ago, I set up a site that let people search for strips. Early this month, I was asked to take it down.&lt;/p&gt;
&lt;p&gt;This is the story.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I can’t quite remember when I started reading Calvin &amp;amp; Hobbes. The earliest reference I can find in my blogs is in &lt;a href=&#34;https://www.s-anand.net/blog/keirsey-temperament-sorter/&#34;&gt;July 1999&lt;/a&gt;. I remember it didn’t take me long to become a fan. I’d read every strip on the newspaper; hunt them out at bookshops; and spend a fair bit of time searching for archives online.&lt;/p&gt;
&lt;p&gt;At some point, I discovered a few archives of the complete Calvin &amp;amp; Hobbes images. These aren’t hard to find, and they’re still around in plenty. So that gave me a few more months of delight.&lt;/p&gt;
&lt;p&gt;The trouble, though, was that I never could quite find a strip when I wanted to. A friend would refuse to accept something, and I’d want to pull out that strip where Calvin declares to reside in the state of “Denial”. Or if they said something fancy, I’d want to pull out the one where Hobbes says “I notice your oeuvre is monochromatic”. Or those strips where Calvin’s Dad explains how things work (“They build bigger and bigger trucks over the bridge until it breaks.”)&lt;/p&gt;
&lt;p&gt;There were a few Calvin and Hobbes search engines around. None quite did what I wanted them to – which was to search the text, and show me the strip, with a nice scrollable interface.&lt;/p&gt;
&lt;p&gt;So I set out to build one. I can’t remember when, exactly, but it was before &lt;a href=&#34;https://www.s-anand.net/blog/calvin-and-hobbes-transcription/&#34;&gt;Sep 11, 2002&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It took me many years. I’d spend several train rides and evenings typing this stuff out. My friends, employers and family were a bit puzzled, but just added it to my list of eccentricities and carried on. I was halfway there in &lt;a href=&#34;https://www.s-anand.net/blog/Calvin-and-Hobbes-index---900602/&#34;&gt;2005&lt;/a&gt;, pushed further in &lt;a href=&#34;https://www.s-anand.net/blog/Calvin-and-Hobbes-index---930630/&#34;&gt;2006&lt;/a&gt;, and with some help, I managed to finally complete it.&lt;/p&gt;
&lt;p&gt;I was able to do a lot of cool stuff with this, like &lt;a href=&#34;https://www.s-anand.net/blog/statistically-improbable-phrases/&#34;&gt;statistically&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/statistically-improbable-phrases-2/&#34;&gt;improbable&lt;/a&gt; &lt;a href=&#34;http://www.s-anand.net/splitting-a-sentence-into-words/&#34;&gt;phrases&lt;/a&gt; and &lt;a href=&#34;https://www.s-anand.net/blog/calvin-and-hobbes-tracer-bullet-1/&#34;&gt;some&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/calvin-and-hobbes-tracer-bullet-2/&#34;&gt;amusing&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/calvin-and-hobbes-dad-explains-science/&#34;&gt;posts&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/taare-zameen-par-and-calvin/&#34;&gt;as well&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It also increased traffic &lt;a href=&#34;https://www.s-anand.net/blog/search-queries-to-my-site/&#34;&gt;to&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/google-searches-that-lead-to-my-site/&#34;&gt;my&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/most-bookmarked-pages/&#34;&gt;site&lt;/a&gt;, which was a bit disconcerting. I didn’t want to attract attention. In 2007, I removed the page from Google’s indexes, which cut the number of hits a fair bit. Since then, the site was only visited by a few people that knew of it, and the occasional stumblers.&lt;/p&gt;
&lt;p&gt;A month ago, I got &lt;a href=&#34;http://www.reddit.com/r/comics/comments/bytts/every_single_calvin_and_hobbes_strip_ever_made/&#34;&gt;reddit&lt;/a&gt;-ed and &lt;a href=&#34;http://www.metafilter.com/91562/Theres-treasure-everywhere&#34;&gt;MetaFiltered&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/traffic-spike/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/traffic-spike.webp&#34; title=&#34;traffic-spike&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It didn’t take me long to figure that a takedown notice would be on its way. It turned out to be quite a friendly mail, actually – scary only in parts. (A bit of a carrot-and-stick approach, perhaps.) Anyway, it took me all of 2 minutes to remove all of the pages and links.&lt;/p&gt;
&lt;p&gt;Of course, the reason I went to all of this effort was because the &lt;a href=&#34;http://www.gocomics.com/calvinandhobbes/&#34;&gt;original Calvin &amp;amp; Hobbes&lt;/a&gt; site does not have the search feature. I’ve reached out to United Media, offering my transcripts and code. Let’s see what happens.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.pradeepsanyal.com&#34;&gt;Pradeep&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;29 Jul 2010 8:25 am&lt;/em&gt;:
what a shame.
how are u doing buddy? been some time&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Frank&lt;/strong&gt; &lt;em&gt;23 Jun 2010 8:03 pm&lt;/em&gt;:
Where there&amp;rsquo;s a will, there&amp;rsquo;s a way. Using two sites to do the work of one is not the ideal&amp;hellip; but for now here is a way to find those strips you have in mind or are trying to search by topic or whatever.
The first is a complete collection of all of the actual strips on the following site:
&lt;a href=&#34;http://www.marcellosendos.ch/comics/ch/&#34;&gt;http://www.marcellosendos.ch/comics/ch/&lt;/a&gt;
The cool thing about this site is that you can actually download the entire collection in a zipped file (105mb) if you prefer to have the strips stored on your computer, and it opens with your web browser.
The following site will allow you to search for key words:
&lt;a href=&#34;http://www.reemst.com/calvin&#34;&gt;http://www.reemst.com/calvin&lt;/a&gt;_and_hobbes/stripsearch
It used to have the actual strips posted as well, but alas has had the same woes as just about everyone else. One reason I think that the scripts have been allowed to stay up is that they are no the actual verbatim texts from the strips&amp;hellip; it is a commentary on each strip&amp;hellip; so essentially it has all of the key words you might want to search for and extra, in the sense that it is a narrative of what is happening frame by frame, including the dialogue in the 3rd person&amp;hellip; so the interesting thing is that you may be able to find topics through the narrative as well, not just the script/ speech bubbles.
So anyways, what you do is pop in the topic or words you are looking for in the second link I posted&amp;hellip; find what date it was published on&amp;hellip; and then go along to the first link I posted - and you will be able to search by year and month. Each month that opens has 28-31 &amp;ldquo;batches&amp;rdquo; of strips for that particular month. Just count down to the day you are looking for as you scroll down.
This may be a long-winded explanation, but it&amp;rsquo;s just 2-3 steps instead of one, which is what I&amp;rsquo;m going to make do with until something more convenient crops up.
I have tried the above search method, and surprisingly gives me the same results&amp;hellip; if not more options. Check it out for yourself and you&amp;rsquo;ll know what I&amp;rsquo;m talking about.
A suggestion&amp;hellip; since none of the material posted on the above sites is wholly property of the site owner, perhaps someone with the know-how could combine the commentaries and the strips (With a lot of manual copy-pasting however) to end up with a single downloadable PDF or Word document where anyone could easily do a word/strip search by simply using the Adobe reader/ Word search functions. Anyways, that&amp;rsquo;s my five cents for now.
Abraços
Frank&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blog.raviatluri.in&#34;&gt;Ravi Atluri&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Aug 2010 6:50 pm&lt;/em&gt;:
&lt;a href=&#34;http://michaelyingling.com/random/calvin&#34;&gt;http://michaelyingling.com/random/calvin&lt;/a&gt;_and_hobbes/
Why did they shut down yours?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://random-thoughts-and-rambling.blogspot.com/&#34;&gt;Kannan&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;21 May 2010 12:12 pm&lt;/em&gt;:
Moral of the story : If you do something good, just keep it to yourself or your elite group who will appreciate it&amp;rsquo;s usefulness. Over reaching can be bad in &amp;ldquo;free world&amp;rdquo;. That said, it was indeed a really really good page :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Srihari&lt;/strong&gt; &lt;em&gt;21 May 2010 1:23 pm&lt;/em&gt;:
Been reading Calvin and Hobbes from your site for quite a long time. Time and again I would try and recollect a particular strip, and the search feature made it very comfortable. Sometimes I would just key in a particular idea, and search for it, and more often than not, Calvin would have something or the other to say about it! Shame it had to be taken down :(
All the same, thanks to your efforts, we all were so many smiles richer! :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.eternalnonchalance.blogspot.com&#34;&gt;Arvind&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;21 May 2010 4:40 pm&lt;/em&gt;:
Hey Anand!
First of all,hi-5! I&amp;rsquo;m a huge calvin n hobbes fan n I started late too, pretty much like u! But yea, left no stones unturned in devouring whatever C&amp;amp;H content I can set my eyes or lay my hands on!! :)
Ohh this is nothing in relation to this post but I&amp;rsquo;m totally hooked onto ur blog for a while,now&amp;hellip;So much so it&amp;rsquo;s hampering my productivity at work place(A tobacco firm&amp;hellip;No prizes for guessing which 1)&amp;hellip;I&amp;rsquo;m totally lagging behind schedules n deadlines but for the moment it just feels like there&amp;rsquo;s nothing which can eclipse the joy of readind your posts! :)
Ohh n I coudln&amp;rsquo;t help noticing a few commonalities between us! Gives a mere mortal like me to identify and associate with the almighty Himself, u c&amp;hellip;I&amp;rsquo;m a Tam bram too, from chennai&amp;hellip;Name starts with A and ends with D&amp;hellip;Teetotaler&amp;hellip;Engineer + MBA&amp;hellip;Though I cudnt make it to the IITs, guess i&amp;rsquo;m just a notch behind, having graduated from NIT, Trichy&amp;hellip;Followed by a coupla years work-ex&amp;hellip;And MBA from NITIE&amp;hellip;Can relate to all ur pranks from undergrad n workplace cliches! No wonder I&amp;rsquo;m just addicted to the content on ur blog&amp;hellip;
Wish I cud meet u in person, sometime! Thanks for writing, Anand&amp;hellip;Keep up the good(no, absoultely fantastic) work! :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;408wij&lt;/strong&gt; &lt;em&gt;21 May 2010 11:34 pm&lt;/em&gt;:
I suggest mapping your database to the comics at a legit site (gocomics.com). I.e., you host the search, but they host the comics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deepak&lt;/strong&gt; &lt;em&gt;23 May 2010 7:18 am&lt;/em&gt;:
Anand,
Time to come out of hiding! I think I got to your site coz I used to work for your current company. Your CnH site was lovely - I pulled out some gems through that search myself. Sorry and sad you had to take it town. Hope all that work you put in transcripting goes to good use!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;George&lt;/strong&gt; &lt;em&gt;24 May 2010 1:39 am&lt;/em&gt;:
I was one of those people that &amp;lsquo;stumbled&amp;rsquo; across your C&amp;amp;H site a couple years ago. The searchability was brilliant. Good luck on transferring it to the other site!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;evans&lt;/strong&gt; &lt;em&gt;25 May 2010 4:18 am&lt;/em&gt;:
I&amp;rsquo;m a teacher and would frequent your site to pull relevent comics to delight my kids. It takes way too much time for me to flip through my books to find what I am looking for, so your site was a godsend. I&amp;rsquo;m sad to see it down, and I hope that your work can live on somewhere else. Right now I&amp;rsquo;m trying to find a good luck strip to put on my final exam&amp;hellip; really missing your site.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Andreas Schamanek&lt;/strong&gt; &lt;em&gt;25 May 2010 10:02 am&lt;/em&gt;:
First of all, thank you very much indeed for all the efforts, the typing, coding, and keeping it up for so long. It&amp;rsquo;s a pity it is gone. I was reading the strips of gocomics on a daily basis but just like you write when I was looking for a particular quote I had your search engine bookmarked.
I had no idea you had typed all the strips yourself. This was utterly amazing work. Thanks again.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bjarne&lt;/strong&gt; &lt;em&gt;12 Jul 2010 3:14 pm&lt;/em&gt;:
What a shame. For the last 6 years this site has helped me digging down in strips to find the one which did just fit in the situation. Hope United Media will take over the job :-)
Thanks for the good work from Denmark.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://thej.in/?p=5541&#34;&gt;» very sad RT @sanand0 The Calvi… Thej Live&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;15 Jun 2010 7:38 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[&amp;hellip;] sad RT @sanand0 The Calvin and Hobbes search Takedown &lt;a href=&#34;http://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/&#34;&gt;http://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/&lt;/a&gt; [&amp;hellip;]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Graham&lt;/strong&gt; &lt;em&gt;8 Jun 2010 12:51 pm&lt;/em&gt;:
I can&amp;rsquo;t remember when i first stumbled apon your Calvin and Hobbes site but it was many moons ago. I&amp;rsquo;d just like to say a massive thanks really. I&amp;rsquo;d spent years laughing at the books while I was growing up and your efforts enabled me to instantly find all those excellent strips I&amp;rsquo;d remembered.
All the best
Graham:-)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://thejeshgn.com&#34;&gt;Thejesh GN&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;15 Jun 2010 7:03 pm&lt;/em&gt;:
sad :(&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Naveen Arur&lt;/strong&gt; &lt;em&gt;16 Jun 2010 1:02 pm&lt;/em&gt;:
Really sad man. I am such a huge fan of C&amp;amp;H. Hope United Media comes to their senses and make use of your hard work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Li&lt;/strong&gt; &lt;em&gt;29 Oct 2010 6:43 pm&lt;/em&gt;:
Anand, thanks for your great efforts. I stumbled across your Calvin &amp;amp; Hobbes site years ago and loved it, but I always knew it wouldn&amp;rsquo;t stay around forever. Alas, it was fun while it lasted.
Ravi Atluri, thanks for posting on 8/13/10. I&amp;rsquo;m sure that&amp;rsquo;ll be taken down someday too. I&amp;rsquo;ll keep it to myself.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hope&lt;/strong&gt; &lt;em&gt;2 Dec 2010 10:19 am&lt;/em&gt;:
I REALLY miss your website. :( I&amp;rsquo;d use it all the time, cuz i find myself in the exact situations as you, where I can come up with a calvin and hobbes strip for almost every situation in life and in most conversations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://x-f.lv/&#34;&gt;x-f&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;7 Dec 2010 7:16 pm&lt;/em&gt;:
Hi!
I too used the search feature for a couple of years. It was sooo great I could instantly find the right strip I was looking for! Sad you had to remove it all.
A very big thank you for your efforts writing it all down by hand! Hope it comes back one day.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://thefinebalance.wordpress.com&#34;&gt;Prashanth&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;14 Feb 2011 7:36 pm&lt;/em&gt;:
It&amp;rsquo;s really sad that you had to take down the Calvin &amp;amp; Hobbes archives . I used to come to this site often to look up Calvin strips - for example the one where he goes into a dimension where time has no meaning!
Came in today to look for strips where Calvin&amp;rsquo;s father tells him to eat his vegetables because it builds character and discovered this page. Anyway, just thought I would tell you - thank you for all your efforts!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BabyGodfather&lt;/strong&gt; &lt;em&gt;15 Jan 2012 7:19 am&lt;/em&gt;:
Man, this is really sad that you had to take it down. I had the exact same problems about searching the right Calvin&amp;rsquo;s strips at the right moment as you. Maybe only you know my annoyance.
Is there anything that we could do ? I mean, I don&amp;rsquo;t think it needed to be taken down. They didn&amp;rsquo;t have any problems people posting Calvin strips in their blogs, did they ?
Are they taking down all the pages that include Calvin Strips ? It&amp;rsquo;s ridiculous.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blog.gramener.com/595/visualising-text&#34;&gt;Visualising Text | Gramener blog&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;28 Jul 2012 5:01 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[&amp;hellip;] to the joys that are lawyrs, @sanand0 was asked to take the Calvin &amp;amp; Hobbes text archive down. &lt;a href=&#34;http://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/&#34;&gt;http://www.s-anand.net/blog/the-calvin-and-hobbes-search-takedown/&lt;/a&gt; [&amp;hellip;]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/from-calvin-hobbes-to-photo-tagging-excels-unexpected-image-capability/&#34;&gt;From Calvin &amp;amp; Hobbes to Photo Tagging: Excel&#39;s Unexpected Image Capability - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;26 Mar 2024 8:55 am&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] This is how I transcribed every Calvin &amp;amp; Hobbes. […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>The Bing effect</title>
      <link>https://www.s-anand.net/blog/the-bing-effect/</link>
      <pubDate>Fri, 12 Jun 2009 19:14:01 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-bing-effect/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-bing_3620265928_o-png.webp&#34; title=&#34;bing.com referral statistics&#34;&gt;&lt;img alt=&#34;bing.com referral statistics&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-bing_3620265928_o-png.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This graph is the number of referrals Microsoft’s new search engine, &lt;a href=&#34;http://www.bing.com/&#34;&gt;Bing&lt;/a&gt;, sent to my site over the last few days. Looks like the hype is dying out. Though &lt;a href=&#34;http://www.techcrunch.com/2009/06/05/did-bing-just-leapfrog-yahoo-search/&#34;&gt;Bing did leapfrog Yahoo&lt;/a&gt; briefly, that &lt;a href=&#34;http://www.techcrunch.com/2009/06/07/quick-peak-bings-reign-as-2-search-engine-lasted-one-day/&#34;&gt;lasted just one day&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>15 years of Dilbert searchable</title>
      <link>https://www.s-anand.net/blog/15-years-of-dilbert-searchable/</link>
      <pubDate>Fri, 22 May 2009 07:17:47 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/15-years-of-dilbert-searchable/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;Dilbert search index&lt;/a&gt; now carries 15 years worth of &lt;a href=&#34;http://www.dilbert.com/&#34;&gt;Dilbert&lt;/a&gt; comics — over 5,500 strips typed out. This is mainly due to the contributions of &lt;a href=&#34;http://www.bfmartin.ca/finder/&#34;&gt;BFMartin&lt;/a&gt; (over 6 years worth of strips) and &lt;a href=&#34;http://www.viscerallogic.com/paul/blog/&#34;&gt;Paul Dorman&lt;/a&gt; (over 3 years worth of strips), &lt;a href=&#34;http://www.s-anand.net/&#34;&gt;myself&lt;/a&gt; (over 3 years worth of strips) and a long tail of contributors.&lt;/p&gt;
&lt;p&gt;You can search the strips &lt;a href=&#34;http://www.s-anand.net/dilbert.html&#34;&gt;here&lt;/a&gt;. While you can find strips as far back as 1989, you won’t see the images earlier than 2002 because &lt;a href=&#34;http://www.geek.nl/&#34;&gt;geek.nl&lt;/a&gt; (whose images I’m shamelessly hotlinking without permission) only holds images that far back. But once you know the date of the comic (say 1991-02-03), you can visit the Dilbert official site at &lt;a href=&#34;http://dilbert.com/1991-02-03/&#34;&gt;dilbert.com/1991-02-03/&lt;/a&gt; and see the strip.&lt;/p&gt;
&lt;p&gt;Dilbert started around 20 years ago. So we’ve covered 75% of all the strips, and this is in just &lt;a href=&#34;https://www.s-anand.net/blog/dilbert-search-engine/&#34;&gt;8 months after starting this collaborative effort&lt;/a&gt;. A couple of lessons I learnt from this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Crowd sourcing beats going solo&lt;/strong&gt; if you’re building content. It’s a no-brainer. There will always be only one or two people more passionate about something than you.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The long tail is not very big&lt;/strong&gt;. There will only be one or two people more passionate than something about you. Don’t expect the long tail contribution to be the significant. The value comes from being able to attract “the big fish”.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://thejeshgn.com&#34;&gt;Thejesh GN&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;27 May 2009 7:57 am&lt;/em&gt;:
Thanks for the search engine.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Dilbert search statistics</title>
      <link>https://www.s-anand.net/blog/dilbert-search-statistics/</link>
      <pubDate>Fri, 10 Oct 2008 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/dilbert-search-statistics/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s been three weeks since I &lt;a href=&#34;https://www.s-anand.net/blog/dilbert-search-engine/&#34;&gt;initiated the effort to type in the Dilbert strips&lt;/a&gt; and the results are encouraging. About 2 years worth of strips &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;have been typed out&lt;/a&gt;. So this &lt;a href=&#34;https://www.s-anand.net/blog/dilbert.html&#34;&gt;Dilbert viewer&lt;/a&gt; now has a reasonably sized index for searching.&lt;/p&gt;
&lt;p&gt;Many thanks are in order here. The first is due to &lt;a href=&#34;http://www.geek.nl/&#34;&gt;geek.nl&lt;/a&gt;, whose &lt;a href=&#34;http://www.geek.nl/pics/dilbert-arch/&#34;&gt;images&lt;/a&gt; I have taken the liberty of hotlinking. Thanks also to those who&amp;rsquo;ve taken the time out to type strips:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;granger95&lt;/li&gt;
&lt;li&gt;bthangaraj&lt;/li&gt;
&lt;li&gt;gdibyo&lt;/li&gt;
&lt;li&gt;adrienbernard&lt;/li&gt;
&lt;li&gt;sundar.ramakrishnan&lt;/li&gt;
&lt;li&gt;pistohl&lt;/li&gt;
&lt;li&gt;waywardone&lt;/li&gt;
&lt;li&gt;balamurugan.cse&lt;/li&gt;
&lt;li&gt;sruppenthal&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;hellip; and several others.&lt;/p&gt;
&lt;p&gt;When I initially planned to share the typing of the Dilbert strips, I anticipated that I would probably type in the most, and almost no one would pitch in. While I still have typed in the most, the contributions of the above have been of great help in more than the obvious way. When I typed out 10 years of &lt;a href=&#34;https://www.s-anand.net/blog/calvin/&#34;&gt;Calvin &amp;amp; Hobbes&lt;/a&gt;, it took me 5 years. This is 2 years of Dilbert in 3 weeks. If nothing else, it&amp;rsquo;s pushing me to work harder on this. So thanks again for the motivation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here&amp;rsquo;s my request again to all you Dilbert fans.&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please go to &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;dilbert-search.appspot.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Log in using your Google account and type in as many strips as you like&lt;/li&gt;
&lt;li&gt;Bookmark it for the future, whenever you&amp;rsquo;re bored&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Here&amp;rsquo;s a &lt;a href=&#34;http://wordle.net/&#34;&gt;Wordle&lt;/a&gt; cloud of all the strips typed out so far (with Dilbert and Pointy Haired Boss removed.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-dilbert_2929866694_o-png.webp&#34; title=&#34;Dilbert word cloud&#34;&gt;&lt;img alt=&#34;Dilbert&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-dilbert_2929866694_o-png.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Seeing that there&amp;rsquo;s more &amp;ldquo;good&amp;rdquo; than &amp;ldquo;bad&amp;rdquo;, and more &amp;ldquo;like&amp;rdquo; than &amp;ldquo;dislike&amp;rdquo; or &amp;ldquo;hate&amp;rdquo;, you might even call Dilbert an optimistic strip.)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dibyo&lt;/strong&gt; &lt;em&gt;21 Oct 2008 8:10 am&lt;/em&gt;:
You&amp;rsquo;ve posted this again? Each time you post this, I do atleast one strip!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;25 Oct 2008 6:18 am&lt;/em&gt;:
Hmm&amp;hellip; don&amp;rsquo;t know why that happened. I didn&amp;rsquo;t realise it appeared again on&lt;br&gt;
Google Reader until yesterday. Maybe I just changed a word or so. Well, all&lt;br&gt;
the better :-)&lt;br&gt;
Anand&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elleana&lt;/strong&gt; &lt;em&gt;25 Oct 2008 11:22 am&lt;/em&gt;:
How should &amp;ldquo;Pointy Haired Boss&amp;rdquo; be capitalized?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;25 Oct 2008 11:25 am&lt;/em&gt;:
I&amp;rsquo;m not sure, Elleana. I use &amp;ldquo;Pointy haired boss&amp;rdquo; consistently. I think&lt;br&gt;
you&amp;rsquo;ve used &amp;ldquo;Pointy Haired Boss&amp;rdquo; consistently. Since the search is&lt;br&gt;
ultimately case-insensitive, I guess it&amp;rsquo;s OK either way.&lt;br&gt;
And thanks for all your effort!&lt;br&gt;
&lt;br&gt;
Anand&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ray&lt;/strong&gt; &lt;em&gt;30 Oct 2008 8:06 am&lt;/em&gt;:
Hi,&lt;br&gt;
&lt;br&gt;
I was reading ur blog posts and found some of them to be very good.. u write well.. Why don&amp;rsquo;t you popularize it more.. ur posts on ur blog took my particular attention as some of them are interesting topics of mine too;&lt;br&gt;
&lt;br&gt;
BTW I help out some ex-IIMA guys who with another batch mate run &lt;a href=&#34;https://www.rambhai.com&#34;&gt;www.rambhai.com&lt;/a&gt; where you can post links to your most loved blog-posts. Rambhai was the chaiwala at IIMA and it is a site where users can themselves share links to blog posts etc and other can find and vote on them. The best make it to the homepage!&lt;br&gt;
&lt;br&gt;
This way you can reach out to rambhai readers some of whom could become your ardent fans.. who knows.. :)&lt;br&gt;
&lt;br&gt;
Cheers,&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Dilbert search engine</title>
      <link>https://www.s-anand.net/blog/dilbert-search-engine/</link>
      <pubDate>Thu, 18 Sep 2008 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/dilbert-search-engine/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE: 13 Jan 2026&lt;/strong&gt;: &lt;a href=&#34;https://en.wikipedia.org/wiki/Scott_Adams&#34;&gt;Scott Adams&lt;/a&gt; passed away. RIP.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE: Mar 2023&lt;/strong&gt;: &lt;a href=&#34;https://dilbert.com/&#34;&gt;Dilbert.com&lt;/a&gt; was closed but &lt;a href=&#34;https://web.archive.org/web/20220929025803/https://dilbert.com/strip/2022-09-20&#34;&gt;archives&lt;/a&gt; are accessible via the &lt;a href=&#34;https://archive.org/web/&#34;&gt;Wayback Machine&lt;/a&gt; (slow). Search does not work well. &lt;a href=&#34;https://dilbert-viewer.herokuapp.com/&#34;&gt;Dilbert viewer&lt;/a&gt; is an alternate interface &lt;a href=&#34;https://www.reddit.com/r/dilbert/comments/11vfvq7/i_created_a_website_to_conveniently_browse_all/&#34;&gt;via Reddit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE: 2012&lt;/strong&gt;: &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;dilbert-search.appspot.com&lt;/a&gt; died, likely of old age.&lt;/p&gt;
&lt;p&gt;&amp;ndash;&lt;/p&gt;
&lt;p&gt;Wouldn&amp;rsquo;t it be cool to be able to search through the Dilbert archives using text?&lt;/p&gt;
&lt;p&gt;This used to be possible at &lt;a href=&#34;http://www.dilbert.com/&#34;&gt;Dilbert.com&lt;/a&gt; some years ago, as a paid service. In late 2003, I needed to find some Dilbert strips for a client, so I&amp;rsquo;d subscribed for a year. I could then search for the quotes (I happened to be looking for &amp;ldquo;outsourcing&amp;rdquo;, so you can guess the context).&lt;/p&gt;
&lt;p&gt;But I can&amp;rsquo;t seem to find the feature any more, even as a paid service. The site looks a lot better, of course. But I can&amp;rsquo;t find strips.&lt;/p&gt;
&lt;p&gt;Well, why not type them out? After all, I&amp;rsquo;d done that with &lt;a href=&#34;https://www.s-anand.net/blog/calvin/&#34;&gt;Calvin and Hobbes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This would be a much larger exercise, though. And I&amp;rsquo;m hoping to take your help. I&amp;rsquo;ve set up a site at &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;dilbert-search.appspot.com&lt;/a&gt;. You can type in a comic randomly, starting from 2000. These will be made searchable on &lt;a href=&#34;https://www.s-anand.net/blog/dilbert.html&#34;&gt;my Dilbert page&lt;/a&gt;. You can export the data and use it yourself, of course.&lt;/p&gt;
&lt;p&gt;When typing in Calvin and Hobbes, I did have a few volunteers willing to pitch in, but collaboration tools weren&amp;rsquo;t easy to set up, and I ended up typing the whole thing myself. This time, I&amp;rsquo;d be delighted if even 10 people typed in just a strip each.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;So, here&amp;rsquo;s my request, to all you Dilbert fans.&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please go to &lt;a href=&#34;http://dilbert-search.appspot.com/&#34;&gt;dilbert-search.appspot.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Log in using your Google account and type in as many strips as you like&lt;/li&gt;
&lt;li&gt;Bookmark it for the future, whenever you&amp;rsquo;re bored&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As I said, the data is readily exportable from the page, so if you&amp;rsquo;re looking to do cool mash-ups with it, great! And if you want the data exported in other formats, please let me know.&lt;/p&gt;
&lt;p&gt;Incidentally, I created the site using &lt;a href=&#34;http://appengine.google.com/&#34;&gt;Google AppEngine&lt;/a&gt;. The source code is at &lt;a href=&#34;http://dilbert-search.googlecode.com/&#34;&gt;dilbert-search.googlecode.com&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dibyo&lt;/strong&gt; &lt;em&gt;18 Sep 2008 11:50 am&lt;/em&gt;:
Stud: I suggest that you add an option of putting tags on the comic strip apart from just the transcribed script. It might be useful while searching. I&amp;rsquo;ll contribute in the meanwhile.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;18 Sep 2008 5:10 pm&lt;/em&gt;:
Thanks, Dibyo.&lt;br&gt;
&lt;br&gt;
Regarding the tags, since full text search will be supported, you could just add any additional tags in brackets at the bottom. I don&amp;rsquo;t want to complicate the data structure just yet.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vanaja Sarma&lt;/strong&gt; &lt;em&gt;19 Sep 2008 12:47 am&lt;/em&gt;:
Hey Anand&lt;br&gt;
&lt;br&gt;
How about using these links&amp;hellip;the first to search by keyword and the second for the actual strip using date&lt;br&gt;
&lt;br&gt;
&lt;a href=&#34;http://www.bfmartin.ca/finder/index.php?page=home&#34;&gt;http://www.bfmartin.ca/finder/index.php?page=home&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;http://dribibu.xs4all.nl/dilbert.html&#34;&gt;http://dribibu.xs4all.nl/dilbert.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;19 Sep 2008 1:07 am&lt;/em&gt;:
@Vanaja: I&amp;rsquo;ve used the Dilbert strip finder before, and it&amp;rsquo;s great. But it doesn&amp;rsquo;t seem to be updated, and it doesn&amp;rsquo;t have the actual words in the comic, which is what I&amp;rsquo;m hoping to correct.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Thangaraj&lt;/strong&gt; &lt;em&gt;25 Sep 2008 2:42 pm&lt;/em&gt;:
I found a list of characters with image in the URL below. Guess you could link it to this in the typing page since its easier to check which character it is.&lt;br&gt;
&lt;br&gt;
&lt;a href=&#34;http://www.unitedmedia.com/comics/dilbert/the&#34;&gt;http://www.unitedmedia.com/comics/dilbert/the&lt;/a&gt;_characters/html/character2.html&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elleana&lt;/strong&gt; &lt;em&gt;25 Sep 2008 11:34 pm&lt;/em&gt;:
I can&amp;rsquo;t wait until we&amp;rsquo;re done with the Dilbert database. I actually found your site a while ago because I was searching for a Calvin and Hobbes strip.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;26 Sep 2008 1:32 am&lt;/em&gt;:
@Thangaraj: Thanks. Will link to it.&lt;br&gt;
@Elleana: Me too! We&amp;rsquo;re done with about a year&amp;rsquo;s worth of work now. Hope to have everything done by end of 2008.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Marty&lt;/strong&gt; &lt;em&gt;10 Feb 2009 11:13 am&lt;/em&gt;:
I&amp;rsquo;ve been using Dilbert search engines to find a specific cartoon for a while now. I read it in one of the books. I recall it being a square book with four frames per page. A woman is telling a man about how her husband mooned a zoo animal and was killed by it. The man in the frame is trying not to laugh so hard that his heart blows out his back. Can anyone help me find this cartoon? I&amp;rsquo;d love to see it again.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CCurly&lt;/strong&gt; &lt;em&gt;24 Feb 2009 9:39 pm&lt;/em&gt;:
This list (&lt;a href=&#34;http://john.ccac.rwth-aachen.de:8000/ftp/dilbert/dilbert.txt&#34;&gt;http://john.ccac.rwth-aachen.de:8000/ftp/dilbert/dilbert.txt&lt;/a&gt;) is almost complete, but for years earlier than 1995 the index is not a date but a reference to a Dilbert book. I see some spelling errors also, and it&amp;rsquo;s missing the &amp;ldquo;who said it&amp;rdquo; part. Perhaps it&amp;rsquo;s usable as a way to get some content, and you could let people check the text in stead of having them type it.
Love the idea !!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.s-anand.net/&#34;&gt;S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;24 Feb 2009 11:09 pm&lt;/em&gt;:
Thanks CCurly! This looks to be a useful resource. A lot of strips are incomplete, but it will definitely help accelerate the effort. I&amp;rsquo;ll see if I can parse it and get the data in.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sid Shniad&lt;/strong&gt; &lt;em&gt;20 Mar 2009 4:57 pm&lt;/em&gt;:
I&amp;rsquo;m looking for the following Dilbert cartoon, but had no luck on your site. Is there any chance you could find it and send it my way? Thanks. (It ran in 2003, possibly August 9.)
Sid Shniad
dilbert: i have some disturbing news.
dilbert: we outsourced our customer-service function to india a few years ago.
pointy haired boss: so?
dilbert: apparently, they subcontracted the job to mexico.
dilbert: then mexico sub-contracted to vietnam, who sub-contracted to the philippines&amp;hellip;
dilbert: &amp;hellip;who subcontracted it to us.
dilbert: it turns out that we&amp;rsquo;re the lowest cost provider, because we lie about our hold times.
dilbert: in summary, we pay ourselves to hose ourselves.
dilbert: are you thinking what i&amp;rsquo;m thinking?
pointy haired boss: we should raise our prices?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.s-anand.net/&#34;&gt;S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;23 Mar 2009 7:46 am&lt;/em&gt;:
You had the date bang-on. It&amp;rsquo;s at &lt;a href=&#34;http://www.s-anand.net/dilbert.html#20030803&#34;&gt;http://www.s-anand.net/dilbert.html#20030803&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BlueBird&lt;/strong&gt; &lt;em&gt;5 Apr 2009 1:39 am&lt;/em&gt;:
I sent Scott Adams a suggestion and he made a strip from it, and like a dummy I put the paper in recycling before I saved the strip. Can you help me? It was about a co-worker who stood and talked to someone else, killing time at another co-worker&amp;rsquo;s expense, until it was time for him (1st guy) to either go to lunch or go home. Then he leaves and his victimn has to stay late to get his/her work finished. Since the boss doesn&amp;rsquo;t know from computers, the guy just stands and throws out computing terms in relative nonsense until he&amp;rsquo;s ready to clear out.
I think it ran on a Thursday about a year, to two years ago. I&amp;rsquo;d love to find a copy of it. (He&amp;rsquo;s still doing it)I suggested to Mr. Adams that he make the character very fat, with suspenders, and I think he did. Thanks!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.viscerallogic.com/paul/blog&#34;&gt;Paul&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;15 Apr 2009 6:40 pm&lt;/em&gt;:
I have transcribed the text from 11-14-2003 to the present, including which character say it. You could probably reformat it to work for you. Also, on dilbert.com you can now view strips all the way back to the beginning. Let me know if you want me to email it to you or something.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;adrian&lt;/strong&gt; &lt;em&gt;7 Nov 2009 6:15 pm&lt;/em&gt;:
Heya! I love the Dilbert search page. I made my own and typed a lot of strips, but deleted the database without a backup. Doh! Then I found yours. But, the page seems to have issues right now. It&amp;rsquo;s slow to view and usually crashes with an error. Please fix it so I can enter lots of strips!~ Also thanks for making the data easily downloadable.
-a&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vanaja&lt;/strong&gt; &lt;em&gt;20 Jul 2010 11:34 am&lt;/em&gt;:
Looks like its updated&amp;hellip;
&lt;a href=&#34;http://dilbert.com/blog/entry/strip&#34;&gt;http://dilbert.com/blog/entry/strip&lt;/a&gt;_search/&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://dilbert.is-a-geek.com/&#34;&gt;TelDaMan&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;24 Mar 2012 10:43 pm&lt;/em&gt;:
Hey Anand, this is really excellent work! About a year ago I started trawling for the text and strips and found some really good resources, including yours. Thanks!!
My website &lt;a href=&#34;http://dilbert.is-a-geek.com/&#34;&gt;http://dilbert.is-a-geek.com/&lt;/a&gt; automatically updates every day with new strips. It also OCR&amp;rsquo;s the text on the strip and comes up a 80%+ guess on the words and then indexes them. Sadly I have to manually edit each strip to fix up the words to 100%. My next phase is to get visual recognisation going for the characters so it knows &amp;lsquo;who said what&amp;rsquo;. My final aim is to get &amp;ldquo;deep searching&amp;rdquo; setup. This should help find strips really easily (based on test, pictures, etc) as well as suggest other strips :-)&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Attack of the bots</title>
      <link>https://www.s-anand.net/blog/attack-of-the-bots/</link>
      <pubDate>Sun, 31 Aug 2008 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/attack-of-the-bots/</guid>
      <description>&lt;p&gt;One out of every 5 hits to my site is from a &lt;a href=&#34;http://en.wikipedia.org/wiki/Internet_bot&#34;&gt;bot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I spent a fair bit of time this weekend analysing my log file for last month (which runs to gigabytes, and I ended up learning a few things about file system optimisation, but more on that later). 80% of the hits were from regular browsers. 20% were from robots. Here&#39;s a sample of the user-agents:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; Yahoo! Slurp; &amp;lt;a href=&amp;#34;http://help.yahoo.com/help/us/ysearch/slurp)&amp;#34;&amp;gt;http://help.yahoo.com/help/us/ysearch/slurp)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; Googlebot/2.1; +&amp;lt;a href=&amp;#34;http://www.google.com/bot.html)&amp;#34;&amp;gt;http://www.google.com/bot.html)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mediapartners-Google
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;DotBot/1.0.1 (&amp;lt;a href=&amp;#34;http://www.dotnetdotcom.org/#info&amp;#34;&amp;gt;http://www.dotnetdotcom.org/#info&amp;lt;/a&amp;gt;, crawler@dotnetdotcom.org)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (Twiceler-0.9 &amp;lt;a href=&amp;#34;http://www.cuill.com/twiceler/robot.html)&amp;#34;&amp;gt;http://www.cuill.com/twiceler/robot.html)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;msnbot/1.1 (+&amp;lt;a href=&amp;#34;http://search.msn.com/msnbot.htm)&amp;#34;&amp;gt;http://search.msn.com/msnbot.htm)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FeedBurner/1.0 (&amp;lt;a href=&amp;#34;http://www.FeedBurner.com)&amp;#34;&amp;gt;http://www.FeedBurner.com)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; attributor/1.13.2 +&amp;lt;a href=&amp;#34;http://www.attributor.com)&amp;#34;&amp;gt;http://www.attributor.com)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;WebAlta Crawler/2.0 (&amp;lt;a href=&amp;#34;http://www.webalta.net/ru/about_webmaster.html)&amp;#34;&amp;gt;http://www.webalta.net/ru/about_webmaster.html)&amp;lt;/a&amp;gt; (Windows; U; Windows NT 5.1; ru-RU)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Yandex/1.01.001 (compatible; Win16; I)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;...
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You get the idea. The bulk of these are search engines. Over two-thirds of the bot requests were from &lt;a href=&#34;http://help.yahoo.com/l/us/yahoo/search/webcrawler/&#34;&gt;Yahoo Slurp&lt;/a&gt;. Now, this struck me as weird. If I take the top 3 search engines that are sending traffic my way, &lt;/p&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;Referral %&lt;/td&gt;&lt;td&gt;Crawl %&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt;&lt;/td&gt;&lt;td&gt;90%&lt;/td&gt;&lt;td&gt;24%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.yahoo.com/&#34;&gt;Yahoo&lt;/a&gt;&lt;/td&gt;&lt;td&gt;6%&lt;/td&gt;&lt;td&gt;66%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&lt;/td&gt;&lt;td&gt;3%&lt;/td&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Others&lt;/td&gt;&lt;td&gt;1%&lt;/td&gt;&lt;td&gt;9%&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;The search engine that sends me the most traffic is being reasonably conservative, while Yahoo is just eating up the bandwidth on my site. Actually, this shouldn&#39;t bother me too much. It&#39;s not taking up too much bandwidth, or even CPU usage, given that all the bots put together make up only 20% of my traffic. But somehow... it&#39;s sub-optimal. Inelegant, even.&lt;/p&gt;
&lt;p&gt;So I decided to take a closer look. Just how often are they crawling my site?&lt;/p&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.yahoo.com/&#34;&gt;Yahoo&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;&lt;i&gt;Every 5 seconds&lt;/i&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 13 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.dotnetdotcom.org/#info&#34;&gt;DotBot&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 9 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.cuill.com/twiceler/robot.html&#34;&gt;Cuill&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 9 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 18 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.FeedBurner.com&#34;&gt;Feedburner&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 18 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.attributor.com/&#34;&gt;Attributor&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 23 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.yandex.ru/&#34;&gt;Yandex&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 27 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;Look at those numbers. Yahoo is hitting my site once &lt;b&gt;&lt;i&gt;every 5 seconds&lt;/i&gt;&lt;/b&gt;. No wonder there&#39;s a help page at Yahoo titled &lt;a href=&#34;http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-03.html&#34;&gt;How can I reduce the number of requests you make on my web site?&lt;/a&gt; I followed their advice and set the crawl-delay to 60, so at least it slows down to once a minute. &lt;/p&gt;
&lt;p&gt;Just that one little line change should (hopefully) reduce the load on my site by around 15%.&lt;/p&gt;
&lt;p&gt;As for the other engines, I don&#39;t mind that much in terms of load.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Google, for all that it crawls every 13 seconds, has faithfully reported that it has only 11% of my site under its index, so I&#39;ve no idea what they&#39;re doing, but I&#39;m not complaining about the traffic that&#39;s coming my way.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.dotnetdotcom.org/#info&#34;&gt;DotBot&lt;/a&gt;. Today was the first I&#39;d heard of them. Visited the site, and smiled. These guys can do all the crawling of my site that they like, and I hope something interesting comes out of their work.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.cuill.com/twiceler/robot.html&#34;&gt;Cuill&lt;/a&gt;, sends me 0.2% of my traffic, but it&#39;s a new search engine, I&#39;m happy to give it time.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&#39;s OK, sends me a tiny stream of traffic.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.FeedBurner.com&#34;&gt;Feedburner&lt;/a&gt; is just pinging my RSS feed every 18 minutes. &lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.attributor.com/&#34;&gt;Attributor&lt;/a&gt; and &lt;a href=&#34;http://www.yandex.ru/&#34;&gt;Yandex&lt;/a&gt; I&#39;m hearing of for the first time, again. Not too much load on a system, so that&#39;s OK.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;What&#39;s amazing is the sheer number of bots out there. Last month, I counted over 600 distinct &lt;a href=&#34;http://en.wikipedia.org/wiki/User_agent&#34;&gt;user-agent&lt;/a&gt; strings just representing bots. So it&#39;s true. The Web is &lt;a href=&#34;http://en.wikipedia.org/wiki/Semantic_web#Purpose&#34;&gt;no longer just for humans&lt;/a&gt;. We do need a &lt;a href=&#34;http://en.wikipedia.org/wiki/Semantic_Web&#34;&gt;Semantic Web&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;31 Aug 2008 9:09 pm&lt;/em&gt;:
Hmmm, curious as to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Why the bots should crawl your site every 5 seconds or so?&lt;/li&gt;
&lt;li&gt;How you can find out how much of your site has been indexed by Google.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Cheers,
D.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;1 Sep 2008 12:11 am&lt;/em&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I think Yahoo&amp;rsquo;s crawler is aggressive in any case. My site doesn&amp;rsquo;t seem to be an exception: there are a lot of threads discussing this problem.&lt;/li&gt;
&lt;li&gt;Google&amp;rsquo;s webmaster tools tells you how many URLs have been indexed from your sitemap.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Top 10 bittorrent sites comparison</title>
      <link>https://www.s-anand.net/blog/top-10-bittorrent-sites-comparison/</link>
      <pubDate>Mon, 25 Sep 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/top-10-bittorrent-sites-comparison/</guid>
      <description>&lt;p&gt;A &lt;a href=&#34;http://comparebt.blogspot.com/&#34;&gt;comparison of the top 10 bittorrent sites&lt;/a&gt;. &lt;a href=&#34;http://crawl.btjunkie.org/&#34;&gt;BTJunkie&lt;/a&gt; emerges the winner.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;27 Sep 2006 10:55 pm&lt;/em&gt;:
Not convinced with the comparison. Looks like the chappie Renald is just using to blog to promote BTJunkie. Checked the features of BTJunkie, they are nowhere close to Torrentspy, yet it gets a rating of 9. No way anyone can confirm BTJunkies claims like Torrents Indexed, Torrents Added Daily etc. Neither does the author specify how he confirmed these points.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&amp;ldquo;At first I thought BTJunkie&amp;rsquo;s numbers must be fake, but I assure you it is real! I tested the number posted with the number in the actual directory for the day and they matched for a week straight!&amp;rdquo;&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Yeah, sure!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;28 Sep 2006 6:47 am&lt;/em&gt;:
Does sound like a plug, doesn&amp;rsquo;t it? :-) I&amp;rsquo;m planning to do a test myself. Why don&amp;rsquo;t you try one too?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sumit Dhar&lt;/strong&gt; &lt;em&gt;8 Oct 2006 12:54 pm&lt;/em&gt;:
&lt;a href=&#34;http://torrentfreak.com/the-largest-bittorrent-search-engine-on-the-web/&#34;&gt;http://torrentfreak.com/the-largest-bittorrent-search-engine-on-the-web/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;8 Oct 2006 2:50 pm&lt;/em&gt;:
A solid rebuttal. I tried BTJunkie last week. Wasn&amp;rsquo;t very impressed. And the few movies I couldn&amp;rsquo;t find anywhere else, I couldn&amp;rsquo;t find here either.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Krugle</title>
      <link>https://www.s-anand.net/blog/krugle/</link>
      <pubDate>Wed, 12 Jul 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/krugle/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://krugle.com/&#34;&gt;Krugle&lt;/a&gt; is a code search engine.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;sheikh&lt;/strong&gt; &lt;em&gt;14 Dec 2006 3:08 pm&lt;/em&gt;:
Thank you anand, It was very useful&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Google meta search</title>
      <link>https://www.s-anand.net/blog/google-meta-search/</link>
      <pubDate>Tue, 04 Jul 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-meta-search/</guid>
      <description>&lt;p&gt;What do you find when you &lt;a href=&#34;http://googlesystem.blogspot.com/2006/06/search-google-searches.html&#34;&gt;search Google searches&lt;/a&gt;?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sheikh&lt;/strong&gt; &lt;em&gt;14 Dec 2006 3:09 pm&lt;/em&gt;:
Thank You Anand. It was very useful&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Bias among search engines</title>
      <link>https://www.s-anand.net/blog/bias-among-search-engines/</link>
      <pubDate>Tue, 16 May 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/bias-among-search-engines/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.roughtype.com/archives/2006/05/the_dog_that_di.php&#34;&gt;Search engines rank their own sites better&lt;/a&gt;. Yahoo Answers ranks higher on Yahoo, but not on MSN or Google. Google Answers ranks high on Google, but not on Yahoo or MSN.&lt;/p&gt;
&lt;p&gt;This is bias, but not necessarily evil. They may just be fooling themselves.&lt;/p&gt;
&lt;p&gt;Even scientists, the genuinely objective ones, do this. As Feynman points out in &lt;a href=&#34;http://www.physics.brocku.ca/etc/cargo_cult_science.html&#34;&gt;Cargo Cult Science&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Millikan measured the charge on an electron by an experiment with falling oil drops, and got an answer which we now know not to be quite right. It&amp;rsquo;s a little bit off because he had the incorrect value for the viscosity of air. It&amp;rsquo;s interesting to look at the history of measurements of the charge of an electron, after Millikan. If you plot them as a function of time, you find that one is a little bit bigger than Millikan&amp;rsquo;s, and the next one&amp;rsquo;s a little bit bigger than that, and the next one&amp;rsquo;s a little bit bigger than that, until finally they settle down to a number which is higher.&lt;/p&gt;
&lt;p&gt;Why didn&amp;rsquo;t they discover the new number was higher right away? It&amp;rsquo;s a thing that scientists are ashamed of - this history - because it&amp;rsquo;s apparent that people did things like this: When they got a number that was too high above Millikan&amp;rsquo;s, they thought something must be wrong - and they would look for and find a reason why something might be wrong. When they got a number close to Millikan&amp;rsquo;s value they didn&amp;rsquo;t look so hard. And so they eliminated the numbers that were too far off, and did other things like that.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But, (and this is the important part):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We&amp;rsquo;ve learned those tricks nowadays, and now we don&amp;rsquo;t have that kind of a disease. But this long history of learning how to not fool ourselves&amp;ndash;of having utter scientific integrity &amp;ndash; is, I&amp;rsquo;m sorry to say, something that we haven&amp;rsquo;t specifically included in any particular course that I know of. We just hope you&amp;rsquo;ve caught on by osmosis.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s not easy to catch on, by osmosis or otherwise.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>The Search</title>
      <link>https://www.s-anand.net/blog/the-search/</link>
      <pubDate>Sat, 15 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-search/</guid>
      <description>&lt;p&gt;I was reading John Battelle&amp;rsquo;s &lt;a href=&#34;http://www.amazon.com/gp/product/1591840880/?tag=sanand-20&#34;&gt;The Search&lt;/a&gt; , and realised: We don&amp;rsquo;t sit down on the computer and say, &amp;ldquo;Let&amp;rsquo;s do a search&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;True. We want to get something done. We know it&amp;rsquo;s out there somewhere. We search.&lt;/p&gt;
&lt;p&gt;So every search on a search engine is a commercial opportunity. Contrawise, every site must &lt;strong&gt;let people to do what they want to do on the site&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Think&amp;hellip; What do people want to do when they&amp;rsquo;re on YOUR site?&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Calvin and Hobbes Extensive Strip Search</title>
      <link>https://www.s-anand.net/blog/calvin-and-hobbes-extensive-strip-search/</link>
      <pubDate>Thu, 06 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/calvin-and-hobbes-extensive-strip-search/</guid>
      <description>&lt;p&gt;Martijn&amp;rsquo;s &lt;a href=&#34;http://www.reemst.com/calvin_and_hobbes/stripsearch&#34;&gt;Calvin and Hobbes Extensive Strip Search&lt;/a&gt; is back. It doesn&amp;rsquo;t let you search the quotes themselves, but a (pretty detailed) description of each cartoon instead. (Mine &lt;a href=&#34;https://www.s-anand.net/blog/calvin/&#34;&gt;searches Calvin and Hobbes quotes&lt;/a&gt;).&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Anonymous&lt;/strong&gt; &lt;em&gt;21 Oct 2006 8:55 am&lt;/em&gt;:
if you know calvin and hobbes u know how many are there. I have been looking for March 24, 1994 for an ages and this helped me to find it in a minute. great site I do recomend&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>New Google services</title>
      <link>https://www.s-anand.net/blog/new-google-services/</link>
      <pubDate>Wed, 22 Mar 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/new-google-services/</guid>
      <description>&lt;p&gt;New from Google: &lt;a href=&#34;http://finance.google.com/&#34;&gt;Google Finance&lt;/a&gt;, and &lt;a href=&#34;http://mars.google.com/&#34;&gt;Google Mars&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sathya&lt;/strong&gt; &lt;em&gt;22 Mar 2006 8:30 am&lt;/em&gt;:
Welcome Back !&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Who is afraid of Google</title>
      <link>https://www.s-anand.net/blog/who-is-afraid-of-google/</link>
      <pubDate>Sat, 03 Dec 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/who-is-afraid-of-google/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://wired.com/wired/archive/13.12/google.html&#34;&gt;Who&amp;rsquo;s afraid of Google? Everyone&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Blind Search Engine Test</title>
      <link>https://www.s-anand.net/blog/blind-search-engine-test/</link>
      <pubDate>Mon, 28 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/blind-search-engine-test/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://www.webmasterbrain.com/seo-tools/seo-experiments/the-search-engine-experiment/test-results/&#34;&gt;Blind Search Engine Test&lt;/a&gt;. My vote turned out to be for Google.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>MIT OpenCourseWare</title>
      <link>https://www.s-anand.net/blog/mit-opencourseware/</link>
      <pubDate>Wed, 16 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/mit-opencourseware/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://base.google.com/base/search?authorid=314965&#34;&gt;MIT OpenCourseWare&lt;/a&gt; on Google Base.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google Blogsearch</title>
      <link>https://www.s-anand.net/blog/google-blogsearch/</link>
      <pubDate>Wed, 14 Sep 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-blogsearch/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://google.com/blogsearch&#34;&gt;Google Blogsearch&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ok&lt;/strong&gt; &lt;em&gt;28 Sep 2005 7:29 am&lt;/em&gt;:
Nice!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Technorati Blogfinder</title>
      <link>https://www.s-anand.net/blog/technorati-blogfinder/</link>
      <pubDate>Tue, 13 Sep 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/technorati-blogfinder/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://technorati.com/help/blogfinder.html&#34;&gt;Technorati Blogfinder&lt;/a&gt; tags blogs.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google Sitemaps</title>
      <link>https://www.s-anand.net/blog/google-sitemaps/</link>
      <pubDate>Wed, 08 Jun 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-sitemaps/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.google.com/webmasters/sitemaps/&#34;&gt;Google Sitemaps&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;is an experiment in web crawling. Using Sitemaps to inform and direct our crawlers, we hope to expand our coverage of the web and improve the time to inclusion in our index. By placing a Sitemap-formatted file on your webserver, you enable our crawlers to find out what pages are present and which have recently changed, and to crawl your site accordingly.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Anil Dash links to &lt;a href=&#34;http://www.dashes.com/anil/2005/06/07/so_youd_like_&#34;&gt;alternate proposals&lt;/a&gt;. &lt;a href=&#34;http://www.jacobsen.no/anders/blog/archives/2005/06/06/google_sitemaps_for_movable_type_now_with_correct_last_modified_dates.html&#34;&gt;via Anders Jacobs&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
