<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: bourgoin</title><link>https://news.ycombinator.com/user?id=bourgoin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 23 Aug 2026 04:35:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bourgoin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bourgoin in "I'm becoming AI-blind"]]></title><description><![CDATA[
<p>“Better for you if you take me off”</p>
]]></description><pubDate>Fri, 21 Aug 2026 17:02:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49390950</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=49390950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49390950</guid></item><item><title><![CDATA[New comment by bourgoin in "Agents can now create Cloudflare accounts, buy domains, and deploy"]]></title><description><![CDATA[
<p>It’s been said that “Nigerian prince” email scammers intentionally use poor spelling and grammar in order to narrow their funnel at the top by quickly weeding out observant and wary people who are unlikely to fall for it.<p>By that token, LM-generated content which looks good at a glance but doesn’t hold up to scrutiny seems ideal for scamming. I’d speculate that in the scam content generation workflow, not only is there little penalty to skipping the verification step, but since you intend to push that step onto the target and hope the result is a false positive, subtly wrong hallucination might be not only tolerable but in fact better for its purpose than what a human could produce.</p>
]]></description><pubDate>Wed, 06 May 2026 21:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48042308</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=48042308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48042308</guid></item><item><title><![CDATA[New comment by bourgoin in "Gematria"]]></title><description><![CDATA[
<p>I really wanted to find an answer for your challenge but it seems there aren't any answers using the regular 1-26 gematria and numbers written in their ordinary English form (without "and"). However, I did find some answers using a "zero-indexed" gematria ranging from 0-25, and with this other English gematria described here on Wikipedia: <a href="https://en.wikipedia.org/wiki/English_Qabalah#R._Leo_Gillis'_The_Book_of_Mutations" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/English_Qabalah#R._Leo_Gillis'...</a><p>Python 3:<p>>>> num_strings = ['Zero', 'One', 'Two', ... 'Seven Hundred Thirty Two' ... ] # I tried 0 to 1000. num_strings generation script sold separately<p>>>> def find_gematria_matches(values): return [i for i,ns in enumerate(num_strings) if i == sum(values[ord(c)-65] for c in ns.upper() if c.isalpha())]<p>>>> find_gematria_matches([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]) # "zero-indexed" gematria<p>[213]<p>>>> find_gematria_matches([5,20,2,23,13,12,11,3,0,7,17,1,21,24,10,4,16,14,15,9,25,22,8,6,18,19]) # R. Leo Gillis' Trigrammaton Qabalahn<p>[232, 242]</p>
]]></description><pubDate>Thu, 07 Sep 2023 23:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37427080</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=37427080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37427080</guid></item><item><title><![CDATA[New comment by bourgoin in "Judge sends Sam Bankman-Fried to jail over witness tampering"]]></title><description><![CDATA[
<p>*inspects image*<p>> that&#39;s a shame<p>that's a shame ;)</p>
]]></description><pubDate>Fri, 11 Aug 2023 21:18:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37094162</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=37094162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37094162</guid></item><item><title><![CDATA[New comment by bourgoin in "The explosive legacy of the hand sanitizer boom"]]></title><description><![CDATA[
<p>There have existed hand sanitizer formulations containing Triclosan or BZK instead of alcohol, although those compounds are more commonly used in anti-bacterial soaps. Triclosan was particularly controversial because of its potential to cause antibiotic resistance and also for being an endocrine disruptor. During the second half of the last decade, its usage was widely restricted by regulatory agencies and it was phased out of a ton of consumer products.</p>
]]></description><pubDate>Fri, 02 Jun 2023 17:03:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=36167772</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=36167772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36167772</guid></item><item><title><![CDATA[New comment by bourgoin in "Mandatory Certification Regarding Generative Artificial Intelligence"]]></title><description><![CDATA[
<p>The whole paragraph except for the first and last sentences may have been composed using an LLM.<p>> All attorneys appearing before the Court must file on the docket a certificate attesting either that no portion of [...] or that any language drafted by generative artificial intelligence was checked for accuracy, using print reporters or traditional legal databases, by a human being [...] held responsible under Rule 11 for the contents of any filing that he or she signs and submits to the Court, regardless of whether generative artificial intelligence drafted any portion of that filing<p>Asking the attorneys to re-acknowledge that documents they file are their official entries into the record, no matter what programs are used to generate them, makes sense in principle as a way to preempt the "algorithm told us to" argument.</p>
]]></description><pubDate>Tue, 30 May 2023 23:37:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=36132657</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=36132657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36132657</guid></item><item><title><![CDATA[New comment by bourgoin in "Responsible AI Challenge"]]></title><description><![CDATA[
<p>Well, that's N=1. But we have seen that it's sometimes possible to bypass that kind of filter with clever prompt engineering. And because these things are black boxes, it doesn't seem possible to rigorously prove "unjailbreakability"</p>
]]></description><pubDate>Sat, 01 Apr 2023 00:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35395796</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=35395796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35395796</guid></item><item><title><![CDATA[New comment by bourgoin in "Difficult situation on campus: traffic jam of food delivery robots"]]></title><description><![CDATA[
<p>A couple of years ago, I was attacked by a Kiwi bot near a UC campus. This is my story.<p>The bot and I were moving towards each other on a sidewalk, and when I came close it stopped, as they do when sensing an object in front of them. But there was an awkward moment as I tried to go around it and it repeatedly jerked forward an inch as its motor kicked on and off. Maybe I was walking around the very edge of its radius. In any case, my behavior must have triggered some pathfinding bug, because it turned and drove right into my legs, after which it stopped and sat stationary. Luckily they're small and move slowly so it wasn't a big deal, but that memory stuck with me. Articles about Tesla pathfinding issues always bring it back to the surface.</p>
]]></description><pubDate>Fri, 18 Feb 2022 15:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=30386849</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=30386849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30386849</guid></item><item><title><![CDATA[New comment by bourgoin in "Spotify deletes 70 Joe Rogan episodes"]]></title><description><![CDATA[
<p>I did a rough tally of the 70 removed episodes:<p>Comedian: 45,
Political Commentator/Media Personality: 8,
Brian Redban: 5,
Health/Fitness: 2,
Scientist: 2,
Author: 2,
Musician: 1,
Pornstar: 1,
(MMA) Fight Companion: 1,
Giorgio Tsoukalos,
Kevin Smith,
Cliffy B & Johnny Cristo (can't even figure out who these last two are)</p>
]]></description><pubDate>Sat, 05 Feb 2022 03:51:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=30217087</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=30217087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30217087</guid></item><item><title><![CDATA[New comment by bourgoin in "Iowa man convicted of lottery rigging scheme granted parole"]]></title><description><![CDATA[
<p>Here's what I'm wondering, and pardon me if this is a stupid question:<p>Why go through all of the trouble generating true randomness with a Geiger counter just to use the result as the seed to a PRNG, rather than using your true random method to generate the lottery numbers directly?</p>
]]></description><pubDate>Thu, 03 Feb 2022 04:07:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=30188536</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=30188536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30188536</guid></item><item><title><![CDATA[New comment by bourgoin in "Old songs now represent 70 percent of the U.S. music market"]]></title><description><![CDATA[
<p>That logic assumes that the amount of music produced is constant over time, which it isn't necessarily. The population grows and the barrier to entry keeps getting lower.</p>
]]></description><pubDate>Tue, 25 Jan 2022 22:45:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=30079196</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=30079196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30079196</guid></item><item><title><![CDATA[New comment by bourgoin in "The Zen of Drinking Alone"]]></title><description><![CDATA[
<p>My 2022 New Year's Resolution is to try out complete sobriety (caffeine excluded; this effectively means alcohol and cannabis). I've never considered myself to have a 'problem' with substances like some people I have known, but I sure have spent plenty of time in my life intoxicated alone. The resolution isn't an ambitious thing because I've been going this way for a while anyway.<p>Over the years I've slowly come to a realization: These substances have various effects, but at the heart what they really do is make me <i>less aware</i>. Sometimes I guess it's a good thing. Alcohol makes me less aware of the part of me that is self-conscious in social situations, and of how others perceive me. Cannabis makes you feel more aware of experiences, but it proves to be an illusion. I guess they're really not that bad on the balance, but as I grow older and I have spent more and more time thinking about cultivating awareness - of the present moment; of my body and mind and senses; of things in life that are truly important, and which maybe even make me anxious to contemplate - I find that I simply don't enjoy intoxication as much anymore because there's something I enjoy more about awareness.<p>More and more I hear this nagging voice when intoxicated. It says: "I'm bored; I'm nervous; I'm scared; I'm sad; I'm worried; I'm self-conscious; I'm restless; Someday I will die. What I'm doing right now is trying to be less aware of these things. But maybe they aren't just to be ignored or avoided. Maybe they're an adaptive part of the human mind. Maybe there really is something worth being anxious about."</p>
]]></description><pubDate>Sun, 16 Jan 2022 05:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=29953536</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=29953536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29953536</guid></item><item><title><![CDATA[New comment by bourgoin in "My “Investment Mindset”"]]></title><description><![CDATA[
<p>Isn't CTCI basically just a workbook? It has ~20 pages of intro and then problems and solutions. So it's not really a book you 'read' anyway, it's one you work through. I think the way you get really good at data structure/algorithms problems is by doing a lot of them and there's no way around that.</p>
]]></description><pubDate>Fri, 25 Jun 2021 04:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=27627147</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=27627147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27627147</guid></item><item><title><![CDATA[New comment by bourgoin in "‘Something’s going on’: UFOs threaten national security, US politicians warn"]]></title><description><![CDATA[
<p>If you want to look into it, this claim is generally associated with Robert L. Hastings.</p>
]]></description><pubDate>Thu, 17 Jun 2021 20:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=27544003</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=27544003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27544003</guid></item><item><title><![CDATA[New comment by bourgoin in "First genetically modified mosquitoes released in the United States"]]></title><description><![CDATA[
<p>We don't really know. Complex ecological systems are relatively poorly understood.</p>
]]></description><pubDate>Tue, 04 May 2021 20:57:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27042803</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=27042803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27042803</guid></item><item><title><![CDATA[New comment by bourgoin in "Neuroscientists discover molecular mechanism that allows memories to form (2020)"]]></title><description><![CDATA[
<p>That's what I was thinking. Like playing a piano with the sustain pedal held down the entire time.</p>
]]></description><pubDate>Wed, 07 Apr 2021 02:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=26720116</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=26720116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26720116</guid></item><item><title><![CDATA[New comment by bourgoin in "I wrote the world's worst text editor (2020)"]]></title><description><![CDATA[
<p>If it doesn't create a new attack surface by rendering HTML unprompted, it can't be that bad.</p>
]]></description><pubDate>Sun, 04 Apr 2021 21:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=26693119</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=26693119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26693119</guid></item><item><title><![CDATA[New comment by bourgoin in "Who Owns the Nile?"]]></title><description><![CDATA[
<p>I have a hard time conceiving of any reason that North and South would be different in this regard, but maybe it's possible if there is a tendency for rivers to flow towards the equator for some reason, since most of the world's landmass happens to be in the northern hemisphere.</p>
]]></description><pubDate>Sat, 03 Apr 2021 04:07:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=26678363</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=26678363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26678363</guid></item><item><title><![CDATA[New comment by bourgoin in "The political case for a blanket cryptocurrency ban"]]></title><description><![CDATA[
<p>Why does it make a difference whether your wealth is denoted by USD, Bitcoin, milk caps, or Rai Stones? If tanks roll over your capital city and your countrymen are made to kneel in a row, what good is it that you can refuse to give up the private keys? And how does the medium of exchange have any bearing on nations going to war over control of oil, rare earth minerals, strategic islands?<p>It seems to me you're implying that the colossal environmental damage inherent to a Bitcoin-driven world economy would be offset by the abolition of militaries, police, and banks, but I don't see how you make that jump. $trillions of military spending are used to secure resources and strategic assets and ensure national security, not to defend against bank robberies. A world without militaries or police is unimaginably different from our world in so many more ways than just the medium of exchange.<p>And if you can't point guns at people to make them give up part of their pile, how will you implement the CO2 tax?</p>
]]></description><pubDate>Wed, 31 Mar 2021 21:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=26653607</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=26653607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26653607</guid></item><item><title><![CDATA[New comment by bourgoin in "Lawyers used sheepskin as anti-fraud device for hundreds of years"]]></title><description><![CDATA[
<p>I would guess consuming the amount of wood required to implement such a transaction history might end up proving to have disastrous results on the environment.</p>
]]></description><pubDate>Thu, 25 Mar 2021 03:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=26576170</link><dc:creator>bourgoin</dc:creator><comments>https://news.ycombinator.com/item?id=26576170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26576170</guid></item></channel></rss>