<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: kurikuri</title><link>https://news.ycombinator.com/user?id=kurikuri</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 12:54:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kurikuri" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kurikuri in "Rob Pike goes nuclear over GenAI"]]></title><description><![CDATA[
<p>I agree, the applet which google plageurized through its Gemini tool saves you money. Why keep the middle man though? At this point, just pirate a copy.</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:47:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394318</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=46394318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394318</guid></item><item><title><![CDATA[New comment by kurikuri in "Rob Pike goes nuclear over GenAI"]]></title><description><![CDATA[
<p>Someone making a complain does not imply that they were ok with it prior to the complaint. Why are you muddying the waters?</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:43:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394288</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=46394288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394288</guid></item><item><title><![CDATA[New comment by kurikuri in "Inside CECOT – 60 Minutes [video]"]]></title><description><![CDATA[
<p>> > or the CCP route (clip the wings of the Icaruses who fly too high).
 > This seems like a great way for the monied interests from WITHIN the party to just take full control.<p>They already do in the US, so this is a non-response.<p>> > Go with either the FDR route (94% tax rate)<p>> The reason why this worked is because FDR oversaw the US during a period of incredible change and after the Great Depression. It's not like the tax rate was responsible for his successes.<p>Once again, this is a vacuous response. If the claim was “high taxes caused the change during FDR’s time,” “There was change” is not an alternative explanation to that claim. If we took the counter-factual claim, do you think the period would have been as transformative if the tax rates weren’t high?</p>
]]></description><pubDate>Thu, 25 Dec 2025 22:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46387461</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=46387461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46387461</guid></item><item><title><![CDATA[New comment by kurikuri in "Computer fraud laws used to prosecute leaking air crash footage to CNN"]]></title><description><![CDATA[
<p>> I do know, however, that if you take private data from your employer and leak it (or sell it) you’re not going to be on the right side of the law. I have a hard time buying this article’s point that it was just “violating company policy”<p>If I were to copy the files on my work device and distribute them, I would be in violation of NDAs which could be pursued as civil offenses. If I didn’t have those NDAs, my employer could try and pursue something in court, along with firing me, but it wouldn’t be a straightforward suit.<p>None of these are (or at least, should be) criminal situations.</p>
]]></description><pubDate>Sat, 23 Aug 2025 02:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44992519</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44992519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44992519</guid></item><item><title><![CDATA[New comment by kurikuri in "Never write your own date parsing library"]]></title><description><![CDATA[
<p>> When ever i see "never implement your own...", i know i want to implement it myself.<p>Doing stuff for learning is useful, and the intent behind this general phrase is to not ‘implement your own’ something which is both hard and critical in a production environment. I work in cryptography (for security purposes) and have implemented quite a few things myself to learn, but I still use stable, field tested, and scrutinized crypto for any actual use.<p>> People say that about hard things, and I only want to do hard things. Nobody wants people who can do easy things, people want people who can do hard things.<p>Only wanting to do hard things limits yourself quite a bit: what about things which seem easy but could be improved? I worked in a non-tech related medical manufacturing job for a bit and took time to learn the process and tools. Afterward, I implemented a few tools (using what my coworkers (who have no programming or IT experience) have available to them: Excel and the VBA on the lab computers) to help them prep inventory lists which they have been doing by hand. Doing it by hand took them 3 hours as a group (and the first shift had to do this every morning), which my tool did in 5 seconds with a single button click. They still use it to this day, about a decade later.<p>This wasn’t something ‘hard:’ I glued a few files together, grouped a list by a filter, sorted the groups by a column, and made a printout which was easy to read and mark on as they went about their day. However, my coworkers didn’t even know this was possible until someone came in with a different skill set, learned what they did (by doing the job well for months) and then made a solution.<p>You must be careful with doing only ‘hard’ things. It requires other people to identify what is hard! In addition: crackpots do only hard things and believe they find better solutions than what exists so far (without consulting or learning about what has been done). Interesting people learn about things as they are (with the humility of knowing that they are not experts in most things) and tries to improve them using the knowledge they already have.<p>Don’t waste your time rolling your own crypto when you could do the _actual_ hard thing and identify unaddressed space to make careful and considered improvements.</p>
]]></description><pubDate>Sat, 26 Jul 2025 12:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44693728</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44693728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44693728</guid></item><item><title><![CDATA[New comment by kurikuri in "How to prove false statements: Practical attacks on Fiat-Shamir"]]></title><description><![CDATA[
<p>What? You’ve managed to mangle so many terms in so few words… Signatures can refer to two things: integrity checks on a file or authentication checks for a recieved file. In the integrity check situation a hash function (e.g., SHA) is often used. In the authentication check situation, we usually use a public/private keypair for asymmetric encryption; the hash function is only part of the process. The key material used to make this keypair (should) comes from some random number generator…<p>The ‘hash’ function is a deterministic transform, not a source of randomness.</p>
]]></description><pubDate>Thu, 10 Jul 2025 14:08:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44521290</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44521290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44521290</guid></item><item><title><![CDATA[New comment by kurikuri in "More on Apple's Trust-Eroding 'F1 the Movie' Wallet Ad"]]></title><description><![CDATA[
<p>The U2 album was odd, but not bad in the same league. Apple didn’t advertise for you to purchase U2’s music. As an end user, what made it annoying was how the U2 album was part of your library (thus, would show up in shuffle, etc.) and removing it was a whole ordeal.<p>This wallet notification was silly. Prior to this, I believed that their wallet app would give notifications much like how settings app would: rarely and without commercial intent.</p>
]]></description><pubDate>Sat, 28 Jun 2025 14:49:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44405083</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44405083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44405083</guid></item><item><title><![CDATA[New comment by kurikuri in "US Supreme Court limits federal judges' power to block Trump orders"]]></title><description><![CDATA[
<p>> Judges were using injunctions to avoid putting their name behind a ruling.<p>What? That makes no sense. You can lookup which court and judge (or panel of judges) issued the injunctions. I do not understand why this non-existent anonymity would motivate a judge to issue an injunction.<p>> They can still strike down a law or executive branch policy.<p>Federal courts will only look at cases if there is a party with standing who engages in a lawsuit. If someone is being deported without due process, it will be hard for them to bring suit.<p>> This forces judges to actually do their job., instead of a nationwide injunction while they decide if they want to do their job later.<p>In general there are two reasons why these temporary restraining orders which have been issued. The first being that not doing so would cause irrevocable (or ridiculously difficult to revoke) harm (e.g., deporting people to a foreign jail). The second is that the TRO is used to stop something which seems illegal on its face (e.g. deporting people to countries from which they have never been).<p>> It doesn’t actually alter some fabric of our democracy or checks and balances, because the judges had already gone beyond what the constitution and congress prescribed.<p>It does alter the power dynamic of our democracy. Now, the executive branch can repeatedly perform illegal acts and only needs to stop its behavior in cases which have been decided. This checks and balances isn’t about stopping each other branch in a vacuum, the intent is to stop the government from overreaching on its citizenry. By crippling all of the lower courts, the Supreme Court has created a bureaucratic bottleneck for itself, allowing the executive branch to effectively DDoS the judicial system with case after case.<p>> The disruptive aspect of this - with concern to the birthright case that hasnt been ruled on yet - is just another example of this. Judges not doing their job.<p>No, it was the judge telling the executive branch that the executive branch must recognize the citizenship of children born on US soil. Instead of actually appealing the TRO on grounds of the legality of their actions, the executive branch has decided to complain about the legality of a court telling the executive branch to stop.<p>Who is supposed to tell the executive branch to stop doing something illegal, congress? Part of the point of the executive branch was to allow for some expedience, congress is slow. A judge is in a perfect position to tell the executive branch to stop, they don’t need to wait on committee and are not beholden to the president. Without the ability, the executive branch can quite literally do whatever the president wants.</p>
]]></description><pubDate>Fri, 27 Jun 2025 18:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44399165</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44399165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44399165</guid></item><item><title><![CDATA[New comment by kurikuri in "Getting ready to issue IP address certificates"]]></title><description><![CDATA[
<p>Oof, I don’t like this article much at all.<p>The first two major points they pose against email can be summed up as ‘people don’t use security unless it is by default, and because it wasn’t built-in to email we shouldn’t try.’ To which I respond with: perfect is the enemy of progress. Clearly, email is sticky (many other things have tried to replace it), and it has grown to do more than just send plaintext messages. People use it for document transfer, agreements, as a way to send commands over the internet, etc. Email encryption and authentication is simply an attempt to add some cryptographic tooling to a tool we already use for so many things. Thus, these points feel vacuous to me.<p>The last two points are less to do with email and more to do with encryption in general, and it is probably the most defeatist implication of the fact that there is no ‘permanent encryption.’ It is an argument against encryption as a whole, and paints the picture for me that the author would find other reasons to dislike email encryption because they already dislike encryption. These last two points are an extension of wanting an ideal solution and refusing to settle for anything less.</p>
]]></description><pubDate>Thu, 26 Jun 2025 14:00:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44387517</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44387517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44387517</guid></item><item><title><![CDATA[New comment by kurikuri in "U.S. Chemical Safety Board could be eliminated"]]></title><description><![CDATA[
<p>Ah, I was being a bit sarcastic in my response to monkeyelite, I believe I understood what you wrote and was trying to get at the vacuity of their response to you.<p>I derailed this conversation to make a meta point, and it wasn’t your fault at all.</p>
]]></description><pubDate>Tue, 24 Jun 2025 13:45:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44366209</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44366209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44366209</guid></item><item><title><![CDATA[New comment by kurikuri in "U.S. Chemical Safety Board could be eliminated"]]></title><description><![CDATA[
<p>> Yes I don’t believe in unbiased sources. I believe in multiple perspectives revealing aspects of the truth.<p>Sure, I agree with what you’ve stated here.<p>> Correct. And I don’t buy the dichotomy you are framing of biased companies vs unbiased government.<p>I reread what I wrote and still don’t see that I framed the conversation in this way. What I did frame was the motivation of the company (which I implied to be profit) versus the motive of the government (that of public interest). These are both biased and the effect of the bias could be anticipated: companies would slant their published information with a focus on the effects of profits, whereas the government’s overt bias would slant its information output towards safety (in the case of the CSB) without much concern for profit.<p>> The term “objective truth” was just thrown around. Might as well just say it’s an “absolutely good”. The level of discourse in these threads is science = good, agency with science in name = science. Cuts against agency = bad.<p>Sure, we both agree the author is biased towards the government, but you’ve missed the thrust of what I wrote entirely: your nuance added absolutely no value to the discussion, it didn’t make a point or refute anything the author said.</p>
]]></description><pubDate>Tue, 24 Jun 2025 02:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44362461</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44362461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44362461</guid></item><item><title><![CDATA[New comment by kurikuri in "U.S. Chemical Safety Board could be eliminated"]]></title><description><![CDATA[
<p>Nuance is not always a good thing. This type of nuance doesn’t forward the discussion in any way and, in this case, muddies the waters and leads to some odd implications.
 Sure, we can say there is no objective source of truth and chastise the author for using that word, but the term objective in this case has meaning that the author is trying to articulate… most likely that there is some overtly unbiased information source, in opposition to the information sourced from the company which has obvious incentives.<p>Additionally, by stating that the CSB provides an ‘alternative source’ of truth, as a correction to an originally described objective one, you are (possibly inadvertently) claiming that the company is also providing a different source of truth, rhetorically raising the value of the information the company provides while lowering the value of the CSB information.<p>Don’t be the person who adds nuance for the sake of nuance.</p>
]]></description><pubDate>Tue, 24 Jun 2025 02:25:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44362351</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44362351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44362351</guid></item><item><title><![CDATA[New comment by kurikuri in "Working on databases from prison"]]></title><description><![CDATA[
<p>They were likely in a homogeneous population when they committed the crime that got them there in the first place, so that confounder might not matter much at all.</p>
]]></description><pubDate>Mon, 16 Jun 2025 22:56:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44294146</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44294146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44294146</guid></item><item><title><![CDATA[New comment by kurikuri in "CEO of Health Care Software Company Convicted of $1B Fraud Conspiracy"]]></title><description><![CDATA[
<p>> … but I think it’s fair to say that many people don’t want DOGE to be serious about catching Medicare fraud.<p>That’s a leap (if I’m being charitable). I think you could state that most people don’t trust DOGE, especially given DOGE’s apparent lack of concern for the American’s they are technically working in service of. I don’t believe DOGE has the capability of identifying fraud, let alone have the desire to stop it.</p>
]]></description><pubDate>Sun, 08 Jun 2025 21:50:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44219695</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44219695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44219695</guid></item><item><title><![CDATA[New comment by kurikuri in "Food additive titanium dioxide likely has more toxic effects than thought"]]></title><description><![CDATA[
<p>> On the flip side, it will be incompetent and demotivated.<p>This sounds like it came from someone who has never spent more than a passing interaction with government employees.<p>The government employees I’ve worked with seem to actually care about fixing things, doing their work well, and maintaining their group’s objective (whatever that may be).</p>
]]></description><pubDate>Sun, 08 Jun 2025 05:27:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44214740</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44214740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44214740</guid></item><item><title><![CDATA[New comment by kurikuri in "Can LLMs do randomness?"]]></title><description><![CDATA[
<p>Right, so the LLM <i>needs</i> some randomness to make that decision. The LLM performs a series of deterministic operations until it needs the randomness to make this decisions, there is no randomness within the LLM itself.</p>
]]></description><pubDate>Fri, 23 May 2025 04:53:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44069962</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44069962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44069962</guid></item><item><title><![CDATA[New comment by kurikuri in "U.S. Spy Agencies–One-Stop Shop to Buy Your Personal Data"]]></title><description><![CDATA[
<p>> Your guy lost, learn from your mistakes and carry on. Or criticize both presidents equally.<p>So, your solution here is for people who think the current administration is particularly bad to either not complain or accept any whataboutisms you have?<p>Your ‘both administrations’ quip is a vacuous justification for the current administration’s actions. If this is the basis for your justification, then, regardless of the truth of your claim, you’d be inconsistent to then praise this specific administration for anything positive. Thus, outside of nihilist generalizations about the overall structure of the US, you can’t meaningfully contribute to this conversation. Without giving a positive justification for the administrations behavior, your contributions are ‘logical nonsense.’<p>I’d rather simply complain about the doublespeakers in office at the moment and say it is wrong to do so, and there is no ‘logical nonsense’ in that.</p>
]]></description><pubDate>Thu, 22 May 2025 19:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44065708</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=44065708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44065708</guid></item><item><title><![CDATA[New comment by kurikuri in "Sam Altman's eye-scanning orbs have arrived, sparking curiosity and fear"]]></title><description><![CDATA[
<p>This feels like a flippant response. The question you responded to was ‘would the hash of the iris would be the same?’ It isn’t as if you’ll get an identical image of the iris every time, and hashes tend to behave chaotically for even slightly different values. If we compare this to something like password salting and hashing, it isn’t clear how we can maintain the constant salted hash value if we swap the password for a digital representation of a person’s iris.</p>
]]></description><pubDate>Tue, 13 May 2025 14:07:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43973146</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=43973146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43973146</guid></item><item><title><![CDATA[New comment by kurikuri in "Can LLMs do randomness?"]]></title><description><![CDATA[
<p>> But it can easily assign equal scores to 1 and 0 and zero to other tokens, and you’ll have to sample it randomly to produce the result. Whether you consider it external or internal doesn’t matter, transformers are inherently probabilistic by design.<p>The transformer is operating on the probability functions in a fully deterministic fashion, you might be missing the forest for the trees here. In your hypothetical, the transformer does not have a non-deterministic way of selecting the 1 or 0 token, so it will rely on a noise source which can. It does not produce any randomness at all.</p>
]]></description><pubDate>Sat, 10 May 2025 18:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43947963</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=43947963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43947963</guid></item><item><title><![CDATA[New comment by kurikuri in "Sam Altman Wants Your Eyeball"]]></title><description><![CDATA[
<p>Except the ostensible motive of the government is to serve its people, whereas the company’s motive is either those of the people who control the company or profit.<p>Even then, if the government is weak than the ‘more power over you’ is simply false. Maybe the magnitude of the power is more for a government, but companies apply their power with much more frequency.</p>
]]></description><pubDate>Sat, 10 May 2025 18:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43947905</link><dc:creator>kurikuri</dc:creator><comments>https://news.ycombinator.com/item?id=43947905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43947905</guid></item></channel></rss>