<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://ryo911-pors.github.io/ryo-dev.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ryo911-pors.github.io/ryo-dev.github.io/" rel="alternate" type="text/html" /><updated>2026-06-27T12:55:46+00:00</updated><id>https://ryo911-pors.github.io/ryo-dev.github.io/feed.xml</id><title type="html">ryo-dev</title><subtitle>Notes on ML, CS, internships, and paper readings.</subtitle><author><name>Ryo</name><email>pianoreimu07@gmail.com</email></author><entry><title type="html">Hello World</title><link href="https://ryo911-pors.github.io/ryo-dev.github.io/cs/2026/06/27/hello-world.html" rel="alternate" type="text/html" title="Hello World" /><published>2026-06-27T00:00:00+00:00</published><updated>2026-06-27T00:00:00+00:00</updated><id>https://ryo911-pors.github.io/ryo-dev.github.io/cs/2026/06/27/hello-world</id><content type="html" xml:base="https://ryo911-pors.github.io/ryo-dev.github.io/cs/2026/06/27/hello-world.html"><![CDATA[<p>This blog is where I document what I learn as a Data Science student aiming for a career in MLOps and AI engineering.</p>

<h2 id="what-to-expect">What to expect</h2>

<ul>
  <li><strong>ML</strong>: Kaggle competition walkthroughs, model experiments, notes on algorithms</li>
  <li><strong>CS</strong>: System design concepts, engineering fundamentals, tools I find useful</li>
  <li><strong>Internship</strong>: Takeaways from working with AWS and cloud infrastructure</li>
  <li><strong>Paper Notes</strong>: Summaries of papers with my own commentary</li>
</ul>

<h2 id="why-a-blog">Why a blog?</h2>

<p>Writing forces clarity. If I can’t explain something simply, I don’t understand it well enough.</p>

<h2 id="stack">Stack</h2>

<p>This site runs on Jekyll + Minima, deployed via GitHub Actions. Posts are written in Markdown.</p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
2
3
</pre></td><td class="rouge-code"><pre><span class="c1"># Code blocks look like this
</span><span class="k">def</span> <span class="nf">hello</span><span class="p">():</span>
    <span class="nf">print</span><span class="p">(</span><span class="sh">"</span><span class="s">Hello, world!</span><span class="sh">"</span><span class="p">)</span>
</pre></td></tr></tbody></table></code></pre></div></div>

<p>More posts coming soon.</p>]]></content><author><name>Ryo</name></author><category term="CS" /><category term="meta" /><summary type="html"><![CDATA[This blog is where I document what I learn as a Data Science student aiming for a career in MLOps and AI engineering.]]></summary></entry></feed>