<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: seydar</title><link>https://news.ycombinator.com/user?id=seydar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 04 Jul 2026 13:57:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=seydar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by seydar in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Acoustic diagnosis of electrical problems on the electric grid!<p>I'm building a tool that allows you to determine the health of an electric transformer from only your phone. It tells you:<p><pre><code>    - the loading
    - the health of the windings and core
    - and whether the phases are unbalanced
</code></pre>
I used to be a submariner, so my professional background is in power plants and sonar analysis, so I'm getting to combine the two in this.<p>Acoustic diagnosis of electric issues is FASCINATING, and it feels like there hasn't been a lot of research into this, so I have been slowly chasing down various acoustic patterns I find and try to derive them from first principles of physics.<p>I'm making an iPhone app for it, and Xcode has been <i>truly</i> awful: non-deterministic, crashing all the time, and error messages that tell me absolutely nothing. I would like to use xtool, but it doesn't have the preview, which I need for debugging.</p>
]]></description><pubDate>Sun, 10 May 2026 21:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088485</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=48088485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088485</guid></item><item><title><![CDATA[New comment by seydar in "$5 whale listening hydrophone making workshop"]]></title><description><![CDATA[
<p>I used to be a submariner and now work in an unrelated acoustic space (acoustic analysis of the electric grid), but I'd love to learn more about the DAS world — my email is in my profile.</p>
]]></description><pubDate>Mon, 15 Dec 2025 17:37:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46277633</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=46277633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46277633</guid></item><item><title><![CDATA[New comment by seydar in "The effects of algorithms on the public discourse"]]></title><description><![CDATA[
<p>I'd love to know more, do you have any that you'd recommend?</p>
]]></description><pubDate>Fri, 12 Sep 2025 02:59:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45218253</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=45218253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45218253</guid></item><item><title><![CDATA[New comment by seydar in "Weathering Software Winter (2022)"]]></title><description><![CDATA[
<p>This reminds me of _why's final writing, where he discusses leaving his public persona in programming. He specifically cites the preservability of code as a reason for his disillusionment.<p><a href="https://github.com/steveklabnik/CLOSURE" rel="nofollow">https://github.com/steveklabnik/CLOSURE</a><p>Beautiful piece of writing, very weird, very excellent.</p>
]]></description><pubDate>Tue, 12 Aug 2025 14:05:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44876374</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=44876374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44876374</guid></item><item><title><![CDATA[New comment by seydar in "The Average American Spent 2.5 Months on Their Phone in 2024"]]></title><description><![CDATA[
<p>Sounds like you have a good list — can you share some of it?</p>
]]></description><pubDate>Sun, 29 Dec 2024 14:40:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42540236</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=42540236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42540236</guid></item><item><title><![CDATA[New comment by seydar in "Galois Theory of Algorithms (2018) [pdf]"]]></title><description><![CDATA[
<p>Galois theory investigates the way a subobject sits inside an object. This paper examines the way different programs sit inside the same algorithm, and the way different algorithms (mergesort, quicksort, etc.) sit inside the same class (sorting algorithm).</p>
]]></description><pubDate>Thu, 15 Aug 2024 17:13:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41258242</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=41258242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41258242</guid></item><item><title><![CDATA[Galois Theory of Algorithms (2018) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/1011.0014">https://arxiv.org/abs/1011.0014</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41258241">https://news.ycombinator.com/item?id=41258241</a></p>
<p>Points: 20</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 15 Aug 2024 17:13:34 +0000</pubDate><link>https://arxiv.org/abs/1011.0014</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=41258241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41258241</guid></item><item><title><![CDATA[New comment by seydar in "Forgetting the history of Unix is coding us into a corner"]]></title><description><![CDATA[
<p>What are some alternatives that you'd recommend people look at?<p>I'm keen for any potential successor, but a lot things come back to effectively text, and anything we could build on top of it. Binary object formats seem like an alternative for faster parsing of structured data, so while that ability has always been it, it's a matter of people actually sticking to it. Maybe some coordination between the program and the shell?</p>
]]></description><pubDate>Fri, 16 Feb 2024 14:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39397324</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=39397324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39397324</guid></item><item><title><![CDATA[New comment by seydar in "Physics for Mathematicians – Introduction"]]></title><description><![CDATA[
<p>> The presence of the negative signs in (1) may seem surprising at first, but this is due to the fact that (1) is describing the effect of a passive change of units rather than an active change of the object {x}.<p>This is where the limits of my brain were reached. Is there a translation of this into category theory terms? Is this where category theory could help formalize units in physics?<p>However, his paragraph after that is pretty interesting, which I read as sort of treating units as variables since you couldn't combine them, and he only has length, mass, and time for these examples. But then there's an exponent piece? Okay now I'm lost again.</p>
]]></description><pubDate>Thu, 08 Feb 2024 21:11:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39307761</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=39307761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39307761</guid></item><item><title><![CDATA[New comment by seydar in "Ask HN: Who is hiring? (February 2024)"]]></title><description><![CDATA[
<p>deleted</p>
]]></description><pubDate>Thu, 01 Feb 2024 23:01:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=39222762</link><dc:creator>seydar</dc:creator><comments>https://news.ycombinator.com/item?id=39222762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39222762</guid></item></channel></rss>