Просмотр исходного кода

Update "What am I working on?" section

Will Hilton 8 лет назад
Родитель
Сommit
c36ad7b81e
2 измененных файлов с 31 добавлено и 2 удалено
  1. 15 1
      dist/index.html
  2. 16 1
      index.md

+ 15 - 1
dist/index.html

@@ -42,12 +42,19 @@ title: wmhilton
 <br>I&apos;ve just been working on cooler stuff than this site.</p>
 <hr>
 <h2 id="what-am-i-working-on" class="deep-link"><a href="#what-am-i-working-on">What am I working on?</a></h2>
-<p>Currently I&apos;m on a tooling binge. Check out:</p>
+<p>Bare metal programming!</p>
+<ul>
+<li>Hardware! I got myself a <a href="https://www.nandland.com/goboard">Nandland Go</a> FPGA board. Currently fiddling with I2C and SPI.</li>
+<li>Assembly! Check out the gif of <a href="https://github.com/wmhilton/boots">It-boots-but-that&apos;s-about-it OS</a> booting and reading a file from disk(ette).</li>
+<li>C! Not technically bare metal, but my <a href="https://gitlab.com/dukboot/dukboot">dukboot</a> project aims to build a tiny library OS around the <a href="http://duktape.org">duktape</a> JS engine.</li>
+</ul>
+<p>Prior to that, I was on a tooling binge. Check out:</p>
 <ul>
 <li><a href="https://github.com/update-readme/update-readme">update-readme</a> Auto-generate (and maintain!) your next README file</li>
 <li><a href="https://github.com/wmhilton/create-node-module#js">create-node-module</a> Refactor your code into lots of small modules, without the friction of set up that would slow you down</li>
 <li><a href="https://github.com/wmhilton/beautify">beautify</a> All code looks beautiful, once you&apos;ve parsed its AST.</li>
 </ul>
+<p>These tools are all hovering around the 90% complete stage. I&apos;m saving that last 10% for a rainy weekend.</p>
 <h2 id="what-else" class="deep-link"><a href="#what-else">What else?</a></h2>
 <ul>
 <li><a href="https://github.com/wmhilton/download-with-webtorrent-button">webtorrent-button</a> Supercharge ordinary download links with WebTorrent P2P!</li>
@@ -55,6 +62,13 @@ title: wmhilton
 <li><a href="https://github.com/npm/marky-markdown">marky-markdown</a> I contributed the browserified bundle!</li>
 <li><a href="https://node-modules.io">node-modules.io</a> I maintain a site dedicated to npm alternatives and host my own registry mirror</li>
 </ul>
+<h2 id="do-you-ever-get-paid-to-build-websites" class="deep-link"><a href="#do-you-ever-get-paid-to-build-websites">Do you ever get paid to build websites?</a></h2>
+<p>I do! Not all of them are still in existance. However, here are some recent commercial projects I&apos;ve worked on that I&apos;m proud of:</p>
+<ul>
+<li><a href="https://app.classicalwalkoffame.net/">American Classical Music Walk of Fame Player</a> is my first Progressive Web App.
+Offline support, A2HS install banners, media session API for album art.</li>
+<li><a href="http://patent.online.cars/">Online.Cars search</a> Not originally my design, but I was lead developer for several months including a full rewrite in Vue.</li>
+</ul>
 <h2 id="whats-your-secret-master-plan" class="deep-link"><a href="#whats-your-secret-master-plan">What&apos;s your secret master plan?</a></h2>
 <p>Elon Musk <a href="https://www.tesla.com/blog/secret-tesla-motors-master-plan-just-between-you-and-me">had one</a>.
 My parents often wonder, <a href="https://github.com/project-leibniz/master-plan">but I do have a plan</a>.

+ 16 - 1
index.md

@@ -13,12 +13,19 @@ title: wmhilton
 
 ## What am I working on?
 
-Currently I'm on a tooling binge. Check out:
+Bare metal programming!
+- Hardware! I got myself a [Nandland Go](https://www.nandland.com/goboard) FPGA board. Currently fiddling with I2C and SPI.
+- Assembly! Check out the gif of [It-boots-but-that's-about-it OS](https://github.com/wmhilton/boots) booting and reading a file from disk(ette).
+- C! Not technically bare metal, but my [dukboot](https://gitlab.com/dukboot/dukboot) project aims to build a tiny library OS around the [duktape](http://duktape.org) JS engine.
+
+Prior to that, I was on a tooling binge. Check out:
 
 - [update-readme](https://github.com/update-readme/update-readme) Auto-generate (and maintain!) your next README file
 - [create-node-module](https://github.com/wmhilton/create-node-module#js) Refactor your code into lots of small modules, without the friction of set up that would slow you down
 - [beautify](https://github.com/wmhilton/beautify) All code looks beautiful, once you've parsed its AST.
 
+These tools are all hovering around the 90% complete stage. I'm saving that last 10% for a rainy weekend.
+
 ## What else?
 
 - [webtorrent-button](https://github.com/wmhilton/download-with-webtorrent-button) Supercharge ordinary download links with WebTorrent P2P!
@@ -26,6 +33,14 @@ Currently I'm on a tooling binge. Check out:
 - [marky-markdown](https://github.com/npm/marky-markdown) I contributed the browserified bundle!
 - [node-modules.io](https://node-modules.io) I maintain a site dedicated to npm alternatives and host my own registry mirror
 
+## Do you ever get paid to build websites?
+
+I do! Not all of them are still in existance. However, here are some recent commercial projects I've worked on that I'm proud of:
+
+- [American Classical Music Walk of Fame Player](https://app.classicalwalkoffame.net/) is my first Progressive Web App.
+Offline support, A2HS install banners, media session API for album art.
+- [Online.Cars search](http://patent.online.cars/) Not originally my design, but I was lead developer for several months including a full rewrite in Vue.
+
 ## What's your secret master plan?
 
 Elon Musk [had one](https://www.tesla.com/blog/secret-tesla-motors-master-plan-just-between-you-and-me).