#scratchyourownitches — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #scratchyourownitches, aggregated by home.social.
-
(and if that isn't enough, or I get tired of each of them, there's plenty more to work on: https://fixato.org/now.html)
#projects #petProjects #PassionProjects #ScratchYourOwnItches
-
Since I haven't had the motivation lately to work on finishing my #blog, I've at least made a separate export of the #Now page I made for it: https://fixato.org/now.html
In it I try to list the various #PetProjects I switch between, as well as films and series I have recently watched or am watching.
-
And with that, the #code for #Mastoffline, my in-development personal #Mastodon client using #MastodonPy and #Kivy, has been published to #SourceHut: https://git.sr.ht/~fixato/Mastoffline
It's far from done, but I felt the code had matured enough from a simple proof of concept to see if Kivy was a suitable #Python #GUI library for me, to one of my #ScratchYourOwnItches #PetProjects that I will slowly work on when I feel like it, to warrant its own repo.
-
If you like the #NSFW #comic #Oglaf, you might enjoy this #UserScript I wrote earlier today: https://gist.github.com/FiXato/b5434f66d2af50514bf84721fa249c22
-
okay, managed to write a simple #textEditor in #Python using #wxPython and #pyWinhook that will trap any #KeyDown I don't like. It's crude, doesn't handle capitals or altGraph symbols, and is likely #Windows-only for now, but I'll share the #code later tonight. :)
A lucky added benefit of this is that in the process I realised I can use the same principle to temporarily disable the mute key #BeardGrabber keeps hitting. Already wrote a simpler #CLI version of it. 😄