<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: alasarmas</title><link>https://news.ycombinator.com/user?id=alasarmas</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 00:12:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alasarmas" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alasarmas in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>It’s Grey’s law: any sufficiently advanced incompetence is indistinguishable from malice.<p><a href="https://en.wikipedia.org/wiki/Clarke's_three_laws" rel="nofollow">https://en.wikipedia.org/wiki/Clarke's_three_laws</a></p>
]]></description><pubDate>Sun, 22 Mar 2026 03:41:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47474246</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=47474246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47474246</guid></item><item><title><![CDATA[New comment by alasarmas in "The Lottery-fication of Everything"]]></title><description><![CDATA[
<p>I think you’re correct. There is a saying something like: in a crisis, all correlations go to 1. I believe it’s likely one of those things that’s okay most of the time and then, every once in a while, causes extreme and systemic problems. Therefore, Robinhood will probably do it because the incentives are aligned.</p>
]]></description><pubDate>Tue, 21 Oct 2025 22:47:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45662702</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=45662702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45662702</guid></item><item><title><![CDATA[New comment by alasarmas in "‘Overworked, underpaid’ humans train Google’s AI"]]></title><description><![CDATA[
<p>I mean, yes, my assumption is there exists an image / video normalization algorithm that can be followed by hashing the normalized value. There’s a CSAM scanning tool that exists that I believe uses a similar approach</p>
]]></description><pubDate>Sun, 14 Sep 2025 11:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45239066</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=45239066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45239066</guid></item><item><title><![CDATA[New comment by alasarmas in "‘Overworked, underpaid’ humans train Google’s AI"]]></title><description><![CDATA[
<p>It has been documented that human image moderators exist and that some have been deeply traumatized by their work. I have zero doubts that the datasets of content and metadata created by human image moderators are being bought and sold, literally trafficking in human suffering. Can you point to a comprehensive effort by the tech majors to create a freely-licensed dataset of violent content and metadata to prevent duplication of human suffering?</p>
]]></description><pubDate>Sat, 13 Sep 2025 15:52:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45233069</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=45233069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45233069</guid></item><item><title><![CDATA[Show HN: Mini J Interpreter in Rust, vibe coded]]></title><description><![CDATA[
<p>I did this entire project on my phone,  using the Replit app and the github web interface. This should be pretty close to the functionality of the J incunabulum:<p><a href="https://www.jsoftware.com/ioj/iojATW.htm" rel="nofollow">https://www.jsoftware.com/ioj/iojATW.htm</a><p>I ended up telling the agent to use Rust, partially because I thought that JavaScript / TypeScript was its comfort zone and I didn’t want to have it pulling in a bunch of stuff I didn’t understand, and partially because I’ve heard that LLMs are pretty bad at Rust and I wanted to see if it could actually do it.<p>I don’t know Rust too well, so I can’t judge the code, but my suspicion is that it’s quite bad. I’d be interested to hear that confirmed.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44511822">https://news.ycombinator.com/item?id=44511822</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 09 Jul 2025 16:16:25 +0000</pubDate><link>https://fletcher456.github.io/j-incunabulum-homage/</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44511822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44511822</guid></item><item><title><![CDATA[New comment by alasarmas in "Frequent reauth doesn't make you more secure"]]></title><description><![CDATA[
<p>One major flaw in this approach is the one-way channel (keyboard input) prevents the password manager from knowing if it is supplying credentials to the correct recipient. Phishing attacks are relatively common and users expect a password manager to know these things, even in situations like you have described where it’s clearly impossible. I think this is why this approach hasn’t succeeded in the marketplace and FIDO2/WebAuthn support seem to be table stakes.</p>
]]></description><pubDate>Thu, 12 Jun 2025 21:30:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44263405</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44263405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44263405</guid></item><item><title><![CDATA[New comment by alasarmas in "At Amazon, some coders say their jobs have begun to resemble warehouse work"]]></title><description><![CDATA[
<p>Tests that you write in order to contribute to a robust test suite are good.<p>Tests that are written to comply with a policy that requires that all components must have a unit test, and that test must be green, could be good. Often, they are just more bullshit from the bullshit factory that is piling up and drowning the product, the workers, the management, and anyone else who comes too close.<p>I feel that it’s still correct to call both of these things tests, because in isolation, they do the same thing. It’s the structure they’re embedded in that is different.</p>
]]></description><pubDate>Mon, 26 May 2025 13:57:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44097470</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44097470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44097470</guid></item><item><title><![CDATA[New comment by alasarmas in "InventWood is about to mass-produce wood that's stronger than steel"]]></title><description><![CDATA[
<p>No, I tried probably ten or fifteen of each type over a 35 year period.<p>There are a bunch of factors, including tube thickness, alloy (I’m sure that when it comes to steel this matters, I think it doesn’t matter with aluminum), and frame geometry.<p>One thing I can say with absolute certainty is that, if you are using rim brakes, aluminum wheels are so much better than steel wheels it’s not even a conversation worth having. This is because aluminum wheels, unless they are painted, will have a nice aluminum oxide coating. This is effectively a ceramic and the coefficient of friction with rubber brake pads doesn’t change when the rims are wet, say on a rainy day. Steel rims lose all friction when wet.<p>Because I have been around for a while and made a lot of “experiments” (mistakes), I know some things. I’m happy to share what I know with you.</p>
]]></description><pubDate>Sat, 24 May 2025 21:55:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44084028</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44084028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44084028</guid></item><item><title><![CDATA[New comment by alasarmas in "Live facial recognition cameras may become 'commonplace' as police use soars"]]></title><description><![CDATA[
<p>So, this may be different in the UK, but in the US a large majority of travel occurs in private cars, so omnipresence of ALPRs is close to collecting data on everybody and knowing what everybody is doing at all times.<p>One might assume from a game-theoretical perspective that this is no different from living in a village where essentially everyone knows everyone’s business, and the knowledge that that knowledge is mutual prevents people from acting badly with the information that they have. However, in the situation where a small minority of people have knowledge about everyone else, and not vice versa, this can give that minority unearned power over everyone else.<p>In practice, it doesn’t feel great. I hope this answered your question.</p>
]]></description><pubDate>Sat, 24 May 2025 21:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44083987</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44083987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44083987</guid></item><item><title><![CDATA[New comment by alasarmas in "InventWood is about to mass-produce wood that's stronger than steel"]]></title><description><![CDATA[
<p>Steel bikes feel “better” and “springier” than aluminum bikes. Objectively, they last longer than aluminum bikes.<p>What exact differences in physical properties or construction leads to this, I couldn’t tell you, but you can pick up an old steel bike frame for cheap and experience it yourself. Well-made steel frames are much lighter than poorly-made ones, so I would recommend finding one of the good ones.</p>
]]></description><pubDate>Mon, 19 May 2025 21:37:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44035159</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=44035159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44035159</guid></item><item><title><![CDATA[New comment by alasarmas in "DOGE has 'god mode' access to government data"]]></title><description><![CDATA[
<p>This isn't 1861, sectionalism isn't strong enough. One part of what's going on here is cities at odds with the countryside, another part is the internet, smartphones, ubiquitous connectivity, filter bubbles. People are physically present in the same locations but they are not eating the same bread and drinking the same water, metaphorically speaking. I recommend looking at this Wikipedia article for a possible best-case scenario: <a href="https://en.wikipedia.org/wiki/Population_exchange_between_Greece_and_Turkey" rel="nofollow">https://en.wikipedia.org/wiki/Population_exchange_between_Gr...</a></p>
]]></description><pubDate>Thu, 20 Feb 2025 18:36:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43118356</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=43118356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43118356</guid></item><item><title><![CDATA[New comment by alasarmas in "Children's arithmetic skills do not transfer between applied and academic math"]]></title><description><![CDATA[
<p>I will guarantee that you came from a rich family, I have plenty of evidence. Your attitude is strongly correlated with the arrogance of generational wealth.<p>Please don’t ask me to cite sources, I know exactly what I’m talking about.<p>If you feel that I’m arguing in bad faith, please consider not responding and instead reflecting on why you feel the way that you do about this topic.</p>
]]></description><pubDate>Sat, 08 Feb 2025 17:07:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42984337</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=42984337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42984337</guid></item><item><title><![CDATA[New comment by alasarmas in "Human brain samples contain an entire spoon's worth of nanoplastics, study says"]]></title><description><![CDATA[
<p>Paragraph 4:<p><pre><code>    That’s the equivalent of an entire standard plastic spoon, Campen said.</code></pre></p>
]]></description><pubDate>Tue, 04 Feb 2025 19:01:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42937005</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=42937005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42937005</guid></item><item><title><![CDATA[New comment by alasarmas in "TabBoo – add random jumpscares to websites you're trying to avoid"]]></title><description><![CDATA[
<p>I remember reading somewhere that, in times long past, if a company name was of the form “Johnson and Sons” (for example), it would be considered fraud to sell that company outside of the named family.<p>I personally think you’re on to something with tying companies to the reputation of specific natural persons, but I don’t think that is where we are going anytime soon.</p>
]]></description><pubDate>Wed, 22 Jan 2025 19:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42796814</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=42796814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42796814</guid></item><item><title><![CDATA[New comment by alasarmas in "Firefox releases tab groups for nightly"]]></title><description><![CDATA[
<p>Tree Style Tabs?<p><a href="https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...</a></p>
]]></description><pubDate>Tue, 24 Dec 2024 20:04:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42504523</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=42504523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42504523</guid></item><item><title><![CDATA[New comment by alasarmas in "They don't make 'em like that any more: the 3.5mm headphone jack socket"]]></title><description><![CDATA[
<p>I feel like Bluetooth earbuds are almost in the phase where they will, at the low end of the market, completely displace wired earbuds. At my local Dollar Tree, wired earbuds (and USB-C charging cables) are now available for $1.25. Micro USB charging cables are no longer in stock, but a couple of years ago, they were $1, while USB-C charging cables were too expensive to appear at the Dollar Tree.<p>At that same location, Bluetooth earbuds are now available for $5, but perhaps in a couple of years they will be $1.25, or whatever the least expensive items at a “dollar store” will cost at that time.</p>
]]></description><pubDate>Tue, 03 Sep 2024 01:41:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41430386</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=41430386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41430386</guid></item><item><title><![CDATA[GNU Parallel Citation Notice]]></title><description><![CDATA[
<p>Article URL: <a href="https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt">https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41243129">https://news.ycombinator.com/item?id=41243129</a></p>
<p>Points: 8</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 14 Aug 2024 06:17:35 +0000</pubDate><link>https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=41243129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41243129</guid></item><item><title><![CDATA[New comment by alasarmas in "National Popular Vote Interstate Compact"]]></title><description><![CDATA[
<p>An interesting twist on the “swing states are against the NPVIC” narrative is currently playing out in Nevada. My read of this narrative goes as follows: swing states, including Nevada, will find their importance in Presidential elections diminished, and therefore their influence and ability to garner patronage diminished, if the NPVIC comes into effect and survives legal challenges and so on.<p>Persuaded by this narrative (I presume), then-Governor of Nevada Steve Sisolak vetoed the NPVIC bill back in May of 2019 after it had passed both houses of the Nevada legislature.<p>Now, five years later, after passing through the legislature a second time, accession to the NPVIC via an amendment to the state constitution of Nevada will be a ballot question in November 2026 for voters — if it passes again in the 2025-2026 legislative session for a third time. [0]<p>0. <a href="https://www.nationalpopularvote.com/state/nv" rel="nofollow">https://www.nationalpopularvote.com/state/nv</a></p>
]]></description><pubDate>Mon, 12 Aug 2024 22:29:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41230091</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=41230091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41230091</guid></item><item><title><![CDATA[New comment by alasarmas in "National Popular Vote Interstate Compact"]]></title><description><![CDATA[
<p>The website [0] is a pretty good resource if you want to learn more. My understanding is that the National Popular Vote Interstate Compact was modeled on previous interstate compacts that were used to set up lotteries such as the Powerball lottery.<p>0. <a href="https://www.nationalpopularvote.com/" rel="nofollow">https://www.nationalpopularvote.com/</a></p>
]]></description><pubDate>Mon, 12 Aug 2024 21:49:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41229736</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=41229736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41229736</guid></item><item><title><![CDATA[New comment by alasarmas in "Quaternion Differentiation (2012)"]]></title><description><![CDATA[
<p>I think some of the stars  for your complex conjugates fell foul of HN formatting:<p><a href="https://news.ycombinator.com/formatdoc">https://news.ycombinator.com/formatdoc</a></p>
]]></description><pubDate>Sun, 30 Jun 2024 00:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40834362</link><dc:creator>alasarmas</dc:creator><comments>https://news.ycombinator.com/item?id=40834362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40834362</guid></item></channel></rss>