<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: mablopoule</title><link>https://news.ycombinator.com/user?id=mablopoule</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 10:26:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mablopoule" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mablopoule in "I'm OK being left behind, thanks"]]></title><description><![CDATA[
<p>I think the implication is that even though the technological landscape is evolving, it's not as if people born in the 60's couldn't foray into computer science because they arrived too late to study the ENIAC first.</p>
]]></description><pubDate>Fri, 20 Mar 2026 16:30:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47456941</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=47456941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47456941</guid></item><item><title><![CDATA[New comment by mablopoule in "I'm OK being left behind, thanks"]]></title><description><![CDATA[
<p>I'm not sure why you're downvoted, but this is the right take IMO. I hate cheating and lying in general, but in any job posting you have to separate what are the actual requirement in term of knowledge versus what can be realistically learned on the job / doing a prototype in a weekend.<p>Of course don't fraud by like pretending you're a statistician when you have absolutely no mathematical background, but also don't take at face value the "Must have {x} years of experience in {y} tech" requirement when you know you have the necessary work experience to have a good grasp on it in a few weekend prototypes, and you also know that the job doesn't actually require deep expertise of that particular tech.<p>I did the same for my first React.js job, and I didn't feel bad because 1) I was honest about it and did not sold myself as a React expert, and 2) I had 10 years of front-end development, and I understood web dev enough to not be baffled by hooks and the difference between shallow copy vs. deep copy of a data structure, so passing technical test was good enough for it.</p>
]]></description><pubDate>Fri, 20 Mar 2026 16:11:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47456675</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=47456675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47456675</guid></item><item><title><![CDATA[New comment by mablopoule in "Every layer of review makes you 10x slower"]]></title><description><![CDATA[
<p>A few years ago there was a thread about "How complex systems fail" here on HN[1], and one aspect of it (rule 9) is about how individuals have to balance between security and productivity, and being judged differently depending on the context (especially being judged after-the-fact for the security aspect, while being judged before the accident for the productivity aspect).<p>The linked page in the thread is short and quite enlightening, but here is the relevant passage:<p><pre><code>  > Rule 9: Human operators have dual roles: as producers & as defenders against failure.

  > The system practitioners operate the system in order to produce its desired product and also work to forestall accidents. This dynamic quality of system operation, the balancing of demands for production against the possibility of incipient failure is unavoidable. Outsiders rarely acknowledge the duality of this role. In non-accident filled times, the production role is emphasized. After accidents, the defense against failure role is emphasized. At either time, the outsider’s view misapprehends the operator’s constant, simultaneous engagement with both roles.
</code></pre>
[1] <a href="https://news.ycombinator.com/item?id=32895812">https://news.ycombinator.com/item?id=32895812</a></p>
]]></description><pubDate>Tue, 17 Mar 2026 11:06:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411052</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=47411052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411052</guid></item><item><title><![CDATA[New comment by mablopoule in "“Car Wash” test with 53 models"]]></title><description><![CDATA[
<p>I would agree, but the question feels less spiteful than playful in nature.</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:40:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47135873</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=47135873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135873</guid></item><item><title><![CDATA[New comment by mablopoule in "Avoid Mini-Frameworks"]]></title><description><![CDATA[
<p>> Why die on a hill that it "is" something it says it isn't?<p>There's plenty of guru who say that they are the reincarnation of Jesus and/or Buddha, doesn't mean that we have to take their word for it.<p>In the same vein, North Korea is officially the "Democratic People's Republic of Korea", even though it's obviously not a democracy.</p>
]]></description><pubDate>Wed, 24 Dec 2025 14:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46375778</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=46375778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46375778</guid></item><item><title><![CDATA[New comment by mablopoule in "Avoid Mini-Frameworks"]]></title><description><![CDATA[
<p>100% this. To this day the official website still describe itself as a library, and I'm convinced it's completely for marketing reasons, since 'framework' feels heavy and bloated, like Angular or Java Spring, while 'library' feels fast and lightweight, putting you in control.<p>Framework can be more or less modular, Angular or Ember choose to be 'battery included', while React choose to be more modular, which is simply choosing the other end of the spectrum on the convenience-versus-flexibility tradeoff.<p>React ostensibly only care about rendering, but in a way that force you to structure your whole data flow and routing according to its rules (lifecycle events or the 'rules of hooks', avoiding mutating data structures); No matter what they say on the official website, that's 100% framework territory.<p>Lodash or Moment.js, those are actual bona fide libraries, and nobody ever asked whether to use Vue, Angular or Moment.js, or what version of moment-js-router they should use.</p>
]]></description><pubDate>Wed, 24 Dec 2025 14:09:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46375702</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=46375702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46375702</guid></item><item><title><![CDATA[New comment by mablopoule in "Don MacKinnon: Why Simplicity Beats Cleverness in Software Design [audio]"]]></title><description><![CDATA[
<p>In his "Power of Simplicity"[1] talk, Alan Kay had a great illustration of this specific phenomenon using astronomy:<p>Before Johannes Kepler had the insight of describing the orbits of the planets with ellipsis, peoples were using the (conceptually simpler) circles which didn't completely match the observed movement of celestial body such as Mars, thus resulted in complicated circle-within-circles orbits to try to model reality. By introducing a more complex basic shape (ellipsis instead of circle) which happened to match the underlying reality more, the overall description of orbits got greatly simplified.<p>It's a phenomenon I've seen a few time in my career so far: that while often there's complex code because there are actually complex hedge case to handle (essential complexity), sometime it's really because the data structure used to model the thing you're handling is slightly missing the mark, making things fit almost-but-not-quite, and many operation done around to handle data can be greatly simplified (if not avoided altogether) by changing the underlying data-structure.<p>(Also, Alan Kay apparently did another talk called "Is it really complex, or did we just make it complicated"[2] that seems pertinent to the thread, though I haven't watch it yet)<p>[1] <a href="https://www.youtube.com/watch?v=NdSD07U5uBs" rel="nofollow">https://www.youtube.com/watch?v=NdSD07U5uBs</a>
[2] <a href="https://www.youtube.com/watch?v=ubaX1Smg6pY" rel="nofollow">https://www.youtube.com/watch?v=ubaX1Smg6pY</a></p>
]]></description><pubDate>Thu, 18 Dec 2025 16:46:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46315093</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=46315093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315093</guid></item><item><title><![CDATA[New comment by mablopoule in "When a stadium adds AI to everything, it's worse experience for everyone"]]></title><description><![CDATA[
<p>> Maybe we're just calling all forms of automation and computer vision "AI" these days because it's sexy.<p>Funny thing is, at first it was the other way around! 'Computer Vision' has always been a sub-field of AI, but the term was more widely used by academics during a previous AI winter as a way to avoid the tainted 'AI' label.</p>
]]></description><pubDate>Mon, 20 Oct 2025 20:48:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45649156</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=45649156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45649156</guid></item><item><title><![CDATA[New comment by mablopoule in "Gregg Kellogg has died"]]></title><description><![CDATA[
<p>Passion, drive, and existential fulfillment can take many form, and "professional joy" can absolutely be one of them.<p>It's not about drinking the corporate kool-aid, but about taking pride in what you've put in the world (even potentially as a hobby), having a sense of craftsmanship, or even maintaining a certain work ethic.<p>Even the "making money" part can be tied to a very deep sense of providing for your loved ones, and a sense of personal responsibility.</p>
]]></description><pubDate>Thu, 11 Sep 2025 14:57:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45212432</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=45212432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45212432</guid></item><item><title><![CDATA[New comment by mablopoule in "Next.js is infuriating"]]></title><description><![CDATA[
<p>I'm a bit surprised at reading that. I've tried both, Next left a bad taste in my mouth, but Nest was kinda neat. Didn't used it for anything too complicated though, so I'm curious about what sort of grievances people have against Nest.</p>
]]></description><pubDate>Tue, 02 Sep 2025 20:56:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45108939</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=45108939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45108939</guid></item><item><title><![CDATA[New comment by mablopoule in "YouTube made AI enhancements to videos without warning or permission"]]></title><description><![CDATA[
<p>Except that now Youtube also "helpfully" auto-dub legitimate videos in other languages (along with translating the titles) by default, so even the 'AI voice' isn't a good signal for gauging if it's quality content or not.<p>As a french-speaking person, I now find myself seeing french youtubers seemingly posting videos with english titles and robotic voice, before realizing that it's Youtube being stupid again.<p>What's more infuriating is that it's legitimately at heart a cool feature, just executed in the most brain-dead way possible, by making it opt-out and without the ability to specify known languages.</p>
]]></description><pubDate>Mon, 25 Aug 2025 09:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45011931</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=45011931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45011931</guid></item><item><title><![CDATA[New comment by mablopoule in "Peep Show is the most realistic portrayal of evil I have seen (2020)"]]></title><description><![CDATA[
<p>If you like cringe humor, you might 'enjoy' the web tv show "2Kawaii4Comfort" on YouTube, about late teens/young adults going to an anime convention.<p>It's very well written, and it's the first time I've physically reacted that much to the awkwardness of fictional characters.</p>
]]></description><pubDate>Mon, 21 Jul 2025 07:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44632629</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=44632629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44632629</guid></item><item><title><![CDATA[New comment by mablopoule in "Peep Show is the most realistic portrayal of evil I have seen (2020)"]]></title><description><![CDATA[
<p>Another TV show that played with this concept well is "30 Rocks", with the main protagonist dreading to go to her high school reunion because she was a nerdy girl mocked by the high-school bully, As the episode go on, she realize that she was the bully, everyone was terrified of her and her extremely cruel remarks, including her friend who was afraid of her, turning the whole 'underdog nerd' trope on it's head.<p>On a more serious note, this is also why I'm wary of the "punching up" or "punching down" rethoric, because it's often easy to downplay any form of violence as justified retribution.</p>
]]></description><pubDate>Mon, 21 Jul 2025 07:11:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44632526</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=44632526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44632526</guid></item><item><title><![CDATA[New comment by mablopoule in "Ask HN: How did Soham Parekh get so many jobs?"]]></title><description><![CDATA[
<p>Simple: Two wrongs don't make a right.</p>
]]></description><pubDate>Sat, 05 Jul 2025 08:37:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44471115</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=44471115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44471115</guid></item><item><title><![CDATA[New comment by mablopoule in "Material 3 Expressive"]]></title><description><![CDATA[
<p>Next time I'll be ranting against overengineering, I'll be stealing that :D</p>
]]></description><pubDate>Fri, 16 May 2025 22:44:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44010448</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=44010448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44010448</guid></item><item><title><![CDATA[New comment by mablopoule in "I genuinely don't understand why some people are still bullish about LLMs"]]></title><description><![CDATA[
<p>For me, LLMs are a bit like if you were shown a talking dog with the education and knowledge of a first grad student: a talking dog is amazing in itself, and a truly impressive technical feat, that said you wouldn't make the dog file your taxes or represent you in court.<p>To quote Joel Spolsky, "When you’re working on a really, really good team with great programmers, everybody else’s code, frankly, is bug-infested garbage, and nobody else knows how to ship on time.", and that's the state we end up if we believe in the hype and use LLMs willy-nilly.<p>That's why people are annoyed, not because LLMs cannot code like a senior engineer, but because lots of content marketing a company valuation is dependent on making people believe it's the case.</p>
]]></description><pubDate>Fri, 28 Mar 2025 01:24:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43500357</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=43500357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43500357</guid></item><item><title><![CDATA[New comment by mablopoule in "The Frontend Treadmill"]]></title><description><![CDATA[
<p>I don't think it's a Javascript problem in the sense that it's due to intrinsics properties of Front-end developpement, or of NPM, but I do agree that's in a cultural problem in the Javascript ecosystem, especially around React.<p>My theory is that there was a perfect storm around 2015 where everyone and their dog was encouraged to learn to code, especially by going through a coding bootcamp where they were mainly taught Javascript and React. At the same time there was a general enthusiasm for Open-Source, and of using Github as a sort of alternative, better Linkedin in order to get your first job as a software engineer.<p>As a result lots of silly packages were created (and used !) by well-meaning junior developers, who were told that coding is very simple but also fraught with peril, so if they are serious then they better should use packages such as 'is-odd' which is clearly more professional than doing it yourself, cause it follows the DRY principle and also get updated test by lots of people, etc...</p>
]]></description><pubDate>Thu, 20 Mar 2025 15:53:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43424949</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=43424949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43424949</guid></item><item><title><![CDATA[New comment by mablopoule in "Building websites with lots of little HTML pages"]]></title><description><![CDATA[
<p>I haven't seen it mentioned here, but one other classic trick for hamburger menu is to use a checkbox, and let CSS handle the rest.<p>Something like:<p><pre><code>  <header class="main-header">
    <input class="hamburger" id="hamburger-action" type="checkbox" />
    <label for="hamburger-action">Some icon here</label>
    <nav class="main-navigation">My menu here</nav>
  </header>
</code></pre>
and then use the `:checked` CSS selector to display or not the hamburger menu, you can see it working in my (very barebone :D) website [1]. Note that this implementation is not keyboard-navigable because the input is not visible, I should fix it someday.<p>[1] <a href="https://www.marc-monchablon.fr/" rel="nofollow">https://www.marc-monchablon.fr/</a></p>
]]></description><pubDate>Thu, 13 Mar 2025 10:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43351848</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=43351848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43351848</guid></item><item><title><![CDATA[New comment by mablopoule in "H3: For indexing geographies into a hexagonal grid, by Uber"]]></title><description><![CDATA[
<p>While I also agree about the general stupidness of what3words and the clearly predatory move of trying to move GPS location behind a proprietary database, the article is not about what3words at all.<p>The link is about a grid system with different mathematical properties which is used at Uber.</p>
]]></description><pubDate>Sun, 09 Mar 2025 10:04:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43307734</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=43307734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43307734</guid></item><item><title><![CDATA[New comment by mablopoule in "Knowing CSS is mastery to front end development"]]></title><description><![CDATA[
<p>No, it has a 3d engine, one that you can happily ignore 99.9999% of the time. CSS has a few gotcha, a few things to got to understand about it (selectors, selector priority and the way content flow depending on absolute / relative positionning), but it is not an impossible language to pick up, far from it.<p>As the grandparent comment said, don't let the perfect be the enemy of the good.</p>
]]></description><pubDate>Sun, 02 Mar 2025 13:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43230517</link><dc:creator>mablopoule</dc:creator><comments>https://news.ycombinator.com/item?id=43230517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43230517</guid></item></channel></rss>