Live data from Hacker News

Fastpotify

fastpotify.rocks

91–100 of 583 posts

Re: Fastpotify

#91
post #9
post #6

Earlier quoted context omitted.

> radio for discovery Would you be willing to share a bit more about this setup? The only thing keeping my on streaming is the fact that its almost impossible to find new music otherwise. I know LastFM exists but it just doesn't click for me the way that streaming does. I like discovering music organically.

> radio for discovery was a big question mark I had as well. The Clear Channel and iHeart stations are not known for discovery. Now if you find a college station or by some miracle an independent station you can get some new stuff. My favorite local college station is also ad free. They also have an app which I lean on as it's not the strongest transmitter so their coverage is spotty. Maybe there's other indy station…

I believe there are! I consistently hear good things about KEXP and FIP but I haven’t listened to either extensively.

I listen to a lot of SomaFM (free, https://somafm.com/) and the Flow State radio-podcast (paid, https://www.flowstate.fm/).

Re: Fastpotify

#92
I've been thinking recently about buying an AI-capable GPU and using it to reverse-enginner and debloat apps I use every day. It seems like a task that even a dumber AI model could do. Disassemble the app, then either cut the things I don't care about, or just implement it fresh in a correct way.

Re: Fastpotify

#93

Software has finally started to get faster, and I love it. Pls don't consider this a spam, but if anyone is interested in a fast native Slack client, I'm building one, since Slack themselves don't want to: https://msga.app

Make MSTeams Great Again when? Amazing work btw.

Re: Fastpotify

#94

Earlier quoted context omitted.

> Spotify is in the process of killing the librespot project How could they possibly do that? They cannot prevent people or AI from reverse engineering their APIs.

Anthropic can prevent people from using their models with the subscription plan outside Claude Code, why couldn't Spotify?

Because millions of Spotify-compatible speakers are sold with firmware that will never be upgraded, so they can't ever change the Spotify connect protocol without breaking those devices.

Re: Fastpotify

#95
post #21

Earlier quoted context omitted.

> I think the golden age of music streaming is coming to an end. It's just getting started. We're going to vibe code the entire enshittified internet to be ours once again. The dream of the 90's and 00's is alive again. The indie web is going to become unstoppable. We can build anything of size and scale with the limited spare energy we have now. Every product will be reborn without big tech tendrils.

> We're going to vibe code the entire enshittified internet to be ours once again. It’s such a wishful thinking, but no it doesn’t and won’t work this way. Code != useful product. Plus today’s web is all about fabricated content, AI bots, cloudflare challenge walls and all other annoying stuff. The very idea of being able to create something in seconds is already killing internet.

who said anything about internet

Re: Fastpotify

#96

Spotify 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.

What makes you think Spotify is killing it? I know they aren't supporting FLAC but otherwise I don't think they're actively trying to stop it as opposed to not really caring if they support it (which is more "We don't care" as opposed to "We have to stop this")

Librespot no longer works for new accounts. APIs are being gated off and they’re applying legal pressure to dissuade projects from reverse engineering anything new. At the end of the day, they can turn the tap off anytime they want, whether by technical or legal means. I tired of having so much of my music experience at risk and chose to migrate on my own terms.

Re: Fastpotify

#97

Earlier quoted context omitted.

Epic bought bandcamp many moons ago. Did they enshittify it or is it still going strong?

Epic actually sold Bandcamp 3 years ago. I only started using it lately so I can't say how it was before, but I think it's still good. https://pitchfork.com/news/epic-games-sells-bandcamp-amid-la...

[deleted]

Re: Fastpotify

#98

Earlier quoted context omitted.

Epic bought bandcamp many moons ago. Did they enshittify it or is it still going strong?

I've been using it sporadically over the past 10+ years and have not noticed any major changes, at least for my limited use.

Thanks, I did some digging. My biggest issue is Andrew Jervis not running Bandcamp Weekly anymore. I loved that show :(

Re: Fastpotify

#99
post #92

I've been thinking recently about buying an AI-capable GPU and using it to reverse-enginner and debloat apps I use every day. It seems like a task that even a dumber AI model could do. Disassemble the app, then either cut the things I don't care about, or just implement it fresh in a correct way.

I don't think models that run on single GPUs are capable of that yet sadly. You still need to spend ~$100k to get an actually good local LLM. Correct me if I'm wrong, local AI guys. It's really hard to get actually numbers on this stuff, but to run e.g. GLM 5.3 Flash as far as I can tell you need one of those super expensive 8 GPU machines.

Re: Fastpotify

#100

I think the key call out with this is how cool egui is (the Rust GUI library it uses). Check out their website: https://www.egui.rs/ The demos are very good: https://www.egui.rs/#clock Edit: egui is an immediate mode GUI library written in Rust. egui runs natively on , and on the web it is compiled to WebAssembly and rendered with WebGL or WebGPU. Everything you see is rendered as textured triangles. There is no DO…

The anti-aliasing is broken, it doesn't apply gamma correction

Did you look at it recently? Until a few months ago text was a blurry mess but it seems like they've mostly fixed it now.
Post reply on HN