<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://d-dhx.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://d-dhx.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2025-04-27T19:59:06+00:00</updated><id>https://d-dhx.github.io/feed.xml</id><title type="html">blank</title><subtitle>A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. </subtitle><entry><title type="html">Spring 2025 Semester Review</title><link href="https://d-dhx.github.io/blog/2025/tabs/" rel="alternate" type="text/html" title="Spring 2025 Semester Review"/><published>2025-04-08T16:32:13+00:00</published><updated>2025-04-08T16:32:13+00:00</updated><id>https://d-dhx.github.io/blog/2025/tabs</id><content type="html" xml:base="https://d-dhx.github.io/blog/2025/tabs/"><![CDATA[<ul> <li> <p>15-362 Computer Graphics 💡</p> <p>My favorite 15-XXX class so far! Materials cover the fundamental graphics pipeline. The programming assignment (there are 4 phases throughout the semester) is to build a 3D modelling software called Scotty 3D. Sometimes debugging can be really tedious, since the provided testcases are easy to pass but GUI is still broken. The writeup at some points is a bit unclear and outdated.</p> </li> <li> <p>21-325 Probability</p> <p>Took this to fullfill graduation requirement. I am not a math person since elementary school, but it turned out to be not that bad. It’s indeed very proof-heavy, but the workload is reasonable for a 9 units course. Nearly half of the materials were covered by other cs classes I’ve taken in previous semesters (Expectations, Markov’s inequality, etc.).</p> </li> </ul> <p>With this you can generate visualizations like:</p> <ul id="log" class="tab" data-tab="c53d1173-c033-4dcd-a239-0ad3618f557b" data-name="log"> <li class="active" id="log-php"> <a href="#">php </a> </li> <li id="log-js"> <a href="#">js </a> </li> <li id="log-ruby"> <a href="#">ruby </a> </li> </ul> <ul class="tab-content" id="c53d1173-c033-4dcd-a239-0ad3618f557b" data-name="log"> <li class="active"> <div class="language-php highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">var_dump</span><span class="p">(</span><span class="s1">'hello'</span><span class="p">);</span>
</code></pre></div></div> </li> <li> <div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">console</span><span class="p">.</span><span class="nf">log</span><span class="p">(</span><span class="dl">"</span><span class="s2">hello</span><span class="dl">"</span><span class="p">);</span>
</code></pre></div></div> </li> <li> <div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">pputs</span> <span class="dl">'</span><span class="s1">hello</span><span class="dl">'</span>
</code></pre></div></div> </li> </ul> <h2 id="another-example">Another example</h2> <ul id="data-struct" class="tab" data-tab="7ed997f7-34ae-46f3-acae-014c244e5828" data-name="data-struct"> <li class="active" id="data-struct-yaml"> <a href="#">yaml </a> </li> <li id="data-struct-json"> <a href="#">json </a> </li> </ul> <ul class="tab-content" id="7ed997f7-34ae-46f3-acae-014c244e5828" data-name="data-struct"> <li class="active"> <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">hello</span><span class="pi">:</span>
  <span class="pi">-</span> <span class="s2">"</span><span class="s">whatsup"</span>
  <span class="pi">-</span> <span class="s2">"</span><span class="s">hi"</span>
</code></pre></div></div> </li> <li> <div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
  </span><span class="nl">"hello"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"whatsup"</span><span class="p">,</span><span class="w"> </span><span class="s2">"hi"</span><span class="p">]</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div> </li> </ul> <h2 id="tabs-for-something-else">Tabs for something else</h2> <ul id="something-else" class="tab" data-tab="b7a409fa-7000-4b9e-b2c1-bd3cb0491de8" data-name="something-else"> <li class="active" id="something-else-text"> <a href="#">text </a> </li> <li id="something-else-quote"> <a href="#">quote </a> </li> <li id="something-else-list"> <a href="#">list </a> </li> </ul> <ul class="tab-content" id="b7a409fa-7000-4b9e-b2c1-bd3cb0491de8" data-name="something-else"> <li class="active"> <p>Regular text</p> </li> <li> <blockquote> <p>A quote</p> </blockquote> </li> <li> <p>Hipster list</p> <ul> <li>brunch</li> <li>fixie</li> <li>raybans</li> <li>messenger bag</li> </ul> </li> </ul>]]></content><author><name></name></author><category term="academic"/><category term="course review"/><summary type="html"><![CDATA[this is what included tabs in a post could look like]]></summary></entry><entry><title type="html">Tabs copy</title><link href="https://d-dhx.github.io/blog/2024/tabs-copy/" rel="alternate" type="text/html" title="Tabs copy"/><published>2024-05-01T00:00:00+00:00</published><updated>2024-05-01T00:00:00+00:00</updated><id>https://d-dhx.github.io/blog/2024/tabs%20copy</id><content type="html" xml:base="https://d-dhx.github.io/blog/2024/tabs-copy/"><![CDATA[]]></content><author><name></name></author><summary type="html"><![CDATA[&lt;!– — layout: post title: Spring 2025 Semester Review date: 2025-04-08 16:32:13 description: this is what included tabs in a post could look like tags: [“course review”] categories: academic tabs: true —]]></summary></entry></feed>