diff --git a/content/SUMMARY.md b/content/SUMMARY.md index 69622e4..7f14eba 100644 --- a/content/SUMMARY.md +++ b/content/SUMMARY.md @@ -42,6 +42,7 @@ - [🗈 How to properly level your 3D printer](maker-things/how-to-properly-level-your-3d-printer.md) - [🗈 Installing BLTouch-compatible firmware onto the TwoTrees Sapphire Pro](maker-things/installing-bltouch-compatible-firmware-onto-the-twotrees-sapphire-pro.md) - [🖥️ Programming](programming/index.md) + - [🗈 Interesting projects](programming/interesting-projects.md) - [🐍 Python](python/index.md) - [🗈 Decorator that runs a function in a thread](python/decorator-that-runs-a-function-in-a-thread.md) - [💽 Software](software/index.md) diff --git a/content/programming/index.md b/content/programming/index.md index 19b5810..10cb4aa 100644 --- a/content/programming/index.md +++ b/content/programming/index.md @@ -2,4 +2,4 @@ Click on a link in the list below to go to that page: -1. +1. [Interesting projects](../../programming/interesting-projects.html) diff --git a/content/programming/interesting-projects.md b/content/programming/interesting-projects.md new file mode 100644 index 0000000..3f4ba3a --- /dev/null +++ b/content/programming/interesting-projects.md @@ -0,0 +1,19 @@ +# Interesting projects + +This is a list of interesting projects that I don't want to forget about, in no particular order: + +## AI stuff + +* [aider](https://github.com/paul-gauthier/aider): Pair-program with GPT-4 in your terminal. +* [Sweep](https://sweep.dev/): Makes pull requests from GitHub issues. + +## Misc + +* [VHS](https://github.com/charmbracelet/vhs): Generates gifs of cli programs from pre-written scripts (great for documentation). + +* * * + +

+Last updated on August 07, 2023. For any questions/feedback, +email me at hi@stavros.io. +

diff --git a/content/software/pairing-the-xbox-one-controller-in-linux.md b/content/software/pairing-the-xbox-one-controller-in-linux.md index 498dc7f..aa353f4 100644 --- a/content/software/pairing-the-xbox-one-controller-in-linux.md +++ b/content/software/pairing-the-xbox-one-controller-in-linux.md @@ -2,7 +2,7 @@ Sometimes, the Xbox One controller won't pair in Linux, instead connecting and disconnecting rapidly. To fix that: -* Install [xpadneo](https://github.com/medusalix/xone). +* Install [xpadneo](https://github.com/atar-axis/xpadneo). * If the controller keeps connecting and disconnecting when you turn it on, make sure you upgrade to the latest firmware, that fixes that issue. * Pair! @@ -11,6 +11,6 @@ That should be all that's required, your controller should now be paired. * * *

-Last updated on July 18, 2023. For any questions/feedback, +Last updated on July 29, 2023. For any questions/feedback, email me at hi@stavros.io.