• 0 Posts
  • 17 Comments
Joined 11 months ago
cake
Cake day: November 16th, 2023

help-circle




  • Soulseek is a P2P file sharing system centered around music in particular. It’s pretty direct. Unlike a torrent where you’ll have multiple seeds for a single source, you’re connecting directly to other individuals for the content. It generally operates under the expectation that you’re also sharing something, and some users may opt not to allow downloads to people who do not also allow downloads from themselves. The downside to this system is you may need to wait for that person to come online before you can start a download, while with a torrent, other seeders can fill that gap.

    It’s survived as a pretty big platform for music hoarders to source hard to find material, but it’s so dead simple to use and it has a quick and reliable search. Nothing secretive about it, it’s basically just another P2P network that has more in common with Napster than the Pirate Bay













  • Imo that’s fine. It’s also still the best tool for learning since it’s the most widely supported one, and contains the greatest amount of documentation for working with android development. It costs nothing to use, and doesn’t lock you into any kind of ecosystem you can’t later migrate from.


  • Android Studio is the primary toolkit for developing native android apps. If you have no background in programming, there are some more visual tools like Budibase (open source) or Softr (closed source), but you are likely to run into difficulty getting them to apply logic the way you’d like.

    If you’re a tinkerer, then honestly I’d look into learning more about Android Studio and Kotlin, the language most used these days for app development on Android.