From 70c3afa03ff4d99d366500e7addbe2e29779a3f1 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Tue, 16 Jun 2026 16:49:33 -0700 Subject: adds blog posts and updates projects --- src/lib/component/Project.svelte | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'src/lib/component/Project.svelte') diff --git a/src/lib/component/Project.svelte b/src/lib/component/Project.svelte index 024045e..c27b1d4 100644 --- a/src/lib/component/Project.svelte +++ b/src/lib/component/Project.svelte @@ -27,7 +27,7 @@ content: `

In 2019 I was sick of using SemVer so I made something better (for me). Check it out at chronver.org!

`, id: "009", media: [ - "/images/projects/chronver.jpg" + "/images/projects/chronver.png" ], tagline: "chronologic/calendar-based versioning system", title: "ChronVer" @@ -36,11 +36,20 @@ content: `

I didn’t like the way things were being run on the Handshake blockchain but I believe in the vision so I made my own. Dap is the better handshake and it’s entering testnet soon.

Check it out at dap.sh!

`, id: "010", media: [ - "/images/projects/dap.jpg" + "/images/projects/dap.png" ], tagline: "a secure foundation for the neue internet", title: "Dap" }, + { + content: `

My favorite database was no more so I set out to make my own, with enhanced features and improved DX.

Check it out at disc.sh!

`, + id: "011", + media: [ + "/images/projects/disc.png" + ], + tagline: "the database for users", + title: "Disc" + }, { content: "

In 2014 I had the idea for a “responsive operating system” that could run on any device from a Raspberry Pi to a desktop PC.

There's no reason why a neat OS GUI shouldn't look as good as anime interfaces.

", id: "003", @@ -64,7 +73,7 @@ content: `

I just want a place to upload my Fortnite clips and fuck I'm not a fan of Google. No other platform out there makes sense either so once again, I gotta build what I want to use.

Check it out at nickel.video!

`, id: "005", media: [ - "/images/projects/nickel_01.jpg" + "/images/projects/nickel.png" ], tagline: "short-form video platform", title: "Nickel" @@ -89,14 +98,14 @@ content: `

After I learned about the OKLCH color space and saw how much more vibrant colors were than HEX, I delved into creating the perfect color palette for me. I spent nearly a year copy/pasting my CSS variables in my projects until I decided to have a unified place for them.

For some reason my post on HackerNews about uchū got super popular, which was neat. 600+ points and 900+ Github stars is wild. A handful of weirdos got irate, which was…alarming. Maybe touch grass?

Check out the site at uchu.style!

`, id: "008", media: [ - "/images/projects/uchu_01.jpg" + "/images/projects/uchu.png" ], tagline: "the color palette for internet lovers", title: "uchū" } ]; - let activeProject = "005"; + let activeProject = "011";