As one more option -> https://github.com/Spotifyd/spotifyd I've been using it for a while, shows up as a speaker, and uses around 25-40MB of RAM.
Fastpotify
291–300 of 583 posts
Re: Fastpotify
#292Spotify is in the process of killing the librespot project that this and most third party Spotify players are built on. I think the golden age of music streaming is coming to an end. I’ve migrated to a self hosted library with streaming and radio for discovery. I hope we’ll see many projects in the space flourish. Many, like Navidrome and the whole OpenSubsonic ecosystem, seem to be doing quite well.
Re: Fastpotify
#293that could hardly care less for it's users / customers.
Re: Fastpotify
#294Earlier quoted context omitted.
What sucks is that clearly the author has prompted the model somehow to generate this text, and this prompt probably contains the actual meat that the model just "expanded on" while adding it's own fluff, and if the author just shared the actual verbatim prompt instead, the documentation would be 90% shorter but also 200% more "informative per character used". Just share the prompt you used, regardless of how low qua…
That isn't going to be very helpful is it? > can you build a website to promote the app > can you add a page showing off the winamp mode
Re: Fastpotify
#295I realise I’m pissing into the wind here, but I find the LLM text on the homepage and docs quite funny/ awkward. > “Ctrl+M turns it into a tiny player that wears any classic Winamp 2 skin, spectrum analyser, equalizer, and playlist included. 2000s vibes, pixel for pixel.” Everything is said with too much intensity, and phrasing that sounds impressive but doesn’t really mean that much. Like “wears any classic Winamp 2…
Having used Claude a lot for the past four months, I get exhausted from its style. Every sentence has been buffed and polished and enhanced and it never just plainly says a thing. It's as if you have to eat every meal with every possible flavor enhancer in existence. At one point I will totally lose it if it mentions "smoke test" one more time. It is also totally not what I want for docstrings in code or Powerpoint d…
Re: Fastpotify
#296Earlier quoted context omitted.
Interestingly enough, https://fastpotify.rocks/winamp/ shows what I dislike about LLM-generated text: From "The buttons do what they say [...]" to "[...] a different format and are not supported" is just a huge wall of text without any visual guidance. It's as if the person writing these lines didn't care about the result. One could argue that people not caring about written documentation isn't anything new, but in t…
I prioritized shipping over carefully crafting docs. I thought nobody would read them and they'd rather enjoy the software. I was wrong. I'll rewrite them.
Documentation is first part people see when presented. I personally hate AI written text even though I do agentic engineering a lot as well. Any user facing documentation must be reviewed, if you snoozy by reading it - remove or rewrite.
I do not care about paragraph long comments in code, because I’m not gonna read them, but I still follow my internal guideline and cut all this verbosity to level where it readable using hooks and skills.
So basicly like you said if you care about product do not add placeholders. It’s take away first impression.
Re: Fastpotify
#297Re: Fastpotify
#298Earlier quoted context omitted.
Having used Claude a lot for the past four months, I get exhausted from its style. Every sentence has been buffed and polished and enhanced and it never just plainly says a thing. It's as if you have to eat every meal with every possible flavor enhancer in existence. At one point I will totally lose it if it mentions "smoke test" one more time. It is also totally not what I want for docstrings in code or Powerpoint d…
Like I said in another thread, everything Claude (Code) writes sounds like it’s congratulating itself of how smart it is. While not actually being that smart.
Re: Fastpotify
#299Re: Fastpotify
#300Earlier quoted context omitted.
Author here. Yes, the code is generated. Yes, the docs are generated. I agree LLM copy is annoying and will rewrite them myself. But I built this for myself out of frustration with the official client, and I use it every day, so every bug I find is fixed immediately. I also care about bugs and PRs from other people, as you can see the amount that have been closed on the repo. The only reason I would stop maintaining…
I'm going to sound harsh here, but please don't take this as criticism of the effort, it's criticism of how it's being portrayed. The quality might for all intents be great and useful. > But I built this for myself out of frustration with the official client But you didn't build it. This is akin to me telling an intern to build me a widget and then claiming it was me who built it. Or a construction manager saying the…
Some would use the term "Agent Engineering" for what OP did.