From 31eb0849a65d3e91fb0e0e2883bd14858a2ef5bd Mon Sep 17 00:00:00 2001 From: Yelsin Sepulveda Date: Mon, 19 Jan 2026 16:26:19 -0500 Subject: [PATCH 1/2] fix skills icon - update url Signed-off-by: Yelsin Sepulveda --- src/components/ProjectEntryCard.astro | 2 +- .../index.md | 20 +++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) rename src/content/project/{3.kwin-project-week-5-6 => kwin_plugin}/index.md (97%) 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..7a59a8d 100644 --- a/src/content/project/3.kwin-project-week-5-6/index.md +++ b/src/content/project/kwin_plugin/index.md @@ -1,17 +1,15 @@ --- -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: + - linux - cpp - - java - - go - - python - qt - cmake --- @@ -45,7 +43,7 @@ void GameController::handleEvdevEvent() if (m_usageCount == 0 || isTestEnvironment) m_inputdevice->emulateInputDevice(ev); -.. +.. // EmulatedInputDevice void EmulatedInputDevice::emulateInputDevice(const input_event &ev) @@ -159,10 +157,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) From 8b0c3a3c0a376f2a84547e8b92dc4c0adc8c019a Mon Sep 17 00:00:00 2001 From: Yelsin Sepulveda Date: Mon, 19 Jan 2026 17:42:10 -0500 Subject: [PATCH 2/2] upate project readmes Signed-off-by: Yelsin Sepulveda --- src/content/project/kwin_plugin/index.md | 5 ++-- src/content/project/puppet-purchase/index.md | 6 +++-- src/content/project/retro-dex/index.md | 28 +++++++++++++++++++- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/src/content/project/kwin_plugin/index.md b/src/content/project/kwin_plugin/index.md index 7a59a8d..7df7aab 100644 --- a/src/content/project/kwin_plugin/index.md +++ b/src/content/project/kwin_plugin/index.md @@ -8,10 +8,11 @@ description: Implement Game Controller Support in Plasma Desktop url: https://invent.kde.org/plasma/kwin thumbnail: /images/games.svg technologies: - - linux - cpp - - 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. 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.