<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: SkepticMystic</title><link>https://news.ycombinator.com/user?id=SkepticMystic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 14:35:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SkepticMystic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SkepticMystic in "Jellyfin 12.0"]]></title><description><![CDATA[
<p>Chaptarr is great! Just had their public release after a long alpha testing phase</p>
]]></description><pubDate>Tue, 08 Sep 2026 05:20:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49605824</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=49605824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49605824</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Craig Mod built his own Good Reads"]]></title><description><![CDATA[
<p><a href="https://thestorygraph.com" rel="nofollow">https://thestorygraph.com</a> is another alternative</p>
]]></description><pubDate>Tue, 07 Jul 2026 05:46:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48814063</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=48814063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48814063</guid></item><item><title><![CDATA[New comment by SkepticMystic in "NYC Rat Sightings (Daily)"]]></title><description><![CDATA[
<p>Domestication</p>
]]></description><pubDate>Fri, 12 Apr 2024 05:37:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40009681</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=40009681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40009681</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Cory Doctorow on Kagi Search"]]></title><description><![CDATA[
<p>Sure, that specific endpoint doesn't meet their criteria. But point being, they're getting results from Google, and almost certainly pay for them using my monthly fee</p>
]]></description><pubDate>Sat, 06 Apr 2024 05:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39950168</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39950168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39950168</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Cory Doctorow on Kagi Search"]]></title><description><![CDATA[
<p>Assuming they use some form of this Google API[^1], they're surely paying for the results. What bothers me is that, by paying for Kagi then, part of that monthly fee is going straight back to Google, right?<p>[^1]: <a href="https://developers.google.com/custom-search/v1/overview" rel="nofollow">https://developers.google.com/custom-search/v1/overview</a></p>
]]></description><pubDate>Fri, 05 Apr 2024 06:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39939135</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39939135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39939135</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Google Books Is Indexing AI-Generated Garbage"]]></title><description><![CDATA[
<p>"Habsburg AI" - <a href="https://x.com/jathansadowski/status/1625245803211272194" rel="nofollow">https://x.com/jathansadowski/status/1625245803211272194</a></p>
]]></description><pubDate>Fri, 05 Apr 2024 05:35:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39938988</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39938988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39938988</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Bugs I've filed on browsers"]]></title><description><![CDATA[
<p>Unrelated to the post, but I tried out your Loopbox app you linked in the bug report. I couldn't quite figure out how to get it working, so I clicked the question mark icon for a tutorial. But the linked YouTube video is of someone's holiday photos! Just fyi</p>
]]></description><pubDate>Mon, 04 Mar 2024 05:40:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=39587346</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39587346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39587346</guid></item><item><title><![CDATA[Show HN: Traverser, generate hypnotising graph/network animations]]></title><description><![CDATA[
<p>A quick little project to generate deterministic graph animations based on modulo arithmetic.<p>Rule: Given n nodes and a list of steps, start at node 0, move steps[0] nodes clockwise, then steps[1], and so on. After the last step, wrap around to the first step and continue. Stop once the last step in the list takes you to node 0 again.<p>Features:
- Randomise inputs
- Save output as PNG
- Different edge styles
- Change animation speed
- Create shareable links to recreate a graph<p>Give it a try, let me know your thoughts :) The default inputs are random each time, so you might get a boring one. It's very satisfying to keep hitting "Randomise", and watch as structure emerges. Sometimes you get a "direct" path to the finish, and end up with an asymmetric graph.<p>The code can be found at <a href="https://github.com/SkepticMystic/traverser-sk">https://github.com/SkepticMystic/traverser-sk</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39579980">https://news.ycombinator.com/item?id=39579980</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 03 Mar 2024 10:41:45 +0000</pubDate><link>https://traverser-sooty.vercel.app</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39579980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39579980</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Leaving Everything Behind For Elixir [video]"]]></title><description><![CDATA[
<p>Could you recommend any channels to diversify my watching?</p>
]]></description><pubDate>Wed, 28 Feb 2024 15:21:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=39539072</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39539072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39539072</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Show HN: I made an app to use local AI as daily driver"]]></title><description><![CDATA[
<p>I've found great utility with `llm` <a href="https://llm.datasette.io" rel="nofollow">https://llm.datasette.io</a>, a CLI to interact with LLMs. It has plugins for remote and local models.</p>
]]></description><pubDate>Wed, 28 Feb 2024 05:23:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=39534323</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=39534323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39534323</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Ask HN: Who wants to be hired? (August 2023)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: South Africa & Germany
  Remote: Preferable
  Willing to relocate: Within Baveria
  Technologies: SvelteKit, Typescript/Javascript, Tailwind & Daisyui, MongoDB & SQL, Data analysis
  Résumé/CV: https://pivotdev.co.za
  Email: rossk29@gmail.com
</code></pre>
Highly specialised in Svelte.</p>
]]></description><pubDate>Wed, 02 Aug 2023 09:29:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=36968762</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=36968762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36968762</guid></item><item><title><![CDATA[New comment by SkepticMystic in "Ask HN: Freelancer? Seeking freelancer? (May 2023)"]]></title><description><![CDATA[
<p>SEEKING WORK | FREELANCE | REMOTE | Germany,Munich | I'm available immediately.<p>Skills: Typescript, Python, Tailwind, Mongo, SQL, Svelte(kit), Azure, AWS, Data analysis/visualisation, Graph Theory<p>Email: rossk29 at gmail<p>I'm a younger dev, with just under 4 years professional experience. I've freelanced since getting into programming, and while working full-time.<p>Top 2 specialisations<p>- Fullstack Sveltekit,<p>- Advanced statistical analysis.<p>Available anywhere remotely, and in-person around Munich.<p>Checkout my portfolio here, where you can also get in touch for a project :)<p><a href="https://pivotdev.co.za" rel="nofollow">https://pivotdev.co.za</a></p>
]]></description><pubDate>Thu, 04 May 2023 06:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=35812015</link><dc:creator>SkepticMystic</dc:creator><comments>https://news.ycombinator.com/item?id=35812015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35812015</guid></item></channel></rss>