Hi, I’m sbird! I like to make all sorts of things!

  • 6 Posts
  • 75 Comments
Joined 22 days ago
cake
Cake day: February 23rd, 2025

help-circle




  • for me:

    • google drive > pcloud (objectively better app tbh)
    • chrome > librewolf > floorp (i like having the tab bar at the bottom, and librewolf is a bit annoying sometimes)
    • photos > ente
    • gmail > proton > tuta > “disroot” (proton and tuta aren’t IMAP, and their first-party apps are slow. disroot probably isn’t the best one, I just chose one that supports IMAP)
    • google search > ddg > SearXNG
    • google office > onlyoffice on windows, libreoffice on linux
    • google maps > Organic Maps
    • google passwords > bitwarden
    • google auth > ente auth :)















  • does this issue not apply to other programming languages? dependency hell exists outside of python too yk…

    allso, I’m not using too many modules for this, most of it is “vanilla” python, if you will. I’ve only got a module that makes it easier to create coloured text and another one to generate ascii art. maybe the latter uses a few extra modules, but this project is relatively small and simple and it’s just a funny little game. I actually used to not use the ascii art generator module before and just used to text to ASCII art generators, but it was getting really annoying having to backslash all the backslashes