<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: yayachiken</title><link>https://news.ycombinator.com/user?id=yayachiken</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 13:54:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yayachiken" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yayachiken in "Linux 7.3 improves performance when running out of vRAM"]]></title><description><![CDATA[
<p>Note that the fork()/execve() semantics of Linux pretty much depend on memory overcommit. You may get weird OOM crashes when there is seemingly no memory pressure, if you turn overcommit off.<p>In the short time between fork() and execve(), the new process duplicates the entire virtual memory of the old one. None of this is physically allocated due to copy-on-write, but still all counts as virtual memory.</p>
]]></description><pubDate>Tue, 18 Aug 2026 20:01:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49351817</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=49351817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49351817</guid></item><item><title><![CDATA[New comment by yayachiken in "The 'absolute magic' of Morse code that still connects people globally"]]></title><description><![CDATA[
<p>Read up on the Koch method. To be exact: Koch method with Farnsworth timing. You'll have to keep the letters in a certain speed so your brain does not have enough time to decode dots and dashes. So only the length between the letters is extended to lower the difficulty. The idea is that the lowest unit of comprehension are letters. After training you'll hear a -.- and don't even think of it as dots and dashes, it's just a K obviously.<p>You start just distinguishing two letters (usually K and M).
I would recommend using a trainer app that gives you a string of letters by sound, and to write them down on paper. Then you can check how many you got correct. Do not try to replay letters multiple times, just skip it and move on. If your result is better than 95% or so you can continue and introduce a third letter, and so on.<p>There is a certain order of letters considered more or less canonical for use in the Koch method which you can look up.<p>Edit: Back then I learnt it with <a href="https://lcwo.net/" rel="nofollow">https://lcwo.net/</a>, it's distraction-free and quite nice.</p>
]]></description><pubDate>Mon, 13 Jul 2026 14:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48893127</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=48893127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48893127</guid></item><item><title><![CDATA[New comment by yayachiken in "The 'absolute magic' of Morse code that still connects people globally"]]></title><description><![CDATA[
<p>HAM was a nice rabbit hole to fall into, but unfortunately I couldn't muster enough interest to actually get good enough to go "on air".<p>Some other things that surprised me and may be interesting for other people:<p>Learning Morse code is like learning a new language. The unit of understanding is not dots and dashes but rather every letter is a unit that one (in modern training) learns to recognize intuitively as such before doing anything else.<p>On top of that, telegraphy has these three letter Q-Codes where one would assume that these abbreviations are for line efficiency, but also it's because three letters is a nice length that still decodes intuitively as a "word".
(Also Q was probably chosen because it so seldomly comes up in "normal" words, so it's like a little attention signal? But that is my speculation.)<p>One can see in conversation that these three-letter codes often only have to be transmitted once, whereas free text (e.g. proper names) are often sent with redundancy so it's easier to transcribe them as you have to fall back to decoding individual letters. (My ears still sometimes perk up suddenly when hearing Morse code from movies because suddenly I pick up something like CQ without even paying attention.)<p>People therefore use terms like "musicality" (at least in my language, not sure if that translates to English) to refer to the quality of one's transmission. There is a certain art to it.<p>One funny exception to the three letter codes that gets used in Germany. If somebody signs off for a lunch break, they'll key ESSEN (translates to "eating"/"food") which would be considered "too long" to decode intuitively but it has a nice drumroll to it so it still works :)</p>
]]></description><pubDate>Mon, 13 Jul 2026 14:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48893004</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=48893004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48893004</guid></item><item><title><![CDATA[New comment by yayachiken in "The shingles vaccine may reduce the risk of dementia"]]></title><description><![CDATA[
<p>The normalization of the age variable still looks problematic, as it requires that there is a linear dependency between age and incidence.<p>Both the scatter plot and also the probability graph seem to be curving upwards w.r.t age, i.e. the incidence of dementia cases seems to accelerate with age. Which at least makes a lot of intuitive sense, and would forbid just plotting in a regression line.<p>Having a more or less circumstantial point to arbitrarily cut your regression line in half also just begs for introducing Simpson's Paradox.</p>
]]></description><pubDate>Mon, 13 Jul 2026 07:13:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48888984</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=48888984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48888984</guid></item><item><title><![CDATA[New comment by yayachiken in "Amateur armed with ChatGPT solves an Erdős problem"]]></title><description><![CDATA[
<p>I think when thinking about progress as a society, people need to internalize better that we all without exception are on this world for the first time.<p>We may have collectively filled libraries full of books, and created yottabytes of digital data, but in the end to create something novel somebody has to read and understand all of this stuff. Obviously this is not possible. Read one book per day from birth to death and you still only get to consume like 80*365=29200 books in the best case, from the millions upon millions of books that have been written.<p>So these "few tricks" are the accumulation of a lifetime of mathematical training, the culmination of the slice of knowledge that the respective mathematician immersed themselves into.
To discover new math and become famous you need both the talent and skill to apply your knowledge in novel ways, but also be lucky that you picked a field of math that has novel things with interesting applications to discover plus you picked up the right tools and right mental model that allows you to discover these things.<p>This does not go for math only, but also for pretty much all other non-trivial fields. There is a reason why history repeats.<p>And it's actually a compelling argument why AI is still a big deal even though it's at its core a parrot. It's a parrot yes, but compared to a human, it actually was able to ingest the entirety of human knowledge.</p>
]]></description><pubDate>Sun, 26 Apr 2026 04:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47907333</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47907333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47907333</guid></item><item><title><![CDATA[New comment by yayachiken in "Iran war energy shock sparks global push to reduce fossil fuel dependence"]]></title><description><![CDATA[
<p>Yes, that is plausible indeed, but the problem is that there are many explanations which are plausible, but there doesn't seem to be a smoking gun.<p>Strange about that explanation for example is that the time correlation is backwards.
First the solar generation started to drop out and only then central generator stations tripped. Also the on-going frequency oscillations had already stabilized. If it was related to frequency issues, the solar inverters would either have shut down 15 minutes earlier (while the frequency oscillations were at the peak) OR 1-2 minutes later (when power stations tripped and frequency would have dipped)</p>
]]></description><pubDate>Sat, 21 Mar 2026 08:08:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47465047</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47465047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47465047</guid></item><item><title><![CDATA[New comment by yayachiken in "Iran war energy shock sparks global push to reduce fossil fuel dependence"]]></title><description><![CDATA[
<p>Yes, I think it's wrong, or at least way over-exaggerated.<p>You can run a grid to supply approximately 80% renewables (long-term average) without significant technical changes.<p>Only if you want to get the last 20% to renewables, you get technical challenges, e.g. related to synchronization and load-matching. But that is also not unsolvable problems, e.g. instead of relying on the inertia of steam turbines you can "just" build specific-purpose fly-wheels to do the same thing. It's just less elegant.<p>Source: Volker Quaschning "Understanding Renewable Energy Systems", too lazy right now to look up the exact page.<p>This is also consistent with the section they quoted.
Generally, the load matching in grids is done by the system itself.
If you add more wind and solar, which depends on the weather and location, you have to more large-scale intervention, e.g. allow generation re-dispatch. But that doesn't immediately imply that this is a dangerous process.</p>
]]></description><pubDate>Sat, 21 Mar 2026 07:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47464885</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47464885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47464885</guid></item><item><title><![CDATA[New comment by yayachiken in "Iran war energy shock sparks global push to reduce fossil fuel dependence"]]></title><description><![CDATA[
<p>> crap like that report<p>> Only those working closely in that profession have any knowledge of the underlying causes.<p>This report is literally from the ENTSO-E which is the main regulatory body for the grid in Europe.<p>> Crap quote from the report "but no significant oscillations with amplitudes above 20 mHz".<p>What is the "crap" about that?
An amplitude can still be measured in Hz, if you are looking at oscillating frequency deviations, if that is what you mean.</p>
]]></description><pubDate>Sat, 21 Mar 2026 07:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47464861</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47464861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47464861</guid></item><item><title><![CDATA[New comment by yayachiken in "Iran war energy shock sparks global push to reduce fossil fuel dependence"]]></title><description><![CDATA[
<p>That being said, I was apparently also under the impression of outdated or just plain wrong information.<p>While the report I listed mentions the sudden loss of decentralized generation as starting point of the blackout, and also specifically mentions small-scale rooftop PV, it says that the cause for that sudden synchronized drop-off is actually unknown.</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47439285</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47439285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47439285</guid></item><item><title><![CDATA[New comment by yayachiken in "Iran war energy shock sparks global push to reduce fossil fuel dependence"]]></title><description><![CDATA[
<p>> It's not that easy, and the 2025 blackout good evidence of that. Renewables need a grid that's engineered for them and that require significative investments.<p>The outage in spain had multiple complex causes.<p>While the grid had a rather routine instability/oscillation on-going during time of the incident, the actual point-of-no-return was completely non-technical: Prices crossed into the negatives, which caused generation to drop by hundreds of megawatts and load to increase likewise within a minute (!) because the price acted as a non-technical synchronized drop-off signal for the grid.<p>In grids where the price action is not forwarded directly to the generators and consumers there would be no incentive to suddenly drop off decentralized generation. So for example in Germany a black-out would not happen like this.<p>You can download the full ENTSO-E report here: <a href="https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/#Publications_&_Documents" rel="nofollow">https://www.entsoe.eu/publications/blackout/28-april-2025-ib...</a>
(See page 10 for a broad incident timeline)<p>Unfortunately, to have an informed opinion, you pretty much have to read all these pages, because the situation is just so complex. Otherwise, you just fall for agenda pushing from all sides.</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47439034</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=47439034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47439034</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>Then we are just talking about two different things.<p>On ISP level, routing tables are built via BGP. BGP needs Autonomous Systems (AS) as organization unit to work. If you are not an AS you are never a peer as you are not on equal footing.<p>As a rule of thumb, if your edge router has a default route set, we are very likely talking about different scales.</p>
]]></description><pubDate>Sun, 25 Jan 2026 20:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46757631</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46757631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46757631</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>> This also describes transit and describes getting internet service at home.<p>Well no. Transit means that you use another AS (usually by a larger ISP) to get connectivity to a certain AS. And as for your internet service at home, unless you announce an AS, you are not peering with anyone.</p>
]]></description><pubDate>Sun, 25 Jan 2026 14:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46754337</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46754337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46754337</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>Well, there is always a regulatory measure that would be a lot easier to implement: Lawmakers could just disallow Tier 1 carriers to provide consumer Internet access. (This forced separation of business domain already has precedent in other sectors, e.g. energy companies having to separate network upkeep from energy trading or banks having to split their investment branch from the credit branch)<p>And I have a feeling that as soon as that is seriously discussed, the current exploitation of market power will stop rather quickly, without any need for actual regulation.</p>
]]></description><pubDate>Sun, 25 Jan 2026 12:32:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46753552</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46753552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753552</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>Peering just means that two AS physically connect to each other directly. Whether this peering is paid or not is independent from the technical implementation.<p>Just nearly everybody except Telekom is doing this on a liberal and informal not-even-handshake basis. On ISP scale, you either invest in infrastructure, or pay rent for network ports or cross-links, and you generally want your traffic usage to be smooth without spikes, and also go to the destination without going through your expensive ports more than once. So general connectivity is more important than any kind of traffic metering.</p>
]]></description><pubDate>Sun, 25 Jan 2026 12:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46753487</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46753487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753487</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>DTAG are also a consumer ISP. A consumer ISP should be considered a utility, and utilities can also be forced to provide certain services. In addition, Internet Exchanges have become so critical for the Internet architecture that they should also have some privileged status.<p>Legislation could focus on the following general rules, without favoring some providers over the others:<p>* If you participate on an IX node, there is no reasonable technical or financial reason not to peer with the other participants at that node. Of course this would also mean that participants have to be protected against price-gouging of IXs when they need to scale up their uplink for that reason.<p>* Alternatively, you could conditionally allow paid peering, but in that case require certain availability guarantees on your general transit connection.<p>* If you do not want to do business with a certain party, it should be all or nothing. Blacklist them organization-wide. No misleading to consumers that a content provider just appears slow, announce that you do not want to play with e.g. Netflix anymore and if your customers do not like it, they will switch.<p>* If you want to opt out of all of this regulation, you are free to run fiber yourself and just directly connect with everybody you are interested in. That is expensive? Too bad.</p>
]]></description><pubDate>Sun, 25 Jan 2026 12:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46753348</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46753348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753348</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>Regulating peering within the EU would already be a win.<p>The providers are then free to either move out of the EU market, or let their non-EU traffic flow via the (then likely larger) unrestricted pipes at DECIX and AMSIX. If they think that routing everything via EU is cheaper instead of just peering better in the other parts of the world to deliver traffic locally, then be it, that is their own economic freedom to decide so.<p>But they will realistically not do that. Also, SDNs will likely never go back to serving content in Europe from e.g. the US. Good connectivity is just generally the economically better option.<p>That being said, T1 companies like Deutsche Telekom who also serve a large consumer base via broadband and mobile and not just other large business networks are probably more vulnerable to such legislation than an exclusive transit provider.</p>
]]></description><pubDate>Sun, 25 Jan 2026 11:46:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46753238</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46753238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753238</guid></item><item><title><![CDATA[New comment by yayachiken in "Deutsche Telekom is throttling the internet"]]></title><description><![CDATA[
<p>Small tangent, but I feel like it is a good time to drop the term "net neutrality", which covers way too much ground. In the past in political discussions, the term "violation of net neutrality" was used to protest multiple different issues:<p>* Traffic shaping (e.g. slowing down Bittorrent traffic)<p>* Traffic fast lanes (pay for priority access to some content providers)<p>* Selective zero-rating (exclude some providers from counting towards a traffic limit)<p>* Artificial peering restriction (what Telekom is doing, usually via forcing content providers into paid peering agreements)<p>I think people should start using more specific terms that are understandable for non-technical people, because otherwise the discussion becomes confused, which helps the providers.<p>Lots of semi-technical people think that "violating net neutrality" refers to traffic fast lanes, because the last time this discussion entered the public was when the US social media was in uproar about FCC rules 10 years ago.<p>What Telekom is doing looks similar to the outside (some content providers are fast, some are not), but they can just deflect by saying that they do not intentionally throttle traffic, which is pretty much true, as they hit their physical bottlenecks. If you are knowledgable enough as a lawmaker to press them on the peering issue, they could argue that forcing peering would force them to pay rent at Internet Exchanges, just so other providers have good access. Where they also kind of have a point.<p>And even lots of technical people have no clue about peering, transit etc. and treat their uplink as a blackbox, a cloud in their network chart where the Internet comes out.<p>For the Telekom case, we would need a different legislation, for example make paid peering agreements between providers illegal or at least regulated, which would then be an incentive to be generally well-connected (free mutual peering is usually considered a win-win scenario unless you are Deutsche Telekom and can use your market power to bully other market participants into another form of rent extraction). And that means that lawmakers and the public need to understand first the specific problem we are fighting.</p>
]]></description><pubDate>Sun, 25 Jan 2026 11:21:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46753099</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=46753099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753099</guid></item><item><title><![CDATA[New comment by yayachiken in "The Anti-Autism Manifesto"]]></title><description><![CDATA[
<p>I think you are reading too much into it indeed. I just paraphrased what the author called "My teenage daughter went mad."<p>I explicitly do not want to make a statement about the normality of the described behaviour, as it is impossible to do something like that on a third-person account, even if you were a "professional".
And I would like to point out that you are doing the same.<p>What I criticize indeed is the simplistic view of mental disorders put forward in this article, especially personality disorders. Differential diagnosis is very difficult in psychology as many disorders are disruptions of similar underlying cognitive processes, and comorbidities are common. Their view of schizoid personality disorder is not accurate. For example the part where the author dismissed the psychologist who reminded them that those disorders are only diagnosed in adults. This is what struck me as very odd, which is why I mentioned the age of the daughter. This shows a severe deficiency of knowledge what personality disorders actually are. While there is genetic disposition for developing a PD, they are generally considered to be acquired during childhood and adolescent personality development.
In addition, the author seems to get confused by the similarity in name of schizoid PD and schizophrenia (confusingly even though they seem to be aware that the illnesses are different) by assuming a prospensity to having a psychotic world-view.<p>An outdated view considered it actually to be impossible to get rid of a manifested PD in adulthood, while modern views fortunately see more neuroplasticity in adults. Diagnosing a PD in early adolescence does not make sense, rather one would identify stressors in the environment nurturing dysfunctional patterns and try to resolve those before the behavioural patterns are embedded too deeply.<p>But it is difficult to tell what the author actually means, as they are somewhat contradictory in their thoughts and seem generally ill-informed about basics.</p>
]]></description><pubDate>Sat, 23 Nov 2024 19:42:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42223346</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=42223346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42223346</guid></item><item><title><![CDATA[New comment by yayachiken in "The Anti-Autism Manifesto"]]></title><description><![CDATA[
<p>Also, browsing through the rest of the blog, the author seems to be deep in the "incel" social darwinism rabbit hole, which explains why they have so much difficulty to shoe-horn everything into their world view to the point of contradicting themselves within the same sentence. The entire article (or entire blog even) could be used as a case study of severe cognitive dissonance due being trapped by one's own dogmatic ideology.</p>
]]></description><pubDate>Sat, 23 Nov 2024 19:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42223138</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=42223138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42223138</guid></item><item><title><![CDATA[New comment by yayachiken in "The Anti-Autism Manifesto"]]></title><description><![CDATA[
<p>What a strange article. To summarize, a guy is rejecting the current opinion about the autism spectrum, seemingly because they struggle to understand behaviour of their daughter once she entered puberty. Then they read about a specialized personality disorder that seems to fit better in their view, and now they spend their time diagnosing everyone and their dog within their surroundings, including themselves, with schizoid personality disorder.<p>I have people close to me with actual diagnosed schizoid personality disorder, this disorder is nothing like this person describes it, to the point of being offensive. No wonder why the actual professionals they are talking to so outright dismiss them.</p>
]]></description><pubDate>Sat, 23 Nov 2024 17:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42222232</link><dc:creator>yayachiken</dc:creator><comments>https://news.ycombinator.com/item?id=42222232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42222232</guid></item></channel></rss>