• 0 Posts
  • 4 Comments
Joined 3 months ago
cake
Cake day: December 15th, 2024

help-circle
  • Youtube is the one google service I still can’t give up lol. PeerTube is awesome, but long-form video platforms feel like they suffer from a lack of content way more than any other social media imo. At least there’s newpipe for the time being (except whenever google changes something to screw with them).

    Have you tried organic maps as a google maps replacement at all? I’ve been using it for a while now and honestly it works extremely well most of the time.


  • Yeah, I think personally LLMs are fine for like writing a single function, or to rubber duck with for debugging or thinking through some details of your implementation, but I’d never use one to write a whole file or project. They have their uses, and I do occasionally use something like ollama to talk through a problem and get some code snippets as a starting point for something. Trying to do too much more than that is asking for problems though. It makes it way harder to debug because it becomes reading code you haven’t written, it can make the code style inconsistent, and a non-insignifigant amount of the time even in short code segments it will hallucinate a non existent function or implement something incorrectly, so using it to write massive amounts of code makes that way more likely.


  • I personally used spotdl when I wanted to transfer my music off of Spotify. It does unfortunately only download from YouTube which means its not 100% successful, it missed a handful of songs for me and 1 or 2 had an incorrect version altogether (like 10 hour loops, etc.). Overall it was like more than 99% correct for my playlist of around 2000 songs though, and its super easy to use especially in either a python or shell script since its a python library with a cli built in. There are definitely other options I don’t know about, some of which are probably better tbh, but spotdl has been good enough for me personally at least.