• 0 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • I haven’t used droid-ify previously, downloaded it and gave it a quick look. UI-wise they seem pretty on par now, with F-Droid having better browsing, but droid-ify has zoom in app images, something I’ve wanted forever on the official app.

    I can’t compare them functionally without using it for a while, so maybe someone else can talk about that.


  • I haven’t used droid-ify previously, downloaded it and gave it a quick look. UI-wise they seem pretty on par now, with F-Droid having better browsing, but droid-ify has zoom in app images, something I’ve wanted forever on the official app.

    I can’t compare them functionally without using it for a while, so maybe someone else can talk about that.



  • qBitController - Control qBitTorrent servers from your phone. UI is really great; I use it regularly to download some media on my server (an always on old laptop) when I’m at work.

    Pano Scrobbler - Connects to Last.fm to scrobble any music I listen on my phone. Also nice UI.

    Rush - Fetches and shows lyrics for songs you search or whatever is currently playing. Can handle synchronized lyrics and sync with your player.

    Auxio - Simple music player. Of the few I’ve tested, it handles metadata the best, which makes it work very well with other music apps (Pano and Rush).

    Keysh - Assign custom actions for the volume buttons. I use the default script which makes the buttons turn volume up/down on short presses, and skip forward/backward a song on long presses. I use it pretty much daily to control music without unlocking my phone (and not using the broken controls on my headphones).

    MJ PDF - PDF reader, simple UI, very fast.

    Material Files - File manager, nice UI and feature set.

    Ruler (Privacy Friendly) - On-screen ruler. Comes in handy sometimes.

    Binary Eye - QR and barcode scanner. Can preview and copy the text before handling it.



  • I used Zed for a few months a while ago. It feels quite fast, good extension availability even for how new it was, and offered a comparable experience to VSCode, but without the bloat. Sadly it quickly started going down the AI editor/LLM infested route and most development went into that, meaning actual fixes and improvements were getting slower (part of my reason for leaving it). It also introduced a few unwelcome changes to their ToS, starting the forks you see today. But overall it was a pretty nice editor, it gets out of the way and lets you focus on work instead of tinkering.

    Had to stop using it due to an intense graphical flickering when running on Sway that took way too long to fix, so I switched back to neovim while waiting for a fix and just stayed there.


  • Regarding the API, Spotify does allow free access, but some content and features are restricted to the official apps. For example, personalized playlists such as Weekly Discovery, release radar, daily mixes and the like are not available and return an error. Rate limiting is ok for a personal use case with a custom api key, and maybe some small apps can stay under the limit; developer agreement is also quite restrictive, so they have a bunch of reasons to block you.

    Source: I’ve used the API before and built a small tool to help me export my top listened songs and some recommendations to a list, nothing heavy but still made sure to read the docs needed just in case. Still managed to hit the rate limit with a few tens of requests in a minute, though the way they do limiting is weird and difficult to account for.