<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: Raphael_Amiard</title><link>https://news.ycombinator.com/user?id=Raphael_Amiard</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 14:30:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Raphael_Amiard" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Raphael_Amiard in "Google's AI is being manipulated. The search giant is quietly fighting back"]]></title><description><![CDATA[
<p>It’s pattern matching. A big part of reasoning for sure, but not reasoning per se</p>
]]></description><pubDate>Wed, 20 May 2026 16:33:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48210350</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=48210350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210350</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Ada, its design, and the language that built the languages"]]></title><description><![CDATA[
<p>"Is this true for the Ada lang/compiler"<p>Yes, Ada has a lot of the same kind of fractal complexity that C++ has, which derives from unforeseen interaction of some features with some other.<p>On top of that, as I said in another comment, features are extremely overspecified. The standard specifies what has to be done in every edge case, often with a specification that is not very practical to implement efficiently</p>
]]></description><pubDate>Fri, 17 Apr 2026 21:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810707</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=47810707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810707</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Ada, its design, and the language that built the languages"]]></title><description><![CDATA[
<p>You're right in your first part. Ada 83 is less complex than modern C++ or Rust. However Ada kept evolving, and a lot of complexity was added in later revisions, such as Ada 95, which added a kind of bastardized and very complex Java style object model layer.<p>Ada features that are hard to compile are very common in the language. It is generally a language that is hard to compile to efficient code, because rules were conceived in an abstract notion of what safety is. But in general Ada is an extremely over specified language, which leaves very little space to interpretation. You can check the Ada reference manual if you want, which is a use 1000 pages book (<a href="http://www.ada-auth.org/arm.html" rel="nofollow">http://www.ada-auth.org/arm.html</a>)<p>* Array types are very powerful and very complicated
* Tasking & threading are specified in the language, which seems good on paper, but the abstractions are not very efficient and of tremendous complexity to implement.
* Ada's generic model is very hard to compile efficiently. It was designed in a way that tried to make it possible to compile down both to a "shared implementation" approach, as well as down to a monomorphized approach. Mistakes were done down the line wrt the specification of generics which made compiling them to shared generics almost impossible, which is why some compiler vendors didn't support some features of the language at all.
* Ada scoping & module system is of immense complexity
* The type system is very vast. Ada's name & type resolution algorithm is extremely complex to implement. functions can be overloaded on both parameters & return types, and there is a enclosing context that determines which overloads will be used in the end. On top of that you have preferences rules for some functions & types, subtyping, derived types, etc ...<p>This is just what comes to mind on a late Friday evening :) I would say that the language is so complex that writing a new compiler is one of those herculean efforts that reach similar heights as writing a new C++ compiler.
That's just a fe</p>
]]></description><pubDate>Fri, 17 Apr 2026 21:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810682</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=47810682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810682</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Ada, its design, and the language that built the languages"]]></title><description><![CDATA[
<p>> Today, the criticism about complexity seems naive, because many later languages have become much more complex than Ada<p>I don’t think you really understand what you’re saying here. I have worked on an ada compiler for the best part of a decade. It’s one of the most complex languages there is, up there with C++ and C#, and probably rust</p>
]]></description><pubDate>Fri, 17 Apr 2026 11:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47804752</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=47804752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804752</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Ada, Its Design, and the Language That Built the Languages"]]></title><description><![CDATA[
<p>There is none as far as affine types go, even is there is a parallel to be made with limited types, but they don’t serve the same purpose.<p>The way Ada generally solves the same problem is by allowing much more in terms of what you can give a stack lifetime to, return from a function, and pass by parameters to functions.<p>It also has the regular « smart pointer » mechanisms that C++ and Rust also have, also with relatively crappy ergonomics</p>
]]></description><pubDate>Fri, 17 Apr 2026 11:20:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47804695</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=47804695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804695</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "ARC-AGI-3"]]></title><description><![CDATA[
<p>The very obvious flaw with that argument is that flying is defined by, you know, moving in the air, whereas intelligence tends to be defined with the baseline of human intelligence. You can invent a new meaning, but it seems kind of dishonest</p>
]]></description><pubDate>Wed, 25 Mar 2026 20:27:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47522721</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=47522721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522721</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Why is Zig so cool?"]]></title><description><![CDATA[
<p>I love systems programming language and have worked on the Ada language for a long time. I find Zig to be incredibly underwhelming. Absolutely nothing about it is new or novel, the closest being comptime which is not actually new.<p>Also highly subjective but the syntax hurts my eyes.<p>So I’m kind of interested by an answer to the question this articles fails to answer. Why do you guys find Zig so cool ?</p>
]]></description><pubDate>Sat, 08 Nov 2025 09:42:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45855487</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=45855487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45855487</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "AI is different"]]></title><description><![CDATA[
<p>Came here to say that. It’s important to remember how biased hacker news is in that regard. I’m just out of ten years in the safety critical market, and I can assure you that our clients are still a long way from being able to use those. I myself work in low level/runtime/compilers, and the output from AIs is often too erratic to be useful</p>
]]></description><pubDate>Sat, 16 Aug 2025 09:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44921611</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=44921611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44921611</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Nvidia Security Team: “What if we just stopped using C?”"]]></title><description><![CDATA[
<p>SPARK allows you to formally prove that your code is correct according to a given specification. It can thus provides much stronger guarantees than what Rust would be able to provide.<p>Similar technology exists for Rust, but it is much less advanced than SPARK is (<a href="https://github.com/xldenis/creusot" rel="nofollow">https://github.com/xldenis/creusot</a>)</p>
]]></description><pubDate>Mon, 07 Nov 2022 14:45:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=33506394</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=33506394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33506394</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Nvidia Security Team: “What if we just stopped using C?”"]]></title><description><![CDATA[
<p>This is about firmware, nothing to do with the performance of GPUs...</p>
]]></description><pubDate>Mon, 07 Nov 2022 14:44:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=33506374</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=33506374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33506374</guid></item><item><title><![CDATA[I can’t believe that I can prove that it can sort]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.adacore.com/i-cant-believe-that-i-can-prove-that-it-can-sort">https://blog.adacore.com/i-cant-believe-that-i-can-prove-that-it-can-sort</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31975507">https://news.ycombinator.com/item?id=31975507</a></p>
<p>Points: 270</p>
<p># Comments: 113</p>
]]></description><pubDate>Mon, 04 Jul 2022 10:24:38 +0000</pubDate><link>https://blog.adacore.com/i-cant-believe-that-i-can-prove-that-it-can-sort</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=31975507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31975507</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "RT challenges EU ban at Europe's second top court"]]></title><description><![CDATA[
<p>Not defending Russia in general, or in particular russian government. As a French person whose national medias are completely taken over by multinationals (source  <a href="https://www.monde-diplomatique.fr/cartes/PPA" rel="nofollow">https://www.monde-diplomatique.fr/cartes/PPA</a>), not only the ban was a bit laughable in terms of banning propaganda, but also RT France's perspective and journalism was refreshing. It was presenting a skewed version of the world, but if you believe as I do that we won't attain information via objectivity, which is a nebulous concept anyway, but via plurality, RT France's disappearance is a net loss for the French media landscape, and I'm a bit alarmed at the black&whiteness of views I see here and in other places.</p>
]]></description><pubDate>Tue, 08 Mar 2022 19:28:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=30605154</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=30605154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30605154</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Proving the Correctness of GNAT Light Runtime"]]></title><description><![CDATA[
<p>> For verification in general, is the expense of verification in this case because of the model needed to verify Ada? For instance, perhaps a language that makes different choices might have a model checker that could scale better.<p>I don't think so. The SPARK subset has been chosen to aid verification. The problem of proof is inherently computationally hard, and the most gains you can expect will come from advances in solver technology, both algorithmic and in terms of scaling to multiple cores or GPU eventually.<p>Just my opinion :) But I work at AdaCore (not on SPARK) so have some familiarity with the subject.</p>
]]></description><pubDate>Fri, 25 Feb 2022 11:10:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=30465996</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=30465996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30465996</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Clearing up Myths about Ada"]]></title><description><![CDATA[
<p>There are also toolchains shipped as part of Alire since 1.1:<p><a href="https://github.com/alire-project/alire/blob/release/1.1/doc/user-changes.md#toolchain-management" rel="nofollow">https://github.com/alire-project/alire/blob/release/1.1/doc/...</a><p>So you have a workflow similar to cargo in Rust:<p>* Install package manager
* Let package manager install toolchains
* ???
* Profit</p>
]]></description><pubDate>Fri, 10 Sep 2021 09:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=28479446</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=28479446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28479446</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Google employees who work from home could lose money"]]></title><description><![CDATA[
<p>Of course! But there are some tendencies, or else OP's comment wouldn't have made sense even in the context of the US.<p>My first few times in the US were in NYC, where I found a way of life that is very close to what I know as a Parisian. Imagine my surprise discovering basically any other city in the US.<p>You might not be part of that population, but the US problem goes way beyond a problem of perception, and there are numbers to confirm it.</p>
]]></description><pubDate>Tue, 10 Aug 2021 13:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=28128855</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=28128855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28128855</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Google employees who work from home could lose money"]]></title><description><![CDATA[
<p>Ok! Sorry about the violent agreement message then. Yes, there is definitely a balance to be found between individual freedom and collective well being here.<p>I guess what I'm getting at is that if people drive less, they'll realize that their car-centered lifestyles don't work anymore, and will have to find alternatives. Let's hope that's easier than what I envision :)</p>
]]></description><pubDate>Tue, 10 Aug 2021 13:32:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=28128607</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=28128607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28128607</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Google employees who work from home could lose money"]]></title><description><![CDATA[
<p>Interesting. I'm symmetrically not used to think about those problems from an american perspective. Thanks for the insight.<p>I can indeed see a world where working from home might in the short term infuse some life in local life, from neighbors to associations etc.. So maybe it's actually a positive change!</p>
]]></description><pubDate>Tue, 10 Aug 2021 13:27:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=28128557</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=28128557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28128557</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Google employees who work from home could lose money"]]></title><description><![CDATA[
<p>I'm used to the conversation in here being extremely US-centric, but realize that this is much less true for European cities with good public transportation. I haven't ever used a car to go to work in my life.<p>I'm also very concerned about this better world where people stay home to save the planet. The common level of social interactions in the modern world is already low enough in my opinion.<p>EDIT: It rarely happens this way but in retrospect I feel my comment is way too tame. You think your problem is going to work. The problem is the whole american lifestyle where you live in an individual house and need a car to do anything, your house is an ecological disaster in terms of how much energy you need to keep it warm/cold, and even bringing food to your house will incur a large carbon footprint.<p>I know the system is hard to changes, but some people need to see the bigger picture, even if you can't do anything about it yet.</p>
]]></description><pubDate>Tue, 10 Aug 2021 13:15:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=28128396</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=28128396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28128396</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Going Beyond Ada 2022"]]></title><description><![CDATA[
<p>As said in another comment, that's completely and demonstrably false.<p>As soon as a coding standard for C/C++ doesn't completely forbid the use of pointers (which is completely impossible at least in C), then it will be much more unsafe than Ada (or other alternatives like Rust).<p>You can have - very painfully - near pointer free programming in C++, but it requires the use of high level constructs (smart pointers, RAII, etc) that most if not all safety critical standards <i>forbid the use of</i>.<p>Some people like the Frama-C people are trying to make programming in - a restricted an enhanced subset of - C, safe. They're basically doing Ada/SPARK with annotations in C, and it's horribly painful.<p>So, despite its informed and documented appearances, your comments are spreading misinformation about what it's like to program in C/C++ for safety critical systems.</p>
]]></description><pubDate>Thu, 24 Jun 2021 11:09:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=27616027</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=27616027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27616027</guid></item><item><title><![CDATA[New comment by Raphael_Amiard in "Going Beyond Ada 2022"]]></title><description><![CDATA[
<p>> C/C++ is used over Ada just for familiar syntax. From a safety perspective, the choice of language is inconsequential. With C/C++ the code analyzers used must do more work than with Ada but not that much.<p>That is completely and utterly false despite the millions (billions ?) invested in trying to make sound & safe static analysis tools for C/C++. I know you're trying to push that message but it couldn't be further from the truth. The nature of C & C++ is such that you cannot avoid unsafety, even with very restricted subsets.<p>Disclaimer: I work on Ada tools, but have also worked on C/C++ tools. I have also studied MISRA C and worked on such static analyzers for C & C++.</p>
]]></description><pubDate>Thu, 24 Jun 2021 10:57:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=27615964</link><dc:creator>Raphael_Amiard</dc:creator><comments>https://news.ycombinator.com/item?id=27615964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27615964</guid></item></channel></rss>