This commit is contained in:
Stavros Korokithakis 2023-08-07 01:37:54 +03:00
parent 1508f125a0
commit 30d2385812
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63
4 changed files with 23 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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).
* * *
<p style="font-size:80%; font-style: italic">
Last updated on August 07, 2023. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>

View File

@ -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.
* * *
<p style="font-size:80%; font-style: italic">
Last updated on July 18, 2023. For any questions/feedback,
Last updated on July 29, 2023. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>