<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: brian_cloutier</title><link>https://news.ycombinator.com/user?id=brian_cloutier</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 13:44:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=brian_cloutier" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by brian_cloutier in "Dimension 126 Contains Twisted Shapes, Mathematicians Prove"]]></title><description><![CDATA[
<p>You might consider reading Hardy's A Mathematician's Apology. It gives an argument for studying math for the sake of math. Personally, reading a beautiful proof can be as compelling as reading a beautiful poem and needs no further justification.<p>However, there is another reason to read this essay. Hardy gives a few examples of fields of math which are entirely useless. Number theory, he claims, has absolutely no applications. The study of non-euclidean geometry, he claims, has absolutely no applications. History has proven him dramatically wrong, “pure” math has a way of becoming indispensable</p>
]]></description><pubDate>Mon, 05 May 2025 19:56:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43898824</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=43898824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43898824</guid></item><item><title><![CDATA[New comment by brian_cloutier in "In Two Moves, AlphaGo and Lee Sedol Redefined the Future (2016)"]]></title><description><![CDATA[
<p>how so?<p>modern post-training uses RL and immense amounts of synthetic data to iteratively bootstrap better performance. if you squint this is extremely similar to the AlphaZero approach of iteratively training using RL over data generated through self-play</p>
]]></description><pubDate>Thu, 17 Apr 2025 06:44:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43713788</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=43713788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43713788</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Can atproto scale down?"]]></title><description><![CDATA[
<p>Bluesky does allow you to hold your own keypairs.<p>Your identity must be registered at plc.directory, the central service they control, which allows them to stop clients from being able to verify your identity. I think they intend on decentralizing this, eventually.<p>However, you are allowed to create an identity which only uses keys you control. You are also allowed to update an existing identity and transition it to only use keys you control: <a href="https://web.plc.directory/spec/v0.1/did-plc" rel="nofollow">https://web.plc.directory/spec/v0.1/did-plc</a></p>
]]></description><pubDate>Mon, 17 Feb 2025 23:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43084232</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=43084232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43084232</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Zuckerberg personally ok'ed wiretapping both Amazon and YouTube [pdf]"]]></title><description><![CDATA[
<p>I have absolutely no context beyond reading this document but it appears they only did SSL decryption on their Facebook Research App where users were explicitly paid for running the app and giving facebook access to their network traffic. I... would probably not accept that deal but it doesn't seem accurate to call this "spyware" or "wiretapping", both of which imply non-consensuality.</p>
]]></description><pubDate>Sat, 30 Mar 2024 03:28:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39871596</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=39871596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39871596</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Abstrusegoose.com Is Gone for Good"]]></title><description><![CDATA[
<p>URLs resolve not to ip addresses but to some form of static identifier such as the hash of the content. Static sites are retrieved via static identifier and are therefore incredibly easy to cache and even extremely popular sites are cheap to serve because most requests never make it to the origin server.<p>There is no need to visit archive.org, the internet archive can directly seed the content it deems worthy of archival. Abstrusegoose.com eventually expires and the new owner points it to new content but the old site sticks around indefinitely, it is accessible via hash for as long as someone seeds it.</p>
]]></description><pubDate>Fri, 22 Mar 2024 21:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39795208</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=39795208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39795208</guid></item><item><title><![CDATA[New comment by brian_cloutier in "A linear algebra trick for computing Fibonacci numbers fast"]]></title><description><![CDATA[
<p>If anyone wants to read this in book form, Linear Algebra Done Right includes it as an exercise at the end of a very short and readable chapter 5.C on eigenspaces and diagonal matricies.<p>The treatment in thirty-three miniatures describes the steps you take but doesn't mention what you are actually doing (finding eigenvalues) or leave you with any intuition for why this was a natural thing to have tried</p>
]]></description><pubDate>Tue, 07 Nov 2023 00:53:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38171600</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=38171600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38171600</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>Oh, I think I see the confusion.<p>"proof of personhood" is something of a term of art which worldcoin did not invent. They are not literally claiming they can prove, in a mathematical sense, personhood. What would that even mean? See for example this, which seems to have originated the term in 2017: <a href="https://berkeley-defi.github.io/assets/material/Proof%20of%20Person.pdf" rel="nofollow noreferrer">https://berkeley-defi.github.io/assets/material/Proof%20of%2...</a><p>"proof of personhood" was created in contrast to "proof of work" and "proof of stake". If you want to get technical "proof of work" is also not a mathematical proof, it is more of an argument of work, since it's possible to get lucky and find a low hash without doing all the work. The word "proof" is not doing what you think it is doing.<p>There are a couple other "proof of personhood" protocols and none of them mathematically prove personhood, because that is obviously impossible, some of them are listed at the beginning of this post: <a href="https://vitalik.eth.limo/general/2023/07/24/biometric.html" rel="nofollow noreferrer">https://vitalik.eth.limo/general/2023/07/24/biometric.html</a></p>
]]></description><pubDate>Sat, 29 Jul 2023 14:31:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=36920684</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36920684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36920684</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>It is of course possible to understand it and still be opposed. That's what makes it so frustrating that seemingly all of the negative coverage is ill-informed; I would love to read some informed criticism!<p>Just some simple examples:<p>> Imagine that your digital identity has been lost in some way — shut down by authorities for non-compliance, or otherwise blocked. With traditional cash — and other cryptocurrencies — you can always make a new wallet and stash some fresh coins in it. But this isn’t Minority Report, and you can’t get a new iris from your neighborhood surgeon.<p>You don't need to walk up to an Orb to create a wallet. You can own and transact worldcoin without ever showing your iris to an orb.<p>> When your immutable digital identity is locked — imagine merchants who won’t take your coins from you without a digital signature announcing your World ID — it’s over for you. No old account. No new account. No soup for you. You just lost your digital personhood.<p>This is also possible... with every other form of payment? Imagine merchants who refuse to accept cash. Once the government locks your credit card you're out of luck. Imagine a world where you have to sign in with google before you can pay for anything (why is the worldid dystoia apparently so easy to imagine, while the google one seems silly?). Once the government locks your google account you're out of luck. A dystopia has _many_ levers to pull and refusing to deploy worldcoin is not have any impact on the success of that dystopia.<p>There is really so much that it's not possible to clarify "exactly" what others aren't getting in a single comment, there are a dozen different misconceptions, if you have specific concerns I'm curious to hear them and attempt to reply to them.</p>
]]></description><pubDate>Sat, 29 Jul 2023 13:07:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=36919931</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36919931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36919931</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>It is literally impossible for a simple deadbolt to keep intruders from entering your house. Are locks scams?<p>Separately, I strongly suspect that your idea of worldcoin's "stated purpose" is not something they have ever stated.</p>
]]></description><pubDate>Fri, 28 Jul 2023 17:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=36910584</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36910584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36910584</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>That doesn't sound right. Nobody talks about the oracle problem in the context of market makers connecting to nasdaq. You're _never_ sure that your counter-party to some communication is who you think they are. The definition of the oracle problem you propose applies to almost the entirety of the modern world and would come up in conversation all the time.<p>TLS and other measures make me _very_ sure google.com is resolving to a server controlled by Google. A congress who wanted to do so could vote using hardware wallets and publish signatures and we could be just as sure that the blockchain reflected reality. A congress who wanted to do so  [1] could declare that henceforth the answer on the blockchain _is_ reality; ryan air could decide that the ethereum smart contract which manages bookings _is_ reality, then there would be no oracle problem even by your definition.<p>[1] or maybe it would require a constitutional change</p>
]]></description><pubDate>Fri, 28 Jul 2023 17:13:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=36910040</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36910040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36910040</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>I don't believe they have ever promised that. One person = one account is not at all how the system is designed. It is definitely never mentioned or promised here: <a href="https://whitepaper.worldcoin.org/" rel="nofollow noreferrer">https://whitepaper.worldcoin.org/</a> and it is contrary to the system outlined in that document.</p>
]]></description><pubDate>Fri, 28 Jul 2023 16:55:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=36909771</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36909771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36909771</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>I disagree that it's so easy to game but maybe you know more than me?<p>I'm not sure what you mean by buying biometrics early, stealing them seems very uneconomical, and faking them is an engineering challenge which seems quite difficult.<p>> And even worse, if you were once robbed of your biometrics in that system, you have lost it forever as I understand it? Is there even any way to get back what was robbed from you?<p>The biometric is only used for the airdrop. It is possible to create a wallet and send and receive transactions without ever visiting an orb. The only thing the biometric does is send an initial amount of WLD to your wallet and ensure that you can only receive that initial amount once.<p>If someone steals your wallet there is no getting it back, it is not linked to your identity it is just a private key. I'm not really sure what it means in this context to steal your biometrics?<p>> And just out of curiosity, does this system handle collisions of biometrics? Or is it just assuming and hopes for none to happen?<p>This is territory I don't know very well. I believe irises were chosen specifically because they were not invasive and they contain enough entropy that the chance of collisions is quite small. I don't know if it has enough entropy that they can be sure there are no collisions or if it has enough entropy that the expected number of collisions was tolerably low.</p>
]]></description><pubDate>Fri, 28 Jul 2023 16:46:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=36909625</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36909625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36909625</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>What is the thing they are claiming which is different from the actual results and which they know is different from the actual results?</p>
]]></description><pubDate>Fri, 28 Jul 2023 16:27:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=36909313</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36909313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36909313</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>I said and I meant "more fair". We both agree this will not be a perfectly fair airdrop. Anything not perfect is feudalism?<p>> What prevents a factory owner from having all of his employees grab an orb, scan their irises, claim their coin, and then hand over their wallets to him as a condition of employment?<p>The airdrop is gated in multiple places. Everybody needs to visit an orb to claim worldcoin but the set of active orbs is managed by worldcoin and when one of them acts suspiciously the orb can be deactivated, among other counter-measures. A set of wallets all owned by distinct people will act differently than a set of wallets controlled by one person.<p>This is obviously not perfect, some fraud will occur. It is still a more fair initial distribution than any other currency I know of.</p>
]]></description><pubDate>Fri, 28 Jul 2023 16:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=36909156</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36909156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36909156</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>Try to imagine using a computer without any internet access to book an airline ticket. It doesn't really matter how many or which operations your computer can perform, it is not able to book an airline ticket unless there is another computer which can accept that booking and which your computer can talk to. The internet is next to useless for booking ryan air flights until ryan air puts one of their computers onto the internet and gives it authority to issue bookings.<p>Blockchains are like virtual computers. It is absolutely possible to imagine ryan air deploying a smart contract to ethereum and giving it sufficient authority to issue bookings but until that happens ethereum is next to useless for booking ryan air flights. This is the oracle problem.<p>Here I've focused on the write-path but "the oracle problem" usually refers to the read-path. Say you have some prediction market where participants can place bets on who the next US president will be. How do you resolve that market? When Congress certifies the election they do not publish that certification onto any blockchain. Maybe some day they will. But for now blockchains have to make do with various hacks which allow them to imperfectly track what is happening in the outside world.</p>
]]></description><pubDate>Fri, 28 Jul 2023 16:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=36909066</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36909066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36909066</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>It looks like the airdrop gives you something like 25 WLD, or $50. I don't know what the actual numbers are but it seems to be around this order of magnitude. Your hypothetical spoon-wielding lunatic would be risking serious consequences in order to earn $50; that doesn't seem like a particularly strong incentive.</p>
]]></description><pubDate>Fri, 28 Jul 2023 15:59:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=36908839</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36908839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36908839</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>Most criticisms of worldcoin completely misunderstand/misrepresent how it works but this one does not. The GP is correctly pointing out that the iris hash is only necessary for receiving some of the initial airdrop. It is completely true that once a wallet is generated (and you don't even need to visit an orb to create a wallet) anyone who possesses the private key, human or robot, can send transactions using that wallet. Receiving some of the initial airdrop really does require trusting worldcoin that they are telling the truth and not saving images of your iris.</p>
]]></description><pubDate>Fri, 28 Jul 2023 15:55:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=36908753</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36908753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36908753</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>Why does that make it a scam? "Scam" implies some kind of fraud or lie, I don't believe worldcoin has ever claimed biometrics were required for later usage.<p>The value of the biometric is in ensuring a ~ more fair ~ airdrop. With bitcoin the people who discovered it first and who were able to run miners received an outsized reward, and consequently the distribution of bitcoin is extremely unequal. The usage of biometrics doesn't _completely_ solve this problem, there is still a pool of insiders who have an outsized amount of wld, but a very large number of people will be able to walk up to an orb to claim some wld and they will all receive roughly equal amounts. The initial distribution of wld will be much more fair than the initial distribution of any other token or currency I know of. That is the value of the biometric.</p>
]]></description><pubDate>Fri, 28 Jul 2023 15:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=36908642</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36908642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36908642</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Worldcoin isn’t as bad as it sounds: It’s worse"]]></title><description><![CDATA[
<p>What do you mean when you say scam? Are you claiming this is fraudulent in some way?</p>
]]></description><pubDate>Fri, 28 Jul 2023 15:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=36908507</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36908507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36908507</guid></item><item><title><![CDATA[New comment by brian_cloutier in "Bayesian methods to provide probablistic solution for the Drake equation (2019)"]]></title><description><![CDATA[
<p>Why would they have left no traces? Dinosaurs lived ~200 M years ago and left enough traces for us to discover them. Wouldn't an industrial civilization 50 mya have left some kind of refined metallic artifacts? Even if _most_ traces are eroded away with time it seems difficult to imagine every trace of a global industrial civilization would disappear.<p>There also don't appear to have been any spikes in atmospheric carbon dioxide during the relevant period: <a href="https://en.wikipedia.org/wiki/Carbon_dioxide_in_Earth%27s_atmosphere#Concentrations_in_the_geologic_past" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Carbon_dioxide_in_Earth%27s_at...</a><p>Though maybe you were looking at a data source with better resolution?</p>
]]></description><pubDate>Sat, 22 Jul 2023 17:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=36828030</link><dc:creator>brian_cloutier</dc:creator><comments>https://news.ycombinator.com/item?id=36828030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36828030</guid></item></channel></rss>