<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: twistslider</title><link>https://news.ycombinator.com/user?id=twistslider</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 27 May 2026 17:43:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=twistslider" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Last.fm is now independent]]></title><description><![CDATA[
<p>Article URL: <a href="https://support.last.fm/t/last-fm-is-now-independent/118591">https://support.last.fm/t/last-fm-is-now-independent/118591</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48295892">https://news.ycombinator.com/item?id=48295892</a></p>
<p>Points: 275</p>
<p># Comments: 84</p>
]]></description><pubDate>Wed, 27 May 2026 15:36:09 +0000</pubDate><link>https://support.last.fm/t/last-fm-is-now-independent/118591</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=48295892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48295892</guid></item><item><title><![CDATA[New comment by twistslider in "2002: Last.fm and Audioscrobbler Herald the Social Web"]]></title><description><![CDATA[
<p>Last.fm isn't really expanding their API unfortunately. You can however see Last.fm stats in the main artist/album/track commands.<p>As for spammyness, I'm aware this is an issue. For non-bot channels I recommend using .togglecommand and enabling just a few specific commands, and setting a small embed mode so .fm commands don't take up too much space in chat.</p>
]]></description><pubDate>Mon, 15 Dec 2025 13:08:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46274022</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=46274022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46274022</guid></item><item><title><![CDATA[New comment by twistslider in "2002: Last.fm and Audioscrobbler Herald the Social Web"]]></title><description><![CDATA[
<p>Yeah, this seems to be the case for a lot of people. I frequently get support tickets asking how to connect Apple Music. There are some alternative players you can use, but it's not really an accessible solution suitable for mainstream use</p>
]]></description><pubDate>Sun, 14 Dec 2025 23:55:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46268517</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=46268517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46268517</guid></item><item><title><![CDATA[New comment by twistslider in "2002: Last.fm and Audioscrobbler Herald the Social Web"]]></title><description><![CDATA[
<p>These integrations are lacking compared to Spotify. For example in Tidal you have to set it for each device where you install the app, and it doesn't work with things like casting. It's easy to forget to set it up which can cause gaps in your history.<p>The Plex integration gets pretty close to native, but it only scrobbles after a track is done, it doesn't have 'Now Playing' support.<p>As for Deezer and Quobuz I'm not sure. Afaik Spotify still stands alone by being set-and-forget, working on any device and having full feature support.</p>
]]></description><pubDate>Sun, 14 Dec 2025 22:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267883</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=46267883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267883</guid></item><item><title><![CDATA[New comment by twistslider in "2002: Last.fm and Audioscrobbler Herald the Social Web"]]></title><description><![CDATA[
<p>Last.fm is still used quite a bit, mainly as a listening history tracker rather than a radio or recommendation engine.<p>Spotify is still the only big streaming service with native platform-level scrobbling. For everything else it's a lot more DIY, usually with third party tools at the device level.<p>A big reason it’s still relevant is the ecosystem around it. The API hasn't really changed in 15 years, which makes it easy to build tools where a username alone is enough. That kind of lightweight social integration has mostly disappeared elsewhere.<p>Today, the social / community side is almost entirely just Discord. Nearly every music related server has a bot that displays Last.fm stats. My estimate is that abut 10% of Last.fm their users are also active in Discord music communities.<p>(Disclaimer: I run .fmbot, a Discord bot that integrates with Last.fm.)</p>
]]></description><pubDate>Sun, 14 Dec 2025 22:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267491</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=46267491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267491</guid></item><item><title><![CDATA[New comment by twistslider in "GPT-4.1 in the API"]]></title><description><![CDATA[
<p>The fact that they're raising the price for the mini models by 166% is pretty notable.<p>gpt-4o-mini for comparison:<p>- Input: $0.15<p>- Cached Input $0.075<p>- Output: $0.60</p>
]]></description><pubDate>Mon, 14 Apr 2025 17:36:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43683921</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=43683921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43683921</guid></item><item><title><![CDATA[New comment by twistslider in "GPT-4.5"]]></title><description><![CDATA[
<p>I played around with Claude Code today, first time I've ever really been impressed by AI for coding.<p>Tasked it with two different things, refactoring a huge function of around ~400 lines and creating some unit tests split into different files. The refactor was done flawlessly. The unit tests almost, only missed some imports.<p>All I did was open it in the root of my project and prompt it with the function names. It's a large monolithic solution with a lot of subprojects. It found the functions I was talking about without me having to clarify anything. Cost was about $2.</p>
]]></description><pubDate>Thu, 27 Feb 2025 22:04:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43199037</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=43199037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43199037</guid></item><item><title><![CDATA[New comment by twistslider in "Ask HN: Microsoft SmartScreen is destroying our business"]]></title><description><![CDATA[
<p>I've seen someone with a similar experience to you (and also a SaaS) a few days ago: <a href="https://twitter.com/xhfloz/status/1574404009288425472" rel="nofollow">https://twitter.com/xhfloz/status/1574404009288425472</a><p>Not sure if they solved it, but might be helpful asking them.</p>
]]></description><pubDate>Fri, 30 Sep 2022 17:15:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=33037634</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=33037634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33037634</guid></item><item><title><![CDATA[New comment by twistslider in "Anonymous Hacks Epik"]]></title><description><![CDATA[
<p>Anyone can claim to be part of Anonymous, that's kind of the point. It's not an official group with representatives or any kind of official viewpoints. All you need to do is say you're part of Anonymous and that's it, no 'larping' required.</p>
]]></description><pubDate>Wed, 15 Sep 2021 07:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=28536268</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=28536268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28536268</guid></item><item><title><![CDATA[New comment by twistslider in "Ask HN: Thoughts on new GitHub layout?"]]></title><description><![CDATA[
<p>GitHub dropped support for IE in July 2018:  <a href="https://twitter.com/michlbrmly/status/981855020948877312" rel="nofollow">https://twitter.com/michlbrmly/status/981855020948877312</a></p>
]]></description><pubDate>Wed, 24 Jun 2020 12:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=23627058</link><dc:creator>twistslider</dc:creator><comments>https://news.ycombinator.com/item?id=23627058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23627058</guid></item></channel></rss>