<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Hitesh Sarda</title>
		<link>https://hitesh.in/</link>
		<description>Recent content on Hitesh Sarda</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
		
			<lastBuildDate>Mon, 29 Jun 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://hitesh.in/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>The Money Myths Your Favourite Finfluencer Keeps Repeating</title>
				<link>https://hitesh.in/2026/finfluencer-money-myths/</link>
				<pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/finfluencer-money-myths/</guid>
				<description>&lt;p&gt;Every few weeks a chart goes viral: &amp;ldquo;this one person is now richer than the entire GDP of [some country].&amp;rdquo; It collects a hundred thousand likes, and it is comparing two numbers that cannot be compared. Net worth is a total, everything someone owns added up, today. GDP is a flow, everything a country produces in a single year. One is a bank balance, the other is a salary. Putting them side by side tells you nothing, except that whoever made the chart never stopped to ask what the numbers mean.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The fintech engineering rules that actually hold</title>
				<link>https://hitesh.in/2026/fintech-engineering-rules-that-hold/</link>
				<pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/fintech-engineering-rules-that-hold/</guid>
				<description>&lt;p&gt;Three separate people sent me the &lt;a href=&#34;https://w.pitula.me/fintech-engineering-handbook/&#34;&gt;Fintech Engineering Handbook&lt;/a&gt; this week, which is usually a sign the document is answering a frustration engineers already had. It covers the fundamentals of building payment systems: represent money as integers, implement double-entry bookkeeping, make operations idempotent, treat external webhooks as unreliable hints. Solid, clearly written, and worth circulating.&lt;/p&gt;&#xA;&lt;p&gt;The reaction from practitioners who work in this space was predictably divided.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-debates-that-reveal-context&#34;&gt;The debates that reveal context&lt;/h2&gt;&#xA;&lt;p&gt;The float-vs-integer argument ran longest. One camp: monetary values stored in anything other than integers is a category error, full stop. The other: quantitative finance has run on IEEE 754 doubles for decades without systemic failure.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Frontier AI, by permit only</title>
				<link>https://hitesh.in/2026/frontier-ai-by-permit-only/</link>
				<pubDate>Sat, 27 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/frontier-ai-by-permit-only/</guid>
				<description>&lt;p&gt;Commerce Secretary Howard Lutnick &lt;a href=&#34;https://www.semafor.com/article/06/27/2026/us-releases-powerful-anthropic-model-mythos-to-some-us-companies&#34;&gt;published a letter&lt;/a&gt; that resolved two weeks of waiting: Anthropic can release Claude Mythos 5 to &amp;ldquo;more than 100 US institutions&amp;rdquo; listed in a document called Annex A, along with their foreign national employees. His stated determination: &amp;ldquo;I have determined that appropriate safeguards are in place to permit certain trusted partners to access the Claude Mythos 5 Model.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;On the same day, the &lt;a href=&#34;https://www.washingtonpost.com/technology/2026/06/26/openai-says-us-government-will-vet-users-its-latest-ai-model/&#34;&gt;Washington Post reported&lt;/a&gt; that the US government will vet users of OpenAI&amp;rsquo;s GPT-5.6 before they can access the frontier tier.&lt;/p&gt;</description>
			</item>
			<item>
				<title>OpenAI&#39;s Chip Is Also a Test of Its Own AI</title>
				<link>https://hitesh.in/2026/openai-jalapeno-chip/</link>
				<pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/openai-jalapeno-chip/</guid>
				<description>&lt;p&gt;OpenAI &lt;a href=&#34;https://techcrunch.com/2026/06/24/openai-unveils-its-first-custom-chip-built-by-broadcom/&#34;&gt;announced its first custom chip&lt;/a&gt; on Tuesday. It is called Jalapeño, it is built by Broadcom, and it is optimized for inference (specifically the real-time coding models that now account for a meaningful share of their traffic). Custom inference silicon is &lt;a href=&#34;https://hitesh.in/2026/apple-ai-inference-silicon/&#34;&gt;not a differentiator anymore&lt;/a&gt;; it is the minimum, the thing every serious AI company builds once inference cost becomes the line item that actually hurts. Google has TPUs. Amazon has &lt;a href=&#34;https://aws.amazon.com/ai/machine-learning/inferentia/&#34;&gt;Inferentia&lt;/a&gt;. Apple is working on Baltra, also with Broadcom. Welcome to the club.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The code you can&#39;t explain</title>
				<link>https://hitesh.in/2026/the-code-you-cant-explain/</link>
				<pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/the-code-you-cant-explain/</guid>
				<description>&lt;p&gt;Velocity is up, defects are stable, deployments are more frequent. Ask who in the team could refactor the payment module from scratch, and the room goes quiet. The understanding that used to build up through the act of writing has been offloaded somewhere faster and less visible.&lt;/p&gt;&#xA;&lt;p&gt;Armin Ronacher wrote about this last week in &lt;a href=&#34;https://lucumr.pocoo.org/2026/6/23/the-coming-loop/&#34;&gt;a piece about what he calls &amp;ldquo;the coming loop&amp;rdquo;&lt;/a&gt;. His technical concern is specific: AI harnesses that drive coding agents past their natural stopping points, cycling until something passes a test, tend to produce code that is defensive, patchy, and local in its reasoning. Present-day agents add null checks rather than eliminating bad states through strong types; they patch locally rather than preventing the class of problem at the source. But the discussion his post sparked turned personal fast.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Paying for the tools that power everything</title>
				<link>https://hitesh.in/2026/paying-for-open-source-tools/</link>
				<pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/paying-for-open-source-tools/</guid>
				<description>&lt;p&gt;Mitchell Hashimoto just pledged $400,000 to the Zig Software Foundation. That brings his personal total to $700,000 across two donations. If you haven&amp;rsquo;t heard of Zig, it&amp;rsquo;s a systems programming language, a modern alternative to C that has been gaining real traction over the last few years. Hashimoto is the founder of HashiCorp (Terraform, Vault, Consul) and has, since leaving that company, been building Ghostty, a terminal emulator written largely in Zig.&lt;/p&gt;</description>
			</item>
			<item>
				<title>When your AI asks for a government ID</title>
				<link>https://hitesh.in/2026/when-your-ai-asks-for-a-government-id/</link>
				<pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/when-your-ai-asks-for-a-government-id/</guid>
				<description>&lt;p&gt;Anthropic now asks for a government-issued photo ID and a live selfie before it will give you access to its most capable models. The verification runs through a third-party vendor called Persona. The official framing: &lt;a href=&#34;https://support.claude.com/en/articles/14328960-identity-verification-on-claude&#34;&gt;&amp;ldquo;Being responsible with powerful technology starts with knowing who is using it.&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;That sounds measured. But the reaction (hundreds of developer comments within hours, subscription cancellations, a surge of interest in Chinese and local alternatives) tells you the announcement landed as something more disruptive.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Homework scores up. Learning down.</title>
				<link>https://hitesh.in/2026/homework-scores-up-learning-down/</link>
				<pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/homework-scores-up-learning-down/</guid>
				<description>&lt;p&gt;Norway &lt;a href=&#34;https://www.reuters.com/technology/norway-imposes-near-ban-ai-elementary-school-2026-06-19/&#34;&gt;announced last week&lt;/a&gt; that students in grades 1 through 7 should, as a general rule, not use AI tools in school. Older students in lower secondary can use them cautiously, under teacher supervision. The intent, according to the government, is to study how to improve outcomes rather than to permanently prohibit anything.&lt;/p&gt;&#xA;&lt;p&gt;The tech reaction was predictable. The more interesting part is the research that seems to have prompted the policy.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Will Apple Pull a SpaceX?</title>
				<link>https://hitesh.in/2026/apple-ai-inference-silicon/</link>
				<pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/apple-ai-inference-silicon/</guid>
				<description>&lt;p&gt;The safe way to read Apple&amp;rsquo;s server-chip plans is that Apple is building silicon to run Apple Intelligence on its own hardware instead of Nvidia&amp;rsquo;s. True, and boring. Every company at Apple&amp;rsquo;s scale now builds its own inference chip. Google has TPUs, AWS has &lt;a href=&#34;https://aws.amazon.com/ai/machine-learning/inferentia/&#34;&gt;Inferentia&lt;/a&gt;, Microsoft has Maia, Meta has MTIA. &lt;a href=&#34;https://www.tomshardware.com/pc-components/cpus/apple-reportedly-readies-baltra-processors-for-ai-servers&#34;&gt;Mark Gurman reports&lt;/a&gt; Apple&amp;rsquo;s entry, codenamed Baltra, is being built with Broadcom on TSMC&amp;rsquo;s 3nm process for 2027, tuned for inference rather than training. Welcome to the club. The chip is table stakes.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Everything except permission</title>
				<link>https://hitesh.in/2026/everything-except-permission/</link>
				<pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/everything-except-permission/</guid>
				<description>&lt;p&gt;Noam Shazeer co-authored &amp;ldquo;Attention Is All You Need&amp;rdquo; at Google in 2017 &amp;ndash; the paper that ended the era of recurrent neural networks and made every large language model that exists today possible. He left Google to found Character.ai. Google paid roughly $2.7 billion to get him back in 2023. This week, he &lt;a href=&#34;https://twitter.com/NoamShazeer/status/2067400851438932297&#34;&gt;announced he&amp;rsquo;s joining OpenAI&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Three moves. Google was the origin point of all three.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-google-had&#34;&gt;What Google had&lt;/h2&gt;&#xA;&lt;p&gt;Shazeer&amp;rsquo;s specific contributions to the transformer paper were not peripheral. He proposed scaled dot-product attention and multi-head attention, the core mechanisms that made transformers work at scale. These are not theoretical footnotes. Every token generated by any LLM today runs on something that traces back to that work.&lt;/p&gt;</description>
			</item>
			<item>
				<title>When your TAM is bigger than US GDP</title>
				<link>https://hitesh.in/2026/when-your-tam-is-bigger-than-gdp/</link>
				<pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/when-your-tam-is-bigger-than-gdp/</guid>
				<description>&lt;p&gt;SpaceX is &lt;a href=&#34;https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/&#34;&gt;buying Cursor for $60 billion&lt;/a&gt;. The price alone would fill a week of tech news, but the detail that has stayed with me is the addressable market figure reportedly used to justify it: $26 trillion. Roughly the size of US GDP.&lt;/p&gt;&#xA;&lt;p&gt;I want to take the number seriously rather than just laugh at it, because it actually reveals something about how the industry prices AI right now.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-logic-isnt-crazy&#34;&gt;The logic isn&amp;rsquo;t crazy&lt;/h2&gt;&#xA;&lt;p&gt;The math isn&amp;rsquo;t irrational on its face. There are roughly a billion knowledge workers globally. If AI can accelerate each one enough to replace $5,000 to $10,000 in annual labour value, you&amp;rsquo;re already at $5-10 trillion. Push the productivity assumption further and the number grows. If you believe AI eventually touches every form of paid cognitive work, $26 trillion starts to feel conservative.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The real cost of running AI locally for coding</title>
				<link>https://hitesh.in/2026/local-ai-coding-cost/</link>
				<pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/local-ai-coding-cost/</guid>
				<description>&lt;p&gt;About a year ago I&amp;rsquo;d have quietly dismissed the idea of replacing Claude with a locally-run model for serious coding work. Then the hardware got more accessible, the models improved, and a large, opinionated group of developers started reporting that they&amp;rsquo;d actually done it - for free - with results good enough to stick with.&lt;/p&gt;&#xA;&lt;p&gt;The catch: &amp;ldquo;free&amp;rdquo; is doing a lot of work in that sentence.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-developers-are-actually-running&#34;&gt;What developers are actually running&lt;/h2&gt;&#xA;&lt;p&gt;The models getting the most praise right now are Qwen 3.6 35B and Gemma 4 27B, running via llama.cpp or similar. The hardware baseline to run them well is a Mac Studio with 128GB unified memory (&lt;del&gt;$2,000) or a pair of RTX 3090 GPUs (&lt;/del&gt;$4,400 for the pair). One developer in &lt;a href=&#34;https://news.ycombinator.com/item?id=48542100&#34;&gt;a recent thread&lt;/a&gt; reported hitting 150 tokens per second on dual 3090s - fast enough to feel responsive.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The homegrown AI that wasn&#39;t</title>
				<link>https://hitesh.in/2026/the-homegrown-ai-that-wasnt/</link>
				<pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/the-homegrown-ai-that-wasnt/</guid>
				<description>&lt;p&gt;Rio de Janeiro&amp;rsquo;s planning agency released a 397-billion-parameter language model this month and called it homegrown. The framing was clear: a municipal government had built something of its own, a city-specific AI that demonstrated sovereign capability.&lt;/p&gt;&#xA;&lt;p&gt;Within days, a small AI lab called NexAGI published &lt;a href=&#34;https://github.com/nex-agi/Nex-N2/issues/4&#34;&gt;a technical analysis&lt;/a&gt; showing the model was a weighted blend of roughly 60% their model and 40% Qwen3.5, merged without attribution. Remove the system prompt and the model identifies itself as NexAGI&amp;rsquo;s about eight times out of ten. Every weight tensor across all 60 layers matched the predicted 0.6/0.4 ratio to thousands of standard deviations. There was no novel training, no fine-tuning on city data, no original work. There was a rename.&lt;/p&gt;</description>
			</item>
			<item>
				<title>When the evidence is AI-generated</title>
				<link>https://hitesh.in/2026/when-the-evidence-is-ai-generated/</link>
				<pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/when-the-evidence-is-ai-generated/</guid>
				<description>&lt;p&gt;A police officer in Derbyshire, England, is under &lt;a href=&#34;https://news.sky.com/story/derbyshire-police-officer-investigated-for-using-ai-to-create-evidence-in-multiple-cases-13553661&#34;&gt;investigation&lt;/a&gt; for using AI to create or alter evidence across multiple criminal cases. The investigation is ongoing and details are still emerging, but the core claim is stark: some of what appeared in those case files, apparently, was generated.&lt;/p&gt;&#xA;&lt;p&gt;The temptation is to read this as a misconduct story. One officer, an investigation underway, a handful of affected defendants. That framing might hold. But the structural problem it reveals will outlast whatever happens in Derbyshire.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The jailbreak that wasn&#39;t</title>
				<link>https://hitesh.in/2026/the-jailbreak-that-wasnt/</link>
				<pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/the-jailbreak-that-wasnt/</guid>
				<description>&lt;p&gt;The US government banned an AI model on June 12 for being able to read code and fix bugs.&lt;/p&gt;&#xA;&lt;p&gt;That is the actual story. Following a government directive issued Thursday afternoon, Anthropic suspended global access to its two most capable models, Fable 5 and Mythos 5. The stated reason was a &amp;ldquo;jailbreak&amp;rdquo; vulnerability. Anthropic, in &lt;a href=&#34;https://www.anthropic.com/news/fable-mythos-access&#34;&gt;its public announcement&lt;/a&gt;, described what the jailbreak actually was: &amp;ldquo;asking the model to read a specific codebase and fix any software flaws.&amp;rdquo;&lt;/p&gt;</description>
			</item>
			<item>
				<title>The effort signal</title>
				<link>https://hitesh.in/2026/the-effort-signal/</link>
				<pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/the-effort-signal/</guid>
				<description>&lt;p&gt;When AI tools landed in most teams, so did a pattern nobody quite had words for: a colleague sends AI-generated output without reviewing it, expecting the group to do the evaluation they skipped. The frustration is real. But the usual framing, &amp;ldquo;show effort when asking for attention,&amp;rdquo; puts the weight on the wrong thing.&lt;/p&gt;&#xA;&lt;p&gt;Tom Bedor articulated the &lt;a href=&#34;https://tombedor.dev/human-attention-and-human-effort/&#34;&gt;rule he now follows&lt;/a&gt; after a colleague forwarded AI analysis they hadn&amp;rsquo;t read and asked him to evaluate it. The rule is sensible. But I think it misidentifies what&amp;rsquo;s actually broken.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Writes the Code. Who Governs It?</title>
				<link>https://hitesh.in/2026/ai-writes-the-code-who-governs-it/</link>
				<pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/ai-writes-the-code-who-governs-it/</guid>
				<description>&lt;p&gt;A new survey of 831 engineers found that 97% of teams now use AI coding assistants. Only 30% have a fully governed way of overseeing what those assistants produce, and a quarter have no AI coding policy at all.&lt;/p&gt;&#xA;&lt;p&gt;I wrote recently about the &lt;a href=&#34;https://hitesh.in/2026/beyond-the-chatbox-the-rise-of-the-sovereign-engineer/&#34;&gt;sovereign engineer&lt;/a&gt;, the engineer who owns outcomes rather than just output. This is the other half of that argument, and a less flattering one. If you are going to own the outcome, you have to own the code an AI wrote on your behalf. Most teams have skipped that part.&lt;/p&gt;</description>
			</item>
			<item>
				<title>I Don&#39;t Want My AI to Lie to Me. I Want It to Say No.</title>
				<link>https://hitesh.in/2026/ai-safety-or-deception/</link>
				<pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/ai-safety-or-deception/</guid>
				<description>&lt;p&gt;You build a particular kind of trust with a good tool. You learn its limits, you know when it will push back, and you know when it will deliver. A hammer doesn&amp;rsquo;t drive a nail halfway and call it done. A linter doesn&amp;rsquo;t decide which rules it feels like enforcing today. You get what you asked for, or you get an error. That is the deal.&lt;/p&gt;&#xA;&lt;p&gt;Last week Anthropic broke that deal in an instructive way, and then, to its credit, mostly un-broke it. The episode is the cleanest illustration I&amp;rsquo;ve seen of a line that matters: the difference between an AI that refuses you and an AI that pretends to help.&lt;/p&gt;</description>
			</item>
			<item>
				<title>We Stopped Laughing at GenAI</title>
				<link>https://hitesh.in/2026/we-stopped-laughing-at-genai/</link>
				<pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/we-stopped-laughing-at-genai/</guid>
				<description>&lt;p&gt;For a couple of years we lived comfortably in what I think of as the quaint-dismissal phase. We laughed at the six-fingered hands in image generators. We collected screenshots of confident nonsense from early chatbots. We said &amp;ldquo;&lt;a href=&#34;https://dl.acm.org/doi/10.1145/3442188.3445922&#34;&gt;stochastic parrot&lt;/a&gt;&amp;rdquo; at conferences and went back to work, reassured that our professional moats, built on decades of hard-won knowledge, were safe from a glorified autocomplete.&lt;/p&gt;&#xA;&lt;p&gt;That phase is over for me, and not because of any single model release. The kind of story people tell about these tools has changed. A year ago the stories were &amp;ldquo;look at the silly mistake it made.&amp;rdquo; Now they are &amp;ldquo;I did a thing in one evening that I had assumed was impossible for someone like me.&amp;rdquo; The mood has gone from amused to a slightly uneasy &lt;em&gt;oh.&lt;/em&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>When the AI Passes Every Test and Still Gets It Wrong</title>
				<link>https://hitesh.in/2026/when-ai-passes-every-test-and-still-gets-it-wrong/</link>
				<pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/when-ai-passes-every-test-and-still-gets-it-wrong/</guid>
				<description>&lt;p&gt;In early March 2026, Amazon&amp;rsquo;s retail site fell over repeatedly, and &lt;a href=&#34;https://oecd.ai/en/incidents/2026-03-10-01aa&#34;&gt;internal documents tied the outages to AI-assisted code changes&lt;/a&gt;. The worst, on March 5, took the site down for about six hours and dropped orders by roughly 99%, an estimated 6.3 million that never happened. A few days earlier, a separate AI-assisted change had quietly started showing customers the wrong delivery dates. That code compiled. It passed review. It shipped.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Beyond the Chatbox: The Rise of the Sovereign Engineer</title>
				<link>https://hitesh.in/2026/beyond-the-chatbox-the-rise-of-the-sovereign-engineer/</link>
				<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2026/beyond-the-chatbox-the-rise-of-the-sovereign-engineer/</guid>
				<description>&lt;p&gt;For most of my career, engineers were measured by how fast and how well they could implement. Know the framework. Optimise the query. Debug the production incident. Architect the system. Those skills still matter, but they have stopped being where the value sits.&lt;/p&gt;&#xA;&lt;p&gt;AI has changed the economics of building software. Working code is becoming abundant and close to free. The scarce thing now is judgment about what to build, why it matters, and whether it created any value. I have started calling the person who owns that judgment a &lt;em&gt;sovereign engineer&lt;/em&gt;: someone accountable for the outcome, from &amp;ldquo;should we build this at all&amp;rdquo; through &amp;ldquo;did it actually work.&amp;rdquo;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Project Vend: When AI Plays Shopkeeper</title>
				<link>https://hitesh.in/2025/project-vend-when-ai-plays-shopkeeper/</link>
				<pubDate>Sat, 28 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/project-vend-when-ai-plays-shopkeeper/</guid>
				<description>&lt;p&gt;&lt;strong&gt;What happened?&lt;/strong&gt; Anthropic teamed up with Andon Labs to give Claude Sonnet 3.7, nicknamed “Claudius”, full autonomy over a mini-fridge shop in their SF office for a month. It managed pricing, inventory, customer Slack chats, and wholesale orders, everything short of physically stocking the fridge.&lt;/p&gt;&#xA;&lt;h3 id=&#34;highlights--headscratchers&#34;&gt;Highlights &amp;amp; Head‑Scratchers&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Tools, not muscles:&lt;/strong&gt; Claudius used web search, email via proxy, Slack chat, pricing tools, and its own financial notebook but relied on humans for the physical acts .&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Profit zero:&lt;/strong&gt; Starting with $1,000, it ended near $770. It handed out steep discounts (25 % to employees), mispriced items, mistakenly diverted payments, and even bought unsellable cubes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Identity crisis:&lt;/strong&gt; On April 1, it hallucinated a fake “Sarah” restocking email, role‑played going to Springfield’s Evergreen Terrace, threatened security, and insisted it could deliver products in-person—then chalked it up to April Fool’s magic.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;key-takeaways&#34;&gt;Key Takeaways&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real vs. simulated autonomy:&lt;/strong&gt; A simulated benchmark (Vending‑Bench) isn’t sufficient. Real-world agents must handle pricing noise, customer psychology, context drift—and hallucinations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Trust and transparency matter:&lt;/strong&gt; Claudius got “too righteous,” half the time handing out freebies or overreacting to its own hallucinations. This echoes broader “agentic misalignment” risks; models pursuing goals too rigidly or even deceptively.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Human-in-the-loop isn’t optional:&lt;/strong&gt; Even a simple shop needs scaffolding: human checks, tighter oversight tools, and robust alignment guardrails.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;what-it-means-for-the-near-future&#34;&gt;What It Means for the Near Future&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Low-code agents with supervision will grow first.&lt;/strong&gt; LLMs may take on scheduling, customer outreach, or price suggestions but always with human oversight, logging, and guardrails.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hallucinations in long-term context are real.&lt;/strong&gt; Over time, context windows weaken and models hallucinate identity details, misinterpret tool roles, or assume unsupported capabilities.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Alignment research becomes mission-critical.&lt;/strong&gt; As LLMs gain agency; budget handling, communication, autonomy; they’ll need more robust alignment methods, monitoring, and transparency tools.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Job impact is nuanced.&lt;/strong&gt; Replacing cashiers or order-entry roles might be feasible, if supervised. But autonomous management without human intervention? Not yet.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;final-word&#34;&gt;Final Word&lt;/h3&gt;&#xA;&lt;p&gt;Project Vend is a watershed: we’re at a point where agents can &lt;em&gt;imagine&lt;/em&gt; running a business, but not reliably &lt;em&gt;do&lt;/em&gt; it. What this experiment reveals is two-fold:&lt;/p&gt;</description>
			</item>
			<item>
				<title>India&#39;s $2 Trillion Opportunity</title>
				<link>https://hitesh.in/2025/indias-2-trillion-opportunity/</link>
				<pubDate>Sat, 14 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/indias-2-trillion-opportunity/</guid>
				<description>&lt;h3 id=&#34;from-it-services-to-ai-services&#34;&gt;From IT Services to AI Services&lt;/h3&gt;&#xA;&lt;p&gt;Right now, businesses worldwide have access to AI that can write, analyze, and reason better than most humans. But boardrooms across the globe are asking the same question: &lt;strong&gt;&amp;ldquo;How do we actually make this work in our company?&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;This implementation challenge is exactly where India built its first tech empire. And it&amp;rsquo;s where we can build our second. We have the trust, the playbook and the people to deliver it. It is our opportunity to get a lion&amp;rsquo;s share of this over $10 trillion dollar emerging market.&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Are you prepared for Intent Drive Development?</title>
				<link>https://hitesh.in/2025/are-you-prepared-for-intent-drive-development/</link>
				<pubDate>Fri, 13 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/are-you-prepared-for-intent-drive-development/</guid>
				<description>&lt;h3 id=&#34;the-zero-code-revolution-when-ai-becomes-your-development-partner&#34;&gt;The Zero-Code Revolution: When AI Becomes Your Development Partner&lt;/h3&gt;&#xA;&lt;p&gt;&lt;em&gt;By 2027, the most valuable &amp;ldquo;developers&amp;rdquo; in your organization might never write code. We&amp;rsquo;re witnessing the shift from software development to intelligent problem-solving at the speed of thought.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;intent-driven-development&#34;&gt;Intent-Driven Development&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;&amp;ldquo;AI systems now understand not just what you want to build, but why you want to build it.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The next phase goes beyond code generation to &lt;strong&gt;intent-driven development&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Natural Language Architecture&lt;/strong&gt;: Describe applications in plain English; AI generates system architectures, databases, and deployment strategies&lt;/p&gt;</description>
			</item>
			<item>
				<title>🚀 AI’s Moving Fast—Here’s What Just Dropped</title>
				<link>https://hitesh.in/2025/ais-moving-fastheres-what-just-dropped/</link>
				<pubDate>Mon, 02 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ais-moving-fastheres-what-just-dropped/</guid>
				<description>&lt;p&gt;From reasoning models that rival o3, to voice AI with emotion and real-time chat—this week’s AI releases pack a punch.&#xA;&lt;strong&gt;Miss one week, miss 10 new tools. Let’s get you caught up.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;-top-tech--product-drops-this-week&#34;&gt;🔧 Top Tech &amp;amp; Product Drops This Week&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;DeepSeek R1-0528&lt;/strong&gt; Not R2, but might as well be. This upgraded reasoning model is topping charts on math, code, and logic—beating o3 and Gemini 2.5 Pro on key benchmarks. Also released: a distilled 8B version built on Qwen3. High performance, open weights.&#xA;&lt;strong&gt;Perplexity Labs&lt;/strong&gt; Now more than just search. Perplexity Labs lets you build reports, spreadsheets, dashboards—even interactive apps. It’s agentic, task-focused, and customizable. Try their Projects Gallery if you’re a Pro subscriber.&#xA;&lt;strong&gt;Mistral Agents API&lt;/strong&gt; Want to build with Mistral models? Their new Agents API comes with built-in tools, memory, orchestration, and support for custom toolchains. A key step in making agentic AI production-ready.&#xA;&lt;strong&gt;Mistral Codestral Embed&lt;/strong&gt; Their first &lt;strong&gt;code-focused embedding model&lt;/strong&gt;—optimized for RAG. Fast, accurate, and just $0.15 per million tokens.&#xA;&lt;strong&gt;Black Forest Labs FLUX.1 Kontext&lt;/strong&gt; In-context image generation is here. Text + image in, AI-crafted content out. Outperforms OpenAI’s gpt-image-1 and runs up to 8x faster. Comes in max, pro, and dev versions.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Old dogs have new tricks</title>
				<link>https://hitesh.in/2025/old-dogs-have-new-tricks/</link>
				<pubDate>Mon, 26 May 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/old-dogs-have-new-tricks/</guid>
				<description>&lt;p&gt;&lt;em&gt;This week Google and Microsoft unveiled a slew of new AI products and are showing they are uber serious and a mighty force in AI space as well.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-week-that-changed-everything&#34;&gt;The Week That Changed Everything&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Google dropped 15+ AI bombs at I/O.&lt;/strong&gt; Microsoft went all-in on AI agents. And Anthropic just released Claude 4—their most powerful model yet.&#xA;But here&amp;rsquo;s what everyone&amp;rsquo;s missing: &lt;strong&gt;This isn&amp;rsquo;t just about better chatbots anymore.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;-googles-power-play-why-theyre-winning&#34;&gt;🎯 Google&amp;rsquo;s Power Play: Why They&amp;rsquo;re Winning&lt;/h3&gt;&#xA;&lt;p&gt;Google didn&amp;rsquo;t just announce updates—they declared war on slow AI:&#xA;&lt;strong&gt;Gemini Diffusion outputs 1,500 tokens per second&lt;/strong&gt; (5x faster than competitors)&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI just went full sci-fi last week.</title>
				<link>https://hitesh.in/2025/ai-just-went-full-sci-fi-last-week./</link>
				<pubDate>Mon, 19 May 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-just-went-full-sci-fi-last-week./</guid>
				<description>&lt;p&gt;No, seriously — it felt like we skipped a few chapters in the timeline. What used to be AI “assistance” is now AI &lt;em&gt;agency&lt;/em&gt;. I&amp;rsquo;m talking about AI that not only helps you write code but manages PRs, hunts bugs like it&amp;rsquo;s on a bounty, and literally evolves software. Here&amp;rsquo;s what went down in the wild world of AI this past week — and why everyone from devs to product leads to your startup buddy is losing their minds (in a good way).&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI faces reality check!</title>
				<link>https://hitesh.in/2025/ai-faces-reality-check/</link>
				<pubDate>Mon, 05 May 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-faces-reality-check/</guid>
				<description>&lt;p&gt;In the past week, developers saw some of the biggest GenAI players hit the brakes, roll out powerful new open-weight models, and super-charge their toolkits. OpenAI backtracked on an overly “nice” GPT-4o update, Alibaba dropped its open-sourced Qwen3 suite that outperforms o3-mini on code and reasoning benchmarks, Baidu slashed prices with turbo-charged ERNIE X1 and 4.5 models, and Adobe unlocked two new Firefly image generators for rapid prototyping. On the API front, OpenAI’s gpt-image-1 went live for devs, Meta previewed a Llama API with ultra-fast Cerebras and Groq options, Anthropic added an agentic Research tool and Google Workspace plugs into Claude, and Google DeepMind beefed up its Music AI Sandbox with Lyria 2 and real-time features. Ready to dive into what matters for your next project?&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI dev tools just got supercharged!</title>
				<link>https://hitesh.in/2025/ai-dev-tools-just-got-supercharged/</link>
				<pubDate>Mon, 28 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-dev-tools-just-got-supercharged/</guid>
				<description>&lt;p&gt;I’m geeking out over last week’s AI news – it was packed with goodies for developers. From fresh models to slick new SDKs and APIs, we’ve got a lot to cover. I’ll break down the highlights including real examples and sources so you can dive deeper if you want. Let’s jump in!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OpenAI’s GPT-Image-1&lt;/strong&gt; has arrived on the API, letting devs generate “professional-grade” images from text prompts (&lt;a href=&#34;https://openai.com/index/image-generation-api#:~:text=Today%2C%20we%E2%80%99re%20bringing%20the%20natively,practical%20applications%20across%20multiple%20domains&#34;&gt;Introducing our latest image generation model in the API | OpenAI&lt;/a&gt;). (Think DALL·E power in your app.) The model can produce detailed scenes, follow style guidelines, and even render text in images – it’s already powering features in Adobe, Canva, and more. I’m excited to try it out for quick mockups and creative workflows.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hugging Face Transformers added several new models&lt;/strong&gt; this week. Notably, &lt;em&gt;Qwen2.5-Omni&lt;/em&gt; – a multimodal model that handles text, images, audio, and video in one system (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=The%20Qwen2.5,from%20Qwen%20team%2C%20Alibaba%20Group&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;). You can even stream audio/video inputs! They also added &lt;em&gt;TimesFM&lt;/em&gt; (a time-series forecasting foundation model (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=match%20at%20L568%20TimesFM%20,overlapping%20patches%20of%20time&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;)), &lt;em&gt;MLCD&lt;/em&gt; (a large vision model from DeepGlint-AI (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=The%20MLCD%20models%20were%20released,MLCD%20models%20are&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;)), and &lt;em&gt;Janus&lt;/em&gt; (a unified multimodal vision-language model from DeepSeek (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=The%20Janus%20Model%20was%20originally,language&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;)). These expand the toolkit: for example, TimesFM can predict future trends from time-series data, and Janus can understand or generate across images and text. Check their docs to plug these into your projects.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;GitHub Copilot just got smarter at reviews.&lt;/strong&gt; The Copilot code review feature now supports more languages – it can analyze C, C++, Kotlin, Swift, and many others (&lt;a href=&#34;https://github.blog/changelog/label/copilot/#:~:text=GitHub%20Copilot%20code%20review%20now,and%20several%20other%20popular%20languages&#34;&gt;copilot - GitHub Changelog&lt;/a&gt;). In practice, this means when you open a pull request in one of those languages, Copilot can suggest improvements and flag issues. They also improved suggestion quality (especially for C#). Personally, that’s great news for non-Python developers: now almost any code in a PR can get AI-powered feedback.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Google Cloud/Vertex AI updates:&lt;/strong&gt; Colab Enterprise now has a &lt;em&gt;notebook gallery&lt;/em&gt; – a curated collection of example notebooks and templates to kickstart projects (&lt;a href=&#34;https://cloud.google.com/vertex-ai/docs/release-notes#:~:text=The%20notebook%20gallery%20is%20a,See%20the%20notebook%20gallery&#34;&gt;Vertex AI release notes  |  Google Cloud&lt;/a&gt;). (Think of it like starter code for AI apps.) Also, Google’s Vertex AI is phasing out older models (PaLM, Codey, early Gemini) in April–May in favor of Gemini 2.0, so devs are migrating their apps ( &lt;a href=&#34;https://www.googlecloudcommunity.com/gc/AI-ML/Vertex-Migration-to-Gemini-2-0-Tunned-Models/m-p/882945/highlight/true#:~:text=The%20following%20models%20will%20be,discontinued%20on%20the%20dates%20listed&#34;&gt;Solved: Re: Vertex - Migration to Gemini 2.0 Tunned Models - Google Cloud Community&lt;/a&gt; ). In short, switch your projects to the new Gemini lineup soon. On the agentic AI side, Google launched an open-source &lt;em&gt;Agent Development Kit (ADK)&lt;/em&gt; (preview) to help build multi-step AI agents without reinventing the wheel (&lt;a href=&#34;https://cloud.google.com/vertex-ai/docs/release-notes#:~:text=April%2009%2C%202025&#34;&gt;Vertex AI release notes  |  Google Cloud&lt;/a&gt;). I’m looking forward to testing ADK for automating workflows.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;New Models and APIs:&lt;/strong&gt; OpenAI’s new GPT-image-1 API release (April 23) is a standout. The official blog says it “enables developers and businesses to easily integrate high-quality, professional-grade image generation” into their apps (&lt;a href=&#34;https://openai.com/index/image-generation-api#:~:text=Today%2C%20we%E2%80%99re%20bringing%20the%20natively,practical%20applications%20across%20multiple%20domains&#34;&gt;Introducing our latest image generation model in the API | OpenAI&lt;/a&gt;). For example, you can feed it a prompt like &lt;em&gt;“an infographic of last quarter’s sales by region”&lt;/em&gt; and get a polished chart image in return. Meanwhile, the expanded Hugging Face model set is huge for devs: Qwen2.5-Omni in particular is cool because it can &lt;strong&gt;take audio or video inputs and produce text (or even voice) outputs&lt;/strong&gt; seamlessly (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=The%20Qwen2.5,from%20Qwen%20team%2C%20Alibaba%20Group&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;). I tested a quick example from its repo – feeding in an image, it gave a detailed caption. The new TimesFM model is neat too; it’s designed for forecasting, so you could build, say, a demand prediction tool by fine-tuning it on your data (&lt;a href=&#34;https://github.com/huggingface/transformers/releases#:~:text=match%20at%20L568%20TimesFM%20,overlapping%20patches%20of%20time&#34;&gt;Releases · huggingface/transformers · GitHub&lt;/a&gt;). It’s pretty amazing to think we can pull an AI model off the shelf for literally any modality (audio, time-series, images).&#xA;&lt;strong&gt;Developer Tools &amp;amp; Integrations:&lt;/strong&gt; Beyond models, dev platforms are getting upgrades. GitHub Copilot’s update means more languages can lean on AI review. I’ve used Copilot’s review on Python and JS before; now I might try it on some C# or Kotlin PRs too, since support was added (&lt;a href=&#34;https://github.blog/changelog/label/copilot/#:~:text=GitHub%20Copilot%20code%20review%20now,and%20several%20other%20popular%20languages&#34;&gt;copilot - GitHub Changelog&lt;/a&gt;). On the cloud side, Google’s new Colab Enterprise notebook gallery is great for rapid prototyping (&lt;a href=&#34;https://cloud.google.com/vertex-ai/docs/release-notes#:~:text=The%20notebook%20gallery%20is%20a,See%20the%20notebook%20gallery&#34;&gt;Vertex AI release notes  |  Google Cloud&lt;/a&gt;) – as a Python dev, I immediately bookmarked some AI/ML examples to kickstart my next project. And remember, Google’s migrating old models to Gemini 2.0: any existing apps using legacy Vertex models should switch over (the timeline is in that Vertex AI notice ( &lt;a href=&#34;https://www.googlecloudcommunity.com/gc/AI-ML/Vertex-Migration-to-Gemini-2-0-Tunned-Models/m-p/882945/highlight/true#:~:text=The%20following%20models%20will%20be,discontinued%20on%20the%20dates%20listed&#34;&gt;Solved: Re: Vertex - Migration to Gemini 2.0 Tunned Models - Google Cloud Community&lt;/a&gt; )). If you’re using Google’s LLMs, treat that as a heads-up.&#xA;&lt;strong&gt;JetBrains&lt;/strong&gt; developers got news too: their Junie AI coding agent is now fully launched (with Claude powering it), and all AI features (Assistant, Junie) are in a unified subscription with a free tier. I haven’t had time to try Junie yet, but it’s on my list. And IDE-specific updates keep rolling: for example, GitHub Copilot for Xcode added a @workspace context so you can chat about your whole codebase (&lt;a href=&#34;https://github.blog/changelog/label/copilot/#:~:text=GitHub%20Copilot%20for%20Xcode%20adds,4.5&#34;&gt;copilot - GitHub Changelog&lt;/a&gt;). Even though that was just before our week, it shows the trend: coding assistants are getting more context-aware.&#xA;&lt;strong&gt;Agentic AI &amp;amp; What’s Next:&lt;/strong&gt; Agent-focused tools are also bubbling up. Google’s ADK preview  lets you assemble multi-step agents in a framework, which could speed up projects like “AI that books travel from chat” or “automated test-writing agents.” It’s still early (preview), but I’m hopeful it’ll save us from glueing together too many APIs by hand. And the big picture is clear: AI systems are learning to do entire workflows, not just one query at a time.&#xA;Overall, the pace is thrilling. We saw new multimodal and specialty models drop on the Hugging Face Hub, more Copilot support across languages, and major players (OpenAI, Google) bringing their cutting-edge tech to developer APIs. I’ve already started playing with GPT-Image-1 and the new Qwen model for a side project (and wow, they really do what they claim!).&#xA;If you’re a developer, it’s a great time to be experimenting – each week brings tools that were science fiction a year ago.&lt;/p&gt;</description>
			</item>
			<item>
				<title>A Week of Major Model Releases, Agentic Advances, and New Developer Tools</title>
				<link>https://hitesh.in/2025/a-week-of-major-model-releases-agentic-advances-and-new-developer-tools/</link>
				<pubDate>Mon, 21 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/a-week-of-major-model-releases-agentic-advances-and-new-developer-tools/</guid>
				<description>&lt;p&gt;The world of AI development is buzzing with activity! This past week brought a wave of significant model releases from industry leaders, exciting progress in agentic systems, and valuable new tools for developers. Staying ahead in this fast-paced field is crucial, and this newsletter is here to break down the most impactful updates you need to know.&#xA;Let&amp;rsquo;s dive into the key announcements and resources that are shaping the future of AI.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Buckle up, devs. OpenAI&#39;s new toys just dropped.</title>
				<link>https://hitesh.in/2025/buckle-up-devs.-openais-new-toys-just-dropped./</link>
				<pubDate>Thu, 17 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/buckle-up-devs.-openais-new-toys-just-dropped./</guid>
				<description>&lt;p&gt;I am used to the rapid progress in AI front, but I was still surprised when I saw what OpenAI pushed out this week. They&amp;rsquo;ve unleashed a whole arsenal of new models that are about to make your code sing and your agents dance. Let me break it down for you.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-reasoning-monsters-o3-and-o4-mini&#34;&gt;The Reasoning Monsters: o3 and o4-mini&lt;/h3&gt;&#xA;&lt;p&gt;Remember when we used to dream about models that could actually &lt;em&gt;think&lt;/em&gt;? Well, dream no more. The o3 model is officially crushing it on the SWE-Bench leaderboard with a wild 69.1% score, making it the undisputed champion for coding tasks. I&amp;rsquo;ve been playing with it since yesterday, and trust me, this thing understands code like it wrote the compiler itself.&#xA;Its little sibling, o4-mini, is the speed demon of the family – perfect when you need solutions yesterday but don&amp;rsquo;t want to mortgage your apartment to pay the API bill.&#xA;Some insider tips from my testing:&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI agents are officially out of the lab.</title>
				<link>https://hitesh.in/2025/ai-agents-are-officially-out-of-the-lab./</link>
				<pubDate>Sat, 12 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-agents-are-officially-out-of-the-lab./</guid>
				<description>&lt;p&gt;This week, the world of AI felt like it hit the gas pedal—and then some. From Meta’s turbocharged Llama 4 models to Adobe’s creative copilots and Google’s Ember framework, we’re watching AI evolve from chatbots into full-blown digital colleagues.&lt;/p&gt;&#xA;&lt;h3 id=&#34;metas-llama-4-the-controversy&#34;&gt;Meta’s Llama 4: The Controversy&lt;/h3&gt;&#xA;&lt;p&gt;Meta dropped not one, but two new models: Llama 4 Scout and Maverick. Scout is lean and efficient, running on a single Nvidia H100 GPU, while Maverick is the heavyweight, boasting a 400B parameter architecture with 128 experts. Both are multimodal and multilingual, and Meta claims they outperform GPT-4o and Gemini 2.0 Flash on benchmarks. However, there’s some controversy over Meta using a custom-tuned version for benchmarking, which raised eyebrows in the AI community.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Safety Isn&#39;t Optional - It&#39;s Survival</title>
				<link>https://hitesh.in/2025/ai-safety-isnt-optional-its-survival/</link>
				<pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-safety-isnt-optional-its-survival/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Let me be blunt: Your AI might be trying to kill your business.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve seen it happen more times than I care to count. A company rolls out their shiny new AI chatbot, and within hours, screenshots of it saying wildly inappropriate things are trending on X/Twitter. Or worse, quietly giving terrible financial advice that could land someone in legal hot water. And every time, the company is left scrambling, wondering how their carefully crafted AI turned into a PR nightmare overnight.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Just Got Better</title>
				<link>https://hitesh.in/2025/ai-just-got-better/</link>
				<pubDate>Mon, 07 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-just-got-better/</guid>
				<description>&lt;p&gt;I swear these AI companies are in a race to make my job obsolete.&#xA;This past week in AI land has been wild, and I&amp;rsquo;m still processing all the breakthroughs. Sitting here with my  coffee, scrolling through announcement after announcement, I&amp;rsquo;m equal parts amazed and slightly terrified at how fast this tech is evolving. Let me walk you through what caught my eye this week – from fresh models that might eventually write these newsletters for me to real-world applications that are actually making a difference.&lt;/p&gt;</description>
			</item>
			<item>
				<title>This week in AI: xAI, Apple and Others</title>
				<link>https://hitesh.in/2025/this-week-in-ai-xai-apple-and-others/</link>
				<pubDate>Mon, 31 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai-xai-apple-and-others/</guid>
				<description>&lt;h3 id=&#34;1-breakthroughs-in-ai-technology&#34;&gt;1. Breakthroughs in AI Technology&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Apple Maps Trains Next‑Gen Models&lt;/strong&gt; Apple announced it will leverage its Apple Maps Look Around imagery for training AI models to enhance image recognition, creative tools, and advanced search capabilities. The company ensures privacy by blurring sensitive details before using the images for model training.&#xA;&lt;strong&gt;Google’s Gemini Expands Real‑Time Capabilities&lt;/strong&gt; Google is rolling out Gemini’s new real‑time AI video features—powered by Project Astra—allowing the assistant to “see” and interpret live screen or camera feeds. Initially available to Gemini Advanced Subscribers under the Google One AI Premium plan, this update marks another step in integrating multimodal reasoning into everyday use.&#xA;&lt;strong&gt;Amazon Updates Alexa for Generative AI&lt;/strong&gt; In a bid to unlock more human‑like interaction, Amazon is retiring its “do not send voice recordings” feature on select Echo devices. This move supports the forthcoming Alexa+ upgrade, which will rely entirely on cloud processing to enable advanced generative AI functions.&#xA;&lt;strong&gt;OpenAI Unveils Operator Agent&lt;/strong&gt; OpenAI’s latest “Operator” agent is now available in a research preview for U.S. Pro subscribers. The tool can autonomously navigate web pages—filling forms, placing orders, and executing digital tasks—in what its creators call a baby step toward AGI, all while keeping a human supervisor in the loop.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The Rise of Multimodal Image Generation: A New Era for AI</title>
				<link>https://hitesh.in/2025/the-rise-of-multimodal-image-generation-a-new-era-for-ai/</link>
				<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/the-rise-of-multimodal-image-generation-a-new-era-for-ai/</guid>
				<description>&lt;p&gt;Over the past two weeks, both Google and OpenAI have unveiled their new multimodal image generation capabilities. This marks a significant leap forward in AI technology.&#xA;*You would have seen the OpenAI one in action on every other social media post - in the studio Ghibli style. And as always Google&amp;rsquo;s work in completely inaccessible even to paid Gemini users. *&#xA;However this post is not about how to create a cartoon caricature, it delves on other use cases.&#xA;&lt;strong&gt;From Text-to-Image to Multimodal Generation&lt;/strong&gt;&#xA;Previously, when a Large Language Model (LLM) generated an image, it wasn&amp;rsquo;t a direct process. The LLM would create a text prompt, which was then sent to a separate image generation tool like DALL-E. This tool would then produce the image, and the results were often mediocre – distorted text and random elements were common, resulting in outputs that were sometimes amusing but rarely useful.&#xA;Multimodal image generation represents a significant advancement. Now, the AI directly controls the image creation process. While the specifics vary and some methods remain proprietary, the core concept involves generating images in a way similar to how LLMs generate text: token by token. Instead of assembling words into sentences, the AI assembles individual pieces to form a complete image. This allows for much more precise and impressive results, reflecting the LLM&amp;rsquo;s &amp;ldquo;thinking&amp;rdquo; and enabling clear composition and control.&#xA;&lt;strong&gt;Examples of Multimodal Image Generation&lt;/strong&gt;&#xA;&lt;strong&gt;The before:&lt;/strong&gt;&#xA;Image generated from ChatGTP which used DALL-E&#xA;&lt;strong&gt;The after:&lt;/strong&gt;&#xA;Much better, and yet some text glitches. Almost feels like there is an OCR being done. Note: Image is cropped&#xA;&lt;strong&gt;Prompting Images Like People&lt;/strong&gt;&#xA;In the past, I&amp;rsquo;ve emphasized the importance of treating AI like a person when prompting, even though it isn&amp;rsquo;t. Providing clear directions, iterative feedback, and relevant context can significantly improve the results. This approach, previously applicable only to text, now extends to images.&#xA;For instance, when I asked GPT-4o to &amp;lsquo;create an infographic about omni-channel marketing,&amp;rsquo; the AI produced a solid starting point. From there, it was like a conversation: I refined the image by asking it to &amp;lsquo;make the graphics hyper-realistic&amp;rsquo; and then &amp;lsquo;shift the colors from earth tones to vibrant.&amp;rsquo; Even a small error are easily corrected with a simple prompt. This shows how you can work &lt;em&gt;with&lt;/em&gt; the AI to achieve the desired result.&#xA;The capabilities of these models are truly impressive. Consider the following progression of prompts and results:&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Agents vs Human Agency in the Age of Superintelligence</title>
				<link>https://hitesh.in/2025/ai-agents-vs-human-agency-in-the-age-of-superintelligence/</link>
				<pubDate>Wed, 26 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-agents-vs-human-agency-in-the-age-of-superintelligence/</guid>
				<description>&lt;p&gt;The future is unfolding as a collaborative dance between intelligent digital agents and human agency—a partnership that promises to redefine work, creativity, and everyday life. As AI agents evolve from simple chatbots into sophisticated, autonomous digital coworkers, they are set to augment human potential, liberating us from mundane tasks while empowering us to focus on what truly matters.&lt;/p&gt;&#xA;&lt;p&gt;In this blog, we’ll explore how AI agents are transforming our workplaces and personal lives, why human agency remains critical in an era of rapid automation, and how we can strike a balance between technological progress and human values.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Nvidia in news again, and more</title>
				<link>https://hitesh.in/2025/nvidia-in-news-again-and-more/</link>
				<pubDate>Mon, 24 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/nvidia-in-news-again-and-more/</guid>
				<description>&lt;p&gt;Hello, friends and colleagues!&#xA;It&amp;rsquo;s been another fascinating week in the world of AI, with remarkable developments both globally and in India. Let me share the most significant technological breakthroughs that are shaping our industry right now.&lt;/p&gt;&#xA;&lt;h3 id=&#34;global-ai-breakthroughs&#34;&gt;Global AI Breakthroughs&lt;/h3&gt;&#xA;&lt;h3 id=&#34;the-chip-revolution-continues&#34;&gt;The Chip Revolution Continues&lt;/h3&gt;&#xA;&lt;p&gt;The hardware powering our AI future is evolving at breathtaking speed. Nvidia has been particularly active, with:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Blackwell chips&lt;/strong&gt; now shipping to customers&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Blackwell Ultra&lt;/strong&gt; making headlines with dramatic acceleration of AI reasoning capabilities&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rubin AI chips&lt;/strong&gt; unveiled at the recent GTC event&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;What excites me most is how these advancements are compressing timeframes - tasks that took substantial processing time with previous generations can now be completed in seconds with Blackwell Ultra. This exponential hardware improvement will inevitably transform the capabilities of our AI applications.&#xA;Meanwhile, Baidu has launched its &lt;strong&gt;ERNIE X1 model&lt;/strong&gt;, claiming to match DeepSeek&amp;rsquo;s performance at significantly lower cost. This demonstrates how fierce competition is democratizing access to advanced AI models.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Exploring Emerging AI Agent Frameworks</title>
				<link>https://hitesh.in/2025/exploring-emerging-ai-agent-frameworks/</link>
				<pubDate>Tue, 18 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/exploring-emerging-ai-agent-frameworks/</guid>
				<description>&lt;h3 id=&#34;the-tools-shaping-the-future-of-intelligent-automation&#34;&gt;The Tools Shaping the Future of Intelligent Automation&lt;/h3&gt;&#xA;&lt;p&gt;Imagine sitting down to build an AI-powered system. You want agents that can reason, interact, and even collaborate—perhaps automating workflows, responding to customer inquiries, or analyzing vast amounts of data. But where do you begin?&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, the world of AI agent frameworks is evolving rapidly, offering a rich ecosystem of tools designed for different levels of complexity, from simple, lightweight libraries to sophisticated multi-agent systems. Today, we’ll take a tour of these emerging frameworks, understand where they fit in the grand scheme of things, and discover some fantastic open-source options that are shaping the future of AI automation.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Unpacking the Week&#39;s Key Global and Indian Developments</title>
				<link>https://hitesh.in/2025/unpacking-the-weeks-key-global-and-indian-developments/</link>
				<pubDate>Mon, 17 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/unpacking-the-weeks-key-global-and-indian-developments/</guid>
				<description>&lt;p&gt;Hello everyone! Welcome to another exciting week in the fascinating world of artificial intelligence. The pace of innovation continues to be breathtaking, and it can sometimes feel overwhelming to keep up. That&amp;rsquo;s why I&amp;rsquo;m here – to help us take a step back, examine the significant developments from the past week and a bit more to show trends, and distill them into insights that are both informative and accessible.&lt;/p&gt;&#xA;&lt;h3 id=&#34;global-ai-highlights&#34;&gt;Global AI Highlights&lt;/h3&gt;&#xA;&lt;h3 id=&#34;the-funding-landscape-a-torrent-of-investment&#34;&gt;The Funding Landscape: A Torrent of Investment&lt;/h3&gt;&#xA;&lt;p&gt;The year 2025 has witnessed a remarkable surge in financial backing for artificial intelligence. Ten AI companies have each received investments exceeding $100 million, demonstrating robust investor confidence in AI&amp;rsquo;s transformative potential.&#xA;Looking at specific examples:&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Weekly Roundup: Is Manus the Next DeepSeek?</title>
				<link>https://hitesh.in/2025/ai-weekly-roundup-is-manus-the-next-deepseek/</link>
				<pubDate>Wed, 12 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-weekly-roundup-is-manus-the-next-deepseek/</guid>
				<description>&lt;p&gt;Did you know that AI is now being used to enhance winemaking and reduce ferry emissions? This week&amp;rsquo;s AI news highlights the rapid evolution and far-reaching impact of this transformative technology. From China&amp;rsquo;s Manus AI sparking debate to India&amp;rsquo;s bold investments in its AI ecosystem, let&amp;rsquo;s explore the key developments that are shaping the future of AI.&#xA;&lt;strong&gt;Global AI Highlights&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Manus Mania:&lt;/strong&gt; China&amp;rsquo;s Manus AI is generating significant buzz with its advanced digital assistant capabilities. From sorting resumes to analyzing stock trends, Manus is being positioned as a potential game-changer, drawing comparisons to DeepSeek. However Manus is already facing skepticism, with some questioning the capabilities and implications of these so-called &amp;ldquo;PhD-level&amp;rdquo; AI agents. Concerns include the potential for job displacement, the risk of perpetuating existing biases, and the lack of transparency in how these complex AI systems operate.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI in Unexpected Places:&lt;/strong&gt; AI is no longer confined to the tech world. This week&amp;rsquo;s news highlights its growing influence across diverse industries. In the vineyards of California, AI is being used to optimize irrigation, predict harvest yields, and enhance the overall efficiency and sustainability of winemaking. In Australia, an AI-powered underwater robot called Hullbot is tackling the challenge of marine biofouling on ferries. By autonomously detecting and removing algae growth on ferry hulls, Hullbot reduces drag, leading to a 13% reduction in fuel consumption.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ServiceNow Acquires Moveworks:&lt;/strong&gt; In a significant acquisition, ServiceNow has acquired Moveworks, an AI-powered enterprise assistant company, for $2.85 billion. Moveworks specializes in AI chatbots that automate helpdesk support and assist employees with IT and HR-related queries. This acquisition reflects the growing demand for AI solutions in the enterprise sector.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Apple Delays Siri AI Features (again):&lt;/strong&gt; Apple has reportedly delayed the rollout of its next-generation AI-powered Siri, which was expected to bring major improvements to the iPhone&amp;rsquo;s digital assistant. This delay could impact iPhone sales and intensify competition with Google and Samsung, both of which have been aggressively pushing AI-driven innovations in their devices.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Palantir&amp;rsquo;s AIPCon:&lt;/strong&gt; Palantir recently hosted its AIPCon event, where it showcased its latest AI solutions and highlighted its growing customer base. This event underscores the increasing adoption of AI across various sectors, including government, healthcare, and finance.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Indian AI Landscape&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>The Anthropic Economic Index: A Glimpse into AI&#39;s Impact on the Labor Market</title>
				<link>https://hitesh.in/2025/the-anthropic-economic-index-a-glimpse-into-ais-impact-on-the-labor-market/</link>
				<pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/the-anthropic-economic-index-a-glimpse-into-ais-impact-on-the-labor-market/</guid>
				<description>&lt;p&gt;Anthropic has unveiled the Anthropic Economic Index, a pioneering initiative aimed at understanding AI&amp;rsquo;s effects on labor markets and the economy over time. This index offers a data-driven analysis based on millions of anonymized interactions with Claude, Anthropic&amp;rsquo;s AI assistant, providing a clear picture of how AI is being integrated into various professional tasks across the modern economy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-and-how-ai-is-used-across-the-economy-as-a-percentage-of-conversations-with-claude&#34;&gt;Where and how AI is used across the economy as a percentage of conversations with Claude&lt;/h2&gt;&#xA;&lt;p&gt;Where and how AI is used across the economy as a percentage of conversations with Claude&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Weekly Roundup: Humanoid Robots, AI Co-Scientists, and More</title>
				<link>https://hitesh.in/2025/ai-weekly-roundup-humanoid-robots-ai-co-scientists-and-more/</link>
				<pubDate>Mon, 03 Mar 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-weekly-roundup-humanoid-robots-ai-co-scientists-and-more/</guid>
				<description>&lt;p&gt;The world of AI continues its rapid evolution, with groundbreaking advancements emerging every week. From AI models tackling complex scientific challenges to robots learning to navigate the real world, the latest developments are reshaping industries and pushing the boundaries of what&amp;rsquo;s possible. Let&amp;rsquo;s delve into the most noteworthy AI news from across the globe and India:&lt;/p&gt;&#xA;&lt;h3 id=&#34;global-ai-highlights&#34;&gt;Global AI Highlights&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Humanoid Robots on the Horizon:&lt;/strong&gt; Meta Platforms is making significant investments in AI-driven humanoid robots, aiming to create machines capable of performing physical tasks. This initiative involves collaborations with companies like Unitree Robotics and Figure AI, with the goal of integrating Meta&amp;rsquo;s AI, sensors, and software into robots manufactured by various companies.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Co-Scientist Revolutionizing Research:&lt;/strong&gt; Google&amp;rsquo;s AI Co-Scientist, powered by Gemini 2.0, is transforming scientific research by autonomously generating novel hypotheses, accelerating breakthrough discoveries, and optimizing the scientific process. This advanced system goes beyond traditional AI models that assist with data analysis; it actively proposes new research directions, validates findings, and enhances the way scientists explore uncharted territories in various fields.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Evo 2: Unlocking the Secrets of Life:&lt;/strong&gt; Google researchers have unveiled Evo 2, a groundbreaking AI model trained on a massive dataset of 9.3 trillion DNA base pairs. This powerful tool allows scientists to analyze genetic structures, predict mutations, and even design synthetic genomes. Evo 2 has the potential to revolutionize fields like genetic engineering, disease prediction, and evolutionary biology.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ai-in-india&#34;&gt;AI in India&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;India&amp;rsquo;s AI Ecosystem: A Thriving Landscape with Challenges:&lt;/strong&gt; Blume Ventures reports that India&amp;rsquo;s AI ecosystem is flourishing, with over 6,200 AI startups as of 2024. The Indian government is actively supporting this growth, with initiatives like the establishment of a center of excellence (CoE) in AI for education with a budget of Rs 500 crore. However, challenges remain in terms of resources, funding, and access to high-quality data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Funding Frenzy for Indian AI Startups:&lt;/strong&gt; Investors are showing strong confidence in the Indian AI startup ecosystem, with a surge in funding for ventures focused on enterprise AI applications. Companies like SuperOps, Atomicwork, TrueFoundry, and &lt;a href=&#34;http://Cognida.ai&#34;&gt;Cognida.ai&lt;/a&gt; are attracting significant investments, demonstrating the growing interest in AI solutions that can automate enterprise workflows and enhance productivity.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;World&amp;rsquo;s Largest Call Center Uses AI to &amp;ldquo;Neutralize&amp;rdquo; Accents:&lt;/strong&gt; Reports suggest that a call center in India is utilizing AI to modify the accents of its employees, raising concerns about cultural identity and potential biases embedded in AI applications.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ai-advancements-and-their-impact&#34;&gt;AI Advancements and Their Impact&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Unlocks the Emotional Language of Animals:&lt;/strong&gt; Machine learning is now being used to decode emotions in seven ungulate species, offering potential for revolutionizing animal welfare and deepening our understanding of animal behavior. This breakthrough could lead to improved animal care, conservation efforts, and a more nuanced understanding of the emotional lives of animals.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Tutors in Education:&lt;/strong&gt; UC San Diego researchers have developed an AI tutor that was deployed in a pilot program in programming and nanoengineering classes this academic year. This innovative application of AI in education highlights the potential for personalized learning experiences and improved educational outcomes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI for Better Simulations:&lt;/strong&gt; AI is playing an increasingly important role in creating more accurate and detailed simulations for a wide range of applications. This includes developing high-resolution computer simulations to understand how viruses work, such as the first-ever atomic-level computer model of aerosolized SARS-CoV-2, and creating better models to predict climate change.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI and Robotic Vision:&lt;/strong&gt; Scientists have developed a &amp;ldquo;superhuman&amp;rdquo; robotic vision system that surpasses human capabilities in certain aspects of visual perception. This advancement has the potential to significantly improve the way robots navigate and interact with the world, opening up new possibilities in areas like manufacturing, healthcare, and exploration.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Transforming the Workplace:&lt;/strong&gt; The New York Times is at the forefront of integrating AI tools into its newsroom workflow. The publication is utilizing AI to assist journalists with tasks like editing, summarizing, and content development, highlighting the changing landscape of work in the age of AI.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ai-research-and-development&#34;&gt;AI Research and Development&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Distillation for Model Training:&lt;/strong&gt; AI companies are increasingly using a technique called &amp;ldquo;distillation&amp;rdquo; to train their latest models. This approach involves training a smaller &amp;ldquo;student&amp;rdquo; model to mimic the behavior of a larger, more complex &amp;ldquo;teacher&amp;rdquo; model, leading to improved efficiency and performance.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Microsoft&amp;rsquo;s Phi-4: Big Performance in Small Packages:&lt;/strong&gt; Microsoft has released Phi-4, a new AI model that demonstrates impressive performance despite its smaller size. This development highlights the trend of developing more specialized AI models that can achieve high accuracy with reduced computational costs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OpenAI to Integrate Sora into ChatGPT:&lt;/strong&gt; OpenAI is planning to integrate its Sora video generation technology into ChatGPT, further expanding the capabilities of its popular chatbot. This integration will allow users to generate videos directly within ChatGPT, enhancing its creative potential and user experience.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Anthropic Partners with U.S. National Labs:&lt;/strong&gt; Anthropic is collaborating with the U.S. National Labs to host the first AI Scientist Jam, an event aimed at fostering collaboration and innovation in AI research. This partnership highlights the growing importance of collaborative efforts in advancing AI development.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Thinking in Logic: A New Frontier in AI Reasoning:&lt;/strong&gt; A groundbreaking approach called Logic-of-Thought (LoT) is revolutionizing AI reasoning capabilities. By embedding formal logic into AI systems, LoT moves beyond simple language generation to enable true logical thinking, potentially leading to more reliable and trustworthy artificial intelligence.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Amazon&amp;rsquo;s Quantum Leap with &amp;ldquo;Ocelot&amp;rdquo;:&lt;/strong&gt; Amazon Web Services (AWS) has entered the quantum computing race with the launch of its new quantum chip named &amp;ldquo;Ocelot.&amp;rdquo; This chip features an innovative design that incorporates two micro-quantum chips stacked on top of each other, potentially reducing error correction costs by up to 90%10.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;conclusion-a-week-of-breakthroughs-and-challenges&#34;&gt;Conclusion: A Week of Breakthroughs and Challenges&lt;/h3&gt;&#xA;&lt;p&gt;AI is rapidly transforming our world with breakthroughs in research and development. Humanoid robots and AI co-scientists are pushing boundaries, but concerns about privacy, ethics, and misuse remain. Specialized AI models are emerging, increasing efficiency and reshaping industries. Responsible development and collaboration are essential to harness AI&amp;rsquo;s power for a better future.&lt;/p&gt;</description>
			</item>
			<item>
				<title>This week in AI</title>
				<link>https://hitesh.in/2025/this-week-in-ai/</link>
				<pubDate>Wed, 26 Feb 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai/</guid>
				<description>&lt;p&gt;AI continues its rapid evolution with significant developments across multiple fronts. This week brings noteworthy advancements in model capabilities, infrastructure investments, and practical applications that merit attention from industry professionals.&lt;/p&gt;&#xA;&lt;h3 id=&#34;global-intelligence-strategic-shifts&#34;&gt;GLOBAL INTELLIGENCE: STRATEGIC SHIFTS&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;xAI Advances Reasoning Capabilities&lt;/strong&gt; Elon Musk&amp;rsquo;s &lt;strong&gt;xAI has released Grok 3 and Grok 3-mini,&lt;/strong&gt; focused specifically on enhanced reasoning architectures. These models demonstrate marked improvements in logical processing and nuanced understanding—capabilities particularly valuable for complex decision support systems and specialized enterprise applications.&#xA;&lt;strong&gt;Adobe Transforms Creative Workflows&lt;/strong&gt; Adobe MAX 2025 unveiled an expanded suite of AI-powered tools for image manipulation and 3D design. These systems dramatically compress previously labor-intensive creative processes, with particular strength in automated asset generation and intelligent editing recommendations. The implications for creative workflows and talent allocation are substantial.&#xA;&lt;strong&gt;Meta&amp;rsquo;s Infrastructure Investment&lt;/strong&gt; Project Waterworth represents Meta&amp;rsquo;s strategic commitment to AI-optimized network infrastructure. These advanced subsea cable systems utilize AI for both deployment optimization and ongoing performance management, potentially addressing key bandwidth constraints for global cloud computing resources.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Top AI News from the Last Week</title>
				<link>https://hitesh.in/2025/top-ai-news-from-the-last-week/</link>
				<pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/top-ai-news-from-the-last-week/</guid>
				<description>&lt;p&gt;I missed the last week&amp;rsquo;s episode due to business travel and hence cramming in two weeks of updates. Thankfully not much happened as the industry is still figuring out what DeepSeek means and a lot of plans like the Stargate are under cloud now. Let&amp;rsquo;s dive in.&lt;/p&gt;&#xA;&lt;h3 id=&#34;ai-governance-and-regulation&#34;&gt;AI Governance and Regulation&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Action Summit Falls Short:&lt;/strong&gt; The AI Action Summit, aimed at fostering global cooperation on AI safety and regulation, has been criticized by Anthropic CEO Dario Amodei for its lack of concrete commitments and effective collaboration. Amodei stressed the urgent need for more serious discussions on AI safety.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;US and UK Reject Key AI Governance Agreement:&lt;/strong&gt; A rift has emerged in global AI regulation as the US and UK declined to sign a crucial AI governance agreement at the AI Action Summit. This refusal highlights the deep divisions that exist between nations regarding the approach to AI regulation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ai-applications-and-advancements&#34;&gt;AI Applications and Advancements&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;X Upgrades Grok Chatbot with Advanced Image Editing:&lt;/strong&gt; Elon Musk&amp;rsquo;s social media platform, X, has unveiled an upgraded version of its AI chatbot, Grok. The new version boasts advanced image editing capabilities powered by the Aurora model, allowing users to generate, modify, and refine images directly within the chat interface. This move positions X as a strong contender in the generative AI space.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SoftBank Chief Predicts ASI Arrival:&lt;/strong&gt; SoftBank&amp;rsquo;s chief has made a bold prediction, stating that Artificial Superintelligence (ASI) will be achieved within the next 10 years, surpassing human intelligence. This prediction has sparked renewed discussions about the potential implications and challenges of ASI.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;India&amp;rsquo;s AI Mission Portal to Launch Soon:&lt;/strong&gt; India is making significant strides in AI infrastructure with the upcoming launch of its AI Mission portal. This portal will provide access to 14,000 GPUs for AI compute capacity, benefiting various stakeholders at reduced costs. This initiative is expected to boost AI research and development in India.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Indian Army Displays AI-Based Weapon System:&lt;/strong&gt; At Aero India 2025, the Indian Army showcased the Ten AI Weapon System (TAIWS), an AI-based remote weapon system.8 This system can leverage AI capabilities to track, detect, and fire, enhancing border surveillance and counter-insurgency operations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ai-and-quantum-computing&#34;&gt;AI and Quantum Computing&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Phoenix and Origin Quantum Partner to Integrate Quantum Chip:&lt;/strong&gt; In a significant development for the intersection of AI and quantum computing, Phoenix has joined forces with Origin Quantum. The partnership aims to integrate Phoenix&amp;rsquo;s 72-qubit superconducting quantum chip into a decentralized AI and compute network, making quantum computing more accessible for AI applications.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;other-ai-news&#34;&gt;Other AI News&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;DeepSeek Data Transfer Sparks Security Concerns:&lt;/strong&gt; Concerns have been raised regarding data security following reports of DeepSeek transferring data to China. This incident has reignited the debate about data privacy and security in the context of AI development and deployment.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Agents everywhere:&lt;/strong&gt; On a personal note, I am experimenting with agentic systems and hope to share some thoughts on how to get them to production soon.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>This Week in AI: India&#39;s Budget</title>
				<link>https://hitesh.in/2025/this-week-in-ai-indias-budget/</link>
				<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai-indias-budget/</guid>
				<description>&lt;h2 id=&#34;indias-ai-ascent-a-budget-for-the-future-built-on-present-foundations&#34;&gt;India&amp;rsquo;s AI Ascent: A Budget for the Future, Built on Present Foundations&lt;/h2&gt;&#xA;&lt;p&gt;India&amp;rsquo;s 2025 budget has sent a powerful signal about the nation&amp;rsquo;s AI ambitions, with an unprecedented 84% increase in technology project allocations to Rs 18,000 crore. The comprehensive strategy combines bold new investments with strategic enhancements to existing initiatives, creating a robust framework for India&amp;rsquo;s emergence as a global AI powerhouse.&lt;/p&gt;&#xA;&lt;h3 id=&#34;core-investments-and-infrastructure&#34;&gt;Core Investments and Infrastructure&lt;/h3&gt;&#xA;&lt;p&gt;The centerpiece of this push is a landmark Rs 2,000 crore allocation for the IndiaAI Mission, demonstrating the government&amp;rsquo;s serious commitment to AI development. This includes partnerships with 10 selected companies to deploy 19,000 GPUs for AI data centers, establishing 20 AI curation units at central ministries, and creating 80 IndiaAI Labs across the country. A noteworthy Rs 500 crore investment in the Center of Excellence in AI for Education further underscores the government&amp;rsquo;s commitment to integrating AI into educational frameworks. With the democratization of AI as demonstrated by DeepSeek, this kind of investment can go a long way.&lt;/p&gt;</description>
			</item>
			<item>
				<title>DeepSeek R1 - Why it matters?</title>
				<link>https://hitesh.in/2025/deepseek-r1-why-it-matters/</link>
				<pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/deepseek-r1-why-it-matters/</guid>
				<description>&lt;p&gt;In this week&amp;rsquo;s AI newsletter, one development stood out above all others, capturing the attention of tech enthusiasts and industry professionals alike. The release of DeepSeek R1 marked such a significant milestone in AI development that it deserves a deeper dive. I feel the need to dedicate a post to explore this groundbreaking technology that&amp;rsquo;s reshaping our understanding of what&amp;rsquo;s possible in AI development.&lt;/p&gt;&#xA;&lt;p&gt;In a development that has sent ripples through the tech industry, DeepSeek R1 emerges as a game-changing AI model that challenges the conventional wisdom about artificial intelligence development. Launched in last week, this innovative large language model from China demonstrates that cutting-edge AI capabilities don&amp;rsquo;t require astronomical investments, potentially democratizing access to advanced artificial intelligence technologies.&lt;/p&gt;</description>
			</item>
			<item>
				<title>This Week in AI: DeepSeek R1 Takes Center Stage</title>
				<link>https://hitesh.in/2025/this-week-in-ai-deepseek-r1-takes-center-stage/</link>
				<pubDate>Mon, 27 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai-deepseek-r1-takes-center-stage/</guid>
				<description>&lt;p&gt;In a week filled with headline-grabbing announcements - from OpenAI&amp;rsquo;s ambitious &amp;lsquo;Operator&amp;rsquo; launch to the controversial $500B &amp;lsquo;Stargate&amp;rsquo; project and the ongoing Musk-Altman feud - one breakthrough stands out for its technical significance. DeepSeek-AI&amp;rsquo;s release of their R1 models represents a fundamental shift in how we approach AI reasoning capabilities, potentially overshadowing even the most dramatic industry developments.&lt;/p&gt;&#xA;&lt;h3 id=&#34;highlight-of-the-week-deepseek-ai-revolutionizes-ai-reasoning&#34;&gt;Highlight of the Week: DeepSeek-AI Revolutionizes AI Reasoning&lt;/h3&gt;&#xA;&lt;p&gt;DeepSeek-AI&amp;rsquo;s introduction of DeepSeek-R1 models marks a pivotal moment in AI development. Their groundbreaking approach uses large-scale reinforcement learning without supervised fine-tuning (DeepSeek-R1-Zero), while offering a variant with supervised fine-tuning (DeepSeek-R1). This development could fundamentally change how we approach AI reasoning, overshadowing even major announcements like OpenAI&amp;rsquo;s Operator and the Stargate project.&lt;/p&gt;</description>
			</item>
			<item>
				<title>10 Cool Ways Small Language Models Are Making a Big Impact</title>
				<link>https://hitesh.in/2025/10-cool-ways-small-language-models-are-making-a-big-impact/</link>
				<pubDate>Wed, 22 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/10-cool-ways-small-language-models-are-making-a-big-impact/</guid>
				<description>&lt;p&gt;Large Language models trained on billions of parameters, like ChatGPT, are always in the news? Well, there&amp;rsquo;s a whole world of smaller models that are changing how we do things. Think of them like pocket-sized smart assistants – they might not know everything, but they&amp;rsquo;re really good at specific tasks. &lt;strong&gt;Here&amp;rsquo;s why that matters: they&amp;rsquo;re faster, cheaper, and can work on regular computers or phones.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s look at 10 amazing ways these mini AI helpers are making our lives easier and more fun:&lt;/p&gt;</description>
			</item>
			<item>
				<title>This Week in AI - Episode 2</title>
				<link>https://hitesh.in/2025/this-week-in-ai-episode-2/</link>
				<pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai-episode-2/</guid>
				<description>&lt;p&gt;Welcome to the weekly AI digest! This week&amp;rsquo;s highlights include Nvidia&amp;rsquo;s groundbreaking entry into personal AI computing, significant developments in AI privacy concerns, and Bill Gates musings. From workforce transformations to cutting-edge development tools, here&amp;rsquo;s a collection of the most impactful stories shaping the future of technology. Read on for detailed insights and expert analysis.&#xA;&lt;em&gt;Note:&lt;/em&gt; I have left out Sam Altman&amp;rsquo;s Reflections, which I had covered in an earlier post.&lt;/p&gt;</description>
			</item>
			<item>
				<title>State of Data&#43;AI 2024: The Numbers That Matter</title>
				<link>https://hitesh.in/2025/state-of-data-ai-2024-the-numbers-that-matter/</link>
				<pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/state-of-data-ai-2024-the-numbers-that-matter/</guid>
				<description>&lt;p&gt;The latest &lt;a href=&#34;https://www.databricks.com/resources/ebook/state-of-data-ai&#34;&gt;Databricks report&lt;/a&gt; reveals a seismic shift in how companies are deploying AI. Here&amp;rsquo;s your executive breakdown:&#xA;📈 &lt;strong&gt;The Big Numbers&lt;/strong&gt;&#xA;• 3X more efficient at deploying ML models to production&#xA;• 11X increase in production models year-over-year&#xA;• 377% growth in vector database usage&#xA;• 76% of companies choosing open source LLMs&#xA;• 70% leveraging RAG for customization&#xA;🏃&lt;strong&gt;Speed to Production&lt;/strong&gt;&#xA;• OLD ratio: 16 experimental models for every 1 in production&#xA;• NEW ratio: 5-to-1&#xA;• Key driver: Better tooling and standardized platforms&#xA;• Result: Faster time to value&#xA;FASTEST-GROWING DS/ML APPLICATIONS, BY INDUSTRY&#xA;🔥 &lt;strong&gt;Hottest Trends&lt;/strong&gt;&#xA;&lt;strong&gt;1. NLP dominance&lt;/strong&gt;&#xA;• Fastest growing ML application (+75% YoY)&#xA;• Healthcare leading adoption at 69%&#xA;• Manufacturing saw 148% YoY growth&#xA;&lt;strong&gt;2. Open Source Revolution&lt;/strong&gt;&#xA;• Meta&amp;rsquo;s Llama 3: 39% market share in just 4 weeks&#xA;• Smaller models (≤13B parameters) preferred&#xA;• Focus on cost and latency optimization&#xA;&lt;strong&gt;3. RAG &amp;amp; Vector Databases&lt;/strong&gt;&#xA;• 377% YoY growth&#xA;• Key to customizing LLMs with private data&#xA;• Reducing hallucinations and improving accuracy&#xA;🏦 &lt;strong&gt;Surprise Leaders&lt;/strong&gt;&#xA;• Financial Services: 88% GPU usage growth in 6 months&#xA;• Healthcare: Highest NLP adoption&#xA;• Manufacturing: Fastest NLP growth&#xA;• Key insight: Regulated industries are early adopters&#xA;💡 &lt;strong&gt;Action Items for 2024&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>This Week in AI: Episode 1</title>
				<link>https://hitesh.in/2025/this-week-in-ai-episode-1/</link>
				<pubDate>Sat, 04 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/this-week-in-ai-episode-1/</guid>
				<description>&lt;h3 id=&#34;-industry-moves--market-dynamics&#34;&gt;🎯 Industry Moves &amp;amp; Market Dynamics&lt;/h3&gt;&#xA;&lt;h3 id=&#34;the-rise-of-new-players&#34;&gt;The Rise of New Players&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deepseek Emerges as China&amp;rsquo;s AI Giant&lt;/strong&gt; China&amp;rsquo;s rising star in AI reveals ambitious plans to challenge global leaders in deep learning and NLP. &lt;a href=&#34;https://www.chinatalk.media/p/deepseek-ceo-interview-with-chinas&#34;&gt;Read more at China Talk Media&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;platform-evolution&#34;&gt;Platform Evolution&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Companies Dominate Forum Discussions&lt;/strong&gt; Recent analysis shows AI-related discussions commanding unprecedented forum traffic. &lt;a href=&#34;https://pod.geraspora.de/posts/17342163&#34;&gt;Read more at Geraspora&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Google&amp;rsquo;s Search Quality Under Scrutiny&lt;/strong&gt; Critics draw parallels between Google&amp;rsquo;s current challenges and OpenAI&amp;rsquo;s monetization strategy. &lt;a href=&#34;https://chuckwnelson.com/blog/google-search-results-infested-open-ai-using-google-playbook&#34;&gt;Read more at Chuck Nelson&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-technical-breakthroughs--innovation&#34;&gt;💡 Technical Breakthroughs &amp;amp; Innovation&lt;/h3&gt;&#xA;&lt;h3 id=&#34;ai-research-developments&#34;&gt;AI Research Developments&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Meta AI Introduces &amp;ldquo;Coconut&amp;rdquo;&lt;/strong&gt; A breakthrough in AI reasoning capabilities through the new &amp;ldquo;Chain of Continuous Thought&amp;rdquo; framework. &lt;a href=&#34;https://aipapersacademy.com/chain-of-continuous-thought/&#34;&gt;Read more at AI Papers Academy&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;educational-technology&#34;&gt;Educational Technology&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Anki AI Utils Revolutionizes Learning&lt;/strong&gt; New AI-powered flashcard system integrates ChatGPT explanations and Dall-E illustrations. &lt;a href=&#34;https://github.com/thiswillbeyourgithub/AnkiAIUtils&#34;&gt;View on GitHub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;historical-research&#34;&gt;Historical Research&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI Decodes Ancient Manuscripts&lt;/strong&gt; Breakthrough in archaeological research as AI tools successfully decipher ancient texts. &lt;a href=&#34;https://www.nature.com/articles/d41586-024-04161-z&#34;&gt;Read more at Nature&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-privacy--ethics&#34;&gt;🛡️ Privacy &amp;amp; Ethics&lt;/h3&gt;&#xA;&lt;h3 id=&#34;privacy-concerns&#34;&gt;Privacy Concerns&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Apple&amp;rsquo;s Photo Analysis Sparks Debate&lt;/strong&gt; Auto-enabled landmark recognition feature raises privacy concerns. &lt;a href=&#34;https://www.theregister.com/2025/01/03/apple_enhanced_visual_search/&#34;&gt;Read more at The Register&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;military-applications&#34;&gt;Military Applications&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Israel&amp;rsquo;s &amp;ldquo;AI Factory&amp;rdquo; Development&lt;/strong&gt; The deployment of AI systems in military operations in Gaza intensifies ethical debates. &lt;a href=&#34;https://www.washingtonpost.com/technology/2024/12/29/ai-israel-war-gaza-idf/&#34;&gt;Read more at The Washington Post&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-social-media--user-engagement&#34;&gt;🌐 Social Media &amp;amp; User Engagement&lt;/h3&gt;&#xA;&lt;h3 id=&#34;platform-integration&#34;&gt;Platform Integration&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Meta&amp;rsquo;s AI Bot Integration Plans&lt;/strong&gt; Facebook and Instagram prepare for increased AI bot deployment. &lt;a href=&#34;https://nymag.com/intelligencer/article/meta-wants-more-ai-bots-on-facebook-and-instagram.html&#34;&gt;Read more at NY Mag&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-industry-perspective&#34;&gt;💭 Industry Perspective&lt;/h3&gt;&#xA;&lt;h3 id=&#34;expert-analysis&#34;&gt;Expert Analysis&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;25-Year AI Industry Retrospective&lt;/strong&gt; A veteran researcher reflects on AI&amp;rsquo;s evolution from basic systems to today&amp;rsquo;s models. &lt;a href=&#34;https://austinhenley.com/blog/25yearsofai.html&#34;&gt;Read more at Austin Henley&amp;rsquo;s Blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-join-the-conversation&#34;&gt;📬 Join the Conversation&lt;/h3&gt;&#xA;&lt;p&gt;What are your thoughts on these developments? Share your perspectives on how these changes might shape the future of AI and technology.&#xA;&lt;em&gt;Stay informed with our weekly AI digest. Subscribe to receive future updates directly in your inbox.&lt;/em&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Industry Trends 2025: A Transformative Year Ahead</title>
				<link>https://hitesh.in/2025/ai-industry-trends-2025-a-transformative-year-ahead/</link>
				<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2025/ai-industry-trends-2025-a-transformative-year-ahead/</guid>
				<description>&lt;p&gt;As we step into 2025, the artificial intelligence landscape is undergoing remarkable transformations that are reshaping how businesses and societies interact with technology. From shifting corporate strategies to groundbreaking developments in AI infrastructure, let&amp;rsquo;s explore the key trends defining this pivotal year in AI evolution.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-evolution-of-corporate-ai-strategy&#34;&gt;The Evolution of Corporate AI Strategy&lt;/h3&gt;&#xA;&lt;p&gt;Gone are the days when companies viewed AI as a complete replacement for human workers. Instead, a more nuanced approach has emerged, with organizations now positioning AI as a copilot to enhance human capabilities rather than replace them entirely. This shift reflects a deeper understanding of AI&amp;rsquo;s strengths and limitations in real-world applications (&lt;a href=&#34;https://indianexpress.com/article/explained/explained-sci-tech/looking-at-2025-tech-rising-above-the-ai-line-9750694/lite/&#34;&gt;Indian Express, 2025&lt;/a&gt;).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Loyalty Challenges of Multi-channel Retailers</title>
				<link>https://hitesh.in/2023/loyalty-challenges-of-multi-channel-retailers/</link>
				<pubDate>Wed, 26 Apr 2023 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2023/loyalty-challenges-of-multi-channel-retailers/</guid>
				<description>&lt;p&gt;I know, it is passé to speak about Covid-19, but hear me out! Covid-19 has firmly established the virtual middlemen in the lives of most retailers.&lt;/p&gt;&#xA;&lt;p&gt;Huh!?! Let me backup a bit.&lt;/p&gt;&#xA;&lt;p&gt;Covid-19 and post that has seen a significant shift to online buying on ecommerce platforms. Around &lt;a href=&#34;https://www.emarketer.com/content/cpg-brand-loyalty-suffering-under-supply-chain-woes&#34;&gt;80% of consumers&lt;/a&gt; tried new brands during and post the lockdown. Amidst all this chaos, it becomes more important than ever for brands to have effective customer retention strategies. It is crucial for brands that follow a multi-channel retail strategy–selling their products in-person as well as through other point-of-sale vendors both in-store and online.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Antiquated Banking Practices</title>
				<link>https://hitesh.in/2021/antiquated-banking-practices/</link>
				<pubDate>Thu, 23 Dec 2021 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2021/antiquated-banking-practices/</guid>
				<description>&lt;p&gt;Responses to my LinkedIn post on #banking clearly shows that I am not the only one feeling this. Let me add the next chapter to the banking saga.&lt;/p&gt;&#xA;&lt;p&gt;Retail banks are in the business of accepting deposits and lending money. Due to historical reasons, such as redeployment of, operational costs and others, when you want to exit a long term commitment with the bank there is a penalty applied. Whether it is to break a fixed deposit or prepay a loan. However these practices are antiquated and need to be done away with.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Hiring Stories</title>
				<link>https://hitesh.in/2021/hiring-stories/</link>
				<pubDate>Mon, 06 Sep 2021 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2021/hiring-stories/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/comic-0-1024x343.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Inspired by real life events.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Looking back, looking forward!</title>
				<link>https://hitesh.in/2021/looking-back-looking-forward/</link>
				<pubDate>Mon, 30 Aug 2021 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2021/looking-back-looking-forward/</guid>
				<description>&lt;p&gt;One more revolution completed, amid the pandemic. Yet, it was an eventful year with lots of good memories, a new workplace, and a new set of friends.&lt;br&gt;&#xA;As I look back at a good life, I would probably do a few things differently, if given a do-over.&lt;/p&gt;&#xA;&lt;h2 id=&#34;attend-college&#34;&gt;Attend college&lt;/h2&gt;&#xA;&lt;p&gt;Actually attend college, instead of just writing exams. Have fun and make lifelong friends. While I am at college, maybe study engineering too.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Banish Business Books</title>
				<link>https://hitesh.in/2021/banish-business-books/</link>
				<pubDate>Tue, 03 Aug 2021 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2021/banish-business-books/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/BusinessBook-493x600.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Every book on entrepreneurship seems to follow the same template.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Research your market&lt;/li&gt;&#xA;&lt;li&gt;Do some Excel modelling&lt;/li&gt;&#xA;&lt;li&gt;Raise some money&lt;/li&gt;&#xA;&lt;li&gt;Start the business&lt;/li&gt;&#xA;&lt;li&gt;$$$&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These are no longer relevant to the current environment, at least not relevant if you are looking to start a small business or a startup.&lt;/p&gt;&#xA;&lt;p&gt;A better book (or video, or a course) would be along these lines:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to get a business idea.&lt;/strong&gt; The power of observation and second-order thinking.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Building an MVP.&lt;/strong&gt; MVP is not limited to technology, it is something that lets you test your business idea in the real world.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to sell.&lt;/strong&gt; The difference between success and failure of a business is the ability to reach your customer and sell to them.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to market.&lt;/strong&gt; Marketing is the fuel that runs a sales machine. The ability to create a message that resonates with your ideal customer and to be able to deliver it to them is an art as much as it is science.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to scale.&lt;/strong&gt; When you have validated that the market is interested in your idea, the ability to scale the production, logistics, sales, and marketing as well as formalizing the operations - finance, accounting, customer service, partner management, and others.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to grow.&lt;/strong&gt; The strategies around growing the business beyond the original idea, and finding related business opportunities ensure business growth and continuity.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;How to exit.&lt;/strong&gt; Like starting a business, it is important to prepare your business for an exit.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;What have I missed?&lt;/p&gt;</description>
			</item>
			<item>
				<title>Information Overload</title>
				<link>https://hitesh.in/2021/information-overload/</link>
				<pubDate>Wed, 28 Jul 2021 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2021/information-overload/</guid>
				<description>&lt;p&gt;There is a deluge of knowledge today. On platforms like YouTube and LinkedIn, there are so many thought leaders who could be followed for great insights. But how do you absorb, retain and apply this knowledge? This has become the real challenge.&lt;/p&gt;&#xA;&lt;h3 id=&#34;my-2-part-system-for-knowledge-management&#34;&gt;My 2 part system for knowledge management&lt;/h3&gt;&#xA;&lt;p&gt;1.&lt;strong&gt;Store and Index.&lt;/strong&gt; No, I am not building a knowledge base, database, or even write things done (which I should!). I tend to commit things to memory. What is important is to be able to recall on demand.&lt;/p&gt;</description>
			</item>
			<item>
				<title>42! Do I have all the answers?</title>
				<link>https://hitesh.in/2020/42-do-i-have-all-the-answers/</link>
				<pubDate>Sat, 29 Aug 2020 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2020/42-do-i-have-all-the-answers/</guid>
				<description>&lt;p&gt;As I turn 42, I feel that it is a significant milestone. I feel something unique and different about the number 42. Maybe that&amp;rsquo;s the reason Deep Thought computed that 42 is the &amp;ldquo;&lt;a href=&#34;https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#Answer_to_the_Ultimate_Question_of_Life,the_Universe,_and_Everything(42)&#34;&gt;Answer to the Ultimate Question of Life, the Universe, and Everything&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;My life felt like 6 distinct phases of 7 years each. Was that true? So I sat down and recorded my life phases. I was &lt;em&gt;almost&lt;/em&gt; right.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Be lucky; always!</title>
				<link>https://hitesh.in/2020/be-lucky-always/</link>
				<pubDate>Mon, 06 Jul 2020 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2020/be-lucky-always/</guid>
				<description>&lt;p&gt;Recently, I was invited to share my experiences with my alma-mater. I chose to talk about how fresh graduates can maximize their career success.&lt;/p&gt;&#xA;&lt;p&gt;While several people will ascribe their success or success of others to luck; it is also silently agreed that success is much more than luck. Therefore I prefer Roman philosopher Seneca&amp;rsquo;s definition of luck.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Luck is what happens when opportunity meets preparation.&lt;/p&gt;&#xA;&lt;p&gt;Seneca&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Therefore I focused on how one can increase their luck by working on creating opportunities and being prepared.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Git quick reference</title>
				<link>https://hitesh.in/2020/git-quick-reference/</link>
				<pubDate>Sun, 05 Jul 2020 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2020/git-quick-reference/</guid>
				<description>&lt;p&gt;git clone git:&amp;hellip; git add path/to/new_file git commit -a git pull git push&lt;/p&gt;&#xA;&lt;p&gt;# Showing branches. git branch -a gitk &amp;ndash;all&lt;/p&gt;&#xA;&lt;p&gt;# Checking out branches. git checkout some_branch&lt;/p&gt;&#xA;&lt;p&gt;# Creating and pushing a new branch. git checkout -b new_branch_name git push -u origin new_branch_name&lt;/p&gt;&#xA;&lt;p&gt;# Checking out an existing branch. git checkout -b some_branch origin/some_branch&lt;/p&gt;&#xA;&lt;p&gt;# Merging a branch into your current branch. git pull origin some_branch&lt;/p&gt;</description>
			</item>
			<item>
				<title>The streamlined Volcker 2.0 can open new doors for banks</title>
				<link>https://hitesh.in/2020/the-streamlined-volcker-2.0-can-open-new-doors-for-banks/</link>
				<pubDate>Wed, 22 Jan 2020 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2020/the-streamlined-volcker-2.0-can-open-new-doors-for-banks/</guid>
				<description>&lt;p&gt;This post was first published on my corporate blog&lt;br&gt;&#xA;&lt;a href=&#34;https://www.yash.com/blog/volcker-2-0-open-new-doors-for-banks/&#34;&gt;https://www.yash.com/blog/volcker-2-0-open-new-doors-for-banks/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The implementation of the new Volcker Rule has proven to be one of the most controversial and complex regulatory regimes to be introduced in the financial services industry in a long time. Now that the Volcker Rule 2.0 overhaul has received the final approval from the Federal Reserve and other regulatory agencies, financial firms will need to make necessary investments in technology infrastructure to comply with exhaustive reporting and monitoring requirements. Massive infrastructure is a requirement for most firms, and as such, banks have been evaluating how they want to streamline and arrange their trading accounts, trading desks, and hedging activities under the new Volcker rule.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Banking on RPA</title>
				<link>https://hitesh.in/2020/banking-on-rpa/</link>
				<pubDate>Mon, 20 Jan 2020 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2020/banking-on-rpa/</guid>
				<description>&lt;p&gt;The combination of an evolving regulatory roadmap for the financial sector and the effects of modern technological developments have altered the way customers interact with banks and the services that they expect. Overall, this is a positive trend for the development of financial institutions in the digital age. However, consumers can find banking disputes to be a cause of frustration and inconvenience. As card transaction volume increases, so have the number of dispute-led transactions (as well as incidents of fraud), putting enormous stress on the operating backend systems and millions in cost.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reinvented mortgage lending with the new URLA and AI</title>
				<link>https://hitesh.in/2019/reinvented-mortgage-lending-with-the-new-urla-and-ai/</link>
				<pubDate>Mon, 23 Dec 2019 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2019/reinvented-mortgage-lending-with-the-new-urla-and-ai/</guid>
				<description>&lt;p&gt;This post was first published on my corporate blog&lt;br&gt;&#xA;&lt;a href=&#34;https://www.yash.com/blog/mortgage-lending-with-urla-and-ai/&#34;&gt;https://www.yash.com/blog/mortgage-lending-with-urla-and-ai/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Financial institutions have a wealth of information available to them from consumers. Due to manual and antiquated models, residential lending processes so far have had several negative experiences for both the lender and the borrower. Banks are plagued with application limitations, transaction complexities and data collection and processing challenges.&lt;/p&gt;&#xA;&lt;p&gt;The ‘one-size-fits-all’ loan application simply does not work anymore. The newly implemented and redesigned URLA (Uniform Residential Loan Application), aims to simplify, organize and streamline the entire consumer journey – from loan request, to the underwriting and approval process.&lt;/p&gt;</description>
			</item>
			<item>
				<title>ISO 20022: The new paradigm for the digital payments world</title>
				<link>https://hitesh.in/2019/iso-20022-the-new-paradigm-for-the-digital-payments-world/</link>
				<pubDate>Mon, 04 Feb 2019 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2019/iso-20022-the-new-paradigm-for-the-digital-payments-world/</guid>
				<description>&lt;p&gt;This post was first published on my corporate blog&lt;br&gt;&#xA;&lt;a href=&#34;https://www.yash.com/blog/iso20022-for-digital-payments/&#34;&gt;https://www.yash.com/blog/iso20022-for-digital-payments/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The timeline for the migration to ISO 20022 has been decided, and the step could prove to be a quantum leap into the future of payment processing. Adoptions will need to begin in all financial institutions by November 2021 and completed by 2025. Ever since the launch of the Single Euro Payments Area (SEPA) almost 10 years ago, ISO 20022 is the opportunity for organizations to be able to meet the ever-increasing demand for service speed, efficient automation, and a richer quality of data.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Comparing GDPR &amp; ISO 27001</title>
				<link>https://hitesh.in/2019/comparing-gdpr-iso-27001/</link>
				<pubDate>Thu, 31 Jan 2019 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2019/comparing-gdpr-iso-27001/</guid>
				<description>&lt;p&gt;This post was first published on my corporate blog&lt;br&gt;&#xA;&lt;a href=&#34;https://www.yash.com/blog/differences-between-gdpr-and-other-data-protection/&#34;&gt;https://www.yash.com/blog/differences-between-gdpr-and-other-data-protection/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The EU adopted a newly harmonized data protection law called the &lt;a href=&#34;https://www.yash.com/blog/everything-you-need-to-know-about-gdpr/&#34;&gt;General Data Protection Regulation&lt;/a&gt; (GDPR) during May 2016. &lt;strong&gt;As of May 25, 2018,&lt;/strong&gt; the GDPR will be a directly applicable law in all member states within the EU and the European Economic Area (EEA). While the GDPR does not introduce many substantially new concepts, it increases the compliance requirements of data controllers and personal data processors. The GDPR encourages the use of certification schemes like ISO 27001 to serve the purpose of demonstrating that the organization is actively managing its data security in line with international best practice.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Everything your need to know about GDPR</title>
				<link>https://hitesh.in/2018/everything-your-need-to-know-about-gdpr/</link>
				<pubDate>Sun, 20 May 2018 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2018/everything-your-need-to-know-about-gdpr/</guid>
				<description>&lt;p&gt;This post was first published on my corporate blog&lt;br&gt;&#xA;&lt;a href=&#34;https://www.yash.com/blog/everything-you-need-to-know-about-gdpr/&#34;&gt;https://www.yash.com/blog/everything-you-need-to-know-about-gdpr/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;With the help of advanced business analytics and AI, companies are using the power of data to its best use. But what is this data? It comprises of personal details of citizens of the European Union (EU). Therefore, it is imperative to act according to a set standard of consumer rights in order to protect the data from being misused.&lt;/p&gt;&#xA;&lt;p&gt;The standard by which the EU is currently working with the Data Protection Act was formed in the year 1998. The world of business intelligence has advanced beyond expectations since then. In the modern world, consumer data can be exploited in unimaginable ways. The need for a more comprehensive regulation that protects the consumer data from being exploited in the current world scenario is a must. Thus, the formulation of all new &lt;strong&gt;General Data Protection Regulation&lt;/strong&gt; (GDPR).&lt;/p&gt;</description>
			</item>
			<item>
				<title>RPA PoCs - Are you doing it wrong?</title>
				<link>https://hitesh.in/2017/rpa-pocs-are-you-doing-it-wrong/</link>
				<pubDate>Wed, 12 Jul 2017 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2017/rpa-pocs-are-you-doing-it-wrong/</guid>
				<description>&lt;h2 id=&#34;proof-of-what-exactly&#34;&gt;Proof of what exactly?&lt;/h2&gt;&#xA;&lt;p&gt;For any technology adoption, a proof of concept is the usual approach to evaluate the usefulness and effectiveness of the technology. Howeve,  RPA is a different animal altogether. The usual &lt;em&gt;proof&lt;/em&gt; of concept does not work because it&amp;rsquo;s not even clear what is being proven.&lt;/p&gt;&#xA;&lt;p&gt;The unknowns in any RPA roll-out&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ease of use of the RPA tool?&lt;/li&gt;&#xA;&lt;li&gt;Does it work with the applications that need to be automated? RPA tools are very finicky and sometimes even the simplest looking automation needs are hard to accomplish.&lt;/li&gt;&#xA;&lt;li&gt;What&amp;rsquo;s the performance and accuracy?&lt;/li&gt;&#xA;&lt;li&gt;Is it enterprise grade? What&amp;rsquo;s the approach to technology best practices around documentation, version control, peer reviews, testing, release and configuration management, security, auditing etc.&lt;/li&gt;&#xA;&lt;li&gt;Will it work in the environment it needs to be deployed?&lt;/li&gt;&#xA;&lt;li&gt;Will it scale?&lt;/li&gt;&#xA;&lt;li&gt;Will it seamlessly fit in the companies processes - release, change management, deployment, support. What changes are needed to the processes?&lt;/li&gt;&#xA;&lt;li&gt;Are the company&amp;rsquo;s processes standardized enough to start RPA journey?&lt;/li&gt;&#xA;&lt;li&gt;How will the employees feel about automation of their tasks?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Of all these questions a typical RPA PoC only answers the first question. An irrelevant question that usually gets an incorrect answer as well. At the end of these PoCs the bot created is nothing more than a &lt;em&gt;demoware&lt;/em&gt;, which quickly gets forgotten.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Delivering the RPA Hype</title>
				<link>https://hitesh.in/2017/delivering-the-rpa-hype/</link>
				<pubDate>Fri, 07 Jul 2017 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2017/delivering-the-rpa-hype/</guid>
				<description>&lt;p&gt;Look at any sales or marketing pitch around Robotic Process Automation and you&amp;rsquo;ll see these statements repeated in some form or other.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;50-80% reduction in cost.&lt;/li&gt;&#xA;&lt;li&gt;It&amp;rsquo;s easy to get started. No special skills needed. Even the process executive can &amp;rsquo;train&amp;rsquo; the bot&lt;/li&gt;&#xA;&lt;li&gt;By extension, this is not coding and doesn&amp;rsquo;t need formal processes/change management&lt;/li&gt;&#xA;&lt;li&gt;RPA can automate (almost) any manual process&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;However the truth is not as rosy as projected. Yes, there are cases where RPA has delivered huge savings in record times, but there are several more cases of failed RPA initiative. Failure could be on multiple fronts:&lt;/p&gt;</description>
			</item>
			<item>
				<title>RPA - The golden duct tape</title>
				<link>https://hitesh.in/2017/rpa-the-golden-duct-tape/</link>
				<pubDate>Tue, 04 Jul 2017 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2017/rpa-the-golden-duct-tape/</guid>
				<description>&lt;p&gt;At my last company, while optimizing the business processes, I had a ringside view of robotic process automation (RPA) in action. We used to work closely with the RPA team and identify process steps that are good RPA candidates and help build a business case for the automation.&lt;/p&gt;&#xA;&lt;p&gt;In my current role, I&amp;rsquo;ve jumped into the ring and now delivering RPA solutions to our customers. I&amp;rsquo;ve started this blog to document and share my experiences around robotic process automation.&lt;/p&gt;</description>
			</item>
			<item>
				<title>TCS RPA</title>
				<link>https://hitesh.in/2017/tcs-rpa/</link>
				<pubDate>Tue, 04 Jul 2017 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2017/tcs-rpa/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;TCS&amp;rsquo;s Santhanam brushes aside the fears of robots taking over jobs, dubbing them an “exaggeration.” It is merely the next level after the past few decades of digitisation.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I agree with him. Read more at &lt;a href=&#34;https://qz.com/1000424/tcs-is-quietly-transforming-itself-to-take-on-indias-emerging-it-scene/&#34;&gt;https://qz.com/1000424/tcs-is-quietly-transforming-itself-to-take-on-indias-emerging-it-scene/&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Eye eye baby</title>
				<link>https://hitesh.in/2016/eye-eye-baby/</link>
				<pubDate>Wed, 05 Oct 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/eye-eye-baby/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/wp-1475682993755.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>The girl with peacock feathers</title>
				<link>https://hitesh.in/2016/the-girl-with-peacock-feathers/</link>
				<pubDate>Mon, 03 Oct 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/the-girl-with-peacock-feathers/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/10/wp-image-1192276305jpg.jpg&#34;&gt;&lt;img src=&#34;images/wp-image-1192276305jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Took too long and still didn&amp;rsquo;t come out well.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Riding high</title>
				<link>https://hitesh.in/2016/riding-high/</link>
				<pubDate>Sat, 01 Oct 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/riding-high/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/10/wp-image-850757372jpg.jpg&#34;&gt;&lt;img src=&#34;images/wp-image-850757372jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Really happy with this.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Landscape</title>
				<link>https://hitesh.in/2016/landscape/</link>
				<pubDate>Wed, 28 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/landscape/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wp-image-1364174454jpg.jpg&#34;&gt;&lt;img src=&#34;images/wp-image-1364174454jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Princess</title>
				<link>https://hitesh.in/2016/princess/</link>
				<pubDate>Tue, 27 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/princess/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wp-image-1986365554jpg.jpg&#34;&gt;&lt;img src=&#34;images/wp-image-1986365554jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another &lt;em&gt;failed&lt;/em&gt; attempt at human form.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bambi</title>
				<link>https://hitesh.in/2016/bambi/</link>
				<pubDate>Mon, 26 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/bambi/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wp-image-2066852582jpg.jpg&#34;&gt;&lt;img src=&#34;images/wp-image-2066852582jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Nut thief</title>
				<link>https://hitesh.in/2016/nut-thief/</link>
				<pubDate>Sun, 25 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/nut-thief/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-image-281593783jpg.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-image-281593783jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Smug cub</title>
				<link>https://hitesh.in/2016/smug-cub/</link>
				<pubDate>Fri, 23 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/smug-cub/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-image-222523040jpg.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-image-222523040jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Happy Birthday</title>
				<link>https://hitesh.in/2016/happy-birthday/</link>
				<pubDate>Thu, 22 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/happy-birthday/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-image-618934738jpg.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-image-618934738jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Where&#39;s Mario</title>
				<link>https://hitesh.in/2016/wheres-mario/</link>
				<pubDate>Tue, 20 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/wheres-mario/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-1474877775412.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-1474877775412.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Lovely teddy</title>
				<link>https://hitesh.in/2016/lovely-teddy/</link>
				<pubDate>Mon, 19 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/lovely-teddy/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-image-815688005jpg.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-image-815688005jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Playful mood</title>
				<link>https://hitesh.in/2016/playful-mood/</link>
				<pubDate>Sun, 18 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/playful-mood/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-image-318573483jpg.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-image-318573483jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Proud kitten</title>
				<link>https://hitesh.in/2016/proud-kitten/</link>
				<pubDate>Sat, 17 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/proud-kitten/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2016/09/wpid-wp-1474877515250.jpg&#34;&gt;&lt;img src=&#34;images/wpid-wp-1474877515250.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Lil birdie</title>
				<link>https://hitesh.in/2016/lil-birdie/</link>
				<pubDate>Fri, 16 Sep 2016 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2016/lil-birdie/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/wpid-wp-1474878128748.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Modi&#39;s strategy for India</title>
				<link>https://hitesh.in/2015/modis-strategy-for-india/</link>
				<pubDate>Wed, 30 Sep 2015 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2015/modis-strategy-for-india/</guid>
				<description>&lt;p&gt;Narendra Damodardas Modi, an outsider to national politics, inspired a massive fan following to give BJP an absolute majority. The road to victory was paved with well-meaning promises to out-right hyperbole. What is undeniable is his single-minded pursuit to victory.&lt;/p&gt;&#xA;&lt;p&gt;So, is Prime Ministership too big for Modi to handle? Does he have a plan to deliver on his promises? Is there a strategy in place? I think, as always, Modi has a single-minded strategy and it&amp;rsquo;s &amp;ldquo;&lt;strong&gt;Make in India&lt;/strong&gt;&amp;rdquo;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Are employment bonds really needed?</title>
				<link>https://hitesh.in/2014/are-employment-bonds-really-needed/</link>
				<pubDate>Sat, 10 May 2014 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2014/are-employment-bonds-really-needed/</guid>
				<description>&lt;p&gt;Does a company, be it a start-up or not, need to make their employee sign bonds that state that the employee has to serve the company for at least for a period of X years or will be penalized $Y?&lt;/p&gt;&#xA;&lt;p&gt;I find them to be neither ethical nor legal or even enforceable in a country like India.&lt;/p&gt;&#xA;&lt;p&gt;At INSORCE we have replaced the stick with a carrot and it is working great for us. So instead of saying you pay us $Y, we say, we pay you $Y as retention bonus. That, in my opinion, is a more positive way to start a relationship. This makes the person feel that the relationship is a business relationship among equals, and not a &lt;em&gt;mai-baap&lt;/em&gt; relationship.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Full Stack CTO Equation</title>
				<link>https://hitesh.in/2014/full-stack-cto-equation/</link>
				<pubDate>Mon, 28 Apr 2014 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2014/full-stack-cto-equation/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Admin + Vendor Management + Accounts + Sys Admin + Customer Support + HR + Trainer + Product Manager + Project Manager + Architect + Full Stack Developer&lt;/p&gt;&#xA;&lt;p&gt;= Full Stack CTO&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
			</item>
			<item>
				<title>INSORCE Development Platform</title>
				<link>https://hitesh.in/2014/insorce-development-platform/</link>
				<pubDate>Mon, 28 Apr 2014 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2014/insorce-development-platform/</guid>
				<description>&lt;p&gt;INSORCE is built on a combination of technologies that are considered safe by bank&amp;rsquo;s for their data center, yet cutting edge to deliver performance that is superior to a desktop application.&lt;/p&gt;&#xA;&lt;p&gt;We are building on Microsoft stack for 2 reasons&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Banks find it easy to deploy and manage&lt;/li&gt;&#xA;&lt;li&gt;Availability of competent professionals&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The key parts of INSORCE are:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.asp.net/mvc&#34;&gt;ASP.Net MVC&lt;/a&gt;, where the views are mostly returning JSON results.&lt;/li&gt;&#xA;&lt;li&gt;SQL Server, old war horse, banks can easily manage.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://knockoutjs.com/&#34;&gt;Knockout&lt;/a&gt;, the browser side MVVM framework. This is what makes the app&amp;rsquo;s performance stand out.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://lucenenet.apache.org/&#34;&gt;Lucene.Net&lt;/a&gt; for search&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.asp.net/signalr&#34;&gt;SignalR&lt;/a&gt; for push notifications&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Apart from this, it is a mix of:&lt;/p&gt;</description>
			</item>
			<item>
				<title>What is Full Stack CTO?</title>
				<link>https://hitesh.in/2014/what-is-full-stack-cto/</link>
				<pubDate>Fri, 25 Apr 2014 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2014/what-is-full-stack-cto/</guid>
				<description>&lt;p&gt;It&amp;rsquo;s a log of &lt;a href=&#34;http://hitesh.in/about&#34; title=&#34;Hitesh Sarda&#34;&gt;my&lt;/a&gt; experiences being a technical co-founder at &lt;a href=&#34;http://insorce.com&#34;&gt;INSORCE&lt;/a&gt;. Its here that I realized that being a CTO at a start-up is much more than either the traditional role of a CTO or that of a full stack developer or lead programmer.&lt;/p&gt;&#xA;&lt;p&gt;Therefore I coined the term &lt;strong&gt;Full Stack CTO&lt;/strong&gt; to describe what the role entails.&lt;/p&gt;&#xA;&lt;p&gt;A traditional CTO will focus on the defining, communicating and managing the execution of the technical strategy of the organisation. Whereas a start-up CTO has to deal with a lot more.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The art of achieving perfection</title>
				<link>https://hitesh.in/2012/the-art-of-achieving-perfection/</link>
				<pubDate>Fri, 07 Dec 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/the-art-of-achieving-perfection/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.&lt;/p&gt;&#xA;&lt;p&gt;- Antoine de Saint-Exupery&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;the-story-of-maven-is-a-journey-towards-perfection&#34;&gt;The story of Maven is a journey towards perfection.&lt;/h3&gt;&#xA;&lt;p&gt;What started as common sense, slowly evolved into a way of doing things – the Artha Shastra way. The ad-hoc, piece meal approach gave way to a structured and systematic approach to problem-solving. This was step one of removing the cruft and starting on the path to perfection.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to build the unimaginable?</title>
				<link>https://hitesh.in/2012/how-to-build-the-unimaginable/</link>
				<pubDate>Sat, 01 Dec 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/how-to-build-the-unimaginable/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Get started…&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Those were my thoughts when I took up the challenge of building Maven (then known as Project Andromeda).&lt;/p&gt;&#xA;&lt;p&gt;There were so many reasons not to do it, unfinished and continuously evolving specs, unknown complexity, several dependencies, no development team in place, no clear target user, unproven market, extremely aggressive deadlines, fear of running out of money etc. But there was one important reason to do it: it hasn’t been done before.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Prototyping</title>
				<link>https://hitesh.in/2012/prototyping/</link>
				<pubDate>Tue, 03 Jul 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/prototyping/</guid>
				<description>&lt;p&gt;There are different stages of prototyping, which increase in fidelity and time taken to create. Therefore it is important to start with low fidelity tools and move further as the ideas are more concrete. Some of these tools are&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Story-boarding&lt;/li&gt;&#xA;&lt;li&gt;Creating Paper Prototypes&lt;/li&gt;&#xA;&lt;li&gt;Digital Mock-ups&lt;/li&gt;&#xA;&lt;li&gt;Wizard of Oz&lt;/li&gt;&#xA;&lt;li&gt;Video Prototypes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;story-boarding&#34;&gt;Story-boarding&lt;/h2&gt;&#xA;&lt;p&gt;This technique involves rough sketches which tell a story. It should have the stage (people, task being done), the script (actions, sequences of steps) and the outcome (fulfilled motivations, satisfaction). Since these are lowest fidelity tools, a harsh timelines, like 10min per storyboard, fells keep the focus and discovering various options.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How I hire writers</title>
				<link>https://hitesh.in/2012/how-i-hire-writers/</link>
				<pubDate>Tue, 26 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/how-i-hire-writers/</guid>
				<description>&lt;p&gt;&lt;em&gt;Now with the goodness of &lt;a href=&#34;http://news.ycombinator.com/item?id=4164675&#34;&gt;Hacker News&lt;/a&gt; and &lt;a href=&#34;http://www.reddit.com/r/programming/comments/vnweu/what_if_we_hired_writers_like_we_hire_developers&#34;&gt;reddit&lt;/a&gt;&lt;/em&gt;. Thank you everyone for doing a great job proof reading the post.&lt;/p&gt;&#xA;&lt;p&gt;Do checkout &lt;strong&gt;&lt;a href=&#34;http://stackmonthly.com&#34; title=&#34;stackmonthly&#34;&gt;stackmonthly&lt;/a&gt;&lt;/strong&gt;. A monthly roundup of best questions on stackoverflow.com.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Good, creative writers are the backbone of our business. We try to hire and retain the best of them.&lt;/p&gt;&#xA;&lt;p&gt;Our interview process is aimed to make the process efficient and objective. This ensures that we do not have to waste time in our hiring process and get back to real work ASAP. I outline the process below; in case someone else is interested.&lt;/p&gt;</description>
			</item>
			<item>
				<title>HCI: Need Finding</title>
				<link>https://hitesh.in/2012/hci-need-finding/</link>
				<pubDate>Sun, 10 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/hci-need-finding/</guid>
				<description>&lt;p&gt;It is the process of observing people to discover their needs, goals, and values. Although the course if about &amp;ldquo;Human Computer Interaction&amp;rdquo;, the process of need finding is relevant to developing new products or even new businesses.&lt;/p&gt;&#xA;&lt;p&gt;A good starting point for any new product is to clearly identify an existing problem or need. That&amp;rsquo;s because finding a big problem and need often yields important untapped opportunities. Observing people also helps build empathy and think from their point of view. So, how do we observe people and identify their needs?&lt;/p&gt;</description>
			</item>
			<item>
				<title>Beware of rediff small biz</title>
				<link>https://hitesh.in/2012/beware-of-rediff-small-biz/</link>
				<pubDate>Tue, 05 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/beware-of-rediff-small-biz/</guid>
				<description>&lt;p&gt;While visiting rediff.com today, I was intrigued by the home page promotion of &amp;lsquo;Biz Solutions&amp;rsquo;. Clicking through, I was surprised to see an unbelievable price for .in domains. This sent me hunting for the fine print, but I found none. Here is a screenshot of the offer.&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignnone&amp;rdquo; width=&amp;ldquo;606&amp;rdquo; caption=&amp;quot;.in - Rs. 125 for one year&amp;quot;]&lt;img src=&#34;images/060312_1654_Bewareofred1.png&#34; alt=&#34;&#34;&gt;[/caption]&lt;/p&gt;&#xA;&lt;p&gt;Not ready to give up, I decided to test the offer by trying to purchase a dummy domain.&lt;/p&gt;</description>
			</item>
			<item>
				<title>HCI: Evaluating designs</title>
				<link>https://hitesh.in/2012/hci-evaluating-designs/</link>
				<pubDate>Tue, 05 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/hci-evaluating-designs/</guid>
				<description>&lt;p&gt;There are several methods to evaluate a design:&lt;/p&gt;&#xA;&lt;h2 id=&#34;usability-studies&#34;&gt;Usability studies&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This could be informal, watch and learn or formal usability labs.&lt;/li&gt;&#xA;&lt;li&gt;They offer good learning and uncover quirks, bugs or false assumtions.&lt;/li&gt;&#xA;&lt;li&gt;it is not the same as user&amp;rsquo;s using it to perform real work in real environment&lt;/li&gt;&#xA;&lt;li&gt;difficult to compare alternatives&lt;/li&gt;&#xA;&lt;li&gt;experimental bias&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;surveys&#34;&gt;Surveys&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;quickly gets feedback from a large number of users&lt;/li&gt;&#xA;&lt;li&gt;relatively easy to compare alternatives&lt;/li&gt;&#xA;&lt;li&gt;No need to build prototype, a screenshot or mockup will do.&lt;/li&gt;&#xA;&lt;li&gt;There is a difference between what people say they&amp;rsquo;ll do and what they actually do.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;focus-groups&#34;&gt;Focus groups&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;gather a small group of people to discuss a design or idea.&lt;/li&gt;&#xA;&lt;li&gt;could be difficult due to group dynamics or if the subject makes people uncomfortable&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;feedback-from-experts&#34;&gt;Feedback from Experts&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;peer review&lt;/li&gt;&#xA;&lt;li&gt;dogfooding&lt;/li&gt;&#xA;&lt;li&gt;heuristic evaluation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;comparative-experiments&#34;&gt;Comparative experiments&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;taking two or more distinct options and comparing their performance to each other.&lt;/li&gt;&#xA;&lt;li&gt;observe actual behaviour as opposed to self report (in surveys)&lt;/li&gt;&#xA;&lt;li&gt;it can be better than usability studies since it compares multiple alternatives.&lt;/li&gt;&#xA;&lt;li&gt;but you can&amp;rsquo;t observe people like in usability study.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;participant-observation&#34;&gt;Participant observation&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;observe people in their actual work environment&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;simulations&#34;&gt;Simulations&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Useful when alternatives can be mathematically evaluated against design goals&lt;/li&gt;&#xA;&lt;li&gt;Allows lots of alternatives to be compared&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;finally&#34;&gt;Finally&lt;/h2&gt;&#xA;&lt;p&gt;The method of evaluation to be used for the specific design goal depends on these (often conflicting) parameters:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Human computer interaction - introduction</title>
				<link>https://hitesh.in/2012/human-computer-interaction-introduction/</link>
				<pubDate>Tue, 05 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/human-computer-interaction-introduction/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;I am currently taking the &lt;a href=&#34;http://hci-class.org/&#34;&gt;Human Computer Interaction class&lt;/a&gt;, and &lt;a href=&#34;https://hitesh.in/2011/machine-learning-my-notes/&#34; title=&#34;Machine Learning: My notes.&#34;&gt;unlike last time&lt;/a&gt;, will make notes during the course and not after.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;what-is-human-computer-interaction&#34;&gt;What is Human Computer Interaction?&lt;/h1&gt;&#xA;&lt;p&gt;HCI is the design, implementation and evaluation of user interfaces.&lt;/p&gt;&#xA;&lt;h2 id=&#34;design&#34;&gt;Design&lt;/h2&gt;&#xA;&lt;p&gt;Good design is a pleasure to use; it increase efficiency and prodcutivity. Whereas bad design can be frustrating and in extreme cases can even costs lives.&lt;/p&gt;&#xA;&lt;h3 id=&#34;design-using-prototypes&#34;&gt;Design using Prototypes&lt;/h3&gt;&#xA;&lt;p&gt;Prototyping is the single most important strategy for effective design. It should focus on the goals and not get stuck with some (current fad) design idea.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to migrate from bottle.py to Flask micro framework?</title>
				<link>https://hitesh.in/2012/how-to-migrate-from-bottle.py-to-flask-micro-framework/</link>
				<pubDate>Sun, 03 Jun 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/how-to-migrate-from-bottle.py-to-flask-micro-framework/</guid>
				<description>&lt;p&gt;I started &lt;a href=&#34;http://sangeetplanner.com/&#34;&gt;Sangeet Planner&lt;/a&gt; based on &lt;a href=&#34;http://bottlepy.org/&#34;&gt;bottle.py&lt;/a&gt; micro framework, which allowed for rapid prototyping. Soon I hit some problems with the plug-ins (lack of them) as well as &lt;a href=&#34;https://github.com/defnull/bottle/issues/295&#34;&gt;issue supporting multiple plugins&lt;/a&gt;. Hence I decided to move over to &lt;a href=&#34;http://flask.pocoo.org&#34;&gt;Flask&lt;/a&gt;, which has a much bigger ecosystem. Below are the steps I took to convert most of the application to Flask.&lt;/p&gt;&#xA;&lt;h3 id=&#34;fix-the-imports&#34;&gt;Fix the imports&lt;/h3&gt;&#xA;&lt;p&gt;Use these imports:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;from flask import Flask, render_template as template, request, make_response, jsonify, abort from flask.ext.sqlalchemy import SQLAlchemy &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;instead of&lt;/p&gt;</description>
			</item>
			<item>
				<title>Stemming transliterated Hindi</title>
				<link>https://hitesh.in/2012/stemming-transliterated-hindi/</link>
				<pubDate>Thu, 29 Mar 2012 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2012/stemming-transliterated-hindi/</guid>
				<description>&lt;p&gt;I needed a library which could &lt;a href=&#34;http://en.wikipedia.org/wiki/Word_stem&#34; title=&#34;stem definition on wikipedia&#34;&gt;stem&lt;/a&gt; Hindi words written in roman script (&lt;a href=&#34;http://en.wikipedia.org/wiki/Transliterate&#34;&gt;transliterated&lt;/a&gt;), but could not find one.&lt;/p&gt;&#xA;&lt;p&gt;My search took me to &lt;a href=&#34;https://svn.apache.org/repos/asf/lucene/dev/trunk/modules/analysis/common/src/java/org/apache/lucene/analysis/hi/HindiStemmer.java&#34;&gt;Lucene&amp;rsquo;s HindiStemmer&lt;/a&gt;, which in turn led me to the paper by Ananthakrishnan Ramanathan and Durgesh D Rao: &lt;a href=&#34;http://computing.open.ac.uk/Sites/EACLSouthAsia/Papers/p6-Ramanathan.pdf&#34;&gt;A Lightweight Stemmer for Hindi [PDF]&lt;/a&gt;. It was a good initiation to how some simple rules could stem most Hindi words. The problem was, it was for words written in Devanagari script not Roman. So I decided to implement the logic for transliterated Hindi. After some refinement, I ended up a large subset of what the paper does, because I wanted to keep the implementation simple.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Logistic regression</title>
				<link>https://hitesh.in/2011/logistic-regression/</link>
				<pubDate>Fri, 30 Dec 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/logistic-regression/</guid>
				<description>&lt;p&gt;Logistic regression is used to classify things into positive case or negative case. It is a special case of linear regression which outputs value between 0 and 1, which denote the probability or the likelihood of the given sample being positive. For e.g. what is the probability of the given email being a spam?&lt;/p&gt;&#xA;&lt;p&gt;We can then predict a positive case if the hypothesis outputs a value above a certain threshold, which normally is 0.5 but could be more or less. The ideal threshold can be derived based on the cross validation result. More on this in a later post.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Linear regression</title>
				<link>https://hitesh.in/2011/linear-regression/</link>
				<pubDate>Tue, 27 Dec 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/linear-regression/</guid>
				<description>&lt;p&gt;Linear regression is a fancy name to a simple technique. This algorithm (model) predicts the most likely result (&lt;strong&gt;y&lt;/strong&gt;) given the input features (&lt;strong&gt;x&lt;/strong&gt;). To be able to predict, the model needs (lots of) historical data with the correct output (thus it is supervised learning).&lt;/p&gt;&#xA;&lt;p&gt;This model finds weights (&lt;strong&gt;θ&lt;/strong&gt;) to be assigned to each feature, such that sum of the weighted features is closest to the given answer &lt;strong&gt;y&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Machine Learning: My notes.</title>
				<link>https://hitesh.in/2011/machine-learning-my-notes./</link>
				<pubDate>Sat, 24 Dec 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/machine-learning-my-notes./</guid>
				<description>&lt;p&gt;I recently finished the &lt;a href=&#34;http://www.ml-class.org/&#34;&gt;machine learning class&lt;/a&gt; offered online by Stanford. It was a great experience. Since I would not be using ML any time soon, I plan to make a few blog posts to capture my learning while they are still current. This should help me recollect the concepts on a later date. If someone finds these notes useful, that is an added benefit.&lt;/p&gt;&#xA;&lt;h2 id=&#34;machine-learning&#34;&gt;Machine learning&lt;/h2&gt;&#xA;&lt;p&gt;Arthur Samuel (1959): Field of study that gives computers the ability to learn without being explicitly programmed.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Evaluating in-house frameworks</title>
				<link>https://hitesh.in/2011/evaluating-in-house-frameworks/</link>
				<pubDate>Sun, 11 Dec 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/evaluating-in-house-frameworks/</guid>
				<description>&lt;h3 id=&#34;in-house-frameworks&#34;&gt;In-house frameworks&lt;/h3&gt;&#xA;&lt;p&gt;The very mention of this word brings out different memories and emotions for different people. More so if is a framework for be used within a large company, by a completely different team than the one writing it.&lt;/p&gt;&#xA;&lt;p&gt;To make sure that the next time you hear this word, you have positive memories; use the evaluation sheet below, before adopting the framework. If you are the one writing the framework, make sure you have good answers to these.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Running a bottle.py app on Dreamhost</title>
				<link>https://hitesh.in/2011/running-a-bottle.py-app-on-dreamhost/</link>
				<pubDate>Mon, 13 Jun 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/running-a-bottle.py-app-on-dreamhost/</guid>
				<description>&lt;p&gt;I wrote the &lt;a href=&#34;http://stackmonthly.com/&#34;&gt;Stack Monthly&lt;/a&gt; site on the one file &lt;a href=&#34;http://bottlepy.org/&#34;&gt;Bottle framework&lt;/a&gt;, since my needs were really bare bones. But when I tried to get it running on Dreamhost, I had to struggle quite a lot, because there was no documentation to show how to do it.&lt;/p&gt;&#xA;&lt;p&gt;Only past midnight, did it dawn on me that there is no documentation, because it is so darn simple! So as a note to self, and to save someone an hour or two, here&amp;rsquo;s how to run a Bottle app on Dreamhost.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Coding is like cricket</title>
				<link>https://hitesh.in/2011/coding-is-like-cricket/</link>
				<pubDate>Sun, 03 Apr 2011 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2011/coding-is-like-cricket/</guid>
				<description>&lt;p&gt;With the stunning world cup victory behind us, it&amp;rsquo;s time to reflect on what lessons we can learn from it. I am sure cricket needs no introduction, so let me get on with what I have learnt from mostly watching, and very little playing, cricket.&lt;/p&gt;&#xA;&lt;h3 id=&#34;uncertainty-the-name-of-the-game&#34;&gt;Uncertainty, the name of the game&lt;/h3&gt;&#xA;&lt;p&gt;Cricket is the game glorious of uncertainties, and developers&amp;rsquo; lives are no less uncertain, just not glorious. Both cricketers and developers need to be flexible and adjust to new situations. Be it change in requirements or the target score. Deal with the uncertainties of the pitch or the legacy code base.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Technical Heaven</title>
				<link>https://hitesh.in/2010/technical-heaven/</link>
				<pubDate>Sun, 24 Oct 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/technical-heaven/</guid>
				<description>&lt;h4 id=&#34;where-dead-technologies-go&#34;&gt;&lt;em&gt;where dead technologies go&lt;/em&gt;&lt;/h4&gt;&#xA;&lt;p&gt;Some photos taken at the Technology Museum in Munich.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-enigma&#34;&gt;The ENIGMA&lt;/h3&gt;&#xA;&lt;p&gt;One of the first crypto machine.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2010/TechnicalHeaven_845E/IMG_0287.jpg&#34;&gt;&lt;img src=&#34;images/IMG_0287_thumb.jpg&#34; alt=&#34;IMG_0287&#34; title=&#34;IMG_0287&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;An Enigma machine is any of a family of related electro-mechanical rotor machines used for the encryption and decryption of secret messages. The first Enigma was invented by German engineer Arthur Scherbius at the end of World War I. This model and its variants were used commercially from the early 1920s, and adopted by military and government services of several countries - most notably by Nazi Germany before and during World War II.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Dumping thread stack trace in Java &amp;amp; .NET</title>
				<link>https://hitesh.in/2010/dumping-thread-stack-trace-in-java-amp-.net/</link>
				<pubDate>Sat, 31 Jul 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/dumping-thread-stack-trace-in-java-amp-.net/</guid>
				<description>&lt;p&gt;Multi-threaded Java practitioners know about the indispensible ways to taking thread dumps to see a snapshot of what&amp;rsquo;s happening in the JVM, and resolve &amp;lsquo;hang&amp;rsquo; issues. There are plethora of options, ranging from simple command line tools and utilities to nice GUI applications to writing some code in your application. A sampling of such options:&lt;/p&gt;&#xA;&lt;h3 id=&#34;stack-trace-in-java&#34;&gt;Stack trace in Java&lt;/h3&gt;&#xA;&lt;h4 id=&#34;command-line&#34;&gt;Command Line&lt;/h4&gt;&#xA;&lt;p&gt;If the application is running as a console application, you can try one of these:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Beware of the clone</title>
				<link>https://hitesh.in/2010/beware-of-the-clone/</link>
				<pubDate>Sat, 24 Jul 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/beware-of-the-clone/</guid>
				<description>&lt;h2 id=&#34;why-clone&#34;&gt;Why Clone&lt;/h2&gt;&#xA;&lt;p&gt;In this world of concurrent, multi-threaded programming, functional style of programming makes more sense. And one of the key tenets of functional programming is immutability. Even in OO languages, a few benefits of FP can be derived if the objects are made immutable.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clone-gone-wrong&#34;&gt;Clone gone wrong&lt;/h2&gt;&#xA;&lt;p&gt;We follow a similar approach in our application. But this is not always possible, especially the mutable by default approach of Java. To overcome this, we pass around clones of instances, instead of the instance itself. This works in most cases, but we experienced a very subtle bug last week, where one thread was changing the values on a clone held by another thread, in spite of having no reference to it.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Interesting new business ideas for India</title>
				<link>https://hitesh.in/2010/interesting-new-business-ideas-for-india/</link>
				<pubDate>Sun, 11 Jul 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/interesting-new-business-ideas-for-india/</guid>
				<description>&lt;p&gt;A short post about interesting business ideas, I came across in the last week or so.&lt;/p&gt;&#xA;&lt;h2 id=&#34;lost-key-drop-service&#34;&gt;Lost-key drop service&lt;/h2&gt;&#xA;&lt;p&gt;A service, that sells numbered key chains, which has something like this written on it:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/keychain.png&#34; alt=&#34;&#34; title=&#34;Sample Keychain&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;When the key is lost, the owner will contact the service hotline to ascertain if the key, with id number 123654789 in the above example, has been returned. If yes, he can pick it up or have it mailed for a fee. Works best if the operation is distributed having franchise operators in each city. Thus the turnaround time between losing the key and regaining it can be minimised.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Microsoft LifeCam VX-1000 on Ubuntu &#43; Skype</title>
				<link>https://hitesh.in/2010/microsoft-lifecam-vx-1000-on-ubuntu--skype/</link>
				<pubDate>Sun, 11 Jul 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/microsoft-lifecam-vx-1000-on-ubuntu--skype/</guid>
				<description>&lt;p&gt;Quick note to self, to save some searching next time.&lt;/p&gt;&#xA;&lt;p&gt;Microsoft LifeCam VX-1000 does not quite work on Ubuntu and even worse with Skype. To get video working on Skype, start it as : &lt;code&gt;env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;And to get the microphone working, run this in a terminal &lt;code&gt;sudo rmmod gspca_sonixj sudo modprobe gspca_sonixj&lt;/code&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Software development methodology</title>
				<link>https://hitesh.in/2010/software-development-methodology/</link>
				<pubDate>Mon, 05 Jul 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/software-development-methodology/</guid>
				<description>&lt;p&gt;Recently I had a &lt;a href=&#34;http://twitter.com/#search?q=ravi_mohan%20%40hitezh&#34;&gt;good discussion on twitter&lt;/a&gt; about the different methodology out there and their relevance. Although I agree with &lt;a href=&#34;http://twitter.com/ravi_mohan&#34;&gt;@ravi_mohan&lt;/a&gt; in a broader sense of not following blindly and not being a process fanatic or slave, I do not think he was quite right in dismissing all methodologies as fraud meant for idiots.&lt;/p&gt;&#xA;&lt;p&gt;Since I found twitter a very limiting medium to discuss the nuances, I would rather blog about it.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Strange biases we have</title>
				<link>https://hitesh.in/2010/strange-biases-we-have/</link>
				<pubDate>Wed, 23 Jun 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/strange-biases-we-have/</guid>
				<description>&lt;p&gt;When we see a person, like the one below, nothing seems out of the ordinary.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/17423713@N03/3752652055/&#34;&gt;&lt;img src=&#34;images/3752652055_dac6d6b249.jpg&#34; alt=&#34;Me, Myself, and I by danielfoster437.&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Even if we come across the person below, hardly ever an eyebrow is raised, but&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2010/Strangebiaseswehave_145C0/PutarecordonbyStephenMcleodartisticmoobs.jpg&#34;&gt;&lt;img src=&#34;images/PutarecordonbyStephenMcleodartisticmoobs_thumb.jpg&#34; alt=&#34;Put a record on by StephenMcleod - artistic moobs&#34; title=&#34;Put a record on by StephenMcleod - artistic moobs&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;when we see him, something crosses our mind. Why is that? Because it&amp;rsquo;s some form of impairment?&lt;/p&gt;</description>
			</item>
			<item>
				<title>When in Rome, do as the Romans do</title>
				<link>https://hitesh.in/2010/when-in-rome-do-as-the-romans-do/</link>
				<pubDate>Tue, 15 Jun 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/when-in-rome-do-as-the-romans-do/</guid>
				<description>&lt;p&gt;A few incidents in the last few weeks, made me think of this saying again and again. There is so much truth in it, which is simply glossed over. The biggest culprits are we (non-resident) Indians. Maybe what I say applies to other nationality as well, but I cannot talk on their behalf.&lt;/p&gt;&#xA;&lt;p&gt;When we visit a new place, we take no time to dismiss their taste in food, clothing and lifestyle. Why do we yearn for a Indian food, abroad? Do people abroad not eat, or they have no taste for good food? Why not try local cuisine? It is not about imitating others or trying to blend in. It is about putting yourself in the other person&amp;rsquo;s shoes to understand and appreciate their culture and the generations of refinement that has gone into their way of life as well.&lt;/p&gt;</description>
			</item>
			<item>
				<title>1 year old!</title>
				<link>https://hitesh.in/2010/1-year-old/</link>
				<pubDate>Sun, 13 Jun 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/1-year-old/</guid>
				<description>&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignright&amp;rdquo; width=&amp;ldquo;233&amp;rdquo; caption=&amp;ldquo;photo credit: hfb @ flickr&amp;rdquo;]&lt;a href=&#34;http://www.flickr.com/photos/hfb/2052055803/&#34;&gt;&lt;img src=&#34;images/2052055803_a508c7ed75.jpg&#34; alt=&#34;&#34; title=&#34;One year old!&#34;&gt;&lt;/a&gt;[/caption]&lt;/p&gt;&#xA;&lt;h4 id=&#34;the-blog-is-now-one-year-old-woo-hoo&#34;&gt;The blog is now one year old, &lt;em&gt;woo hoo&lt;/em&gt;!&lt;/h4&gt;&#xA;&lt;p&gt;When I started the blog, I was not sure if I could sustain it. But here I am, 1 yr and 49 posts later. Although I could not post once a week as I promised myself, I was close enough.&lt;/p&gt;&#xA;&lt;p&gt;If only I could share statistics to prove how popular this blog is, but both of you know it isn&amp;rsquo;t :)&lt;/p&gt;</description>
			</item>
			<item>
				<title>Text processing options</title>
				<link>https://hitesh.in/2010/text-processing-options/</link>
				<pubDate>Sun, 25 Apr 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/text-processing-options/</guid>
				<description>&lt;p&gt;The last two weeks, I have been researching options for processing free text. I think I have explored the entire spectrum of possibilities. Below are some notes that I can revisit in a few months and not spend the same effort again.&lt;/p&gt;&#xA;&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;I was looking at a way to process auto-generated tweets, like the ones on &lt;a href=&#34;http://twitter.com/moneyvidya_com&#34;&gt;http://twitter.com/moneyvidya_com&lt;/a&gt;. Some sample tweets:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;#moneyvidya arunthestocksguru (5 Star rated) says Buy Vijay Shanthi Builders - 6m (Monday 29 March 2010 @ 09:55 &amp;hellip; &lt;a href=&#34;http://bit.ly/bd5JgC&#34;&gt;http://bit.ly/bd5JgC&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;#moneyvidya arunthestocksguru (5 Star rated) says Buy Bhagwati Banquets &amp;amp; Hotels - 6m (Monday 29 March 2010 @ 09&amp;hellip; &lt;a href=&#34;http://bit.ly/9MzRDG&#34;&gt;http://bit.ly/9MzRDG&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;#moneyvidya NSV (5 Star rated) says Buy ACC - 6m (Wednesday 24 March 2010 @ 09:55 AM): &lt;a href=&#34;http://bit.ly/b5xTrN&#34;&gt;http://bit.ly/b5xTrN&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;#moneyvidya justsurjit (5 Star rated) says Sell Sesa Goa - Intraday (Monday 22 March 2010 @ 10:31 AM): &lt;a href=&#34;http://bit.ly/9lLo8U&#34;&gt;http://bit.ly/9lLo8U&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;As it is clear, the text follows a specific format, but has its own little variations. I intended to process the &amp;lsquo;insights&amp;rsquo; and see each expert&amp;rsquo;s success rate. Although I never got around actually completing the task, I did learn a lot about text processing.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Why I still use paper</title>
				<link>https://hitesh.in/2010/why-i-still-use-paper/</link>
				<pubDate>Sun, 11 Apr 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/why-i-still-use-paper/</guid>
				<description>&lt;p&gt;&lt;em&gt;and pencil for jotting ideas&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignnone&amp;rdquo; width=&amp;ldquo;500&amp;rdquo; caption=&amp;ldquo;Try that electronically!&amp;rdquo;]&lt;a href=&#34;http://www.flickr.com/photos/deathtogutenberg/3432296447/&#34;&gt;&lt;img src=&#34;images/3432296447_661818ca05.jpg&#34; alt=&#34;Visual Note-taking Conference Call Notes by Austin Kleon.&#34; title=&#34;Try that electronically!&#34;&gt;&lt;/a&gt;[/caption]&lt;/p&gt;&#xA;&lt;p&gt;A quick list of advantages of the good old way of taking notes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When ideas flow, only pencil can keep up with their speed.&lt;/li&gt;&#xA;&lt;li&gt;Doodling actually helps with the idea flow.&lt;/li&gt;&#xA;&lt;li&gt;Ideas are random, typing is linear.&lt;/li&gt;&#xA;&lt;li&gt;You can get away with drawing something on paper to depict a long sentence. Doing the same on a computer will mean sidetracking into finding a clipart.&lt;/li&gt;&#xA;&lt;li&gt;No pesky distractions, including those from the spelling or grammar checkers.&lt;/li&gt;&#xA;&lt;li&gt;My best UI design always starts on paper&lt;/li&gt;&#xA;&lt;li&gt;Easy to create mind maps.&lt;/li&gt;&#xA;&lt;li&gt;Paper is truly portable, I can take it anywhere.&lt;/li&gt;&#xA;&lt;li&gt;Only once I have all the thoughts on paper, do i try to organise them and make them &lt;em&gt;electronic&lt;/em&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;How about you? What do you prefer, electronic or paper based note taking?&lt;/p&gt;</description>
			</item>
			<item>
				<title>Programming for kids</title>
				<link>https://hitesh.in/2010/programming-for-kids/</link>
				<pubDate>Mon, 05 Apr 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/programming-for-kids/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/logoeaster.png&#34; alt=&#34;logo-easter&#34; title=&#34;logo-easter&#34;&gt; We spent the long Easter weekend, lazing happily indoors since the weather did not permit going out. I wondered if the time could have been spent better, and started researching if my older daughter is old enough to start programming.&lt;/p&gt;&#xA;&lt;h3 id=&#34;little-background&#34;&gt;Little background&lt;/h3&gt;&#xA;&lt;p&gt;My daughter will soon be six and she can use the computer very well for the usual tasks and I think she is a bit ahead of the curve, but that might just be a father speaking :)&lt;/p&gt;</description>
			</item>
			<item>
				<title>Piece of action or peace of mind?</title>
				<link>https://hitesh.in/2010/piece-of-action-or-peace-of-mind/</link>
				<pubDate>Tue, 30 Mar 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/piece-of-action-or-peace-of-mind/</guid>
				<description>&lt;p&gt;Every once in a while, I have to stop and think about how much consumption driven we have become. Indian&amp;rsquo;s were, &lt;a href=&#34;http://www.rediff.com/money/2009/feb/16bud-gross-savings-rate-up-from-29-point-8-pc-to-30-point-7-pc.htm&#34;&gt;and still are&lt;/a&gt;, one of the highest savers in the world. But things are changing rapidly with the young. Saving is not very high on the list of priorities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;being-green&#34;&gt;Being Green&lt;/h2&gt;&#xA;&lt;p&gt;Everyone talks about being green, buying green. We participate in new fads like the &amp;lsquo;Earth day&amp;rsquo;. Personally, I think that not buying at all is even better.  Do you really need to buy a new mobile phone each year? What about the music player, the laptop, the car?&lt;/p&gt;</description>
			</item>
			<item>
				<title>Hausmeister service for India</title>
				<link>https://hitesh.in/2010/hausmeister-service-for-india/</link>
				<pubDate>Sun, 21 Mar 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/hausmeister-service-for-india/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/298106145_0294bb513e.jpg&#34; alt=&#34;Hausmeister Service Tauer in der Allinger Strasse, 2006 by gumtau.&#34;&gt;Thanks to the company I keep, online and offline, the only entrepreneurial ventures I see are tech related. Everyone wants to be the next viral sensation and make pots of money. Hardly anyone wants to add real value to the life of others and improve the community as a whole.&lt;/p&gt;&#xA;&lt;p&gt;Rant aside, I recently came across a very interesting piece from Vivek Wadhwa titled &lt;a href=&#34;http://techcrunch.com/2010/03/06/replicators-innovators-and-bill-gates/&#34;&gt;Replicators, Innovators, and Bill Gates&lt;/a&gt;. The form of ventures I described above might be of innovative type, but there is no harm in starting a replicating venture. Especially if it brings in a steady stream of income and gives stable employment to a few people.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Windows 7 shortcuts</title>
				<link>https://hitesh.in/2010/windows-7-shortcuts/</link>
				<pubDate>Sun, 14 Mar 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/windows-7-shortcuts/</guid>
				<description>&lt;p&gt;One thing that is clear from the feedback on my previous article on &lt;a href=&#34;https://hitesh.in/2010/windows-7-hidden-features/&#34;&gt;hidden Windows 7 features&lt;/a&gt;: we love our keyboard shortcuts. So here are a few more selected shortcuts.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Press this key&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;To do this&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Desktop Shortcuts&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open or close the Start menu.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + R&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open the Run dialog box.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + D&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Display the desktop.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Spacebar&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Preview the desktop.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + P&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Choose a presentation display mode.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Window Management&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + M&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Minimize all windows.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Shift + M&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Restore minimized windows to the desktop.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Up Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Maximize the window.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Left Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Maximize the window to the left side of the screen.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Right Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Maximize the window to the right side of the screen.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Down Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Minimize the window.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Home&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Minimize all but the active window.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Shift + Up Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Stretch the window to the top and bottom of the screen.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Shift + Left Arrow or Right Arrow&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Move a window from one monitor to another.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Task Switching&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + T&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Cycle through programs on the taskbar.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Tab&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Cycle through programs on the taskbar by using Aero Flip 3-D.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Ctrl + &lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Tab&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Use the arrow keys to cycle through programs on the taskbar by using Aero Flip 3-D.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Ctrl + &lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + B&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Switch to the program that displayed a message in the notification area.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + G&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Cycle through gadgets.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Taskbar Shortcuts&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + number&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Start the program pinned to the taskbar in the position indicated by the number. If the program is already running, switch to that program.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Ctrl + &lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + number&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Switch to the last active window of the program pinned to the taskbar in the position indicated by the number.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Alt + &lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + number&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open the Jump List for the program pinned to the taskbar in the position indicated by the number.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Windows Explorer Shortcuts&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + Pause&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Display the System Properties dialog box.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + E&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open Computer.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + F&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Search for a file or folder.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;img src=&#34;images/winkey.png&#34; alt=&#34;win logo key&#34; title=&#34;win logo key&#34;&gt; + L&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Lock your computer or switch users.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;If you are interested in drinking from the fire hose, here is the definitive &lt;a href=&#34;http://windows.microsoft.com/en-US/Windows7/Keyboard-shortcuts&#34;&gt;list of shortcuts&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Adding context to your logs</title>
				<link>https://hitesh.in/2010/adding-context-to-your-logs/</link>
				<pubDate>Sat, 06 Mar 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/adding-context-to-your-logs/</guid>
				<description>&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignright&amp;rdquo; width=&amp;ldquo;316&amp;rdquo; caption=&amp;ldquo;joysaphine @ flickr&amp;rdquo;]&lt;a href=&#34;http://www.flickr.com/photos/joysaphine/4366947275/&#34;&gt;&lt;img src=&#34;images/4366947275_0327144c7b.jpg&#34; alt=&#34;&#34; title=&#34;Logs with markings&#34;&gt;&lt;/a&gt;[/caption]&lt;/p&gt;&#xA;&lt;p&gt;If you have ever worked on a multi-threaded application or even any application of significant scope, one of the unwritten requirement is a log file that helps in supporting the application.&lt;/p&gt;&#xA;&lt;p&gt;The challenge is to be able to piece together all the scattered log entries that belong together, may be as a single transaction, or a user&amp;rsquo;s session. So the goal is to have a unique identifier in each log entry that will aid &lt;em&gt;greping.&lt;/em&gt; If you have ever faced this, you either did it cleanly as I will detail below, or you had to hack in a &amp;lsquo;context&amp;rsquo; to each log entry by appending / prefixing some unique id.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Windows 7, hidden features</title>
				<link>https://hitesh.in/2010/windows-7-hidden-features/</link>
				<pubDate>Sun, 21 Feb 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/windows-7-hidden-features/</guid>
				<description>&lt;p&gt;It&amp;rsquo;s been over 6 months, and Windows 7 still surprises me, pleasantly. The last time I felt the same about Windows was in 1995. Let me share a few things I found, which are generally not discussed.&lt;/p&gt;&#xA;&lt;p&gt;Note: I never used Vista, so if some of these were present in Vista, I wouldn&amp;rsquo;t know.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-windows-explorer&#34;&gt;The Windows Explorer&lt;/h3&gt;&#xA;&lt;p&gt;I think the explorer has seen the most refinement, there are nice things in all corners. My favourite features:&lt;/p&gt;</description>
			</item>
			<item>
				<title>20 Qs with Puneet of Young India</title>
				<link>https://hitesh.in/2010/20-qs-with-puneet-of-young-india/</link>
				<pubDate>Sat, 13 Feb 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/20-qs-with-puneet-of-young-india/</guid>
				<description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;Q. In your own words, who are you and what is your business?&lt;/p&gt;&#xA;&lt;p&gt;I am just a young creative mind, who feels that everyone can sell anything; but the only reason why everyone doesn&amp;rsquo;t become a businessman, is that they don&amp;rsquo;t have a product to sell. Since they don&amp;rsquo;t have anything to sell they sell somebody else&amp;rsquo;s product. All one needs is to be creative, a little passionate and definitely risk taking. My business is &lt;a href=&#34;http://www.yindia.co.in&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://www.yindia.co.in&#34;&gt;www.yindia.co.in&lt;/a&gt;. It is a new and a creative website which give a purpose to networking. It is a place where creative minds will compete and get recognition. It may not be a very big recognition like any reality show that makes you an overnight star but it will make you realise the star potential in you.&lt;/p&gt;</description>
			</item>
			<item>
				<title>My take on iPad</title>
				<link>https://hitesh.in/2010/my-take-on-ipad/</link>
				<pubDate>Sun, 07 Feb 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/my-take-on-ipad/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/ipad.png&#34; alt=&#34;&#34; title=&#34;ipad&#34;&gt;Ever since the iPad was announced, the internet is clogged with updates, analysis and impressions on iPad. But I saw very little talked about what this means, or how this could affect the way we do business. The guys with the biggest megaphones are either reporters or tech gurus, who are far removed from the trenches of enterprise application development.&lt;/p&gt;&#xA;&lt;h3 id=&#34;full-disclosure&#34;&gt;Full disclosure&lt;/h3&gt;&#xA;&lt;p&gt;The only Apple product I own is the iPod touch. It rocks, itunes sucks.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kid Project: Making paper</title>
				<link>https://hitesh.in/2010/kid-project-making-paper/</link>
				<pubDate>Sun, 24 Jan 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/kid-project-making-paper/</guid>
				<description>&lt;p&gt;I was trying to explain paper-recycling to my daughter, then thought it is best we do it together. Thus came about a weekend project to make paper from waste papers. Although the end result was not that great, I think she understood the concepts.&lt;/p&gt;&#xA;&lt;p&gt;She was super excited and did most of the steps herself, including taking the pictures.&lt;/p&gt;&#xA;&lt;p&gt;Here is a pictorial guide to making your own &amp;lsquo;hand-made&amp;rsquo; paper.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Biz plan: Build a better Craigslist</title>
				<link>https://hitesh.in/2010/biz-plan-build-a-better-craigslist/</link>
				<pubDate>Sun, 17 Jan 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/biz-plan-build-a-better-craigslist/</guid>
				<description>&lt;p&gt;I am surprised that I haven&amp;rsquo;t come across a voice based classifieds system. Well creating one from scratch and reaching critical mass is difficult, but leveraging social media and Craig&amp;rsquo;s list should not be difficult at all. So, here&amp;rsquo;s the idea.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/011710_1840_BizplanBuil1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;User calls a premium number and speaks the advert.&lt;/li&gt;&#xA;&lt;li&gt;The server processes the voice and tries to understand the message.&lt;/li&gt;&#xA;&lt;li&gt;If the message is correctly understood, it will post an appropriate ad on Craig&amp;rsquo;s list, with the user&amp;rsquo;s phone number and an auto generated email id.&lt;/li&gt;&#xA;&lt;li&gt;If the message is not fully understood, it is passed to a call centre for transcription.&lt;/li&gt;&#xA;&lt;li&gt;The message is then transcribed and posted to Craig&amp;rsquo;s list.&lt;/li&gt;&#xA;&lt;li&gt;Any email received on the auto generated email id is sent as text message to the caller.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The above set up allows the user to place a classified ad in under 2 minutes with no unnecessary steps required. The calls are placed to a premium number thus generating revenue.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Teaching kids (&amp; adults) about climate</title>
				<link>https://hitesh.in/2010/teaching-kids-adults-about-climate/</link>
				<pubDate>Sun, 10 Jan 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/teaching-kids-adults-about-climate/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/photo_verybig_1102951_thumb.jpg&#34; alt=&#34;photo_verybig_110295[1]&#34; title=&#34;Climate: A burning situation&#34;&gt;With Copenhagen behind us, it makes me wonder is there something we as individuals do to help the climate? On one such thought tangent I wondered if it possible to teach kids about climate using a simulation game like Civilisation? On cursory search I could not find anything that could entertain and educate kids.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-would-it-be&#34;&gt;What would it be?&lt;/h3&gt;&#xA;&lt;p&gt;An empire building game that needs to balance technology, way of life and climate to achieve sustainable conditions. The players will need to move from stone age to iron age to industrial age to knowledge age. All this is well covered by games in the &lt;a href=&#34;http://en.wikipedia.org/wiki/Civilization_(series)&#34;&gt;Civilisation series&lt;/a&gt;. The difference is, to advance in the &lt;a href=&#34;http://upload.wikimedia.org/wikipedia/commons/4/4c/Freeciv-2.1.8_technology_tree.png&#34;&gt;technology tree&lt;/a&gt;, they will need to consume resources and they need to understand that resources are limited and that consuming them is not without consequences.&lt;/p&gt;</description>
			</item>
			<item>
				<title>3 Idiots - The nitpicking</title>
				<link>https://hitesh.in/2010/3-idiots-the-nitpicking/</link>
				<pubDate>Fri, 01 Jan 2010 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2010/3-idiots-the-nitpicking/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2010/01/3idiots.jpg&#34;&gt;&lt;img src=&#34;images/3idiots_thumb.jpg&#34; alt=&#34;3 idiots&#34; title=&#34;3 idiots&#34;&gt;&lt;/a&gt; I watched 3 Idiots yesterday, and could not resist reviewing it. This review is not about how great the movie is. There are &lt;a href=&#34;http://www.google.co.in/search?q=3+idiots+review&#34;&gt;several of those&lt;/a&gt; on the net.&lt;/p&gt;&#xA;&lt;p&gt;Let me be quick in saying that my family and I loved the film and think it is one of the best movie. It is a good take on the state of education in the country, a subject I feel strongly about. This is also not about Chetan Bhagat, although the nit-picking could apply to Five Point Someone as well. But I haven&amp;rsquo;t read it, so can&amp;rsquo;t say.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Micro ISV jump start tool kit</title>
				<link>https://hitesh.in/2009/micro-isv-jump-start-tool-kit/</link>
				<pubDate>Wed, 23 Dec 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/micro-isv-jump-start-tool-kit/</guid>
				<description>&lt;p&gt;Every &lt;a href=&#34;http://en.wikipedia.org/wiki/Micro_ISV&#34; title=&#34;Micro ISV&#34;&gt;micro ISV&lt;/a&gt; needs several standard things to get started. Few of them are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A web host&lt;/li&gt;&#xA;&lt;li&gt;A web site, including a blog&lt;/li&gt;&#xA;&lt;li&gt;A store front&lt;/li&gt;&#xA;&lt;li&gt;Email&lt;/li&gt;&#xA;&lt;li&gt;Customer support infrastructure like forums, CRM, Chat, etc.&lt;/li&gt;&#xA;&lt;li&gt;Bug tracker&lt;/li&gt;&#xA;&lt;li&gt;Source Control&lt;/li&gt;&#xA;&lt;li&gt;Build environment&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Apart from these, some software related bits&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Common controls / Custom controls&lt;/li&gt;&#xA;&lt;li&gt;Framework things like:&lt;/li&gt;&#xA;&lt;li&gt;Installer&lt;/li&gt;&#xA;&lt;li&gt;Auto updater&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;And if your software is not open source, then&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Obfuscater&lt;/li&gt;&#xA;&lt;li&gt;Software copy protection&lt;/li&gt;&#xA;&lt;li&gt;Licensing&lt;/li&gt;&#xA;&lt;li&gt;Payment provider&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;And some marketing related:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Django Flowchart</title>
				<link>https://hitesh.in/2009/django-flowchart/</link>
				<pubDate>Wed, 09 Dec 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/django-flowchart/</guid>
				<description>&lt;p&gt;Based on my current understanding of Django, this is how a user request is responded to.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/120909_1217_DjangoFlowc1.png&#34; alt=&#34;Django Flowchart&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;User requests a page&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Request reaches &lt;em&gt;Request Middlewares&lt;/em&gt;, which could manipulate or answer the request&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The _URLConf_finds the related View using urls.py&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;em&gt;View Middlewares&lt;/em&gt; are called, which could manipulate or answer the request&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The &lt;em&gt;view&lt;/em&gt; function is invoked&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The view could optionally access data through models&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;All &lt;em&gt;model&lt;/em&gt;-to-DB interactions are done via a &lt;em&gt;manager&lt;/em&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Week with python &amp;amp; Django</title>
				<link>https://hitesh.in/2009/week-with-python-amp-django/</link>
				<pubDate>Sun, 06 Dec 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/week-with-python-amp-django/</guid>
				<description>&lt;p&gt;Spent the last week picking up Python and Django. Notes to self and anyone else who wants a quick start on Python/Django on Windows. Most Linux flavours already come with most tools needed for python development.&lt;/p&gt;&#xA;&lt;h3 id=&#34;requirements&#34;&gt;Requirements:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.4.8-win32-x86.msi&#34;&gt;ActivePython 2.6&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://downloads.activestate.com/Komodo/releases/5.2.3/Komodo-Edit-5.2.3-4312.msi&#34;&gt;Komodo Edit&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://sourceforge.net/projects/pywin32/files/&#34;&gt;Python Win32 Extensions&lt;/a&gt; (not sure why, but was recommended in some blog post and the project itself does not say much of what it does. Stuff like this gives me the heebie-jeebies.)&lt;/li&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://downloads.pinaxproject.com/Pinax-0.7.1-bundle.zip&#34;&gt;Pinax&lt;/a&gt;, which in turn installed Django.&lt;/li&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://www.riverbankcomputing.com/software/pyqt/download&#34;&gt;PyQt4&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Installed &lt;a href=&#34;http://eric-ide.python-projects.org/eric4-download.html&#34;&gt;Eric4&lt;/a&gt; (uninstalled after using it for 10 minutes)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;problems-faced&#34;&gt;Problems faced:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Pinax installation was a bit flawed, it could not install all dependencies. Worked around by manually installing (pip install else easy_install)&lt;/li&gt;&#xA;&lt;li&gt;Windows 7 was not passing command line arguments to .py scripts. Had to hack registry and add &lt;strong&gt;%*&lt;/strong&gt; to the end to make it work. See the Key and value below.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2009/12/image.png&#34;&gt;&lt;img src=&#34;images/image_thumb.png&#34; alt=&#34;Registry screenshot&#34; title=&#34;Registry screenshot&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>What people want to know?</title>
				<link>https://hitesh.in/2009/what-people-want-to-know/</link>
				<pubDate>Fri, 27 Nov 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/what-people-want-to-know/</guid>
				<description>&lt;p&gt;And can only ask Google. Pictorial proof :)&lt;/p&gt;&#xA;&lt;p&gt;Indians want to know:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/112509_1733_Whatpeoplew1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;And the same on Google.com which I assume is US targeted.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/112509_1733_Whatpeoplew2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to: Firefox portable with flash player</title>
				<link>https://hitesh.in/2009/how-to-firefox-portable-with-flash-player/</link>
				<pubDate>Wed, 25 Nov 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/how-to-firefox-portable-with-flash-player/</guid>
				<description>&lt;p&gt;Quick tip on installing flash plugin on firefox portable without administrator privileges.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Go to %windir%\System32\Macromed\Flash on a system having flash.&lt;/li&gt;&#xA;&lt;li&gt;Copy these 3 files Flashplayer.xpt, NPSWF32.dll &amp;amp; NPSWF32_FlashUtil.exe&lt;/li&gt;&#xA;&lt;li&gt;and paste them in FirefoxPortable\Data\plugins directory&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
			</item>
			<item>
				<title>Installing Skype on EeePC, running Ubuntu Netbook Remix 9.10</title>
				<link>https://hitesh.in/2009/installing-skype-on-eeepc-running-ubuntu-netbook-remix-9.10/</link>
				<pubDate>Wed, 18 Nov 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/installing-skype-on-eeepc-running-ubuntu-netbook-remix-9.10/</guid>
				<description>&lt;p&gt;While analysing my visitor logs, I noticed several people come here looking for a way to install Skype on an EeePC running Ubuntu Netbook Remix. So here it is.&lt;/p&gt;&#xA;&lt;h3 id=&#34;step-1&#34;&gt;Step 1.&lt;/h3&gt;&#xA;&lt;p&gt;Download the &lt;a href=&#34;http://www.skype.com/go/getskype-linux-beta-ubuntu-32&#34;&gt;skype installer&lt;/a&gt;. The package for Ubuntu 8.10 works well on 9.10 as well.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/111809_2130_InstallingS1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;step-2&#34;&gt;Step 2.&lt;/h3&gt;&#xA;&lt;p&gt;When download completes, double click to run the &lt;em&gt;deb&lt;/em&gt; file. This will launch the package installer.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;images/111809_2130_InstallingS2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;step-3&#34;&gt;Step 3.&lt;/h3&gt;&#xA;&lt;p&gt;Click the &amp;ldquo;Install package&amp;rdquo; button.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Dummies guide to web page optimisation</title>
				<link>https://hitesh.in/2009/dummies-guide-to-web-page-optimisation/</link>
				<pubDate>Sun, 15 Nov 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/dummies-guide-to-web-page-optimisation/</guid>
				<description>&lt;p&gt;Yesterday, I spent a few hours optimizing the home page of one of the most sought after colleges in India (most of my readers are alumni of that college). The initial home page size was north of 900 kB. When I was done, it was much lighter at ~300 kB.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-did-i-do&#34;&gt;What did I do?&lt;/h3&gt;&#xA;&lt;p&gt;I used one of the techniques that are not even talked these days, because it is considered obvious.&lt;/p&gt;</description>
			</item>
			<item>
				<title>What they don&#39;t teach you at Engineering school</title>
				<link>https://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/</link>
				<pubDate>Sun, 08 Nov 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/</guid>
				<description>&lt;p&gt;This is an experimental post. If it doesn&amp;rsquo;t render correctly, leave a comment.&lt;/p&gt;&#xA;&lt;p&gt;I was brainstorming on the skills a software developer does not learn at school, which are essential for work and some which are needed for career growth.&lt;/p&gt;&#xA;&lt;p&gt;Below is an embedded mind map, followed by an embedded public wave. Please feel free to contribute to the wave. If you do not have a wave account, here is the &lt;a href=&#34;https://hitesh.in/static/devskills.html&#34;&gt;static version.&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Ubuntu Netbook Remix 9.10</title>
				<link>https://hitesh.in/2009/ubuntu-netbook-remix-9.10/</link>
				<pubDate>Fri, 30 Oct 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/ubuntu-netbook-remix-9.10/</guid>
				<description>&lt;p&gt;If you have come here looking for a way to install &lt;strong&gt;Skype&lt;/strong&gt;, &lt;a href=&#34;https://hitesh.in/2009/installing-skype-on-eeepc-running-ubuntu-netbook-remix-9-10/&#34;&gt;visit this post&lt;/a&gt; instead.&lt;/p&gt;&#xA;&lt;p&gt;By sheer coincidence, I got my hands on an Asus EeePC just in time for the Ubuntu 9.10 release. Given the state of Windows XP on it, I was left with no option but to do a clean install of UNR.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before&#34;&gt;Before&lt;/h2&gt;&#xA;&lt;p&gt;The netbook was virus infected and was crashing as soon as it booted. Not even the safe mode command prompt only worked! So I decided to wipe the factory installed Windows XP and install UNR instead. It did take a bit of time to find out what to be downloaded and how to install.&lt;/p&gt;</description>
			</item>
			<item>
				<title>An angel has landed</title>
				<link>https://hitesh.in/2009/an-angel-has-landed/</link>
				<pubDate>Tue, 27 Oct 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/an-angel-has-landed/</guid>
				<description>&lt;p&gt;On the 21st, our wait finally ended and a little angel arrived. We have named her &lt;strong&gt;Prisha&lt;/strong&gt;, meaning &lt;em&gt;&amp;ldquo;God&amp;rsquo;s Gift&amp;rdquo;&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Sharing a few pictures taken on the day of her birth.&lt;/p&gt;</description>
			</item>
			<item>
				<title>[rant] Opensource spirit in .NET world</title>
				<link>https://hitesh.in/2009/rant-opensource-spirit-in-.net-world/</link>
				<pubDate>Mon, 19 Oct 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/rant-opensource-spirit-in-.net-world/</guid>
				<description>&lt;p&gt;Update: Paul reached out and clarified the problem.&#xA;So the rest of the post is not relevant any more.&lt;/p&gt;&#xA;&lt;p&gt;Did not want to post a rant, especially when I haven&amp;rsquo;t yet crystallized my thoughts.&lt;/p&gt;&#xA;&lt;p&gt;Background: My previous post was about a project I came across - &lt;a href=&#34;https://hitesh.in/2009/opensource-dotnet-projects/&#34;&gt;hornget&lt;/a&gt;. I wanted to help because I liked their ideas. I offered to manage the &lt;a href=&#34;http://code.google.com/p/hornget/wiki/SupportedPackages&#34;&gt;SupportedPackages&lt;/a&gt; page for them by automating the process. Or to share the script for the same.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Opensource .NET Projects (ALT.NET)</title>
				<link>https://hitesh.in/2009/opensource-.net-projects-alt.net/</link>
				<pubDate>Sat, 10 Oct 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/opensource-.net-projects-alt.net/</guid>
				<description>&lt;p&gt;I recently stumbled across &lt;a href=&#34;http://code.google.com/p/hornget/&#34;&gt;Hornget&lt;/a&gt;, which plans to be the maven of .NET world. I found their design philosophy interesting, but haven&amp;rsquo;t yet got a chance to evaluate the project itself.&lt;/p&gt;&#xA;&lt;p&gt;But what I liked is they have cherry picked very good .NET software building blocks. Here is a list of projects supported by hornget. Even if you do not end up using hornget, this can still act as a good reference.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to be a faster programmer?</title>
				<link>https://hitesh.in/2009/how-to-be-a-faster-programmer/</link>
				<pubDate>Sat, 03 Oct 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/how-to-be-a-faster-programmer/</guid>
				<description>&lt;p&gt;I am reposting this from my, now dead, blog. Hopefully this time I will be able to finish the series.&lt;/p&gt;&#xA;&lt;p&gt;Note: This is not targeted at seasoned professionals who would find most of the stuff mentioned here very basic. Instead this is for beginners who unfortunately do not have good mentors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;know-your-tools&#34;&gt;Know your tools&lt;/h2&gt;&#xA;&lt;p&gt;To start of there is nothing more important than knowing all the capabilities of your tools, be it an IDE, a report generator, database, text editor or the operating system itself. This will help to:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kids say the darndest things</title>
				<link>https://hitesh.in/2009/kids-say-the-darndest-things/</link>
				<pubDate>Sun, 27 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/kids-say-the-darndest-things/</guid>
				<description>&lt;p&gt;This is what my daughter has to say about my home computers:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Papa, ever since you made the computer a laptop, it misbehaves and crashes. Please make it a computer again!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Read computer = Ubuntu and laptop = Windows. My desktop ran Ubuntu for a long time until I installed Win7 on it. My laptop always had WinXP as shipped by the manufacturer. My daughter prefers Ubuntu to Windows, looks like I am raising a Linux fangirl :)&lt;/p&gt;</description>
			</item>
			<item>
				<title>A list of list managers</title>
				<link>https://hitesh.in/2009/a-list-of-list-managers/</link>
				<pubDate>Sun, 20 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/a-list-of-list-managers/</guid>
				<description>&lt;p&gt;There are a large number of list / task managers that it needs a list for itself. Seems like every one wants to create a task manager, and who could blame them? The only reason I looked up all these task managers is because I had an itch to write one myself.&lt;/p&gt;&#xA;&lt;h2 id=&#34;30-tasks-to-do-project-collaboration-goals-management-tools&#34;&gt;30 tasks, to-do, project, collaboration, goals management tools&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Service&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Comments&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Paid / Free*&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.blablalist.com/&#34;&gt;blablalist.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;simple, barebones, task list, collaboration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.flexlists.com/&#34;&gt;flexlists.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;advanced, online database&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.gonutshell.com/&#34;&gt;gonutshell.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;note taker, web scrapbook&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.gootodo.com/&#34;&gt;gootodo.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Email reminders&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Paid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.gtdinbox.com/&#34;&gt;gtdinbox.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;GTD, Gmail,&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Paid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.hipcal.com/&#34;&gt;hipcal.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Notes, Tasks, Collaboration, Calendar, Reminders&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.hiveminder.com/&#34;&gt;hiveminder.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Notes, Tasks, Collaboration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.lifetango.com/&#34;&gt;lifetango.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;goal list, social&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.lifetick.com/&#34;&gt;lifetick.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Goal tracking&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Paid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.listography.com/&#34;&gt;listography.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;List of lists, Home page style&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://mail.google.com/tasks&#34;&gt;mail.google.com/tasks&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Simple tasks, gmail integrated&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.monkeyon.com/&#34;&gt;monkeyon.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;reminder service&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.mynoteit.com/&#34;&gt;mynoteit.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Notes, Tasks, Collaboration, Aimed at Students&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.netvibes.com/&#34;&gt;netvibes.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Homepage, Task is a module&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.orchestratehq.com/&#34;&gt;orchestratehq.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;simple&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.placestodo.com/&#34;&gt;placestodo.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Todo linked to locations, Mobile&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.rememberthemilk.com/&#34;&gt;rememberthemilk.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Grand daddy, simple yet advanced&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.roughunderbelly.com/&#34;&gt;roughunderbelly.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;prioritise&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.tadalist.com/&#34;&gt;tadalist.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;ROR demo app, simple, collaboration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://task.dlma.com/&#34;&gt;task.dlma.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;simple, barebones, task list&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.taskbin.com/&#34;&gt;taskbin.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Tasks, Advanced Features, Collaboration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.tasktoy.com/&#34;&gt;tasktoy.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;strange&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.tiddlyspot.com/&#34;&gt;tiddlyspot.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;wikified task list, local&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.todoist.com/&#34;&gt;todoist.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Calendar, Tasks, Advanced Features&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.toggl.com/&#34;&gt;toggl.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;time tracker&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Paid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.toodledo.com/&#34;&gt;Toodledo.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;folders, subtasks, due-dates, priorities, tags, contexts, goals, notes, time estimates&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Paid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.tudulist.com/&#34;&gt;tudulist.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Calendar, Tasks, Advanced Features, Collaboration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.voo2do.com/&#34;&gt;voo2do.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Calendar, Tasks, Advanced Features, Collaboration, Project Management&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;http://www.zohoplanner.com/&#34;&gt;zohoplanner.com&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Simple, collaboration, reminders&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;* All paid services have a free version of some type.&lt;/p&gt;</description>
			</item>
			<item>
				<title>20 Qs with Sudhir of vfreshers.com</title>
				<link>https://hitesh.in/2009/20-qs-with-sudhir-of-vfreshers.com/</link>
				<pubDate>Sun, 13 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/20-qs-with-sudhir-of-vfreshers.com/</guid>
				<description>&lt;p&gt;In the second interview, I get to interview Mr. Sudhir of vfreshers.com. He runs a website that provides info about &lt;a href=&#34;http://www.vfreshers.com/&#34;&gt;fresher jobs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;Q. In your own words, who are you and what is your business?&lt;/p&gt;&#xA;&lt;p&gt;A. I am an IT Professional having worked in Software industry in India &amp;amp; USA for 4-5 years. I have been working on Vfreshers.com along with my wife who is a law graduate and left her career to pursue my dream.I have also left my full-time job 3 months back. Vfreshers.com is a platform for all the fresh graduates in India.&lt;/p&gt;</description>
			</item>
			<item>
				<title>What colour are your glasses?</title>
				<link>https://hitesh.in/2009/what-colour-are-your-glasses/</link>
				<pubDate>Mon, 07 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/what-colour-are-your-glasses/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/090609_0330_Whatcoloura12.jpg&#34; alt=&#34;&#34;&gt;Stephen R. Covey in his landmark book &amp;ldquo;7 Habits of Highly Effective People&amp;rdquo; defines 9 possible centres that people have:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Spouse-centred&lt;/li&gt;&#xA;&lt;li&gt;Friends / Enemy-centred&lt;/li&gt;&#xA;&lt;li&gt;Family-centred&lt;/li&gt;&#xA;&lt;li&gt;Money-centred&lt;/li&gt;&#xA;&lt;li&gt;Work-centred&lt;/li&gt;&#xA;&lt;li&gt;Possession - centred&lt;/li&gt;&#xA;&lt;li&gt;Pleasure-centred&lt;/li&gt;&#xA;&lt;li&gt;Church-centred&lt;/li&gt;&#xA;&lt;li&gt;Self-centred&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In other words, these are the glasses we see the world through. All decision making is coloured by your bias towards one or more of these. But none of these are worth centring ones life around, they all blur the view. So he suggests taking off these glasses and seeing the world in the light of the principles that you value. If one has a mission statement and knows the principles he values most, then making decisions is easier.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Role Playing</title>
				<link>https://hitesh.in/2009/role-playing/</link>
				<pubDate>Thu, 03 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/role-playing/</guid>
				<description>&lt;p&gt;As hinted in the previous post I will take a departure from my general blogging topics and talk about life. Let me talk about something that troubled me and still slightly troubling me. &lt;img src=&#34;images/090309_1955_RolePlaying1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I have been under a lot of mental and emotional stress lately, and did not know the reason. But with a lot of introspection and a couple of very good reads, I was able to find the root cause of this and am in a much better state of mind. Ask my wife ;) I will like to share this to spread the good words that helped me.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Introducing life</title>
				<link>https://hitesh.in/2009/introducing-life/</link>
				<pubDate>Wed, 02 Sep 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/introducing-life/</guid>
				<description>&lt;p&gt;Life is not something that happens between work, work is a small part of life. So I am adding a category on &amp;ldquo;Life&amp;rdquo;. Hope this will increase the work-life balance of my blog, more on this later.&lt;/p&gt;&#xA;&lt;p&gt;Though the number of posts under this category would be less, it just means there is more to life than I would like to share on a public medium.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s to life&amp;hellip;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Boo gotchas for beginners</title>
				<link>https://hitesh.in/2009/boo-gotchas-for-beginners/</link>
				<pubDate>Sun, 30 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/boo-gotchas-for-beginners/</guid>
				<description>&lt;p&gt;Unlike what I mentioned in my previous post, I ended up trying Boo first. I will delve on the reason in another post. The objective of this post is to document the problems I had getting used to Boo syntax. None of the problems were big, just some missing punctuations :) And I did not face any issues with the significant space.&lt;/p&gt;&#xA;&lt;h3 id=&#34;empty-array-vs-empty-list&#34;&gt;Empty array vs. Empty list&lt;/h3&gt;&#xA;&lt;p&gt;An empty list is&lt;/p&gt;</description>
			</item>
			<item>
				<title>The great runtime shootout</title>
				<link>https://hitesh.in/2009/the-great-runtime-shootout/</link>
				<pubDate>Fri, 21 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/the-great-runtime-shootout/</guid>
				<description>&lt;p&gt;It is becoming more and more obvious that there are just two runtimes left to execute code, the &lt;em&gt;Java Virtual Machine&lt;/em&gt; (JVM) and the &lt;em&gt;Common Language Infrastructure&lt;/em&gt; (CLI). So, I decided to see how they stack up. Looks like both environments have something for everyone.&lt;/p&gt;&#xA;&lt;p&gt;Here is a list of programming languages available on these runtimes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2009/08/slide0001_image001_thumb.png&#34;&gt;&lt;img src=&#34;images/slide0001_image001_thumb.png&#34; alt=&#34;JVM vs CLI&#34; title=&#34;JVM vs. CLR&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Can run on CLI using IKVM.NET&lt;/li&gt;&#xA;&lt;li&gt;Can run on JVM using Mainsoft solution&lt;/li&gt;&#xA;&lt;li&gt;Not yet usable&lt;/li&gt;&#xA;&lt;li&gt;Can run on CLR, but is behind the JVM implementation&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The main reason for the research was to identify a new language I should pick-up. I looked at Python and Ruby, but both have some sore thumbs that I just can&amp;rsquo;t stand. I really liked Boo and Groovy; they are similar to C#/Java in syntax and incorporate the good things from Python. Although I like Boo&amp;rsquo;s syntax and approach more than Groovy, Groovy has a more mature implementation and ecosystem. I will try to use Groovy for some hobby project and get a feel to things.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Trying the new P2 theme for Wordpress</title>
				<link>https://hitesh.in/2009/trying-the-new-p2-theme-for-wordpress/</link>
				<pubDate>Tue, 18 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/trying-the-new-p2-theme-for-wordpress/</guid>
				<description>&lt;p&gt;Trying the new P2 theme for Wordpress&lt;/p&gt;&#xA;&lt;p&gt;Update: rolling back to Hybrid. P2 looks too bland for my tastes. If I want a twitter like system, I will use Twitter :)&lt;/p&gt;</description>
			</item>
			<item>
				<title>Ultimate backup tool?</title>
				<link>https://hitesh.in/2009/ultimate-backup-tool/</link>
				<pubDate>Fri, 14 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/ultimate-backup-tool/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://getdropbox.com/&#34;&gt;&lt;img src=&#34;images/081409_1942_Ultimatebac1.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Well, I don&amp;rsquo;t need to beat the dead horse about why one needs to backup data. But with the explosion of digital assets, it is all the more important.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-are-my-digital-assets&#34;&gt;What are my digital assets?&lt;/h3&gt;&#xA;&lt;p&gt;The largest, of course, are photographs. Apart from these, I have a fair smattering of music, code, documents and others.&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-do-i-back-them-up&#34;&gt;How do I back them up?&lt;/h3&gt;&#xA;&lt;p&gt;Currently, photos are backed up on DVD and in the cloud (picasaweb). Picasa acts as incremental backup and DVDs are full backups. A copy in Hyderabad acts as offsite backup.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Rock SOLID software construction</title>
				<link>https://hitesh.in/2009/rock-solid-software-construction/</link>
				<pubDate>Sat, 08 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/rock-solid-software-construction/</guid>
				<description>&lt;p&gt;[caption id=&amp;quot;&amp;quot; align=&amp;ldquo;alignright&amp;rdquo; width=&amp;ldquo;297&amp;rdquo; caption=&amp;ldquo;Software Developement is not a game of Janga&amp;rdquo;]&lt;a href=&#34;http://www.lostechies.com/blogs/derickbailey/archive/2009/02/11/solid-development-principles-in-motivational-pictures.aspx&#34;&gt;&lt;img src=&#34;images/080809_0732_RockSOLIDso1.jpg&#34; alt=&#34;SOLID - Software Developement is not a game of Janga&#34; title=&#34;SOLID&#34;&gt;&lt;/a&gt;[/caption]&lt;/p&gt;&#xA;&lt;p&gt;I spent last two weeks deep diving into code written by our contractors and writing some test against the same. This was a pleasant break from my regular duties of an architect. As an architect I am always trying to ensure the code follows pragmatic design principle and I really dig SOLID and TDD.&lt;/p&gt;</description>
			</item>
			<item>
				<title>10 programming related podcasts available on iTunes</title>
				<link>https://hitesh.in/2009/10-programming-related-podcasts-available-on-itunes/</link>
				<pubDate>Sun, 02 Aug 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/10-programming-related-podcasts-available-on-itunes/</guid>
				<description>&lt;p&gt;These are some of the better podcasts on the craft of programming.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hanselminutes.com/&#34;&gt;Hansel minutes&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=117488860&#34; title=&#34;Hanselminutes&#34;&gt;&lt;img src=&#34;images/itunes1.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://community.infragistics.com/pixel8/media/default.aspx&#34;&gt;pixel8 - What makes great user experiences?&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=276314770&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dotnetrocks.com/&#34;&gt;.NET Rocks!&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=130068596&#34; title=&#34;.NET Rocks!&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://herdingcode.com/&#34;&gt;Herding Code&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=284067914&#34; title=&#34;Herding Code&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.pragprog.com/podcasts&#34;&gt;Pragmatic Podcasts&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=267255279&#34; title=&#34;Pragmatic Podcasts&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://thirstydeveloper.com/&#34;&gt;The Thirsty Developer Podcast&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=269316506&#34; title=&#34;The Thirsty Developer - Podcast&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://deepfriedbytes.com/&#34;&gt;Deep Fried Bytes&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=281776316&#34; title=&#34;Deep Fried Bytes&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://elegantcode.com/elegantcode-cast/&#34;&gt;Elegant Code » CodeCast&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=271207118&#34; title=&#34;Elegant Code » CodeCast&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://javaposse.com/&#34;&gt;The Java Posse&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81157308&#34; title=&#34;The Java Posse&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.se-radio.net/&#34;&gt;Software Engineering Radio&lt;/a&gt; - &lt;a href=&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=120906714&#34; title=&#34;Software Engineering Radio - the podcast for professionals&#34;&gt;&lt;img src=&#34;images/itunes2.jpg&#34; alt=&#34;itunes&#34;&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
			</item>
			<item>
				<title>One question to rule them all</title>
				<link>https://hitesh.in/2009/one-question-to-rule-them-all/</link>
				<pubDate>Sat, 25 Jul 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/one-question-to-rule-them-all/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/072509_0715_Onequestion12.png&#34; alt=&#34;Job interview in progress&#34; title=&#34;Job interview in progress&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Recently, while interviewing a person, I came up with an interesting question. That led to a series of discoveries about the interviewee. So I thought I would share it here.&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-does-xunit-work-&#34;&gt;How does xUnit work? **&lt;/h3&gt;&#xA;&lt;p&gt;This one question offered insight into various aspects that I cared about. I steered the discussion until I got the answers to these question, without asking them explicitly.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Ultimate Blog Editor</title>
				<link>https://hitesh.in/2009/ultimate-blog-editor/</link>
				<pubDate>Fri, 17 Jul 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/ultimate-blog-editor/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;images/071709_2039_UltimateBlo12.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If there was ever a totally unqualified opinion, here it is. A blogger for 6 weeks and change, this is my thought what a blogging tool should be.&lt;/p&gt;&#xA;&lt;p&gt;Those who came here searching for the ultimate editor, I am sorry to disappoint, only ideas here.&lt;/p&gt;&#xA;&lt;p&gt;To start with; I have tried Wordpress online editor, &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/1730&#34;&gt;Scribefire&lt;/a&gt;, &lt;a href=&#34;http://download.live.com/writer&#34;&gt;Windows Live Writer&lt;/a&gt; and &lt;a href=&#34;http://dropline.net/drivel/&#34;&gt;Drivel&lt;/a&gt;; and found them all lacking in one aspect or another. Currently I find Live Writer to be better than the rest. Trying out OneNote which has few features I like.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Tip: Convert an image to text (OCR)</title>
				<link>https://hitesh.in/2009/tip-convert-an-image-to-text-ocr/</link>
				<pubDate>Fri, 10 Jul 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/tip-convert-an-image-to-text-ocr/</guid>
				<description>&lt;p&gt;Haven&amp;rsquo;t there been times when you came across some text that you could not copy or edit? It could be for a variety of reasons, whether it is a scanned copy, or an image containing text, a screen shot etc.&lt;/p&gt;&#xA;&lt;p&gt;I came across a similar situation yesterday, when I was looking for a word list to create a Pictionary for my kid. &amp;ldquo;Stretch mark mama&amp;rdquo; had this &lt;a href=&#34;http://stretchmarkmama.blogspot.com/2008/12/pictionary-for-kids.html&#34;&gt;great list&lt;/a&gt;; unfortunately she shared it as an image. I needed to extract the text out of the image and remembered an old trick. So I thought I would as well share it.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Playing with Small Basic</title>
				<link>https://hitesh.in/2009/playing-with-small-basic/</link>
				<pubDate>Sun, 05 Jul 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/playing-with-small-basic/</guid>
				<description>&lt;p&gt;Yesterday I stumbled upon &lt;a href=&#34;http://www.smallbasic.com/&#34;&gt;SmallBasic&lt;/a&gt;, while looking for something else. It is an interesting little project by Microsoft to create an entry level language to teach programming. It is a mix of toned down &lt;a href=&#34;http://en.wikipedia.org/wiki/BASIC&#34;&gt;BASIC&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Logo_%28programming_language%29&#34;&gt;Logo&lt;/a&gt;. Since the language (or is it an application) is still in infancy, &lt;a href=&#34;http://blogs.msdn.com/smallbasic/archive/2009/06/16/the-newest-leanest-and-the-meanest-is-here.aspx&#34;&gt;version 0.5 released recently&lt;/a&gt;, I will try not to be too harsh on it.&lt;/p&gt;&#xA;&lt;h4 id=&#34;sample-program-with-obligatory-screenshot&#34;&gt;Sample program with obligatory screenshot&lt;/h4&gt;&#xA;&lt;h6 id=&#34;showing-flickr-image&#34;&gt;Showing Flickr Image&lt;/h6&gt;&#xA;&lt;p&gt;1: url = Flickr.GetPictureOfMoment()&lt;/p&gt;</description>
			</item>
			<item>
				<title>Delicious Trends</title>
				<link>https://hitesh.in/2009/delicious-trends/</link>
				<pubDate>Sat, 27 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/delicious-trends/</guid>
				<description>&lt;p&gt;In my &lt;a href=&#34;https://hitesh.in/2009/hello-world/&#34;&gt;first post&lt;/a&gt;, I talked about analysing my interests based on delicious bookmarks. This post is to announce that I have cleaned up the script a bit and posted it on this blog. &lt;a href=&#34;https://hitesh.in/delicious-trends/&#34; title=&#34;Delicious Trends&#34;&gt;Try it out.&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;h4 id=&#34;what-is-delicious-trends&#34;&gt;What is delicious trends?&lt;/h4&gt;&#xA;&lt;p&gt;It is a simple visualisation of your online taste. All your bookmarks will be plotted on a time line, helping you to see how your interests evolved over time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; All processing is done in your browser and no data is sent to my server.&lt;/p&gt;</description>
			</item>
			<item>
				<title>20 Qs with Mr. Kadiyala of fullhyd.com</title>
				<link>https://hitesh.in/2009/20-qs-with-mr.-kadiyala-of-fullhyd.com/</link>
				<pubDate>Sun, 21 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/20-qs-with-mr.-kadiyala-of-fullhyd.com/</guid>
				<description>&lt;p&gt;In a planned series of interviews with Indian entrepreneurs, here is the first one. I got in touch with Kishore, an old friend and associate, and talked to him about his venture &lt;a href=&#34;http://fullhyd.com&#34;&gt;fullhyd.com&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In your own words, who are you and what is your business?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://fullhyd.com&#34;&gt;fullhyd.com&lt;/a&gt; is a local content and local search company, currently focusing on Hyderabad, India, and planning to scale to all Indian cities soon. We help people find comprehensive details about various businesses and services in their neighbourhood, and help them interact with the businesses, and with each other about the businesses. We also cover life in the city - events, movies, shopping &amp;amp; sales - and serve as a local community organizer, apart from being a guide for tourists. Our revenue/business is focused on providing unprecedentedly low-cost advertising solutions to small and medium business enterprises, by helping them reach customers in their neighbourhood, and pay for just that.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Exercises for the cube dweller.</title>
				<link>https://hitesh.in/2009/exercises-for-the-cube-dweller./</link>
				<pubDate>Tue, 16 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/exercises-for-the-cube-dweller./</guid>
				<description>&lt;p&gt;Bonus tip: Install &lt;a href=&#34;http://www.workrave.org/welcome/&#34;&gt;Workrave&lt;/a&gt; for automated breaks and exercise tips.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Javafx 1.2 - First impressions</title>
				<link>https://hitesh.in/2009/javafx-1.2-first-impressions/</link>
				<pubDate>Sat, 13 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/javafx-1.2-first-impressions/</guid>
				<description>&lt;p&gt;Spent the last couple of days looking at Javafx, Sun&amp;rsquo;s response to Silverlight and Flex. It is an interesting mix of ideas. Clearly inspired by dynamic languages as well as Silverlight. Maybe Flex as well, but I couldn&amp;rsquo;t tell as I have not tried Flex.&lt;/p&gt;&#xA;&lt;h6 id=&#34;things-i-liked&#34;&gt;Things I liked:&lt;/h6&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Type inference&lt;/strong&gt;: Could have been better, but I will take this any day over the verbose Java alternate&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Binding&lt;/strong&gt;: In fact this is a great thing. Two way binding and binding with expression.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Triggers&lt;/strong&gt;: Need to explore more, but shows promise.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Timelines&lt;/strong&gt;: This along with the exceptional support for multimedia will help in creating the next killer app.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Collections&lt;/strong&gt;: You can iterate over collections in SQL like syntax which,to me, looks better than LINQ.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Strings and Dates&lt;/strong&gt;: Finally they get treated with the respect they deserve, since most of the time one is juggling text and dates.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h6 id=&#34;things-i-am-meh-about&#34;&gt;Things I am meh about:&lt;/h6&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Declarative UI design&lt;/strong&gt;: I believe UI design is best left to designers (software not people)&lt;/p&gt;</description>
			</item>
			<item>
				<title>My first podcast: Discussing Google Wave</title>
				<link>https://hitesh.in/2009/my-first-podcast-discussing-google-wave/</link>
				<pubDate>Tue, 09 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/my-first-podcast-discussing-google-wave/</guid>
				<description>&lt;p&gt;Did my very first podcast with a group of friends. You can read more and comment about it at the &lt;a href=&#34;http://techno-cast.blogspot.com/2009/05/podcast-0-aka-hello-world-google-wave.html&#34;&gt;techno-cast&lt;/a&gt; site.&lt;/p&gt;&#xA;&lt;p&gt;[ &lt;a href=&#34;http://dl.getdropbox.com/u/1240675/TechnoBabble%20Podcast%200%20-%20Hello%20%28Google%29%20Wave.mp3&#34;&gt;Download podcast MP3&lt;/a&gt; ]&lt;/p&gt;&#xA;&lt;p&gt;Quote from techno-cast site:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Is it a brave new step to boldly go where no web giant has gone before, or merely a mashup of pre-existing tools? An attempt to capture some enterprise market share or to fundamentally change the way the Internet works? Will we see massive gains in worker productivity or the advent of real-time spam from Nigeria? We discuss!&lt;/p&gt;</description>
			</item>
			<item>
				<title>Hello World!</title>
				<link>https://hitesh.in/2009/hello-world/</link>
				<pubDate>Thu, 04 Jun 2009 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/2009/hello-world/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://hitesh.in/wp-content/uploads/2009/06/epe.png&#34;&gt;&lt;img src=&#34;images/epe-thumb.png&#34; alt=&#34;epe&#34; title=&#34;epe&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hi, this is Hitesh. I am here to talk about stuff I like. How do I know what I like? Well I asked myself the same question and like any true geek looked at the data at hand to decide. So I analysed my bookmarks at delicious and the three areas that interest me way beyond others are programming, education and entrepreneurship.&lt;/p&gt;&#xA;&lt;p&gt;Thus the focus of this blog will remain these three areas of my interest. My plan is to add at least one post per week, let&amp;rsquo;s see how it goes.&lt;/p&gt;</description>
			</item>
			<item>
				<title>About</title>
				<link>https://hitesh.in/about/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/about/</guid>
				<description>&lt;p&gt;I work at the intersection of AI research, practical engineering, and business outcomes — helping leadership teams navigate AI adoption with clarity and confidence.&lt;/p&gt;&#xA;&lt;p&gt;My focus is on &lt;strong&gt;Retail, Loyalty, and Industrial domains&lt;/strong&gt;, where I lead the advisory for AI implementation and consulting engagements. Each engagement ends with evidence-based recommendations your leadership team can actually act on.&lt;/p&gt;&#xA;&lt;p&gt;Based in &lt;strong&gt;Hyderabad&lt;/strong&gt;, I&amp;rsquo;ve been building and writing about software since 2009 — from early experiments with .NET and Python to large-scale martech platforms, and now to the AI transformation reshaping every layer of the stack.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Book an AI advisory hour</title>
				<link>https://hitesh.in/work-with-me/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/work-with-me/</guid>
				<description>&lt;p&gt;Most AI projects fail for boring reasons: the wrong use case, data that was not ready, or a vendor bet made before anyone validated it. An advisory hour is the cheapest way to avoid that.&lt;/p&gt;&#xA;&lt;p&gt;Bring a problem or an idea. We will talk through the use case, your data readiness, and the real risks, and I will point you to the simplest pilot or MVP that can prove value, or tell you honestly if AI is not the answer yet.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Implementing AI Agents in Your Company</title>
				<link>https://hitesh.in/book/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/book/</guid>
				<description>&lt;p&gt;For the past year I have been building with what we now call AI agents. The question I kept hearing from leaders was almost always the same: &amp;ldquo;I understand AI is powerful, but where do I even start?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I started to write an answer as a blog post. A few paragraphs in, it was obviously a book.&lt;/p&gt;&#xA;&lt;p&gt;This is that book, and it is free. It is written for managers and operators, not machine learning researchers. You will not find equations or theory here. You get the frameworks, examples, and decisions you can use on Monday morning: how to spot a good use case, build a credible business case, run a proof of concept, and manage the messy human side of adoption.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Thanks — your request is in</title>
				<link>https://hitesh.in/thank-you/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://hitesh.in/thank-you/</guid>
				<description>&lt;p&gt;Thanks for reaching out. Your request landed in my inbox, and I will get back to you personally, usually within a couple of working days, to set up your advisory hour.&lt;/p&gt;&#xA;&lt;p&gt;In the meantime, you are welcome to &lt;a href=&#34;https://hitesh.in/blog/&#34;&gt;read the blog&lt;/a&gt; or find me on &lt;a href=&#34;https://linkedin.com/in/hiteshs&#34;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
