<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: clavigne</title><link>https://news.ycombinator.com/user?id=clavigne</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:35:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=clavigne" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by clavigne in "Skymont: Intel's E-Cores reach for the Sky"]]></title><description><![CDATA[
<p>> However, when an entire program consists of a single chain of dependent instructions, which may happen e.g. when computing certain kinds of hash functions over a file, you are doomed. There is no way to increase the performance of that program.<p>Even in that case, you would probably benefit from having many cores because the user is probably running other things on the same machine, or the program is running on a runtime with eg garbage collector threads etc. I’d venture it’s quite rare that the entire machine is waiting on a single sequential task!</p>
]]></description><pubDate>Sun, 19 Jan 2025 12:41:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42756493</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=42756493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42756493</guid></item><item><title><![CDATA[New comment by clavigne in "$8k Suzuki from India received a 5-star crash test rating"]]></title><description><![CDATA[
<p>The Nissan versa is like the last cheap car.<p>The Chevy Spark is dead.<p>The Mitsubishi Mirage is dead.<p>etc.</p>
]]></description><pubDate>Tue, 19 Nov 2024 12:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42182678</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=42182678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42182678</guid></item><item><title><![CDATA[New comment by clavigne in "$8k Suzuki from India received a 5-star crash test rating"]]></title><description><![CDATA[
<p>Car thieves have been using antennas to remotely trigger the keyless entry to great success here in Canada. Many people leave their keys on their doors so you just need to put a range extender against the door and scan cars in front until one of them opens.</p>
]]></description><pubDate>Tue, 19 Nov 2024 12:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42182566</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=42182566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42182566</guid></item><item><title><![CDATA[New comment by clavigne in "Philosophy of Coroutines"]]></title><description><![CDATA[
<p>> I'm not talking about whether the scheduler can block the task on IO. This is trivial.<p>The whole point of coroutines is that they are trivial to block and resume, right? So the way to deal with limited resources... is to block on them.<p>So when you need a connection, you await until one from the pool becomes available. From the point of view of the consumer it's very natural because grabbing a connection is just a standard async call, and returning it to the pool can be done the same way you would usually close it. If anything, it's a lot easier to manage them like this because unlike in a non async program you don't have to worry too much about blocking progress.</p>
]]></description><pubDate>Sat, 02 Sep 2023 15:59:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=37362693</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=37362693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37362693</guid></item><item><title><![CDATA[New comment by clavigne in "Philosophy of Coroutines"]]></title><description><![CDATA[
<p>We use it at work to send FSMs over the network for distributing tasks. Admittedly we always do this with continuations that haven't started yet, but there is no technical reason we couldn't serialize the already started ones (although you'd have to make sure you also send the coroutines you are currently awaiting on.)</p>
]]></description><pubDate>Sat, 02 Sep 2023 15:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37362272</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=37362272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37362272</guid></item><item><title><![CDATA[New comment by clavigne in "Philosophy of Coroutines"]]></title><description><![CDATA[
<p>Scala async coroutines build FSMs that are just standard objects. They aren't very commonly used, but the same approach could probably be adapted to C.<p>Basically the compiler compiles async function to a very simple FSM object where each assignment to a local variable that lives longer than a yield point becomes a member of the FSM object. This is done after the transformation to a simple normal form, at which point the function basically looks like bytecode. The compiler generate a new class for every async coroutines.<p>The generated FSM classes are statically sized so they could in principle be stack allocated, and their instances can be manipulated like any other JVM object.<p>At $work we have a system using scala async that has all of these features (arrays of FSMs, serialization, distribution by sending to network etc.) Of course there are complications (file handles for example) and it's easier with a GC.</p>
]]></description><pubDate>Sat, 02 Sep 2023 15:12:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=37362221</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=37362221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37362221</guid></item><item><title><![CDATA[New comment by clavigne in "Facebook unceremoniously kills off Meta brand"]]></title><description><![CDATA[
<p>For context, I came across this because I was interested in how they came to acquire the Twitter four-letter twitter handle @meta, which I wrote about here<p><a href="https://twitter.com/cyri77e/status/1453886080789405707" rel="nofollow">https://twitter.com/cyri77e/status/1453886080789405707</a><p>Turns out it's harvested from the Meta company linked here that the Chan Zuckerberg Initiative acquired. Before that the @meta handle was held by an early twitter user fro. Turkey.<p>This is basically the unremarkable story of the "been on Twitter since 2010" profile with handle @meta.</p>
]]></description><pubDate>Fri, 29 Oct 2021 12:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=29037700</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=29037700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29037700</guid></item><item><title><![CDATA[Facebook unceremoniously kills off Meta brand]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Meta_(academic_company)">https://en.wikipedia.org/wiki/Meta_(academic_company)</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29037653">https://news.ycombinator.com/item?id=29037653</a></p>
<p>Points: 37</p>
<p># Comments: 7</p>
]]></description><pubDate>Fri, 29 Oct 2021 12:30:14 +0000</pubDate><link>https://en.wikipedia.org/wiki/Meta_(academic_company)</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=29037653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29037653</guid></item><item><title><![CDATA[New comment by clavigne in "A database with 3.8B phone numbers from Clubhouse is up for sale"]]></title><description><![CDATA[
<p>I don't think it would be a good idea, given that you'd have to claim the winnings. It might work once or twice but not over and over again.<p>Additionally in most cases I'd think the lottery odds would be lower than the cost of traditional laundering (smurfing, through crooked banks, using cash based businesses like taxis etc.) Especially if you have to pay people to buy tickets.</p>
]]></description><pubDate>Sat, 24 Jul 2021 17:31:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=27942826</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27942826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27942826</guid></item><item><title><![CDATA[New comment by clavigne in "Power Plant Decides Mining Bitcoin Is More Profitable Than Selling Electricity"]]></title><description><![CDATA[
<p>The more renewable energy <i>that is built</i>, the cheaper it gets.<p>We now know that there is a cartel of US miners trying to create "clean" bitcoins (in part to appeal to Tesla and Musk) that will sell at a premium.<p><a href="https://www.bbc.com/news/technology-57240090" rel="nofollow">https://www.bbc.com/news/technology-57240090</a><p>This could increase the pricing differential between clean and dirty electricity sources. However, most utilities don't care and so will buy the cheaper electricity, which means that there won't be a significant push to decrease fossil fuel based generation.<p>Unless demands from bitcoin mining start to strain clean electricity generation, there isn't really much reason to build more renewable capacity either. The kind of thing described in the OP (the repurposing of existing facilities) is likely to be the main result for the foreseeable future.<p>"Clean" bitcoins are just "greenwashed" bitcoins.</p>
]]></description><pubDate>Mon, 12 Jul 2021 11:13:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27809111</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27809111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27809111</guid></item><item><title><![CDATA[New comment by clavigne in "What DeepMind’s AlphaFold 2 really achieved (2020)"]]></title><description><![CDATA[
<p>which is basically admission that they will API it, not release the models... again.<p>The original version on github can only compute the specific systems in the paper.<p><a href="https://github.com/deepmind/deepmind-research/tree/master/alphafold_casp13" rel="nofollow">https://github.com/deepmind/deepmind-research/tree/master/al...</a><p>I don't know why scientific publications keep doing PR work for them.</p>
]]></description><pubDate>Mon, 12 Jul 2021 10:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=27808891</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27808891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27808891</guid></item><item><title><![CDATA[New comment by clavigne in "Functools – The Power of Higher-Order Functions in Python"]]></title><description><![CDATA[
<p>Here is pattern matching as a library that is not built using statements,<p><a href="https://github.com/santinic/pampy" rel="nofollow">https://github.com/santinic/pampy</a><p>Clearly it's possible. It's also more ergonomic than PEP 622.</p>
]]></description><pubDate>Fri, 09 Jul 2021 11:43:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=27782658</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27782658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27782658</guid></item><item><title><![CDATA[New comment by clavigne in "Fake Tesla, Apple stocks have started trading on blockchains"]]></title><description><![CDATA[
<p>I guess it comes down to whether one does the cost benefit analysis for society as a whole or for individuals.<p>While decentralized permissionless markets can (and have) helped some individuals escape economic restrictions (capital controls, sanctions, etc.) it's not at all clear to me that they have had an overall positive effect, or ever will.<p>At the end of the day, the rise in the price of bitcoin, scams like AfriCrypt and OneCoin, the new Salvador laws etc are all just new means of extracting capital from the Global South. I'm of the opinion that the benefits to individuals are not balancing the overall societal harms, but I could see how someone with a more individualistic ideology would disagree.</p>
]]></description><pubDate>Wed, 07 Jul 2021 12:40:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=27760409</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27760409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27760409</guid></item><item><title><![CDATA[New comment by clavigne in "Fake Tesla, Apple stocks have started trading on blockchains"]]></title><description><![CDATA[
<p>So first, investing in DEFI is not exactly simple. If I am reading it properly, you lose 20% in fees at least if you buy bitcoin with Madagascar dollars on paxful,<p><a href="https://paxful.com/buy/bitcoin/madagascar" rel="nofollow">https://paxful.com/buy/bitcoin/madagascar</a><p>How many more hoops do you then have to jump through to acquire fake stocks?<p>Second, you then have to make sure you avoid pyramid schemes (like OneCoin), rug pulls, exit scams, bad exchanges and bad "smart" contracts (like the Parity bug).<p>This is not easy even for highly informed tech workers in the Global North. Now if you happen to speak another language (as I do) I recommend you go and Google "how to invest in Defi" or whatever in it. In my case (French), you get just articles after articles that are sponsored content from very dubious sounding wallet and exchanges, especially if you add "Madagascar" or "Congo" or whatever to your search.<p>So frankly, I think the idea that "crypto markets are great for the Global South" is more of a convenient story.</p>
]]></description><pubDate>Wed, 07 Jul 2021 12:01:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=27760097</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27760097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27760097</guid></item><item><title><![CDATA[New comment by clavigne in "Fake Tesla, Apple stocks have started trading on blockchains"]]></title><description><![CDATA[
<p>The majority of people have wealth in real estate and generate income from wages, both of which are inflation neutral.<p>In contrast, the rich are much more likely to have bonds or cash holdings. They are the ones for whom inflation is a real problem. Why else would all this political pressure for a 2% inflation target exist? It's because that's <i>low enough</i> for the rich, not because it's high.<p>Printing money and redistributing it would severely impact capital holders, like it did in the post WWII boom which created the middle class.<p>Here is an entire book on this topic :<p><a href="https://en.m.wikipedia.org/wiki/Capital_in_the_Twenty-First_Century" rel="nofollow">https://en.m.wikipedia.org/wiki/Capital_in_the_Twenty-First_...</a></p>
]]></description><pubDate>Wed, 07 Jul 2021 11:17:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=27759727</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27759727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27759727</guid></item><item><title><![CDATA[New comment by clavigne in "Strong quantum computational advantage using a superconducting quantum processor"]]></title><description><![CDATA[
<p>That's been the problem with the Google result too, even though they did have "controlled" operations. They basically showed that a quantum computer doing random operations has an output that is difficult to predict with classical simulation.<p>It also solves no problem at all. They tried to shoehorn into the paper a "CSRNG" application but it's dubious at best if you have any kind of cost constraint.</p>
]]></description><pubDate>Wed, 07 Jul 2021 10:41:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=27759504</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27759504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27759504</guid></item><item><title><![CDATA[New comment by clavigne in "Is Julia Really Fast?"]]></title><description><![CDATA[
<p>Yeah that's what I mean. This is the case for both commercial software (eg Q-Chem) and free software.<p>This is not to say that the boot time is always a problem, there are plenty of applications in which it doesn't matter at all (as you point out). However that's not always the case (by a long shot) which is why tools like GNU Parallel and snakemake exist.</p>
]]></description><pubDate>Tue, 22 Jun 2021 16:43:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=27593965</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27593965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27593965</guid></item><item><title><![CDATA[New comment by clavigne in "Is Julia Really Fast?"]]></title><description><![CDATA[
<p>why? I commonly do things like screen 10,000 molecules for some property by calling a Fortran program 10k time. If each run takes 60s of compute, the 10s boot from Julia (over the nfs disk) would be pretty significant.<p>Using Julia in this case basically means having to rewrite all of the other programs into it and getting rid of eg snakemake or gnu parallel or any number of other very common HPC workflows.<p>In fact I'd venture that doing a sequence of things many times is just as common an HPC workload than single jobs running for very long times.</p>
]]></description><pubDate>Tue, 22 Jun 2021 03:15:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=27587551</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27587551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27587551</guid></item><item><title><![CDATA[New comment by clavigne in "A compact quantum-computer that fits in 19-inch server racks"]]></title><description><![CDATA[
<p>The wavefunction of an n qubit system is representable by a 2^n vector of complex numbers [1]. Using single precision floats [2], a 10 qubit wavefunction is 8 KB, 20 qubit = 8 MB, 30 qubit = 8 GB and 40 qubit = 8 TB.<p>Hence a run-of-the-mill laptop can easily simulate a perfect 30 qubit computer, provided you are using a sufficiently performant simulator (such as <a href="https://github.com/qulacs/qulacs" rel="nofollow">https://github.com/qulacs/qulacs</a> ).<p>[1] This is actually a pessimistic upper bound for the classical simulation because current quantum hardware is not fully connected and not fully coherent.<p>Most problems of interest (optimization, chemistry etc) also do not ever generate fully entangled wavefunctions and so can be simulated with significantly less resources.<p>So for any applications (beyond simulating quantum advantage experiments built specifically to make classical simulation hard), classical computers are crushing quantum computers.<p>[2] Because QM is a linear theory, numerical precision isnt an issue, as it would be in a chaotic classical simulation of eg fluid dynamics.</p>
]]></description><pubDate>Sun, 20 Jun 2021 12:48:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=27569446</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27569446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27569446</guid></item><item><title><![CDATA[New comment by clavigne in "Rethinking Triplebyte"]]></title><description><![CDATA[
<p>> One guy went on for like fifteen minutes about how much he hated open office plans.<p>Does this guy have a patreon?</p>
]]></description><pubDate>Sat, 19 Jun 2021 12:50:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=27560022</link><dc:creator>clavigne</dc:creator><comments>https://news.ycombinator.com/item?id=27560022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27560022</guid></item></channel></rss>