diff --git a/src/components/ProjectEntryCard.astro b/src/components/ProjectEntryCard.astro index 2b2c178..9fb1556 100644 --- a/src/components/ProjectEntryCard.astro +++ b/src/components/ProjectEntryCard.astro @@ -27,7 +27,7 @@ const { title, pubDate, description, url, projURL, thumbnail, technologies } = A

{description}

- +
diff --git a/src/content/project/3.kwin-project-week-5-6/index.md b/src/content/project/kwin_plugin/index.md similarity index 97% rename from src/content/project/3.kwin-project-week-5-6/index.md rename to src/content/project/kwin_plugin/index.md index d058f9d..7df7aab 100644 --- a/src/content/project/3.kwin-project-week-5-6/index.md +++ b/src/content/project/kwin_plugin/index.md @@ -1,19 +1,18 @@ --- -title: "GSoC'25 KWin Project Blog Post: Week 5-6" +title: "KWin Plugin" discourse: yorisoft authors: - yorisoft date: 2025-10-03 -description: project description foo -url: https://foo.co -thumbnail: /images/kwin_plugin_gamepad_kcm.png -technologies: +description: Implement Game Controller Support in Plasma Desktop +url: https://invent.kde.org/plasma/kwin +thumbnail: /images/games.svg +technologies: - cpp - - java - - go - - python - - qt - cmake + - kde + - qt + - linux --- It's been another few weeks of progress on the KWin GameController Plugin and I've got a lot to share! After spending the previous weeks setting up the foundation, I've progressed things forward by improving the logic a bit more, creating a few integration tests, integrating it into System Settings, and making sure it runs well on real hardware like the steamdeck. @@ -45,7 +44,7 @@ void GameController::handleEvdevEvent() if (m_usageCount == 0 || isTestEnvironment) m_inputdevice->emulateInputDevice(ev); -.. +.. // EmulatedInputDevice void EmulatedInputDevice::emulateInputDevice(const input_event &ev) @@ -159,10 +158,10 @@ As some put it: > ![timonoj](https://bugs.kde.org/show_bug.cgi?id=328987#c39) > Wow this is an ELEVEN (!) year old bug. -> +> > ![WS](https://bugs.kde.org/show_bug.cgi?id=328987#c68) > This issue is so old it can go to middle school. -> +> > and my favorite > > ![Holmes](https://bugs.kde.org/show_bug.cgi?id=328987#c45) diff --git a/src/content/project/puppet-purchase/index.md b/src/content/project/puppet-purchase/index.md index b86535c..152a290 100644 --- a/src/content/project/puppet-purchase/index.md +++ b/src/content/project/puppet-purchase/index.md @@ -1,5 +1,5 @@ --- -title: "Puppet-Purchase: Auto Purchase Scripts" +title: "Puppet-Purchase" authors: - yorisoft date: 2010-01-10 @@ -11,7 +11,9 @@ technologies: - nodejs - docker - jenkins - - shell + - bash + - wsl + - chromedevtools --- puppet-purchase is a bot that automates the process of purchasing an item from a few of the major online retailers. In attempt to combat scalping, I've created puppet-purchase bot and am making it publicly available with you all. Not perfect, but has helped me. Please share && contribute. diff --git a/src/content/project/retro-dex/index.md b/src/content/project/retro-dex/index.md index 8ce6cf8..3fd6b1d 100644 --- a/src/content/project/retro-dex/index.md +++ b/src/content/project/retro-dex/index.md @@ -19,12 +19,38 @@ technologies:

+

+ + + + + + + + + + +

+ +

+ + + + + + + + + + +

+ +

This app was made from scratch for the MiyooMini devices running OnionOS. The goal is to design a pokedex that targets generations 1 - 5.

- ### PLEASE READ! This is not yet stable - this is a work in progress - there are bugs - install at your own peril.