Update recent project names
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m29s
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m29s
This commit is contained in:
14
index.html
14
index.html
@@ -49,7 +49,7 @@
|
||||
|
||||
<li><a class="contrast" href="#hobbies">Hobby Projects</a></li>
|
||||
<li>
|
||||
<a class="secondary" href="#buf">Proto Creator (Ongoing)</a>
|
||||
<a class="secondary" href="#bufpiv">Buf Piv</a>
|
||||
</li>
|
||||
<li><a class="secondary" href="#picar">PiCar</a></li>
|
||||
<li>
|
||||
@@ -282,9 +282,7 @@
|
||||
Finally I've thoroughly enjoyed writing in Rust, mainly the
|
||||
efficiency, ease of use and correctness that come from using this
|
||||
programming language. One example was in the
|
||||
<a href="https://gitea.michaelpivato.dev/vato007/coster-rs"
|
||||
>FastCoster</a
|
||||
>
|
||||
<a href="https://gitea.michaelpivato.dev/vato007/ingey">Ingey</a>
|
||||
project, where I reduced the time taken for processing some demo
|
||||
data on the costing product from ~1.5 hours to ~7 seconds on a
|
||||
laptop/desktop, or ~36 seconds on a smartphone. This was mainly due
|
||||
@@ -293,7 +291,7 @@
|
||||
number of required calculations.
|
||||
</p>
|
||||
<hgroup id="buf">
|
||||
<h3>Proto Creator (ongoing)</h3>
|
||||
<h3>Buf Piv</h3>
|
||||
<p>
|
||||
<a href="https://gitea.michaelpivato.dev/vato007/bufpiv"
|
||||
>Source</a
|
||||
@@ -302,12 +300,12 @@
|
||||
</hgroup>
|
||||
<p>
|
||||
This is a tauri application that makes it easy to edit json files
|
||||
conforming to a protobuf definition. It works both as a standalone
|
||||
conforming to a protobuf definition. It works as a standalone
|
||||
desktop application for the most complete experience, with browser
|
||||
support to show tauri's versatility.
|
||||
support to show tauri's versatility as well.
|
||||
</p>
|
||||
<p>
|
||||
A demo is available at
|
||||
A browser demo is available at
|
||||
<a href="https://buf.michaelpivato.dev">BufPiv</a>
|
||||
</p>
|
||||
<hgroup id="picar">
|
||||
|
||||
Reference in New Issue
Block a user