<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tips on Pavan Yara</title><link>https://pavanyara.com/tags/tips/</link><description>Recent content in Tips on Pavan Yara</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>pavan.yara@gmail.com (Pavan Yara)</managingEditor><webMaster>pavan.yara@gmail.com (Pavan Yara)</webMaster><copyright>Pavan Yara</copyright><lastBuildDate>Fri, 28 Aug 2026 00:25:00 +0530</lastBuildDate><atom:link href="https://pavanyara.com/tags/tips/index.xml" rel="self" type="application/rss+xml"/><item><title>Seven Ways to Avoid Losing Your Job to AI</title><link>https://pavanyara.com/blog/seven-ways-to-avoid-losing-your-job-to-ai/</link><pubDate>Fri, 28 Aug 2026 00:25:00 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/blog/seven-ways-to-avoid-losing-your-job-to-ai/</guid><description>&lt;p&gt;Tyler Cowen via &lt;a href="https://www.thefp.com/p/tyler-cowen-seven-ways-to-avoid-losing"&gt;FP Post&lt;/a&gt; :&lt;/p&gt;&#10;&lt;p&gt;Principle one: &lt;em&gt;Look for messy jobs&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle two: &lt;em&gt;Be wary of work from home&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle three: &lt;em&gt;Be proficient with AI tools&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle four: &lt;em&gt;Work in the biomedical sector&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle five: &lt;em&gt;Run experiments&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle six: &lt;em&gt;Gather data&lt;/em&gt;.&lt;/p&gt;&#10;&lt;p&gt;Principle seven: &lt;em&gt;Get a hands-on job in the energy sector&lt;/em&gt;.&lt;/p&gt;</description><content:encoded><![CDATA[<p>Tyler Cowen via <a href="https://www.thefp.com/p/tyler-cowen-seven-ways-to-avoid-losing">FP Post</a> :</p>
<p>Principle one: <em>Look for messy jobs</em>.</p>
<p>Principle two: <em>Be wary of work from home</em>.</p>
<p>Principle three: <em>Be proficient with AI tools</em>.</p>
<p>Principle four: <em>Work in the biomedical sector</em>.</p>
<p>Principle five: <em>Run experiments</em>.</p>
<p>Principle six: <em>Gather data</em>.</p>
<p>Principle seven: <em>Get a hands-on job in the energy sector</em>.</p>
]]></content:encoded></item><item><title>Some AWS EC2 Tips</title><link>https://pavanyara.com/blog/ec2-tips-1/</link><pubDate>Wed, 18 Dec 2019 10:37:41 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/blog/ec2-tips-1/</guid><description>&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Choosing right instance size&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;img src="https://pavanyara.com/img/ec2.png" alt="Choosing Right Ec2 instance size"&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Why is my Linux instance not booting after I changed its type to C5 or&#10;M5?&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;See &lt;a href="https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/"&gt;https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/&lt;/a&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Make sure enaSupport instance attribute is enabled&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;aws ec2 describe-instances &amp;ndash;instance-ids instance_id &amp;ndash;query &amp;ldquo;Reservations[].Instances[].EnaSupport“&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Make sure both ENA and NVMe modules are installed&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;modinfo ena&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;lsinitrd /boot/initramfs-$(uname -r).img|grep nvme&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Mount EBS volumes using UUID/Label instead of device name&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;/dev/sda1 -&amp;gt; UUID=&amp;ldquo;ca774df7-756d-4261-a3f1-76038323e572&amp;rdquo;&lt;/p&gt;&#10;&lt;/blockquote&gt;</description><content:encoded><![CDATA[<ul>
<li><strong>Choosing right instance size</strong></li>
</ul>
<p><img src="/img/ec2.png" alt="Choosing Right Ec2 instance size"></p>
<ul>
<li><strong>Why is my Linux instance not booting after I changed its type to C5 or
M5?</strong></li>
</ul>
<p>See <a href="https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/">https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/</a></p>
<ul>
<li><strong>Make sure enaSupport instance attribute is enabled</strong></li>
</ul>
<blockquote>
<p>aws ec2 describe-instances &ndash;instance-ids instance_id &ndash;query &ldquo;Reservations[].Instances[].EnaSupport“</p>
</blockquote>
<ul>
<li><strong>Make sure both ENA and NVMe modules are installed</strong></li>
</ul>
<blockquote>
<p>modinfo ena</p>
</blockquote>
<blockquote>
<p>lsinitrd /boot/initramfs-$(uname -r).img|grep nvme</p>
</blockquote>
<ul>
<li><strong>Mount EBS volumes using UUID/Label instead of device name</strong></li>
</ul>
<blockquote>
<p>/dev/sda1 -&gt; UUID=&ldquo;ca774df7-756d-4261-a3f1-76038323e572&rdquo;</p>
</blockquote>
]]></content:encoded></item><item><title>Public Speaking - Tips</title><link>https://pavanyara.com/blog/public-speaking-tips/</link><pubDate>Thu, 19 Sep 2019 21:45:59 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/blog/public-speaking-tips/</guid><description>&lt;p&gt;From a recent &lt;a href="https://hbr.org/2019/09/to-overcome-your-fear-of-public-speaking-stop-thinking-about-yourself"&gt;HBR article&lt;/a&gt;&lt;/p&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;When you’re preparing, think about your audience.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Before diving into the information, ask yourself: Who will be in the room? Why are they there? What do they need? Be specific in your answers. Identify the audience’s needs, both spoken and unspoken, and craft a message that speaks directly to those needs.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;ol start="2"&gt;&#10;&lt;li&gt;Right before you speak, refocus your brain.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Remind yourself that you are here to help your audience. Be firm with your brain. Tell yourself, “Brain, this presentation is not about me. It is about helping my audience.” Over time (usually between four and six presentations), your brain will begin to get it, and you will become less nervous.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;ol start="3"&gt;&#10;&lt;li&gt;While you’re speaking, make eye contact.&#10;&lt;ul&gt;&#10;&lt;li&gt;The best way to connect to your audience is by speaking to them as individuals. How? By making sustained eye contact with one person per thought. (Each thought is about one full clause.) By focusing at one person at a time, you make each person in the room feel like you are talking just to them.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/li&gt;&#10;&lt;/ol&gt;</description><content:encoded><![CDATA[<p>From a recent <a href="https://hbr.org/2019/09/to-overcome-your-fear-of-public-speaking-stop-thinking-about-yourself">HBR article</a></p>
<ol>
<li>When you’re preparing, think about your audience.</li>
</ol>
<ul>
<li>Before diving into the information, ask yourself: Who will be in the room? Why are they there? What do they need? Be specific in your answers. Identify the audience’s needs, both spoken and unspoken, and craft a message that speaks directly to those needs.</li>
</ul>
<ol start="2">
<li>Right before you speak, refocus your brain.</li>
</ol>
<ul>
<li>Remind yourself that you are here to help your audience. Be firm with your brain. Tell yourself, “Brain, this presentation is not about me. It is about helping my audience.” Over time (usually between four and six presentations), your brain will begin to get it, and you will become less nervous.</li>
</ul>
<ol start="3">
<li>While you’re speaking, make eye contact.
<ul>
<li>The best way to connect to your audience is by speaking to them as individuals. How? By making sustained eye contact with one person per thought. (Each thought is about one full clause.) By focusing at one person at a time, you make each person in the room feel like you are talking just to them.</li>
</ul>
</li>
</ol>
]]></content:encoded></item></channel></rss>