<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: AdieuToLogic</title><link>https://news.ycombinator.com/user?id=AdieuToLogic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:20:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AdieuToLogic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AdieuToLogic in "How do functions like alloca allocate memory from the stack?"]]></title><description><![CDATA[
<p>Speaking of debuggers...<p>I still twitch whenever someone says "use ddd" and they are not referring to Evans' seminal work.<p>:-D</p>
]]></description><pubDate>Tue, 18 Aug 2026 02:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49340390</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49340390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49340390</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "How do functions like alloca allocate memory from the stack?"]]></title><description><![CDATA[
<p>> One thing that scares me a little is whether there are younger developers, say, 25-40, who can and want to pick up the mantle of Windows internals gurus.<p>A similar "brain drain" has occurred in macOS (formerly known as OS-X) over the years, as evident in man page documentation for "newer" daemons shipped. An easy way to verify this is to run:<p><pre><code>  ps -A | awk '{ print $4 }' | grep 'libexec/.*[a-z]d$'
</code></pre>
And compare the man pages for the daemons running with the man page for `launchd`.<p>While this exercise is illuminating, it is also depressing IMHO.</p>
]]></description><pubDate>Tue, 18 Aug 2026 02:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49340348</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49340348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49340348</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>> I've worked on expert systems.<p>I also have worked on/with expert systems.<p>> I don't agree that they achieve "simulated intelligence". They're preprogrammed with a set of domain-specific rules that are trivially simple by comparison to even relatively simple and small neural networks.<p>This position does not account for fuzzy logic[0] nor an expert system's ability to produce an answer of "I do not know and here is why", which neural networks are incapable of doing.<p>I am not saying expert systems are "better" than ANNs as both are algorithms having significant value for what they provide. What I am saying is neural networks are pattern-matching algorithms, quite useful in their own right, and do not possess the ability to identify the lack of existence.<p>0 - <a href="https://en.wikipedia.org/wiki/Fuzzy_logic" rel="nofollow">https://en.wikipedia.org/wiki/Fuzzy_logic</a></p>
]]></description><pubDate>Mon, 17 Aug 2026 04:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49326549</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49326549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49326549</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>> The only nondeterminism in LLMs is parallelism-dependency in the way floating point operations are carried out and in the decoding strategy<p>This assertion is "oddly" similar to the GPT answer "neural network inference determinism" produced:<p><pre><code>  Neural network inference is often non-deterministic due to 
  factors like floating-point arithmetic and concurrent 
  execution, which can lead to variations in output even with 
  the same input.
</code></pre>
Surely this is but a coincidence.<p>Regarding your previous statement:<p>> However, on a technical level, neural network inference truly is inherently deterministic.<p>This holds for a vanishingly small set of conditions, none of which include randomness, nor when context and transformers are involved, let alone underlying model evolution (thus making model use over time non-deterministic).</p>
]]></description><pubDate>Mon, 17 Aug 2026 03:06:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49326138</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49326138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49326138</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "AI by Hand"]]></title><description><![CDATA[
<p>See also:<p><pre><code>  Foundations of Large Language Models[0]
</code></pre>
0 - <a href="https://arxiv.org/pdf/2501.09223v2" rel="nofollow">https://arxiv.org/pdf/2501.09223v2</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 01:30:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49306710</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49306710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49306710</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>> Intelligence can result from learned behavior, but not from explicit programming of rules by humans.<p>This is incorrect.<p>Simulated intelligence can and has been encoded explicitly by humans defining rules programmatically in the form of expert systems[0].<p>0 - <a href="https://en.wikipedia.org/wiki/Expert_system" rel="nofollow">https://en.wikipedia.org/wiki/Expert_system</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 01:24:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49306654</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49306654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49306654</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>> I feel like I'm fighting a losing battle but I don't see why so many people consider LLMs innately non-deterministic ...<p>Because LLMs are artificial neural networks[0] (ANN), which are statistical in nature, and thus intrinsically non-deterministic. Pretty much every AI algorithm has randomness involved in its definition and many (most?) incorporate probabilities.<p>0 - <a href="https://en.wikipedia.org/wiki/Neural_network_(machine_learning)" rel="nofollow">https://en.wikipedia.org/wiki/Neural_network_(machine_learni...</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 00:53:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49306431</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49306431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49306431</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Retire the Abstractions"]]></title><description><![CDATA[
<p>The more semantically rich a programming language, the more it demands mathematical veracity.<p>The more a language is mathematically sound, the more its linguistic constructs converge to enforce same.<p>Programming languages which follow this path ultimately support similar capabilities; Applicatives, Functors, Monads, Monoids, and often meta-programming via higher-kinded types and/or intrinsic AST code generation.</p>
]]></description><pubDate>Thu, 13 Aug 2026 02:52:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49281277</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49281277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49281277</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Retire the Abstractions"]]></title><description><![CDATA[
<p>Software abstractions are a reification of problem domain understanding. They embody a solution within the mathematical constraints of a programming language such that the collaborations, when done properly, appropriately reflect said understanding.<p>Discarding abstractions is nothing more than rediscovery of a Big Ball of Mud[0].<p>0 - <a href="https://www.laputan.org/mud/mud.html" rel="nofollow">https://www.laputan.org/mud/mud.html</a></p>
]]></description><pubDate>Wed, 12 Aug 2026 04:00:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49267693</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49267693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49267693</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> So you do or do not believe video evidence of a vehicle leaving a crime scene should be investigated?<p>I have expressed what I believe. The question you now pose is a strawman argument[0] unrelated to the subject of stolen license plates and how the act thereof implicates innocent people.<p>0 - <a href="https://en.wikipedia.org/wiki/Straw_man" rel="nofollow">https://en.wikipedia.org/wiki/Straw_man</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 03:58:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49253219</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49253219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49253219</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Humanising LLM Outputs Is Dumb"]]></title><description><![CDATA[
<p>Very cool poem!<p>Here is one I wrote a while back, unrelated to LLMs, yet a poem none the less.<p><pre><code>  The Rhythm of Time


  The Sun rises,
  The Sun sets.

  Have I checked the mail?
  No, not just yet.

  The Sun rises,
  The Sun sets.

  Have I caught up with neighbors?
  No, not just yet.

  The Sun rises,
  The Sun sets.

  Have I spent time with friends?
  No, not just yet.

  The Sun rises,
  The Sun sets.

  Have I visited with family?
  No, not just yet.

  The Sun rises,
  The Sun sets.

  Have I told those I love I do?
  No, not just yet.

  The Sun rises,
  The Sun sets.

  Have I lost who I am?
  No, not just yet.

  For all I must do,
  Any money I will bet.

  Is to turn away from;
  No, not just yet.</code></pre></p>
]]></description><pubDate>Tue, 11 Aug 2026 03:14:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49252941</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49252941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49252941</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>I probably can't. I concede, you win, and please do not feel obliged to respond.<p>I wish you well in your path in life.</p>
]]></description><pubDate>Tue, 11 Aug 2026 02:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49252655</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49252655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49252655</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> Must be a misunderstanding here.<p>No worries, textual communications do not convey the nuances verbal conversation can provide, so misunderstandings are inevitable.<p>> It might be easier if you just stated your actual view instead of playing twenty questions ...<p>What I am saying is that criminals do their best to "throw off the scent" of who they are. The purpose of their stealing license plates is to infuse confusion and/or delay in discovering their identity.<p>> Just to be clear: I would be absolutely fine with law enforcement investigating the appearance of my stolen plates at a crime scene ...<p>Perhaps you would, depending on the circumstance and timing of said investigation. And perhaps others may not be as confident, including your future self.<p>Either way, a person otherwise completely uninvolved would now be a subject in a criminal investigation. The second-order effects of this only exist due to intentional identity misdirection, which is, of course, the whole purpose of license plates being stolen in the first place.</p>
]]></description><pubDate>Tue, 11 Aug 2026 02:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49252629</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49252629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49252629</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>>> What I described is a realistic activity criminals do in order to disguise their identity.<p>> I've never read about this happening.<p>A simple web search[0] can elucidate the matter.<p>0 - <a href="https://duckduckgo.com/?q=what+is+the+most+common+reason+car+license+plates+are+stolen%3F&t=ffab&ia=web" rel="nofollow">https://duckduckgo.com/?q=what+is+the+most+common+reason+car...</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 02:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49252524</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49252524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49252524</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>>> First, I never implied disallowing analysis at a crime scene<p>> You weren't implying that video evidence of a car should be off-limits to the police?<p>No, I did not.<p>A car is not a crime scene. Neither is "video evidence of a car" a crime scene.<p>> If stealing hair is too hardcore for a criminal ...<p>What I wrote was:<p><pre><code>  Second, "stealing your hair" is a very different thing than 
  stealing license plates off of your vehicle. This should be 
  obvious.
</code></pre>
If you cannot see the difference between someone taking an attachment from a vehicle unbeknownst to you and being in your presence to take hair off of your head, then there is no reality which we share.<p>> ... just use your example and imagine that, instead of having the plate captured on camera, they find it at the scene of a vehicular homicide.<p>Then that would be entirely different than your original assertion, which was:<p><pre><code>  The misuse of license plate data wouldn't make my top ten 
  list of potential powers that law enforcement might abuse.
</code></pre>
Wouldn't it?<p>> Should that license plate be investigated, or should it be off-limits?<p>What are you even talking about? <i>You</i> said license plate data "wouldn't make my top ten".<p>When did I raise the question about license plates being investigated or off-limits?</p>
]]></description><pubDate>Mon, 10 Aug 2026 06:08:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49239792</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49239792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49239792</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> Almost no day-to-day policing is done with warrants!<p>Just because I feel bad for taking advantage of the above statement, here is a snippet from "Warrants in U.S. Law: The Ultimate Guide":<p><pre><code>  Imagine your home is your castle, and the U.S. Constitution 
  has built a protective wall around it called the Fourth 
  Amendment. This wall protects your right to privacy and 
  security from government intrusion. Now, imagine a police 
  officer wants to enter your castle. They can't just knock 
  down the gate; they need a special key. A warrant is that 
  key. It's not just any key, though. It's a special 
  permission slip, signed by a neutral judge (a magistrate), 
  that says the government has a very good, specific 
  reason—called Probable Cause—to believe that evidence of a 
  crime is inside your home, or that you have committed a 
  crime. This document acts as a crucial check on government 
  power, ensuring that law enforcement can't search your 
  property or arrest you on a whim. It's a fundamental 
  safeguard that forces the government to justify its actions 
  before it invades your privacy, protecting every citizen 
  from unreasonable searches and seizures.[0]
</code></pre>
Judicial warrants are the cornerstone of U.S. criminal law.<p>Policing enforces U.S. criminal law.<p>0 - <a href="https://uslawexplained.com/warrant_law" rel="nofollow">https://uslawexplained.com/warrant_law</a></p>
]]></description><pubDate>Mon, 10 Aug 2026 05:15:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49239465</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49239465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49239465</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> Almost no day-to-day policing is done with warrants!<p>By this logic, there is no need for "day-to-day policing" to have warrants for:<p><pre><code>  - phone taps
  - SMS messages
  - GPS history
  - email
  - banking information
  - justified arrests
  - court approved searches
</code></pre>
The result of the position you advocate is known as a Police State[0].<p>0 - <a href="https://en.wikipedia.org/wiki/Police_state" rel="nofollow">https://en.wikipedia.org/wiki/Police_state</a></p>
]]></description><pubDate>Mon, 10 Aug 2026 04:53:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49239329</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49239329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49239329</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>>>>> Abuse by police officers and other individuals with access to these systems is the answer to the stupid but common question "why should I worry about surveillance if I have nothing to hide".<p>>>> I never hear that question from Flock supporters. The question I hear is "why shouldn't we be pulling over stolen cars?"<p>>> These are the same Constitutional question.<p>> They're not remotely the same Constitutional question.<p>They absolutely are the same Constitutional question; surveillance by the State without a warrant supported by probable cause, verified by the judiciary and issued thusly, does not have "an upside" of coincidentally identifying criminality. Remember this portion of the 4th amendment:<p><pre><code>  ... and particularly describing the place to be searched,
  and the persons or things to be seized.
</code></pre>
How does ubiquitous surveillance used as evidence whenever possible not violate this section of the Constitution, if not others?<p>And how could the question "why shouldn't we be pulling over stolen cars?" be answered without "why should I worry about surveillance if I have nothing to hide" being aligned?<p>They are the same Constitutional question - to accept one is to accept the other.</p>
]]></description><pubDate>Mon, 10 Aug 2026 04:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49239131</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49239131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49239131</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> Should we not allow the analysis of hair found at crime scenes because someone might steal some of my hair and place it there?<p>First, I never implied disallowing analysis at a crime scene. What I described is a realistic activity criminals do in order to disguise their identity.<p>Second, "stealing your hair" is a <i>very</i> different thing than stealing license plates off of your vehicle. This should be obvious.<p>> Someone framing me in this manner is incredibly unlikely, would be disproven by the other broad investigative powers afforded to law enforcement, and, at least in my opinion, is ridiculously less likely than the cameras photographing real criminals.<p>The point is that it would be you having to defend yourself for something you did not do. Could you successfully do so? Maybe. It depends on what the crime was and if you could afford a skilled enough lawyer.<p>And therein lies the rub.<p>You would have to drop tens-of-thousands of dollars in defense of your not being one of the "real criminals." Because the police are not going to sit there and say, "gee wiz, veec_cas_tant could not <i>possibly</i> be a 'real criminal' because they said they are being framed!"<p>They are going to say, "we can place you at the scene of the crime."</p>
]]></description><pubDate>Mon, 10 Aug 2026 03:47:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49239009</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49239009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49239009</guid></item><item><title><![CDATA[New comment by AdieuToLogic in "Georgia police officers fired after Flock camera misuse"]]></title><description><![CDATA[
<p>> The misuse of license plate data wouldn't make my top ten list of potential powers that law enforcement might abuse.<p>Are you sure about that?<p>How about if your license plate were stolen without your knowledge, placed on another vehicle of the same make and model, then photographed leaving the scene of a crime?</p>
]]></description><pubDate>Mon, 10 Aug 2026 03:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49238783</link><dc:creator>AdieuToLogic</dc:creator><comments>https://news.ycombinator.com/item?id=49238783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49238783</guid></item></channel></rss>