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="contrast" href="#hobbies">Hobby Projects</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a class="secondary" href="#buf">Proto Creator (Ongoing)</a>
|
<a class="secondary" href="#bufpiv">Buf Piv</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a class="secondary" href="#picar">PiCar</a></li>
|
<li><a class="secondary" href="#picar">PiCar</a></li>
|
||||||
<li>
|
<li>
|
||||||
@@ -282,9 +282,7 @@
|
|||||||
Finally I've thoroughly enjoyed writing in Rust, mainly the
|
Finally I've thoroughly enjoyed writing in Rust, mainly the
|
||||||
efficiency, ease of use and correctness that come from using this
|
efficiency, ease of use and correctness that come from using this
|
||||||
programming language. One example was in the
|
programming language. One example was in the
|
||||||
<a href="https://gitea.michaelpivato.dev/vato007/coster-rs"
|
<a href="https://gitea.michaelpivato.dev/vato007/ingey">Ingey</a>
|
||||||
>FastCoster</a
|
|
||||||
>
|
|
||||||
project, where I reduced the time taken for processing some demo
|
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
|
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
|
laptop/desktop, or ~36 seconds on a smartphone. This was mainly due
|
||||||
@@ -293,7 +291,7 @@
|
|||||||
number of required calculations.
|
number of required calculations.
|
||||||
</p>
|
</p>
|
||||||
<hgroup id="buf">
|
<hgroup id="buf">
|
||||||
<h3>Proto Creator (ongoing)</h3>
|
<h3>Buf Piv</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://gitea.michaelpivato.dev/vato007/bufpiv"
|
<a href="https://gitea.michaelpivato.dev/vato007/bufpiv"
|
||||||
>Source</a
|
>Source</a
|
||||||
@@ -302,12 +300,12 @@
|
|||||||
</hgroup>
|
</hgroup>
|
||||||
<p>
|
<p>
|
||||||
This is a tauri application that makes it easy to edit json files
|
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
|
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>
|
||||||
<p>
|
<p>
|
||||||
A demo is available at
|
A browser demo is available at
|
||||||
<a href="https://buf.michaelpivato.dev">BufPiv</a>
|
<a href="https://buf.michaelpivato.dev">BufPiv</a>
|
||||||
</p>
|
</p>
|
||||||
<hgroup id="picar">
|
<hgroup id="picar">
|
||||||
|
|||||||
Reference in New Issue
Block a user