home.social

#scratchyourownitches — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #scratchyourownitches, aggregated by home.social.

  1. 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: 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.

    #personal #coding #ScratchYourOwnItches #NowPage

  2. And with that, the #code for #Mastoffline, my in-development personal #Mastodon client using #MastodonPy and #Kivy, has been published to #SourceHut: 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.

    #coding #PetProject

  3. 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. 😄

    #coding #ScratchYourOwnItches