• 3 posts
  • 14 comments
Joined 3 years ago
Cake day: September 7th, 2023
  • Well, I don’t exactly do that, there’s an asterisk that explains the situation in one sentence.

    kew itself does not have telemetry, it does not collect data, it does not access the internet. It passes now playing to discord if discord is running, and this can be turned off. Discord of course, uploads that information and broadcasts to others.

    For someone who cares about privacy for real, not running discord is all they have to do.

    But I hear what you are saying, and I had serious doubts about allowing this, and will consider it. The problem is most people want the now playing feature, and it also helps spread the word. I think only a tiny minority edits their settings at all. but I could be wrong.

  • Just as it says in Sans post right above mine, because some PR’s other people authored apparently were made with Claude. I have never tried co-pilot or claude opus or codex or whatever. I have used AI tools, and asked a lot of questions, but very carefully, not vibe coded, and I don’t pay them money. I just checked all those 15 commits (out of thousands) and they are made by two people who aren’t me. You can check it yourself, git clone the repo, take the hash out of each of those commits, and write git log <hash>. Look at the author’s name at the very top commit that is displayed, it’s not me.

    Besides, you guys should be going after the big corporations not small beginner indie devs which vibe coders usually are.

    Also, I now know which feature was made with claude, and it’s really an awesome feature, it’s the visualizer changing color depending on how loud a certain frequency is. I’m not cutting it, I love that feature, it’s very beautiful. And I’ve talked to the guy, I’m sure he spent a lot of time getting that right.

    I have programmed professionally since 1996.

  • I wanted to do a music player for Linux because I think streaming is bad for MUSIC, and the GUI options didn’t inspire me at all. The terminal is cool, it has been around for a very long time, and it works pretty much everywhere. It’s also nice for something minimalistic like kew. I wanted something that will immerse you in the music, and not having borders and scrollbars and stuff, helps. Especially when we are talking about the alternative being ugly those things.

    There are also commands for kew. You can make kew generate playlist for you.

    kew nirvana # plays all your nirvana music shuffled

    kew nirv #same thing

    kew neverm #plays nevermind album in order

    kew song smells #force it to look for a song that contains the string smells

    kew dir nevermind # force it to find the folder not a song

    kew wu-tang:raekwon:ghost:meth # plays a bunch of wu-tang music, shuffled

    kew all # shuffles and adds all your music to the playlist

    kew albums # plays all albums on after the other, in random order

    This was the first feature. Originally it was going to be called play. Play beatles. I just thought that was very cool. Then it became cue but that was taken too, so now it’s kew.

    EDIT: There’s actually a script in the repo that is called play.sh that will create the play alias for kew.