<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://igorcarvalhh.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://igorcarvalhh.github.io/" rel="alternate" type="text/html" /><updated>2026-04-27T04:17:22+00:00</updated><id>https://igorcarvalhh.github.io/feed.xml</id><title type="html">Igor Carvalho</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Lista de Ideias de Blogs</title><link href="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/blog-ideas-list.html" rel="alternate" type="text/html" title="Lista de Ideias de Blogs" /><published>2026-04-27T02:19:00+00:00</published><updated>2026-04-27T02:19:00+00:00</updated><id>https://igorcarvalhh.github.io/jekyll/update/2026/04/27/blog-ideas-list</id><content type="html" xml:base="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/blog-ideas-list.html"><![CDATA[<ul>
  <li>https://gowers.wordpress.com/</li>
  <li>https://distill.pub/</li>
  <li>https://www.johndcook.com/</li>
  <li>https://rbcborealis.com/</li>
  <li>https://www.stat.berkeley.edu/~wfithian/courses/stat210a</li>
  <li>https://terrytao.wordpress.com/</li>
</ul>

<p><strong>Referências</strong></p>

<ul>
  <li>https://pandoc.org/</li>
  <li>https://quarto.org/</li>
  <li>https://github.com/academicpages/academicpages.github.io</li>
</ul>]]></content><author><name></name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[https://gowers.wordpress.com/ https://distill.pub/ https://www.johndcook.com/ https://rbcborealis.com/ https://www.stat.berkeley.edu/~wfithian/courses/stat210a https://terrytao.wordpress.com/ Referências https://pandoc.org/ https://quarto.org/ https://github.com/academicpages/academicpages.github.io]]></summary></entry><entry><title type="html">My First Post</title><link href="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/my-first-post.html" rel="alternate" type="text/html" title="My First Post" /><published>2026-04-27T02:11:00+00:00</published><updated>2026-04-27T02:11:00+00:00</updated><id>https://igorcarvalhh.github.io/jekyll/update/2026/04/27/my-first-post</id><content type="html" xml:base="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/my-first-post.html"><![CDATA[<p>I’ve just uploaded to the arXiv my paper “Local Bernstein theory, and lower bounds for Lebesgue constants“. This paper was initially motivated by a problem of Erdős} on Lagrange interpolation, but in the course of solving that problem, I ended up modifying some very classical arguments of Bernstein and his contemporaries (Boas, Duffin, Schaeffer, Riesz, etc.) to obtain “local” versions of these classical “Bernstein-type inequalities” that may be of independent interest.</p>

<p>Bernstein proved many estimates concerning the derivatives of polynomials, trigonometric polynomials, and entire functions of exponential type, but perhaps his most famous inequality in this direction is:</p>]]></content><author><name></name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[I’ve just uploaded to the arXiv my paper “Local Bernstein theory, and lower bounds for Lebesgue constants“. This paper was initially motivated by a problem of Erdős} on Lagrange interpolation, but in the course of solving that problem, I ended up modifying some very classical arguments of Bernstein and his contemporaries (Boas, Duffin, Schaeffer, Riesz, etc.) to obtain “local” versions of these classical “Bernstein-type inequalities” that may be of independent interest. Bernstein proved many estimates concerning the derivatives of polynomials, trigonometric polynomials, and entire functions of exponential type, but perhaps his most famous inequality in this direction is:]]></summary></entry><entry><title type="html">Welcome to Jekyll!</title><link href="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Welcome to Jekyll!" /><published>2026-04-27T01:52:15+00:00</published><updated>2026-04-27T01:52:15+00:00</updated><id>https://igorcarvalhh.github.io/jekyll/update/2026/04/27/welcome-to-jekyll</id><content type="html" xml:base="https://igorcarvalhh.github.io/jekyll/update/2026/04/27/welcome-to-jekyll.html"><![CDATA[<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>

<p>Jekyll requires blog post files to be named according to the following format:</p>

<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>

<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>

<p>Jekyll also offers powerful support for code snippets:</p>

<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
  <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
<span class="k">end</span>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>

<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name></name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.]]></summary></entry></feed>