<?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>s-anand on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/s-anand/</link>
    <description>Recent content in s-anand on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 Nov 2024 10:38:11 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/s-anand/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why don&#39;t students hack exams when they can?</title>
      <link>https://www.s-anand.net/blog/why-dont-students-hack-exams-when-they-can/</link>
      <pubDate>Fri, 22 Nov 2024 10:38:09 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/why-dont-students-hack-exams-when-they-can/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Why don&amp;rsquo;t students hack exams when they can?&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/calvin-tries-to-cheat-an-exam.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;This year, I created a series of tests for &lt;a href=&#34;https://study.iitm.ac.in/ds/course_pages/BSSE2002.html&#34;&gt;my course at IITM&lt;/a&gt; and to recruit for &lt;a href=&#34;https://gramener.com/&#34;&gt;Gramener&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The tests had 2 interesting features.&lt;/p&gt;
&lt;h3 class=&#34;wp-block-heading&#34;&gt;&lt;strong&gt;One question required them to hack the page&lt;/strong&gt;&lt;/h3&gt;
&lt;blockquote class=&#34;wp-block-quote&#34;&gt;
&lt;p&gt;Write the body of the request to an &lt;a href=&#34;https://platform.openai.com/docs/api-reference/chat&#34;&gt;OpenAI chat completion call&lt;/a&gt; that:&lt;/p&gt;
&lt;ul class=&#34;wp-block-list&#34;&gt;
&lt;li&gt;Uses model &lt;code&gt;gpt-4o-mini&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Has a &lt;code&gt;system&lt;/code&gt; message: &lt;code&gt;Respond in JSON&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Has a user message: &lt;code&gt;Generate 10 random addresses in the US&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Uses &lt;a href=&#34;https://platform.openai.com/docs/guides/structured-outputs/&#34;&gt;structured outputs&lt;/a&gt; to respond with an object &lt;code&gt;addresses&lt;/code&gt; which is an array of objects with &lt;strong&gt;required&lt;/strong&gt; fields: &lt;code&gt;street&lt;/code&gt; (string) &lt;code&gt;city&lt;/code&gt; (string) &lt;code&gt;apartment&lt;/code&gt; (string) .&lt;/li&gt;
&lt;li&gt;Sets &lt;code&gt;additionalProperties&lt;/code&gt; to &lt;code&gt;false&lt;/code&gt; to prevent additional properties.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What is the JSON body we should send to &lt;code&gt;https://api.openai.com/v1/chat/completions&lt;/code&gt; for this? (No need to run it or to use an API key. Just write the body of the request below.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;There&#39;s no answer box above. Figure out how to enable it. That&#39;s part of the test.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The only way to even &lt;em&gt;attempt&lt;/em&gt; this question is to inspect the page, find the hidden input and make it visible. (This requires removing a class, an attribute, and a style - from different places.)&lt;/p&gt;
&lt;p&gt;Here&#39;s the number of people who managed to enable the text box and answer it.&lt;/p&gt;
&lt;figure class=&#34;wp-block-table&#34;&gt;&lt;table class=&#34;has-fixed-layout&#34;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class=&#34;has-text-align-left&#34; data-align=&#34;left&#34;&gt;College&lt;/th&gt;&lt;th class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;# students&lt;/th&gt;&lt;th class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;Enabled&lt;/th&gt;&lt;th class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;Answered&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&#34;has-text-align-left&#34; data-align=&#34;left&#34;&gt;NIT Bhopal&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;144&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;4 (2.8%)&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;0 (0.0%)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&#34;has-text-align-left&#34; data-align=&#34;left&#34;&gt;CBIT&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;277&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;16 (5.8%)&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;0 (0.0%)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&#34;has-text-align-left&#34; data-align=&#34;left&#34;&gt;IIT Madras&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;693&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;74 (10.7%)&lt;/td&gt;&lt;td class=&#34;has-text-align-right&#34; data-align=&#34;right&#34;&gt;4 (0.6%)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;A few things surprised me.&lt;/p&gt;
&lt;p&gt;First, I think &lt;strong&gt;students don&#39;t inspect HTML&lt;/strong&gt;. Less than 10% of students managed to modify the HTML page, &lt;em&gt;even after being told they need to&lt;/em&gt;. &lt;strong&gt;But they know web programming&lt;/strong&gt;. 49 students at CBIT scored full marks on the rest of the questions, which includes CSS selectors and complex JS code. Maybe editing in a browser instead of an editor is a big mental leap?&lt;/p&gt;
&lt;p&gt;Second, almost &lt;strong&gt;no one could solve this problem&lt;/strong&gt;. There are 3 ways to easily solve it.&lt;/p&gt;
&lt;ol class=&#34;wp-block-list&#34;&gt;
&lt;li&gt;Copy the question and relevant test cases from my exam page&#39;s JavaScript into ChatGPT and ask for an answer. (I test it and it works.)&lt;/li&gt;
&lt;li&gt;Copy the question and &lt;a href=&#34;https://platform.openai.com/docs/guides/structured-outputs&#34;&gt;structured output documentation&lt;/a&gt; to ChatGPT and ask for an answer. (I tested it and it works.)&lt;/li&gt;
&lt;li&gt;Create a random JSON and just keep fixing the errors manually until it passes. (The exam gives detailed error messages like &#34;The system message must be &#39;Respond in JSON&#39;&#34;, &#34;addresses items must be an object&#34;, etc.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Maybe questions from a curriculum are easier to solve than questions not in a curriculum? Or is JSON schema too hard?&lt;/p&gt;
&lt;h3 class=&#34;wp-block-heading&#34;&gt;The exam was officially hackable&lt;/h3&gt;
&lt;p&gt;All validation was on the client side. The JS code was minified and answers are dynamically generated. But a student can set a breakpoint, see the answers, and modify their responses.&lt;/p&gt;
&lt;p&gt;The students at NIT Bhopal and CBIT were not explicitly told that. The students at IITM were &lt;em&gt;explicitly told&lt;/em&gt; that they could (and are welcome to) hack it.&lt;/p&gt;
&lt;p&gt;Out of the 1,114 students who took these tests, &lt;strong&gt;only one student actually hacked it&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;(How do I know that? No other student got full marks. This student got full marks with empty answers.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It&#39;s probably not that difficult&lt;/strong&gt;. My &lt;a href=&#34;https://github.com/sanand0/tools-in-data-science-public/blob/4f42624aadf58aca21b46d3a4b6e856c2ae85adf/2-data-sourcing.md#scraping-the-imdb-with-browser-javascript&#34;&gt;course content&lt;/a&gt; covers scraping pages using JavaScript using DevTools. Inspecting JS is just a step away.&lt;/p&gt;
&lt;p&gt;I did chat with the student who hacked it, asking:&lt;/p&gt;
&lt;blockquote class=&#34;wp-block-quote&#34;&gt;
&lt;p&gt;&lt;strong&gt;Anand&lt;/strong&gt;: How come you didn&#39;t share the details of the hack with others?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Student&lt;/strong&gt;: I did with a few but I am not sure whether or not they were able to figure it out still.&lt;br/&gt;Most students in the program still require a lot of handholding even with basic things.&lt;br/&gt;Experience from being a TA [Teaching Assistant] past term.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 class=&#34;wp-block-heading&#34;&gt;Why didn&#39;t they hack?&lt;/h3&gt;
&lt;p&gt;Maybe...&lt;/p&gt;
&lt;ol class=&#34;wp-block-list&#34;&gt;
&lt;li&gt;&lt;strong&gt;They don&#39;t believe me&lt;/strong&gt;. What if hacking the exam page is considered cheating, even if explicitly allowed?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The time pressure is too much&lt;/strong&gt;. They&#39;d rather solve what they know than risk wasting time hacking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;It feels wrong&lt;/strong&gt;. They&#39;d rather answer based on their knowledge than take a shortcut.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;They don&#39;t know how&lt;/strong&gt;. Using DevTools is more sophisticated than web programming.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Issue #1 - the trust issue - is solveable. We can issue multiple official notices.&lt;/p&gt;
&lt;p&gt;Issue #4 - capability - is not worth solving. My aim is to get students to do stuff they weren&#39;t taught.&lt;/p&gt;
&lt;p&gt;Issue #2 &amp;amp; #3 - &lt;strong&gt;a risk-taking culture&lt;/strong&gt; - is what I want to encourage. It might teach them to blur ethical lines and neglect fundamentals (which are bad), but it might also build adaptability, creativity, and prepare them for real-world scenarios.&lt;/p&gt;
&lt;p&gt;Personally, I need more team members that get the job done even if they&#39;ve never done it before.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Birthday matters</title>
      <link>https://www.s-anand.net/blog/birthday-matters/</link>
      <pubDate>Sun, 15 May 2011 20:33:23 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/birthday-matters/</guid>
      <description>&lt;p&gt;Does it matter which month you’re born in?&lt;/p&gt;
&lt;p&gt;Based on the results of the 20 lakh students taking the Class XII exams at Tamil Nadu over the last 3 years (via &lt;a href=&#34;http://blog.reportbee.com/birthday-matters&#34;&gt;Reportbee&lt;/a&gt;), it appears that the month you were born in can make a difference of as much as 120 marks out of 1,200 – or 10%!&lt;/p&gt;
&lt;p&gt;Most students who took the Class XII exams in 2011 were born between March 1991 and June 1992. The average marks of each student (out of 1200) is shown in the graph below.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/tn2011.webp&#34;&gt;&lt;img alt=&#34;tn-2011&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/tn2011.webp&#34; title=&#34;tn-2011&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Students born in June 1991 scored the lowest – around 720/1200. This suddenly shoots up in July, then in August, and the students born in September score as much as 840/1200 on average. From there on, it’s downhill.&lt;/p&gt;
&lt;p&gt;This result is consistent across years. In 2009 and 2010, you see a similar pattern.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/tn2009.webp&#34;&gt;&lt;img alt=&#34;tn-2009&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/tn2009.webp&#34; title=&#34;tn-2009&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://www.s-anand.net/blog/assets/tn2010.webp&#34;&gt;&lt;img alt=&#34;tn-2010&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/tn2010.webp&#34; title=&#34;tn-2010&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why could this be?&lt;/p&gt;
&lt;p&gt;Malcolm Gladwell’s book &lt;a href=&#34;http://www.gladwell.com/outliers/index.html&#34;&gt;Outliers&lt;/a&gt; offers a clue.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Outliers opens, for example, by examining why a hugely disproportionate number of professional hockey and soccer players are born in January, February and March.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The answer turns out to be completely unrelated to numerology or astrology.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s simply that in Canada the eligibility cutoff for age-class hockey is January 1. A boy who turns ten on January 2, then, could be playing alongside someone who doesn&amp;rsquo;t turn ten until the end of the year—and at that age, in preadolescence, a twelve-month gap in age represents an enormous difference in physical maturity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In Tamil Nadu, &lt;a href=&#34;http://en.wikipedia.org/wiki/Education_in_Tamil_Nadu#School_education&#34;&gt;students must be 5 years old&lt;/a&gt; before entering Class 1. Schools open mid-June. So students born in June 1994 would barely make it in June 1999 – making them the youngest students in the class. July and August students would be missed – but since many schools implement this policy leniently, they sometimes make it in as well. September borns are often consistently the eldest students in a class.&lt;/p&gt;
&lt;p&gt;This pattern reflected in the marks. The eldest – the September 1993 borns – score the highest. The next eldest, the October 1993 borns, score a bit less. And so on. (There are older students who take the exam – the ones born before September 1993 – but many of these are failed students from the previous year, introducing a bias in the results.)&lt;/p&gt;
&lt;p&gt;Perhaps this initial advantage that the elder students have over their classmates continues through the years? Whatever the reason, it’s clear that if your child is born in September, he or she already has a 100 mark advantage!&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://seriousonlooker.blogspot.com&#34;&gt;abhijeet&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 May 2011 8:14 am&lt;/em&gt;:
&amp;ldquo;Whatever the reason, it’s clear that if your child is born in September, he or she already has a 100 mark advantage!&amp;rdquo;
But at the cost of being older and &amp;ldquo;losing&amp;rdquo; 8-9 months!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shankar V&lt;/strong&gt; &lt;em&gt;16 May 2011 10:00 am&lt;/em&gt;:
Nice&amp;hellip;!!
Thank God I was born in July! If not on the crest, I at least made it into the upward curve! ;)&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;16 May 2011 10:21 am&lt;/em&gt;:
@abhijeet: That reminds me of the &amp;ldquo;Life is a race&amp;rdquo; dialogue in &lt;a href=&#34;http://www.youtube.com/user/3idiots&#34;&gt;3 Idiots&lt;/a&gt; :-)
Well, not sure how bad being a bit older is. I personally don&amp;rsquo;t mind, but maybe others do?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shailesh&lt;/strong&gt; &lt;em&gt;16 May 2011 10:33 am&lt;/em&gt;:
Oh&amp;hellip;now I know why I was getting good marks&amp;hellip;. :-)
I am born in September&amp;hellip;and my headmaster changed my birthdate (to Jul month) in school register to not waste my 8-9 months&amp;hellip;..&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.raviatluri.in&#34;&gt;ravi atluri&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 May 2011 10:47 am&lt;/em&gt;:
They made me study LKG &amp;ldquo;TWICE&amp;rdquo;, because I was born in September and didn&amp;rsquo;t have enough time to be 3! and I have been an anomaly to the september-born-high-performers trend.
If the marks are related to the mugging capacity, which if related to age would explain the graphs only for the schooling during. Would like to see, how would these change in college and bachelors :D
One more doubt, I have is, many parents have the dob&amp;rsquo;s of after-aug-born&amp;rsquo;s to sometime between may to june. If that&amp;rsquo;s the case, the months on the graph have to be offset ;)&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;16 May 2011 12:35 pm&lt;/em&gt;:
@Shailesh &amp;ndash; if you got into school early, then statistically, you had a DISadvantage. So guess you were MUCH brighter than your classmates!
@Ravi &amp;ndash; true. No idea how to correct for the real date of birth, though&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;k&lt;/strong&gt; &lt;em&gt;17 May 2011 2:53 am&lt;/em&gt;:
this is similar to the paper on Israeli schools where an externally imposed rule created a disproportionate class size, which helps in identifying the effect of class size on performance.
date of birth can help in identifying the effect on performance then.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vasant&lt;/strong&gt; &lt;em&gt;17 May 2011 6:14 am&lt;/em&gt;:
Ha! Now I know why I scored so less in the boards. It&amp;rsquo;s when I was born! :-)
Jokes aside, brilliant analysis.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://nullpointers.wordpress.com&#34;&gt;Sathya&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;17 May 2011 6:43 am&lt;/em&gt;:
Good One !
If you still have access to data, would it be possible to plot the same graph against their &amp;ldquo;numerology numbers&amp;rdquo; ? ie., 28th born would be 2+8 = 10 =&amp;gt; 1+0 = 1. I used to wonder that astrology ( perhaps numerology ) could provide certain insights and that it astro/numero predictions should be verified using statistics. ( Pls note that I do not suggest astro determines a person&amp;rsquo;s fate. But perhaps it can predict events with some accuracy. How a person reacts to those events are not in the realm of astrology).
I would love to do this if I had access to the data. In case you find it worthwhile, it would be interesting to see if numero number matters at all !&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Swetha&lt;/strong&gt; &lt;em&gt;19 May 2011 9:34 am&lt;/em&gt;:
M a September born and a gold medalist . (*Grins*)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sumit Dhar&lt;/strong&gt; &lt;em&gt;21 May 2011 3:36 am&lt;/em&gt;:
And, I know this is extremely difficult, but was wondering if it would be possible to assess the impact of month in which you were born on your professional growth / salary growth. Or even more simply, if marks are correlated with professional success.
We Indians tend to believe that good marks == success at work. Would love to know if data validates this belief.
If only this kind of data were available&amp;hellip; Maybe HR teams in organizations could perform such an assessment.
Cheers,
D.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vish&lt;/strong&gt; &lt;em&gt;16 Aug 2011 9:59 am&lt;/em&gt;:
&lt;a href=&#34;http://news.bbc.co.uk/2/hi/8227268.stm&#34;&gt;http://news.bbc.co.uk/2/hi/8227268.stm&lt;/a&gt;
Summer-borns tend to lose out at school because, in England and Wales, 1 September is the cut-off date for school entry, so they can be up to a year younger than their classmates.
June baby Frank Lampard
Research by the Institute for Fiscal Studies two years ago found only 53% of girls and 47% of boys born in August reached the expected educational level at age seven in state primary schools in England, compared with 80% and 70% of those born in September.
Their sporting prowess is affected too. Older children tend to be bigger and more confident, receive more encouragement, and their advantage grows over time. For unto everyone who hath shall be given.
Among the 25 most capped England football players, 11 were born between September and November, while only one, Frank Lampard, was born between June and August. In his case, having an England international for a father probably outweighed the disadvantage.
So for educational and sporting opportunities, the cruellest and kindest months sit next to each other in the calendar like resentful neighbours.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Resolving the Prisoners Dilemma</title>
      <link>https://www.s-anand.net/blog/resolving-the-prisoners-dilemma/</link>
      <pubDate>Sun, 17 Aug 2008 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/resolving-the-prisoners-dilemma/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re ever taken a course in Economics, and it discussed Game Theory, you may be familiar with &lt;a href=&#34;http://en.wikipedia.org/wiki/Prisoner%27s_dilemma&#34;&gt;The Prisoner&amp;rsquo;s Dilemma&lt;/a&gt;. Roughly, this is the problem.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Assume you possess copious quantities of some item (money, for example), and wish to obtain some amount of another item (perhaps stamps, groceries, diamonds). You arrange a mutually agreeable trade with the only dealer of that item known to you. You are both satisfied with the amounts you will be giving and getting. For some reason, though, your trade must take place in secret. Each of you agrees to leave a bag at a designated place in the forest, and to pick up the other&amp;rsquo;s bag at the other&amp;rsquo;s designated place. Suppose it is clear to both of you that the two of you will never meet or have further dealings with each other again.&lt;/p&gt;
&lt;p&gt;Clearly, there is something for each of you to fear: namely, that the other one will leave an empty bag. Obviously, if you both leave full bags, you will both be satisfied; but equally obviously, getting something for nothing is even more satisfying. So you are tempted to leave an empty bag. In fact, you can even reason it through quite rigorously this way: &amp;ldquo;If the dealer brings a full bag, I&amp;rsquo;ll be better off having left an empty bag, because I&amp;rsquo;ll have gotten all that I wanted and given away nothing. If the dealer brings an empty bag, I&amp;rsquo;ll be better off having left an empty bag, because I&amp;rsquo;ll not have been cheated I&amp;rsquo;ll have gained nothing but lost nothing either. Thus it seems that no matte what the dealer chooses to do, I&amp;rsquo;m better off leaving an empty bag. So I&amp;rsquo;ll lease an empty bag.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The dealer, meanwhile, being in more or less the same boat (though at the other end of it), thinks analogous thoughts and comes to the parallel conclusion that it is best to leave an empty bag. And so both of you, with your impeccable (or impeccable-seeming logic), leave empty bags, and go away empty-handed. How sad, for if you had both just cooperated, you could have each gained something you wanted to have. Does logic prevent  cooperation? This is the issue of the Prisoner&amp;rsquo;s Dilemma.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;There&amp;rsquo;s nothing wrong in the logic, actually. The key assumption is that &lt;strong&gt;it is clear to both of you that the two of you will never meet or have further dealings with each other again&lt;/strong&gt;. If you&amp;rsquo;re never going to deal with someone again (and hence there is no question of retribution or any fallout), you really should cheat.&lt;/p&gt;
&lt;p&gt;An aside. During my first few days at IIT, two third years were ragging me about my stance on pre-marital affairs. After trying my best at defending the moral standpoint, I finally confessed that it was only the fear of the after-effects that worried me.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;There&amp;rsquo;s this beautiful naked girl in your room,&amp;rdquo; they said. &amp;ldquo;You are guaranteed no repercussions. What will you do?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No repercussions?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;None whatever.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I thought for a while. &amp;ldquo;I&amp;rsquo;ll flip a coin.&amp;rdquo; :-)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Anyway, the aside aside, the solution to the one-off Prisoner&amp;rsquo;s Dilemma is for both people not to cooperate. If contracts are not enforceable, we&amp;rsquo;re all better off not trading. If there are no cops, we&amp;rsquo;re individually better off stealing.&lt;/p&gt;
&lt;p&gt;But, of course, that&amp;rsquo;s not true in the real world. Most situations are repeatable, and you do tend to meet people again. Those you cheat may even have a motivation to meet you again.&lt;/p&gt;
&lt;p&gt;This is the &lt;strong&gt;iterated&lt;/strong&gt; Prisoner&amp;rsquo;s Dilemma. &lt;a href=&#34;http://en.wikipedia.org/wiki/Douglas_Hofstadter&#34;&gt;Douglas Hofstadter&lt;/a&gt; wrote about this in the May 1983 issue of &lt;a href=&#34;http://www.sciam.com/&#34;&gt;Scientific American&lt;/a&gt; in his &lt;a href=&#34;http://en.wikipedia.org/wiki/Metamagical_Themas&#34;&gt;Metamagical Themas&lt;/a&gt; column (which, by the way, is brilliant). While the Prisoner&amp;rsquo;s Dilemma has a simple solution (don&amp;rsquo;t cooperate), the iterated Prisoner&amp;rsquo;s Dilemma does not have a predetermined solution. At best, you can have a strategy. (That can be proven. If there was a predetermined solution, your opponent would know it, and could beat you. One of those cases in mathematics where you are &lt;a href=&#34;https://www.s-anand.net/blog/implicit-information/&#34;&gt;not guaranteed a solution&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;But is it possible for cooperation to emerge in an iterated Prisoner&amp;rsquo;s Dilemma? Can it beat competitiveness?&lt;/p&gt;
&lt;p&gt;Robert Axelrod of U.Mich conducted a computer tournament to find out. He invited strategies from game theorists and wrote them as BASIC programs. Each program would be pitted against another. Every time, it could response with either C (cooperate) or D (defect). Cooperation gets both programs 3 points. If one defects, the defector gets 5 points and the cooperator gets nothing. Both defecting gets 1 point each. Axelrod ran each program against each other many times, and added up the scores.&lt;/p&gt;
&lt;p&gt;The program that won was called &lt;a href=&#34;http://en.wikipedia.org/wiki/Tit_for_Tat&#34;&gt;TIT FOR TAT&lt;/a&gt;. It was the shortest program (4 lines of BASIC code). Here&amp;rsquo;s it&amp;rsquo;s strategy:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Cooperate the first time.&lt;/p&gt;
&lt;p&gt;Do what your opponent does thereafter.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Think about it. TIT FOR TAT starts by being &lt;strong&gt;nice&lt;/strong&gt;, and stays that way, unless you defect. Then TIT FOR TAT &lt;strong&gt;punishes&lt;/strong&gt;. If you repent, TIT FOR TAT forgets and &lt;strong&gt;forgives&lt;/strong&gt;. Interestingly, TIT FOR TAT can never win a game. It can, at best, draw a game, but never score more points than its opponent. It goes for winning the war by &lt;strong&gt;losing battles&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s four traits:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Being nice&lt;/li&gt;
&lt;li&gt;Punishing immediately&lt;/li&gt;
&lt;li&gt;Forgiving immediately&lt;/li&gt;
&lt;li&gt;Willing to lose battles&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After publishing these results, and having learnt a lot about different strategies, Axelrod repeated the tournament. Four times as many entries poured in. This time from world experts on game theory. It also included an improved TIT FOR TAT called TIT FOR TWO TATS, which is an improved TIT FOR TAT that does not fall into a C - D - C - D cycle when playing against TIT FOR TAT.&lt;/p&gt;
&lt;p&gt;TIT FOR TAT won again.&lt;/p&gt;
&lt;p&gt;Till date, TIT FOR TAT remains an unbeaten individual strategy, and people believe it may be optimal.&lt;/p&gt;
&lt;p&gt;(PS: By &lt;strong&gt;individual&lt;/strong&gt; strategy, I mean that there are multiple programs that can team together, losing to each other and making sure that one of them wins. This sort of thing can beat TIT FOR TAT. But no &lt;strong&gt;individual&lt;/strong&gt; program beats TIT FOR TAT.)&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;In our first term at &lt;a href=&#34;http://www.iimb.ernet.in/&#34;&gt;IIMB&lt;/a&gt;, we played a game in our organisational behaviour class, intended to help us understand inter-departmental cooperation (or rivalry). The class was split into two &amp;lsquo;companies&amp;rsquo;. Each company had four divisions.&lt;/p&gt;
&lt;p&gt;The game had 10 rounds. In each round, every division could choose to cooperate or defect. If everyone cooperated, each division made 3 points. If any division defected, it would make 5 points, while all cooperating divisions made 0 points. If all divisions defected, they would all make 1 point. The divisions were not allowed to talk to each other.&lt;/p&gt;
&lt;p&gt;The aim was to beat the other company. (Not other divisions, within or outside the company.)&lt;/p&gt;
&lt;p&gt;Our company started off with 3 Cs and a D, which quickly deteriorated to 1 C with 3 Ds by round 6. At round 7, it was 4 Ds.&lt;/p&gt;
&lt;p&gt;Before round 8, we were all given a chance to have a huddle. A representative from each division would come together and talk things through. We promised to cooperate, and thereafter, it was 4 Cs to the end.&lt;/p&gt;
&lt;p&gt;We lost the game. The other &amp;lsquo;company&amp;rsquo; had started off with 1C and 3Ds, but had learned to cooperate pretty quickly, aided, in &lt;a href=&#34;http://www.iimb.ernet.in/iimb/html/facultyprofile.jsp?id=8&#34;&gt;Prof N M Agrawal&lt;/a&gt;&amp;rsquo;s words, by &amp;ldquo;&amp;hellip; Aparajita threatening the other divisions with her glares.&amp;rdquo;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;The reason there&amp;rsquo;s a Prisoner&amp;rsquo;s Dilemma is the inability to reliably communicate or enforce behaviour. Having a chat helps. Having laws that punish you helps. Having a bully threaten you helps. The thing is, you need a signal of some kind. And it needs to be an early signal, or you end up waiting till round 8 and lose the game.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re ever in a situation where cooperation helps everyone, but it&amp;rsquo;s not in interest to cooperate, here&amp;rsquo;s what seems to work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See if you can agree to cooperate before-hand
&lt;ul&gt;
&lt;li&gt;Have a chat&lt;/li&gt;
&lt;li&gt;Find policies that punishes defectors&lt;/li&gt;
&lt;li&gt;Threaten if required&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;If not, then try to force cooperation by signaling.
&lt;ul&gt;
&lt;li&gt;Be nice&lt;/li&gt;
&lt;li&gt;Punish defection immediately&lt;/li&gt;
&lt;li&gt;Forgive repentance immediately&lt;/li&gt;
&lt;li&gt;Lose battles to win the war&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&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;19 Aug 2008 1:05 am&lt;/em&gt;:
I really liked this piece. It&amp;rsquo;s not a new concept to me, and I&amp;rsquo;ve understood it well before, but the TIT-FOR-TAT part really connected.&lt;br&gt;
&lt;br&gt;
Dibyo&lt;br&gt;
(IIMB too, but a couple of years junior - we only heard about Stud Anand)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;19 Aug 2008 11:03 am&lt;/em&gt;:
@Dibyo: Even when playing the game at IIMB, a few of us knew about TIT FOR TAT. Didn&amp;rsquo;t help. Guess there&amp;rsquo;s a huge gap between understanding and practice&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Abhi&lt;/strong&gt; &lt;em&gt;28 Aug 2008 5:33 am&lt;/em&gt;:
Fantastic piece, very lucidly put.&lt;br&gt;
&lt;br&gt;
IITM - Mtech, we should have heard about Stud Anand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.business-samhita.blogspot.com&#34;&gt;deepak&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;30 May 2010 7:32 pm&lt;/em&gt;:
We played the game in IIMB and ended up doing the same stuff and never getting it right. Dibyo, I think it was Prof. Reddy who made us play this game. But then I went to Solvay for Exchange - 2 each from IIMB and A , we tried TIT for TAT first( many teams too many combinations ), didnt help post the huddle while everyone else was trying for Tit for TAT we kept going against to drive home the message. The prof did mention that one enlightened party doesnt help unless everyone else gets the message :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prabu&lt;/strong&gt; &lt;em&gt;10 Dec 2010 9:03 am&lt;/em&gt;:
Hi Anand,
Was going through your post. Just thought of this algorithm that would beat the TIT-FOR-TAT algo. it would be:
&lt;ol&gt;
&lt;li&gt;Never Co-operate.
Now, this algo always either wins or draws individually. Group games are different.
Thanks&lt;/li&gt;
&lt;/ol&gt;
&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;10 Dec 2010 2:56 pm&lt;/em&gt;:
That&amp;rsquo;s an interesting point, Prabu: &amp;ldquo;group games are different&amp;rdquo;. Totally so.
Your Never Cooperate algo, as you pointed out, always wins or draws.
Tit-for-tat, interestingly, NEVER WINS AN INDIVIDUAL GAME. You can prove it, but &lt;a href=&#34;http://files.s-anand.net/blog/a/tit-for-tat.xls&#34;&gt;this file is a demonstration&lt;/a&gt;: it plays random strategies out against Tit-for-tat. Tit for tat never wins.
Maybe the lesson here is a stronger version of &amp;ldquo;Losing the battle, winning the war&amp;rdquo;. Perhaps it&amp;rsquo;s &lt;strong&gt;essential&lt;/strong&gt; to lose the battle to win the war. (I&amp;rsquo;m probably oversimplifying, or in extrapolating analogies&amp;hellip; anyway, just wanted to say: yes, never co-operate beats tit-for-tat on an individual game. Many other such strategies exist too. As you mentioned, group games are quite different)&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Arrested in Paris</title>
      <link>https://www.s-anand.net/blog/arrested-in-paris/</link>
      <pubDate>Thu, 11 Jan 2007 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/arrested-in-paris/</guid>
      <description>&lt;p&gt;In November 2000, I visited Paris one weekend. Two classmates, Anand Binani and Ram Venkat were studying there, and we roamed around the city.&lt;/p&gt;
&lt;p&gt;At around 6:00pm, we went over to Montmartre. It&amp;rsquo;s up a hill, and there&amp;rsquo;s a cable car that takes you up there. We went all the way up, and got out when a lady behind us asked:&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Is that yours?&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;d left something behind. Went back to retrieve it. The car was almost leaving for it&amp;rsquo;s return journey. We just got out in time&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;hellip; to be confronted by the French Police.&lt;/p&gt;
&lt;p&gt;Now, this is a scary thing. Foreign country. I don&amp;rsquo;t speak a word of French. And I was dressed like a thug.&lt;/p&gt;
&lt;p&gt;The policemen didn&amp;rsquo;t say a word. One of them just made us stand right a the corner of the entrance to the cable car &amp;ndash; politely at first, and then physically, when he realised we didn&amp;rsquo;t understand a word of French.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-anand-binani-ram-venkat-at-monmartre-caught-by-police_352561737_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Anand Binani Ram Venkat at Montmartre near the cable car where we were caught by police&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-anand-binani-ram-venkat-at-monmartre-caught-by-police_352561737_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now he goes on the radio. He hasn&amp;rsquo;t said a word to us yet that we could understand.&lt;/p&gt;
&lt;p&gt;After a minute, he comes back, asking for our passports. I hand mine over. So does Anand Binani.&lt;/p&gt;
&lt;p&gt;Ram Venkat doesn&amp;rsquo;t have his passport on him.&lt;/p&gt;
&lt;p&gt;Shit!&lt;/p&gt;
&lt;p&gt;While he was panicking and I was rooted to the spot and Anand Binani was trying to explain something to the policeman, he walked away with our two passports.&lt;/p&gt;
&lt;p&gt;Busy talking on the radio.&lt;/p&gt;
&lt;p&gt;Relaying the names on our passports.&lt;/p&gt;
&lt;p&gt;Worried that they were both &amp;ldquo;Anand&amp;quot;s. (We could here that repeated many times.)&lt;/p&gt;
&lt;p&gt;Something about wearing a jacket. (We were all wearing jackets.)&lt;/p&gt;
&lt;p&gt;Five minutes pass. In the meantime, we had various theories. Three terrorists had illegally entered the country and were going to blow up Montmartre, and we looked like them. Or, an Asian student group was going to murder a senior polician. Or maybe we just looked like the mug-shots on their Top 10 Most Wanted list and just about like someone who&amp;rsquo;d end up on the internet on websites like &lt;a href=&#34;https://www.checkpeople.com/reverse-phone-lookup&#34;&gt;https://www.checkpeople.com/reverse-phone-lookup&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In my case, I didn&amp;rsquo;t even have a French student visa. Just a standard Schengen tourist visa, with a UK student visa. I wasn&amp;rsquo;t even studying in the country. If I were deported, would he put me back in the UK or in India? Which embassy would I have to speak to if he arrested me?&lt;/p&gt;
&lt;p&gt;Five minutes later, he comes back, hands us our passports, and walks off.&lt;/p&gt;
&lt;p&gt;Just like that. No goodbye. No &amp;ldquo;You&amp;rsquo;re free to go&amp;rdquo;. No &amp;ldquo;Don&amp;rsquo;t ever do that again&amp;rdquo;. Just walks off.&lt;/p&gt;
&lt;p&gt;We just stood there for a couple of minutes, got our breaths back, promised never to venture without a passport looking like thugs, took a snap as evidence, and went on inside the Montmartre chapel, followed by a far more educative visit to Pigale.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Sex shop at Pigale. Paris&#34; loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2007-01-11-sex-shop-at-pigale-paris_352561739.webp&#34;&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;anand binani&lt;/strong&gt; &lt;em&gt;11 Jan 2007 5:11 pm&lt;/em&gt;:
Amazing stuff ! brought back memories of great small times we had. Hope you are doing great! Do let me know your email id and your whereabouts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;somnath&lt;/strong&gt; &lt;em&gt;18 May 2007 8:47 am&lt;/em&gt;:
anand was it you looking like a thug or ram : ). How is the photo at the bottom connected with the whole story. Even if ram and binani have been oogling over there french police should be least bothered &amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Playing sounds backwards</title>
      <link>https://www.s-anand.net/blog/playing-sounds-backwards/</link>
      <pubDate>Mon, 25 Sep 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/playing-sounds-backwards/</guid>
      <description>&lt;p&gt;You can &lt;a href=&#34;https://www.s-anand.net/blog/music-video-filmed-backwards/&#34;&gt;play a video backwards&lt;/a&gt; and still recognise the scenes quite well. Can you do that with sound?&lt;/p&gt;
&lt;p&gt;I tried it on this Bryan Adams clip of &lt;a href=&#34;https://files.s-anand.net/blog/a/Bryan_Adams.Summer_of_69.mp3&#34;&gt;Summer of &amp;lsquo;69 (mp3)&lt;/a&gt;. &lt;a href=&#34;https://files.s-anand.net/blog/a/Bryan_Adams.Summer_of_69.rev.mp3&#34;&gt;When played backwards (mp3)&lt;/a&gt;, it almost sounds like Arabic!&lt;/p&gt;
&lt;p&gt;Instruments sound weird backwards too, like the &lt;a href=&#34;https://files.s-anand.net/blog/a/Guitar.mp3&#34;&gt;guitar&lt;/a&gt; played &lt;a href=&#34;https://files.s-anand.net/blog/a/Guitar.rev.mp3&#34;&gt;backwards&lt;/a&gt; and &lt;a href=&#34;https://files.s-anand.net/blog/a/Drums.mp3&#34;&gt;drums&lt;/a&gt; played &lt;a href=&#34;https://files.s-anand.net/blog/a/Drums.rev.mp3&#34;&gt;backwards&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s seems obvious once you see the wave file. The picture below shows the guitar. The sounds are clearly not symmetric left to right.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-sound-wave-diagram-of-a-guitar_248964843_o-png.webp&#34;&gt;&lt;img alt=&#34;Sound wave diagram of a guitar&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-sound-wave-diagram-of-a-guitar_248964843_o-png.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Whereas &lt;a href=&#34;https://files.s-anand.net/blog/a/Guitar2.mp3&#34;&gt;this guitar&lt;/a&gt; is a lot more symmetric, and doesn&amp;rsquo;t sound too different &lt;a href=&#34;https://files.s-anand.net/blog/a/Guitar2.rev.mp3&#34;&gt;backwards&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-sound-wave-diagram-of-another-guitar_248964844_o-png.webp&#34;&gt;&lt;img alt=&#34;Sound wave diagram of another guitar&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-sound-wave-diagram-of-another-guitar_248964844_o-png.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So how come we can&amp;rsquo;t recognise sounds played backwards, but can recognise video played backwards? (Initially, I thought it was a trivial question. But I couldn&amp;rsquo;t find a trivial answer. The question may be subtler than it looks.)&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;B anand Prasad&lt;/strong&gt; &lt;em&gt;25 Sep 2006 12:35 pm&lt;/em&gt;:
its nothing to do with the technology Mr. Anand let me give an example dnana &amp;hellip;.you just spell it&amp;hellip; it sounds something like (d-na-na) now if we know that reversing it could(possibly) result in Anand &amp;mdash; dnanA, then we could recognize all backward sounds its just that we r not acustomed to hear sounds backward. now practice daily some words which are often used like &amp;ldquo;good morning&amp;rdquo; &amp;ldquo;thanks&amp;rdquo; now say them to someone in a correct situation&amp;hellip;90% of them will recognize it.. thats it my friend&amp;hellip;.sorry for reversing &amp;ldquo;Anand&amp;rdquo; name&amp;hellip;.its my name too&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;25 Sep 2006 1:48 pm&lt;/em&gt;:
Anand, if I&amp;rsquo;ve understood you right, we don&amp;rsquo;t recognise sounds backwards because we&amp;rsquo;re not used to hearing them. Agreed. My reasoning was: we&amp;rsquo;re not used to seeing things backwards either. How come we&amp;rsquo;re so much better at recognising those? A part of the answer is, we recognise sounds mainly by their movement in time, but images by their spread across space. But I wonder if there&amp;rsquo;s more to it&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ND&lt;/strong&gt; &lt;em&gt;26 Sep 2006 3:07 am&lt;/em&gt;:
I think this may have to do with the fact that seeing consists of detecting multiple facets like motion, pattern etc. The brain may have more data points decompose and &amp;ldquo;meaningfully&amp;rdquo; analyze backward. While hearing consists of analyzing the frequencies and amplitude implying lesser data points to &amp;ldquo;meaningfully&amp;rdquo; analyze backward with the same speed as visual stimuli. Caveat - Just my guess!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;26 Sep 2006 6:23 am&lt;/em&gt;:
Hmm&amp;hellip; ND, that&amp;rsquo;s a possibility! Certainly, in terms of information content, there&amp;rsquo;s more coming in visually than aurally.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ND&lt;/strong&gt; &lt;em&gt;27 Sep 2006 12:42 pm&lt;/em&gt;:
I asked three intelligent folks (an american, a german and an indian) to read &amp;ldquo;eye&amp;rdquo;, &amp;ldquo;racecar&amp;rdquo;, &amp;ldquo;malayalam&amp;rdquo; and &amp;ldquo;never odd or even&amp;rdquo; and waited for their reaction. Got blank stares! But it was sitter when explained. Guess some humans find it difficult to recognize a palindrome while reading and speaking. Taking a few million huge steps to infer humans normally normally don&amp;rsquo;t even try to process sound or reading alphabets backward. Is it easier to recognize a popular word like one&amp;rsquo;s name or a tune like Happy B&amp;rsquo;day when spoken or sung backward? A related front and back concept - I have always wondered why the bar showing s/w installing moves from left to right. And the same when uninstalling also. Is it convention? Why not show something more perceptive like a container getting filled or getting drained?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sudeep Nair&lt;/strong&gt; &lt;em&gt;20 Nov 2006 5:40 am&lt;/em&gt;:
Anand, I feel that the fundamental difference between a reversed text and reversed sound is that the text is still completely visible to the eye at once, and so there is a subconscious process where the brain is able to decipher the text by trying out some permutations, whereas in case of sound, the individual notes reach the ears and disappear. They do not remain &amp;ldquo;static&amp;rdquo; or &amp;ldquo;stationary&amp;rdquo; for the brain to be able to try some reverse permuations of individual notes and identify the original sound. This reminds me of another observation that in case of English text, the reader is able to decipher the words if the first and last letter of every word is kept fixed and all other letters in between are jumbled. Msot raeedrs wlil be albe to udnreatsnd tihs snetncee atlohugh the lteerts are jbulmed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anonymous&lt;/strong&gt; &lt;em&gt;20 Nov 2006 6:15 am&lt;/em&gt;:
If we extend this logic from text to video, I think there is some degree of &amp;ldquo;persistence of vision&amp;rdquo; which allows the brain to &amp;ldquo;refer back&amp;rdquo;, unjumble and make sense of video images, but there is no persistence of sound. So in addition to anand prasad&amp;rsquo;s point about &amp;ldquo;familiarity of words&amp;rdquo;, and ND&amp;rsquo;s point about &amp;ldquo;more meaningful data points&amp;rdquo;, I would think that &amp;ldquo;persistence of images&amp;rdquo; is a major factor helping us understand visual images better than sound.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>How to remove carpet impressions</title>
      <link>https://www.s-anand.net/blog/how-to-remove-carpet-impressions/</link>
      <pubDate>Fri, 23 Jun 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/how-to-remove-carpet-impressions/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alohatony.com/Nav.aspx/Page=%2fPageManager%2fdefault.aspx%3fPageID%3d1856228&#34;&gt;How to remove carpet impressions&lt;/a&gt;. Just steam iron the carpet.&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;ankit&lt;/strong&gt; &lt;em&gt;24 Jun 2006 5:58 pm&lt;/em&gt;:
it really works.. &lt;a href=&#34;http://virtuously.blogspot.com/&#34;&gt;http://virtuously.blogspot.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;25 Jun 2006 8:52 am&lt;/em&gt;:
You actually tried it? I was planning to, except without using steam.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Demand draft fees</title>
      <link>https://www.s-anand.net/blog/demand-draft-fees/</link>
      <pubDate>Tue, 21 Mar 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/demand-draft-fees/</guid>
      <description>&lt;p&gt;Once, we were looking at whether banks made money on demand drafts (DDs).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DDs are costly&lt;/strong&gt;. 90% of a bank&amp;rsquo;s costs are people-related, and it takes a fair bit of time (hence people) to process DDs. If you pay for DDs in cash, it costs even more because the teller has to count the notes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To recover this cost, banks charge a fee&lt;/strong&gt;. The fee increases with the size of the DD. A DD for Rs 10,000 may cost Rs 50, while one for Rs 100,000 may cost Rs 200.&lt;/p&gt;
&lt;p&gt;But apart from the fee, &lt;strong&gt;banks also earn float on the DD&lt;/strong&gt;. Let&amp;rsquo;s say you go to a bank, pay Rs 100,000, and take a DD. You mail the DD to someone, who cashes the DD three days later. The bank has your Rs 100,000 for 3 days, and earns the overnight interest rate at around 5%, netting Rs 41 in the process. &lt;strong&gt;This float is significant for large DDs&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Our client bank was making a small loss on DDs. Every DD less than Rs 50,000 caused a loss (even after including float). And 3 out of every DDs was smaller than Rs 50,000.&lt;/p&gt;
&lt;p&gt;Then we had this bright idea: let&amp;rsquo;s &lt;strong&gt;lower fee for large DDs, attract of them, and get more float income&lt;/strong&gt;. DDs above Rs 50,000 are profitable. So big DDs are worth going after. 80% of the float income comes from the top 22% of DDs. So surely, the big DDs are worth going after. Float income increases forever, whereas fee income is capped. So big DDs could absolutely be terrific.&lt;/p&gt;
&lt;p&gt;We were thrilled. Here was a revolutionary counter-intuitive idea: have lower charges for DDs to get more money. We kept talking about it to our client. But at the end, &lt;strong&gt;we didn&amp;rsquo;t suggest it&lt;/strong&gt;. It got left behind the conventional idea of increasing the fee for small DDs.&lt;/p&gt;
&lt;p&gt;We were a bit disappointed, and kept cursing the conservatism of public sector banks. Goes to show how the bright young consultants can be naive. For, as it later turned out, the &lt;strong&gt;bulk of DD revenues is really fee income&lt;/strong&gt; (88%), not float income. Had we lowered the fee income, there&amp;rsquo;s would&amp;rsquo;ve been no chance for the float income to make up for it.&lt;/p&gt;
&lt;p&gt;Why did we miss that? A couple of reasons. The simple one was, though the float income increases forever, doesn&amp;rsquo;t beat fee income until the DD is about Rs 2 crores. DDs typically stay with you for a few days, and you can&amp;rsquo;t earn much interest on that.&lt;/p&gt;
&lt;p&gt;The other reason was subtler. We had assumed that the float income for a DD of Rs 100,000 is 100 times that of the DD income for Rs 1,000. But the &lt;strong&gt;float income does not increase linearly!&lt;/strong&gt; Someone who gets a DD for Rs 1,000 doesn&amp;rsquo;t mind waiting a bit to present it, but someone who gets a DD for a lakh would walk to the bank the very same day. The chart below shows how long customers wait to cash DDs. The X-axis is the size of the DD. The Y-axis is the number of days they wait. It shows a clear diminishing trend.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-plot-of-dds-by-value-on-x-axis-and-number-of-days-to-clear-on-y-axis_115934705_o-gif.webp&#34;&gt;&lt;img alt=&#34;Plot of DDs by value on X-axis and number of days to clear on Y-axis&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-plot-of-dds-by-value-on-x-axis-and-number-of-days-to-clear-on-y-axis_115934705_o-gif.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson: Conservative bankers might make more money not listening to hotshot consultants.&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;Shreyas&lt;/strong&gt; &lt;em&gt;27 Mar 2006 10:22 am&lt;/em&gt;:
Very insightful case study! But did increasing the fees for smaller DDs help boost the profits? Did it not reduce the number of customers taking DDs?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;27 Mar 2006 12:08 pm&lt;/em&gt;:
We didn&amp;rsquo;t measure that. But even if it reduced the number of customers it would have (in the long run) increased profits, since they were losing money on every small DD sold! They would be able to shift someone from the DD section elsewhere, and avoid having to recruit a new person.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ronnie&lt;/strong&gt; &lt;em&gt;21 Mar 2006 12:00 pm&lt;/em&gt;:
Hello i like to join and i wish to be a member of demand draft so mail me pls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Walter Atkinson&lt;/strong&gt; &lt;em&gt;21 Mar 2006 12:00 pm&lt;/em&gt;:
I was looking to this information and was helpful&amp;hellip;ok Best Regards Walter &lt;a href=&#34;http://www.surveynew.com&#34;&gt;http://www.surveynew.com&lt;/a&gt; Premier Paid Survey Company.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ritu raj&lt;/strong&gt; &lt;em&gt;17 Nov 2008 7:32 am&lt;/em&gt;:
what doc need to be presented to the bank for the dd of 375000 to be paid in cash?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;uss&lt;/strong&gt; &lt;em&gt;8 Jul 2011 6:42 pm&lt;/em&gt;:
but there is no dd charges for current account in private bank.ll it cost loss to the bank&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.vikkee.com&#34;&gt;Vignesh&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;23 Oct 2012 9:22 am&lt;/em&gt;:
Beautifully written. I liked your articulation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.ibpmcoding.com&#34;&gt;pradeep kumar&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 Jun 2015 3:29 am&lt;/em&gt;:
This article is very nice and informative. Came here while searching for something related and found it very informative. Thank you very much.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Donga Satyanarayana&lt;/strong&gt; &lt;em&gt;28 Feb 2017 8:20 am&lt;/em&gt;:
Some private banks are fee DD charges allowed with simple amount deposit. But our Bank is world wise national Bank . This Bank is some lakhs of crores rotining services. Better to allow free DD charges atleast a limited amount. Thanking you&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Market emergence - fan bartering</title>
      <link>https://www.s-anand.net/blog/market-emergence-fan-bartering/</link>
      <pubDate>Thu, 05 Jan 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/market-emergence-fan-bartering/</guid>
      <description>&lt;p&gt;Over my last few years as a consultant, I&amp;rsquo;ve seen many interesting ways in which markets have emerged where they shouldn&amp;rsquo;t have, creating havoc in pricing and scarcity. Fixed prices fluctuate, free goods acquire a value, and non-tradeable goods are traded. I&amp;rsquo;ll share a few of these examples over the next few weeks.&lt;/p&gt;
&lt;p&gt;Once, a fan manufacturer asked us, &lt;strong&gt;We did an analysis and found that our wholesalers&amp;rsquo; margins fluctuate. How could that happen, when we are fixing their buying and selling prices?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The manufacturer sells several popular fans. Their highest selling fan (call it HS), for instance, was sold to wholesalers at Rs 1,089, who would then sell it to retailers at Rs 1,100. No question of margin fluctuation.&lt;/p&gt;
&lt;p&gt;I took a trip to Lohar Chawl, the wholesale fan market, to get to the bottom of this. After a few conversations in dingy warehourses, here&amp;rsquo;s what I discovered. &lt;strong&gt;Fans are bartered.&lt;/strong&gt; Wholesalers keep as little cash and inventory on hand. Often, a retailer would order a fan (say X) not in stock. The wholesaler doesn&amp;rsquo;t want to lose the deal, and doesn&amp;rsquo;t have cash, but he would have some inventory of HS, since it&amp;rsquo;s such a high-selling fan. He goes to another wholesaler, and says,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Give me some fan X, and I&amp;rsquo;ll give you some HS fans instead. You&amp;rsquo;ll be able to sell these HS fans fairly quickly anyway.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Why should I? Tell me your customers name and I&amp;rsquo;ll sell it to him myself, and make the profit.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Tell you what. I&amp;rsquo;ll give you my HS fans for Rs 1,079 instead of Rs 1,089. You&amp;rsquo;ll get a higher margin when you sell it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is a routine matter in Lohar Chawl. If you don&amp;rsquo;t have a fan, barter it for another (often HS) at a discounted price. So the wholesaler&amp;rsquo;s margin would depend on how many fans they bought at a bartered price!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Poaching&lt;/strong&gt; was another reason for the margin fluctuation. The manufacturer demarcated territories for each wholesaler, saying &amp;ldquo;You can sell the these 20 retailers, you can sell to those 18, and so on.&amp;rdquo; Ambitious wholesalers, or those with inventory to dump, would do a side deal with a retailer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Look, your wholesaler charges Rs 1,100 for this fan. I&amp;rsquo;ll sell you this lot for Rs 1,095. And let&amp;rsquo;s keep it quiet.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yet another reason for margin fluctuation was &lt;strong&gt;smuggling&lt;/strong&gt;. Sometimes, the wholesalers would be able to smuggle fans into Mumbai without paying octroi. And sometimes they wouldn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;The biggest lesson for me from this was, &lt;strong&gt;It&amp;rsquo;s bloody tough to restrict a free market&lt;/strong&gt;. I&amp;rsquo;ll tell you more about this shortly.&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;ritzkini&lt;/strong&gt; &lt;em&gt;6 Jan 2006 6:25 am&lt;/em&gt;:
:) Bloody tough indeed ! lemme guess,these were all gujjus !rite ?? ingenuous, i tell you,these guys..&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Arun&lt;/strong&gt; &lt;em&gt;6 Jan 2006 8:27 am&lt;/em&gt;:
Neat! Thanks for those Excel tips. And look forward to more of these!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Madhu&lt;/strong&gt; &lt;em&gt;6 Jan 2006 12:10 pm&lt;/em&gt;:
I have noticed instances where a TN Auto Distributor comes and sells his stuff to a Karnataka retailer! How did you solve this problem? in my case, which was personal advice to a friend, we wrote to the company with some of the fake bills etc and asked for a higher discount for my friend who is a karnataka distributor, things like CST also start to matter in inter-state things. now the problem has come down bcos of VAT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;6 Jan 2006 4:50 pm&lt;/em&gt;:
I did this work as part of a proposal. We finally didn&amp;rsquo;t get the project. But I suspect (and will try and show over the next few posts) that this is a problem that&amp;rsquo;s probably not worth fighting. The market will eventually win!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Madhu&lt;/strong&gt; &lt;em&gt;7 Jan 2006 11:53 am&lt;/em&gt;:
Ideally a very good supply chain management system will help solve this problem atleast. For eg: If i can order and get it immediately instead of having to bargain. Another issue is how was fan X priced? If its lower than 1089, it will also solve the problem&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;7 Jan 2006 7:15 pm&lt;/em&gt;:
The problem wasn&amp;rsquo;t supply chain lead-time, but shortage of cash for inventory among wholesalers. Whenever they were short of stock in one fan, they&amp;rsquo;d sell some other fan they had as inventory to get the fan they were short of. They can&amp;rsquo;t order it from the manufacturer, remember: they&amp;rsquo;re short of cash. They NEED to barter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;joe&lt;/strong&gt; &lt;em&gt;7 Jan 2006 11:39 pm&lt;/em&gt;:
the fan company had no clue why the margins were fluctuating ? scary thought. how could they not know about this. I presume it is top management that did not know this&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Madhu&lt;/strong&gt; &lt;em&gt;8 Jan 2006 3:53 am&lt;/em&gt;:
Ok. A SCM which can even take in account demand considerations is ideal. But how can the HS and X be priced the same to the retailers? Isnt that failure of the market? Shouldnt a HS fan be priced different(higher?) than some random fan X?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;8 Jan 2006 10:52 am&lt;/em&gt;:
Madhu, you&amp;rsquo;re right. The fans ARE priced differently. So it won&amp;rsquo;t be a one-to-one barter. If Fan X is priced at 1000, the wholesaler will give agree to sell 10 HS fans at Rs 1079, give 10 HS fans PLUS 790 Rs, and get 10 Fan X in return.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;8 Jan 2006 10:54 am&lt;/em&gt;:
Joe, even the line mgmt didn&amp;rsquo;t know about this bartering! One of my colleagues discovered it. This guy&amp;rsquo;s a god of black money market operations, incidentally :-)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;shyam&lt;/strong&gt; &lt;em&gt;9 Jan 2006 10:07 am&lt;/em&gt;:
This is something similar to the SJP Road market in Bangalore where u can buy computer parts at &amp;quot; SJP Road price &amp;ldquo;. the shopkeepers will undercut even the wholesaler price and sell it for &amp;quot; cash &amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Da Vinci Code trailers</title>
      <link>https://www.s-anand.net/blog/da-vinci-code-trailers/</link>
      <pubDate>Wed, 14 Dec 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/da-vinci-code-trailers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.imdb.com/title/tt0382625/&#34;&gt;Da Vinci Code&lt;/a&gt; &lt;a href=&#34;http://www.apple.com/trailers/sony_pictures/da_vinci_code/&#34;&gt;trailers&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;Sai&lt;/strong&gt; &lt;em&gt;15 Dec 2005 9:56 pm&lt;/em&gt;:
Anand, tell us a bit about Infosys consulting. They seem to be on a big expansion drive. Hows it out there?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;16 Dec 2005 7:32 am&lt;/em&gt;:
I can mail you, Sai. What&amp;rsquo;s your e-mail ID?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;16 Dec 2005 9:39 am&lt;/em&gt;:
BTW, the del.icio.us tag on &amp;ldquo;The Da Vinci Code&amp;rdquo; is an anagram: c i con thee david.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sai&lt;/strong&gt; &lt;em&gt;16 Dec 2005 7:42 pm&lt;/em&gt;:
Anand it is &lt;a href=&#34;mailto:peaceforall@gmail.com&#34;&gt;peaceforall@gmail.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sai&lt;/strong&gt; &lt;em&gt;16 Dec 2005 7:46 pm&lt;/em&gt;:
Thanks!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Simple framing</title>
      <link>https://www.s-anand.net/blog/simple-framing/</link>
      <pubDate>Sat, 24 Sep 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/simple-framing/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.rockridgeinstitute.org/projects/strategic/simple_framing/view?searchterm=simple%20framing&#34;&gt;Framing&lt;/a&gt; - using words to build a frame of mind.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A Senator goes on a Fox News show in which a conservative argues with a liberal. The conservative host says: &amp;ldquo;Some say that more tax relief creates more jobs. You have voted against increased tax relief. Why?&amp;rdquo; The Senator is caught. Any attempt to answer the question as asked simply reinforces both the Tax Relief frame and the &amp;ldquo;Tax Relief Creates Jobs&amp;rdquo; frame. The question builds in a conservative worldview and false &amp;ldquo;facts&amp;rdquo;. Even to deny that &amp;ldquo;tax relief&amp;rdquo; creates jobs accepts the Tax Relief frame and reinforces the &amp;ldquo;Tax Relief Creates Jobs&amp;rdquo; frame.&lt;/p&gt;
&lt;/blockquote&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;24 Sep 2005 12:00 pm&lt;/em&gt;:
LOL.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;24 Sep 2005 10:45 am&lt;/em&gt;:
Had heard about concept of Framing earlier too. For example, it is always &amp;ldquo;Defense Spending&amp;rdquo;. While the fact of the matter is that all weapons creater are for offense. But it is easier getting buget for a Defense program rather than an Offense Program. Lakoff I believe has done a lot of work on Framing and his books are mentioned on the side bar in the link you provided.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;25 Sep 2005 12:34 pm&lt;/em&gt;:
Just found out Lakoff is the person behind Rockridge Institute. I am just going through his book &amp;ldquo;Metaphors We Live By&amp;rdquo;. Slightly dense, takes time to read/understand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alpha Geek&lt;/strong&gt; &lt;em&gt;26 Sep 2005 5:29 pm&lt;/em&gt;:
I logged to google fight web page and gave S-Anand.net as one key word and sumitdhar.bogspot.com as another keyword.The result was, S-Anand.net got a maximum hits of 276 result and dhar&amp;rsquo;s page got 267 hits. S-Anand.net won by 9 hits.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;26 Sep 2005 6:46 pm&lt;/em&gt;:
Pity. My vote would&amp;rsquo;ve been for Dhar&amp;rsquo;s site.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Name M&lt;/strong&gt; &lt;em&gt;4 Oct 2005 10:30 pm&lt;/em&gt;:
AlphaGeek, you may have had better luck if you used sumitdhar.blogspot vs bogspot&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Low Shutter Speeds without Tripod</title>
      <link>https://www.s-anand.net/blog/low-shutter-speeds-without-tripod/</link>
      <pubDate>Mon, 04 Jul 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/low-shutter-speeds-without-tripod/</guid>
      <description>&lt;p&gt;Taking pictures at &lt;a href=&#34;http://sumitdhar.blogspot.com/2005/07/low-shutter-speeds-without-tripod.html&#34;&gt;low shutter speeds without a tripod&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 Hero&lt;/strong&gt; &lt;em&gt;5 Jul 2005 9:56 am&lt;/em&gt;:
About why Google History is important: I had searched for something from home laptop and I was at office and needed the same info. Went into Google history and found the same thing&amp;hellip; So the search history and the links I clicked on were available from any computer attached to the Net. Found it pretty useful&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ram&lt;/strong&gt; &lt;em&gt;5 Jul 2005 4:51 pm&lt;/em&gt;:
Pls update the placement section with new useful links&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;5 Jul 2005 6:36 pm&lt;/em&gt;:
Ah&amp;hellip; that&amp;rsquo;s a good use. I was also wondering if we could do some profiling of the kinds of sites we visit &amp;ndash; perhaps by checking what their tags are on technorati or del.icio.us&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sathish&lt;/strong&gt; &lt;em&gt;22 Jul 2005 11:14 am&lt;/em&gt;:
probably based on our search history, there could some recommendations to given&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Droogle</title>
      <link>https://www.s-anand.net/blog/droogle/</link>
      <pubDate>Thu, 24 Mar 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/droogle/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.droogle.ca/&#34;&gt;Droogle&lt;/a&gt;. Drink recipes.&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;Jetru&lt;/strong&gt; &lt;em&gt;24 Mar 2005 5:04 pm&lt;/em&gt;:
Doesnt look like the XML feed is working&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deshi&lt;/strong&gt; &lt;em&gt;24 Mar 2005 6:17 pm&lt;/em&gt;:
This is one lousy blog!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Genmys&lt;/strong&gt; &lt;em&gt;25 Mar 2005 1:49 am&lt;/em&gt;:
Lassi features as South Indian drink. Obscure results for Butter Milk&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ritzkini&lt;/strong&gt; &lt;em&gt;25 Mar 2005 8:13 am&lt;/em&gt;:
Bandwidth Limit Exceeded.The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.Apache/1.3.33 Server at &lt;a href=&#34;https://www.droogle.ca&#34;&gt;www.droogle.ca&lt;/a&gt; Port 80(25/03/2005-at 1:45 PM IST)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shamit&lt;/strong&gt; &lt;em&gt;26 Mar 2005 4:41 am&lt;/em&gt;:
It is getting a bit cluttered &amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;28 Mar 2005 3:20 am&lt;/em&gt;:
Yes, it is, rather. Will see what I can do about that.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;30 Mar 2005 7:23 am&lt;/em&gt;:
Fixed the XML feed.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>New features on Altavista</title>
      <link>https://www.s-anand.net/blog/new-features-on-altavista/</link>
      <pubDate>Thu, 14 Nov 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/new-features-on-altavista/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.altavista.com/r?avt1&#34;&gt;Altavista&amp;rsquo;s new features&lt;/a&gt; are pretty good. What I liked best, though, is their new interface. Especially the bar used to open the search result in a new window. Good to know that &lt;a href=&#34;http://www.altavista.com/web/results?q=S.Anand&amp;amp;kgs=0&amp;amp;kls=1&amp;amp;avkw=qtrp&#34;&gt;I rank 3rd&lt;/a&gt; on their search.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google search algorithm change</title>
      <link>https://www.s-anand.net/blog/google-search-algorithm-change/</link>
      <pubDate>Wed, 02 Oct 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-search-algorithm-change/</guid>
      <description>&lt;p&gt;Reactions to &lt;a href=&#34;http://www.jacobsen.no/anders/blog/archives/2002/10/01/googles_new_search_algorithm.html&#34;&gt;Google&amp;rsquo;s revised search algorithm&lt;/a&gt;. People&amp;rsquo;s rankings on certain keywords appear to have changed. &lt;a href=&#34;http://www.google.com/search?q=S+Anand&#34;&gt;Mine hasn&amp;rsquo;t&lt;/a&gt;. So far.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google my name</title>
      <link>https://www.s-anand.net/blog/google-my-name/</link>
      <pubDate>Mon, 06 May 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-my-name/</guid>
      <description>&lt;p&gt;Never thought the day would come when the Google query &lt;a href=&#34;http://www.google.com/search?q=s+anand&#34;&gt;S Anand&lt;/a&gt; would throw up my name first. Probably won&amp;rsquo;t last&amp;hellip;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Me in the press</title>
      <link>https://www.s-anand.net/blog/me-in-the-press/</link>
      <pubDate>Thu, 15 Mar 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/me-in-the-press/</guid>
      <description>&lt;p&gt;Some press clippings about the IIM-B convocation (and me).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-anand-on-deccan-herald_215926554_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Anand on Deccan Herald&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-anand-on-deccan-herald_215926554_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-anand-on-indian-express_215926552_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Anand on Indian Express&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-anand-on-indian-express_215926552_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
