<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: mightyham</title><link>https://news.ycombinator.com/user?id=mightyham</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 23:41:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mightyham" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mightyham in "It is time to give up the dualism introduced by the debate on consciousness"]]></title><description><![CDATA[
<p>Really? You are telling me that the discovery/development of general relativity or quantum mechanics has not thrown new increasingly complex doubts on the accuracy of previous physical models due to these new "essences" implying contradictions with classical "essences". What could possibly make you so confident that new datapoints, theories, and discoveries as it relates to consciousness will be completely flawless?</p>
]]></description><pubDate>Mon, 18 May 2026 10:44:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48177725</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48177725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48177725</guid></item><item><title><![CDATA[New comment by mightyham in "It is time to give up the dualism introduced by the debate on consciousness"]]></title><description><![CDATA[
<p>It absolutely is a problem with the article. Science deals with physical phenomena; metaphysics quite literally means beyond physics. It's ridiculous to say that consciousness is the last hold out, as if there aren't a million other unanswered questions about meaning, essenence, and experience.<p>Here is a parallel argument for you. The history of science has been one discovery after another which leaves us with new, increasingly complex unanswered questions about phenomena. It is reasonable to think that if/when we reduce consciousness through science we will find that there are more increasingly complex unanswered metaphysical gaps.</p>
]]></description><pubDate>Mon, 18 May 2026 04:53:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48175712</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48175712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48175712</guid></item><item><title><![CDATA[New comment by mightyham in "It is time to give up the dualism introduced by the debate on consciousness"]]></title><description><![CDATA[
<p>> It is because of the hundreds of years of astonishing and unexpected success of the sciences that have convincingly shown that apparent metaphysical gaps are never such.<p>This has to be one of the most dumbfounding pseudo-philosophical sentences I've ever read. Metaphysics by definition is unfalsifiable and unscientific; it exists on a parallel plane from empiricism and is derived only through intuition, reason, and for the religious revelation. If this guy's claim for material consciousness simply rests on an intuitive argument from induction, it suffices as a counter argument to say "If I am mistaken, I am".</p>
]]></description><pubDate>Mon, 18 May 2026 04:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48175486</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48175486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48175486</guid></item><item><title><![CDATA[New comment by mightyham in "Restore full BambuNetwork support for Bambu Lab printers"]]></title><description><![CDATA[
<p>> This isn't actually possible<p>Bambu absolutely could create a system where their printers both communicate with the cloud and local devices, they just don't want to do the difficult software engineering necessary because it is difficult. This is not theoretical either; I work on production devices with hybrid cloud and local functionality. Engineering around a zero-trust threat model (as in you assume the user can and will tamper with the device) is completely doable.<p>For instance, using a push-only RPC model where only the cloud can initiate a request is one zero-trust strategy that can be used for ensuring a predictable network load on cloud infrastructure, which seems to be their main concern.</p>
]]></description><pubDate>Wed, 13 May 2026 11:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48120478</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48120478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48120478</guid></item><item><title><![CDATA[New comment by mightyham in "Removing fsync from our local storage engine"]]></title><description><![CDATA[
<p>Yeah this is a good point, and maybe a hole wasn't the right way to explain myself. The point is that the way a WAL is supposed to work is that the main data store always lags behind the WAL, so that if a partial operation (always idempotent) occurs on shutdown it is replayed on start up and fixed. In the case I describe, because of a lack of fsync it's possible for the WAL to lag the main data store, so partial operations will not be fixed on start up.</p>
]]></description><pubDate>Sat, 09 May 2026 17:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48076855</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48076855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48076855</guid></item><item><title><![CDATA[New comment by mightyham in "Removing fsync from our local storage engine"]]></title><description><![CDATA[
<p>Thanks, that's interesting and I wasn't aware of that. Is there a consistent way to detmine if a device offers this garuntee at runtime on Linux?</p>
]]></description><pubDate>Sat, 09 May 2026 17:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48076589</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48076589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48076589</guid></item><item><title><![CDATA[New comment by mightyham in "Removing fsync from our local storage engine"]]></title><description><![CDATA[
<p>Unless I am mistaken, it seems like there is a glaring flaw in this scheme, which is that without fsync you cannot guarantee the previous WAL blocks have been persisted before the current one, so a power loss event could leave a hole in the log and cause erroneous recovery. I believe that SSDs reorder writes internally so even having atomic batched O_DIRECT is not a strong enough guarantee for durability. I'll admit that I could be misunderstanding  something about the system that alleviates this concern.</p>
]]></description><pubDate>Sat, 09 May 2026 16:51:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48076343</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=48076343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48076343</guid></item><item><title><![CDATA[New comment by mightyham in "CJIT: C, Just in Time"]]></title><description><![CDATA[
<p>For the uninitiated who didn't watch Terry's streams, HolyC is both an AOT and JIT language, but the JIT  was in some ways much more rudimentary and in some ways much more powerful than a typical JIT compiler. Like this CJIT project, it basically could dynamically link and compile source code, spit the assembly into memory and proceed to immediately execute it. In fact, the system shell was literally JIT compiled HolyC. Which also meant you can do fun things like call kernel functions directly from the command line.</p>
]]></description><pubDate>Wed, 29 Apr 2026 02:49:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943671</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47943671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943671</guid></item><item><title><![CDATA[Exponentially Smoothed FPS Counters]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.wilsworld.net/posts/2026_04_25-Exponentially_Smoothed_FPS_Counters">https://blog.wilsworld.net/posts/2026_04_25-Exponentially_Smoothed_FPS_Counters</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47914027">https://news.ycombinator.com/item?id=47914027</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 26 Apr 2026 20:30:51 +0000</pubDate><link>https://blog.wilsworld.net/posts/2026_04_25-Exponentially_Smoothed_FPS_Counters</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47914027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47914027</guid></item><item><title><![CDATA[New comment by mightyham in "How to Implement an FPS Counter"]]></title><description><![CDATA[
<p>Thanks, I added a formula for a dynamic filter coefficient to my original comment. It makes sense intuitively to me, but I'm also not certain if the exact formula I provided is correct.</p>
]]></description><pubDate>Sat, 25 Apr 2026 13:37:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47901481</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47901481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47901481</guid></item><item><title><![CDATA[New comment by mightyham in "How to Implement an FPS Counter"]]></title><description><![CDATA[
<p>If all you care about is a windowed average you can implement the fps counter (really you keep track of seconds per frame) using an exponential moving average which has constant time and space complexity regardless of window size. The calculation you do once a frame is:<p>spf_avg = alpha * cur_spf + (1.0f - alpha) * spf_avg;<p>For alpha value you can use the formula:<p>alpha = 2/(n+1)<p>Which will give smoothing comparable to an n sample moving average. This is the same formula used for n-day exponential moving averages for stocks.<p>As the article points out, this is a sample based window which is not as good as a time based window, but it's also dead simple to implement.<p>Edit:<p>Just spit balling because I haven't thought about this problem in a while and asked AI to give a foruma for EMA with variable duration events, so take it with a grain of salt. Maybe for a time based window you could use a dynamic alpha (forgetting factor) with the following formula:<p>alpha = 1-e^-(cur_spf/window_secs)</p>
]]></description><pubDate>Sat, 25 Apr 2026 12:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47901113</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47901113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47901113</guid></item><item><title><![CDATA[New comment by mightyham in "No one owes you supply-chain security"]]></title><description><![CDATA[
<p>You really can't compare crates to a taxi service and I think the article lays out the reasoning nicely. The people running crates are a small team of mostly volunteers offering a free service. If someone offered a free taxi service as a small organization of volunteers then they could easily be forgiven for not having the same standards that a regulated for-profit business would.</p>
]]></description><pubDate>Sun, 12 Apr 2026 16:06:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47741344</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47741344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47741344</guid></item><item><title><![CDATA[New comment by mightyham in "I traced my traffic through a home Tailscale exit node"]]></title><description><![CDATA[
<p>I have a phone and laptop; those are my only two "mobile" devices that I might ever use to access my home network remotely. I set them up once, it took a few minutes, and I won't have to do it again unless I replace one of them.<p>I can completely understand using Tailscale for enterprise networks, but it seems very overengineered for my personal VPN needs.</p>
]]></description><pubDate>Wed, 01 Apr 2026 00:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47595288</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47595288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47595288</guid></item><item><title><![CDATA[New comment by mightyham in "I traced my traffic through a home Tailscale exit node"]]></title><description><![CDATA[
<p>Genuinely curious: is Tailscale actually providing any values to this use case beyond what you get from a raw Wiregaurd exit node with port forwarding instead of Tailscale's NAT traversal? I've never used Tailscale, but I have a Wiregaurd setup on my home server for the same purpose as described in the article, and I've never had any issues with it.<p>Edit:
Noticed some sibling comments asking effectively the same thing as me. I've been meaning to write a blog post covering the basic networking knowledge needed to DIY with just Wiregaurd. My impression is that many people don't realize just how easy it is or don't have the requisite background information.</p>
]]></description><pubDate>Tue, 31 Mar 2026 23:46:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47594970</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47594970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47594970</guid></item><item><title><![CDATA[New comment by mightyham in "JavaScript-heavy approaches are not compatible with long-term performance goals"]]></title><description><![CDATA[
<p>I've worked on large React and Solid codebases and don't agree at all. You can make a mess of either one if you don't follow good practices. Also dynamic dependency management is not just a nice to have, it's actually critical to why Solid's reactive system is more performant. Take a simple example of a useMemo/createMemo which contains conditional logic based on a reactive variable, in one branch a calculation is done that references a lot of reactive state while the other branch doesn't. In React, the callback will constantly be re-executed when the state changes even if it is not being actively used in the calculation, while this is not the case in Solid because dependencies are tracked at runtime.</p>
]]></description><pubDate>Mon, 16 Feb 2026 13:30:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47034716</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47034716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47034716</guid></item><item><title><![CDATA[New comment by mightyham in "Faster Than Dijkstra?"]]></title><description><![CDATA[
<p>> I struggle to see the point. The paper in question doesn't claim to be practically faster...<p>I struggle to see the point of your comment. The blog post in question does not say that the paper in question claims to be faster in practice. It simply is examining if the new algorithm has any application in network routing; what is wrong with that?</p>
]]></description><pubDate>Fri, 13 Feb 2026 16:08:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47004301</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=47004301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47004301</guid></item><item><title><![CDATA[New comment by mightyham in "Matrix messaging gaining ground in government IT"]]></title><description><![CDATA[
<p>I publish a Firefox plugin and needed help a few years ago. Not to get too far down that rabbit hole, but they suddenly blocked my plugin because they couldn't build my source code, even though the issue with their build environment was pretty obvious. Anyways, I had to use their Matrix support channel and they recommended Element. I was immensely frustrated with how buggy the experience was, and it turned me off from ever trying it again.</p>
]]></description><pubDate>Mon, 09 Feb 2026 13:49:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46945161</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=46945161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46945161</guid></item><item><title><![CDATA[New comment by mightyham in "25 Years of Wikipedia"]]></title><description><![CDATA[
<p>Your comments are shallow because you just continue to assert the idea are bad with no reasoning. You also clearly don't know your protestant history: Martin Luther did basically just whine about the Pope. He was thoroughly a reformer that wanted to see the Catholic church changed; he did not condone "Lutheranism" as a separatist movement.</p>
]]></description><pubDate>Fri, 16 Jan 2026 13:05:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645990</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=46645990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645990</guid></item><item><title><![CDATA[New comment by mightyham in "25 Years of Wikipedia"]]></title><description><![CDATA[
<p>> Because they have all been tried before and had the opposite affect.<p>Did you even read the document? Claiming that Wikipedia has implemented all of these suggestions in the past is just plainly false. If you disagree with the documents contents, why don't you provide a substantive argument instead of just belittling efforts at changing the status quo?</p>
]]></description><pubDate>Thu, 15 Jan 2026 23:06:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46640715</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=46640715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46640715</guid></item><item><title><![CDATA[New comment by mightyham in "25 Years of Wikipedia"]]></title><description><![CDATA[
<p>I don't understand how you could read the nine theses essays and think they are anything but reasonable. Even if you disagree with his politics, the results of his suggestions would almost certainly make Wikipedia more pluralistic, welcoming and neutral.</p>
]]></description><pubDate>Thu, 15 Jan 2026 21:03:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46639283</link><dc:creator>mightyham</dc:creator><comments>https://news.ycombinator.com/item?id=46639283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46639283</guid></item></channel></rss>