<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: aDyslecticCrow</title><link>https://news.ycombinator.com/user?id=aDyslecticCrow</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 20 Apr 2026 15:39:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aDyslecticCrow" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aDyslecticCrow in "The seven programming ur-languages (2022)"]]></title><description><![CDATA[
<p>You're right. We should just run everything in java-script because that's what LLMs are good at right?</p>
]]></description><pubDate>Sun, 19 Apr 2026 13:26:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47824160</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=47824160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47824160</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Who Writes the Bugs? A Deeper Look at 125,000 Kernel Vulnerabilities"]]></title><description><![CDATA[
<p>Satellites, industrial machines, automatic windows blinds, battery management systems.<p>I still suspect those industrial battery management systems have a separate embedded systems that is actually running the communication.<p>The risk of a linux system freezing and rebooting is faar greater than a 500 row c state machine that is passing application state back and forth.<p>I Really dont think its common for linux to directly manage can traffic outside of logging and diagnostics. (atleast from those i've seen)</p>
]]></description><pubDate>Sat, 07 Mar 2026 11:29:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47286660</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=47286660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47286660</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Who Writes the Bugs? A Deeper Look at 125,000 Kernel Vulnerabilities"]]></title><description><![CDATA[
<p>> CAN more severe than Intel<p>I suspect the usage of the CAN driver in Linux is pretty low. The largest user of the Linux can driver is likely testing and diagnostics tooling for developing cars rather than the car themselves. Even when the car has a Linux computer, they often use multi CPU SOC's that run the real-time CAN logic separate from Linux, and only convey application logic into Linux.<p>I could also speculate that the overlap between Linux kernel developers and automotive and industrial embedded systems is pretty low. So the high bug severity in the CAN driver could be developers contributing patches from a very different programming background?</p>
]]></description><pubDate>Wed, 04 Mar 2026 20:39:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47253464</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=47253464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47253464</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "LaTeX Coffee Stains (2021) [pdf]"]]></title><description><![CDATA[
<p>slightly fading for each page.</p>
]]></description><pubDate>Wed, 07 Jan 2026 17:24:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46529261</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46529261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46529261</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Why German Strings Are Everywhere?"]]></title><description><![CDATA[
<p>> "owned" and "borrowed"
> java 1.4's<p>You're getting into pedantics about specific languages and their implementation. I never made a statement about C++ or java. I work in primarily in c99 myself.<p>> the utility of making them implicit is close to nil.
> Without relying on interfaces or inheritance.<p>Implement a function that takes three strings without 3! permutations of that function either explicitly or implicitly created.</p>
]]></description><pubDate>Tue, 06 Jan 2026 23:14:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46520225</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46520225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46520225</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Why German Strings Are Everywhere?"]]></title><description><![CDATA[
<p>> It's not anything special? That's just `string_view` (C++17)<p>Just because something already exists in some language doesn't make it less clever. It's not very widespread, and it's very powerful when applicable.<p>This format can handle "string views" with the same logic as "normal strings" without relying on interfaces or inheritance overhead.<p>it's clever.</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46513769</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46513769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513769</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "65% of Hacker News posts have negative sentiment, and they outperform"]]></title><description><![CDATA[
<p>If i find an article online, ill sometimes pass it through a HN search to see any issues with it.<p>There are plenty of articles or news ive red that made me think "that's pretty clever" only for HN to point out background i missed and tradeoffs making a solution worse.<p>Sometimes criticism is shallow or pedantic, but thats easy to dismiss if irrelevant.</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:35:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46513593</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46513593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513593</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Why German Strings Are Everywhere?"]]></title><description><![CDATA[
<p>Interesting to see a deepdive about string formats. I hadn't thought very deeply about it before.<p>I do agree with the string imutable argument. Mutable and imutable strings have different usecases and design tradeoffs. They perhaps shouldn't be the same type at all.<p>The transient string is particularly brilliant. Ive worked with some low level networking code in c, and being able to create a string containing the "payload" by pointing directly to an offset in the raw circular packet buffer is very clean. (the alternative is juggling offsets, or doing excessive memcpy)<p>So beyond the database usecase it's a clever string format.<p>It would be nice to have an ISO or equivalent specification on it though.</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:14:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46513294</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46513294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513294</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Finland detains ship and its crew after critical undersea cable damaged"]]></title><description><![CDATA[
<p>It's still not confirmed who did that. Self sabotage by some European nation or even Russian is still up in the air.<p>Destroying that pipeline pushed Germany to act more against Russia (being officially unable to continue buying gas).<p>Historically anti russian states like Denmark, Sweden, Finland and Estonia or even NATO would have liked that.<p>Russia could have blown it up themselves to pin it on Ukraine to decrease support, but that doesn't seem to be the outcome.<p>Even germany could have blown it up to pivot their own politics.<p>It's a massive game of clue. It may become declassified in 20 years by whoever did it.</p>
]]></description><pubDate>Fri, 02 Jan 2026 01:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46460213</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46460213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46460213</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Finland detains ship and its crew after critical undersea cable damaged"]]></title><description><![CDATA[
<p>Same reason they infiltrate airspace duringtraining, fly drones over airports, run submarines through ports.<p>Testing limits and tolerance, threatening what they could do in a real attack. Creating econocic pain in retaliation for support with a strong alibi to blame.<p>Boarding and detaining is a new escalation. How many cables cut before we consider military reaction? 3? 10? all of them?</p>
]]></description><pubDate>Fri, 02 Jan 2026 00:53:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46460093</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46460093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46460093</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "A proposed amendment to ban under 16s in the UK from common online services"]]></title><description><![CDATA[
<p>> Adding even more personal information into HTTP headers is NOT the way to go<p>It's exactly the way to go; because the alternative currently being pursued by half the western world is to attatch your full government ID to every internet request. Some preference flags are pretty harmless in comparison, and very powerful tool to solve some related problems.<p>The internet is already segmented and will continue to become more segmented (Intellectual property, GDPR, gambling). Adding a method to control that with the power in the hand of the user; is the least bad way to implement it.<p>It also makes regulating the internet alot less painful for businesses and governments. A buisness can refuse my service if they don't like my http request. No more murky "US company liable for EU user traffic even if unintended" nonsense. (The user can choose to voluntary remove GDPR protection with this method for example)</p>
]]></description><pubDate>Mon, 22 Dec 2025 23:10:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46360339</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46360339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46360339</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "A proposed amendment to ban under 16s in the UK from common online services"]]></title><description><![CDATA[
<p>Please clarify. How would dns do anything here? And what does it have to do with net neutrality.</p>
]]></description><pubDate>Mon, 22 Dec 2025 22:49:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46360135</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46360135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46360135</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "A proposed amendment to ban under 16s in the UK from common online services"]]></title><description><![CDATA[
<p>There is a very simple and powerful alternative; add a flag to the http header standard, which is enforced device-wide or web-browser wide for any parent controlled device.<p>If you dont want to serve or moderate your site for children and be exposed to fines, you block any request with the relevant flag.<p>You just need a law to enforce what can be served when using the relevant flag, and some talks with Google, Apple Microsoft and w3 to implement it.<p>you can even segment it my category; no-login, no-posting, no-18-plus, no-violence, no-politics, under-16, region-EU, region-UK.<p>This leaves control to parents to do what they deem appropriate for their age, and doesn't turn into a authoritative surveillance state.... wait thats the point isn't it...<p>nevermid there is no alternative /j</p>
]]></description><pubDate>Fri, 19 Dec 2025 14:44:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46326403</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46326403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46326403</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Texas is suing all of the big TV makers for spying on what you watch"]]></title><description><![CDATA[
<p>I point out tesla specifically because they had headlines about sharing camera feeds as memes. The Mozilla report clearly shows tesla is not an outlier, more like "middle of the pack".</p>
]]></description><pubDate>Fri, 19 Dec 2025 14:30:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46326248</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46326248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46326248</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Texas is suing all of the big TV makers for spying on what you watch"]]></title><description><![CDATA[
<p>It's faar worse. Automotive manufacturers and live IP camera feed. (See also tesla motors)</p>
]]></description><pubDate>Fri, 19 Dec 2025 07:44:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46323273</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46323273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46323273</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Slowness is a virtue"]]></title><description><![CDATA[
<p>> Implicit in the design of most tests is the idea that a person's ability to quickly solve moderately difficult problems implies a proportional ability to solve very difficult problems if given more time. This is clearly jumping to a conclusion. I doubt there is any credible evidence to support this.<p>I think this approach is effectively testing if a student studied the material. It makes the correlation between memorization and understanding. Recall a piece of information is fast if avaliable.<p>Its a commonly expressed experience among university students that learning memorization techniques and focusing on solving previous exams is a disproportionately effectively way to pass courses.<p>It's technically more impressive to pass the exam by never doing a single similar problem before and deriving a solving method or forumla that wasn't memorised.<p>I took deliberate effort to avoid looking at previous exam question for a course until the week before, since it cased good grades at little value to me long term.</p>
]]></description><pubDate>Thu, 18 Dec 2025 17:17:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46315625</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46315625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315625</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Slowness is a virtue"]]></title><description><![CDATA[
<p>The energy threshold for adding a new unit test to the suite and a new row to the docs are vital for it to be done.<p>If I need to install pandoc to test compile a doc change before i submit it for code review with 3 other maintainers, id rather keep my note or useful screenshot to myself.<p>If i need to create a c binding of my function so that pytest can run it through 50 rows of cryptic CMake, I'd rather do happy testing locally and submit it as a "trust me bro".<p>Good and fast international tooling matters massively for good software. And it all comes back to speed and iteration loop.<p>On top of that, slow meticulous work can then be done. 100% test coverage, detailed uml diagrams describing the system, and functional safety risk analysis matrix documents.<p>So speed and slowness supplement in different levels of analysis.</p>
]]></description><pubDate>Thu, 18 Dec 2025 17:04:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46315417</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46315417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315417</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Autism should not be treated as a single condition"]]></title><description><![CDATA[
<p>> presence of too many/particular ones of them is notably disabling for certain tasks<p>Setting asside the very clear science of neurodevelopmental causes, in practice your description is very helpful way to describe it.<p>(Ive often myself described it as a standard deviation beyond 2 sigma in a normal distribution with 500 dimensions.)<p>The traits <i>associated</i> with autism are naturally present in the population in healthy and useful ways.<p>Matching a large fraction of the definition may pose no problem for alot of people. But another smaller deviation in another sub permutation may be detrimental to live a normal life.<p>So it's really difficult to draw a line between "condition" that need assistance and just outlier human that like trains.<p>I mildly match a significant fraction of the diagnostic criteria myself, but have had a rather easy time. I don't need special resources, and feel wierd to count under a medical term.<p>But recognising the traits of ASD had allowed me to find quite a lot of good practical advice that improve my life significantly. So the broad definition has been helpful.</p>
]]></description><pubDate>Thu, 04 Dec 2025 23:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46154563</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46154563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46154563</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Search tool that only returns content created before ChatGPT's public release"]]></title><description><![CDATA[
<p>doesn't actually do anything anymore in Google or bing.</p>
]]></description><pubDate>Mon, 01 Dec 2025 09:09:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46105173</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46105173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46105173</guid></item><item><title><![CDATA[New comment by aDyslecticCrow in "Confessions of a Software Developer: No More Self-Censorship"]]></title><description><![CDATA[
<p>After 2 months working at a new department, i awkwardly asked my boss what the department acronym stood for. He stared at me confused, and couldn't figure it out; hes worked there for 30 years.<p>Technology isn't intuitive and there ares loads of things to remember. Sometimes the dumb question is needed by more than the person that asked.</p>
]]></description><pubDate>Sat, 29 Nov 2025 18:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46089831</link><dc:creator>aDyslecticCrow</dc:creator><comments>https://news.ycombinator.com/item?id=46089831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46089831</guid></item></channel></rss>