Resume content updates
This commit is contained in:
parent
11ad1b8bf9
commit
0902d33cb1
1 changed files with 15 additions and 3 deletions
|
@ -117,7 +117,7 @@
|
|||
<li>Leveraged Metal's compute and graphics pipelines to generate a pixel perfect 2D texture based on
|
||||
the <a href="https://en.wikipedia.org/wiki/Metaballs">Metaballs</a> concept.</li>
|
||||
<li>Implemented a variety of color blending modes to render the metaballs in interesting ways.</li>
|
||||
<li>Planed a 3D implementation using the <a href="https://en.wikipedia.org/wiki/Marching_cubes">Marching
|
||||
<li>Planned a 3D implementation using the <a href="https://en.wikipedia.org/wiki/Marching_cubes">Marching
|
||||
Cubes</a> algorithm.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -127,6 +127,13 @@
|
|||
<h4><a href="https://github.com/erynofwales/polka">Polka</a></h4>
|
||||
</header>
|
||||
<div class="subtitle">C++, operating systems</div>
|
||||
<ul>
|
||||
<li>Created a tiny booting operating system for x86, using virtual machine platform</li>
|
||||
<li>Designed object-oriented approach to system architecture, wrapping key hardware features in object
|
||||
abstractions</li>
|
||||
<li>Implemented interrupt handling, segmented memory management, and console I/O. Laid groundwork for future
|
||||
page table architecture.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="project" data-category="langs">
|
||||
|
@ -134,6 +141,11 @@
|
|||
<h4><a href="https://github.com/erynofwales/sibil">Sibil</a></h4>
|
||||
</header>
|
||||
<div class="subtitle">Rust, programming languages</div>
|
||||
<ul>
|
||||
<li>Implemented lexer for a portion of the Scheme specification</li>
|
||||
<li>Studied unique language features of Rust, in particular type and lifetime safety</li>
|
||||
<li>Utilized Rust's built-in unit testing facilities to develop in a test-forward way</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section> <!-- side projects -->
|
||||
|
||||
|
@ -151,8 +163,8 @@
|
|||
<dd>English, Spanish, French</dd>
|
||||
<dt>Conferences</dt>
|
||||
<dd>WWDC 2014–2017, PyCon 2012, She's Geeky 2012</dd>
|
||||
<dt>Interests</dt>
|
||||
<dd>Calligraphy, cooking, gardening, piano, programming languages, graphics, yoga</dd>
|
||||
<dt>Non-Tech Interests</dt>
|
||||
<dd>Calligraphy, music, audio synthesis, cooking, baking, yoga</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue