<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: hmigneron</title><link>https://news.ycombinator.com/user?id=hmigneron</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 22:52:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hmigneron" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hmigneron in "Ask HN: Who is hiring? (June 2026)"]]></title><description><![CDATA[
<p>Everflow | Software Engineer | Montreal, QC | Hybrid (Some on-site) | Full-time<p>Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels. We're 10 years in, profitable, no outside funding<p>The stack : Java, Angular (Typescript), Go, MySQL, Redis. We're a GCP shop and make heavy use of Pub/Sub, BigQuery, BigTable and Kubernetes (GKE)<p>We're looking for software engineers and / or senior software engineers (at least 3 years) with some hands on experience to join the growing (~15 devs / SREs) team and help us build the product. We don't have a specific profile in mind but you have a track record of shipping, are interested in architecture / care about the craft and are comfortable in a no-downtime environment.<p>Fluency in french is a hard requirement<p>Email me directly at everflow-hn@everflow.io</p>
]]></description><pubDate>Mon, 01 Jun 2026 16:58:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48359477</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=48359477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48359477</guid></item><item><title><![CDATA[New comment by hmigneron in "The Ballad of the Green Beret"]]></title><description><![CDATA[
<p>I'm not American and didn't know about the green berets until I heard of them in this episode from the Love+Radio Podcast :<p><a href="http://loveandradio.org/2016/11/wood-fighting-with-steel/" rel="nofollow">http://loveandradio.org/2016/11/wood-fighting-with-steel/</a><p>It's an intimate interview with a Vietnam vet (the green beret). A truly beautiful piece of radio IMHO.</p>
]]></description><pubDate>Wed, 20 Sep 2017 17:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=15296131</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=15296131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15296131</guid></item><item><title><![CDATA[New comment by hmigneron in "Programming with a love of the implicit"]]></title><description><![CDATA[
<p>I enjoyed this article a lot because this is a problem I struggle with often when coding. And not just at a particular point in the lifecycle of a project, it comes up all the time.<p>Decisions like this are, in my case, heavily influenced by how much I <i>trust</i> the rest of the codebase. Having "magic" code on top of a rock solid abstraction feels nice and safe. When I debug / troubleshoot I don't feel the need to step into the function to look at its implementation one more time.<p>I am much more likely to be explicit, suck it up and write the boilerplate code once again in a messy codebase where the abstractions change all the time (whether I'm the one who wrote the sucky code or not). In the end, I feel like it comes down to how well your objects / concerns are designed. When the concerns are properly separated and your objects are solid, magic code is indeed beautiful and extremely expressive.</p>
]]></description><pubDate>Sat, 06 May 2017 15:11:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=14280568</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=14280568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14280568</guid></item><item><title><![CDATA[New comment by hmigneron in "Thoughts on the Late 2016 MacBook Pro"]]></title><description><![CDATA[
<p>I'm always surprised when developers don't talk about the F keys in their reviews of the new MBP.<p>I mostly agree with the author regarding the escape key, the touch bar isn't really a problem in that regard, it still works and I got used to "pressing" it on the touchbar really quickly.<p>I really really miss physical F keys though. I spend a lot of time debugging (either in the Chrome debugger or in IDEs) where pressing F-Something seems to be the norm to step into / step over. The lack of feedback makes it a lot harder to use these keys repeatedly (in my experience anyway). I know I could change the keys but...<p>To be honest, that's the one thing that really bothers me about the new machine, I got used to everything else pretty quickly. I should note that I was forced to switch to the new model (my 2014 MBP was stolen). I didn't want a new machine, wasn't happy about getting one and started using it in the worst circumstances which probably didn't help me "learn to love the touchbar". Insurance paid for the new machine so price wasn't an issue for me.<p>I don't think it's an abomination or anything, I just never find it better than a normal keyboard with F keys (I don't do video editing or anything where a timeline might help me).<p>Other developers who use the touchbar MBP, do you not miss the F-Keys ? Have you changed the keys you use to debug ?</p>
]]></description><pubDate>Tue, 21 Feb 2017 02:54:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=13692879</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=13692879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13692879</guid></item><item><title><![CDATA[New comment by hmigneron in "Are You a Zen Coder or Distraction-Junkie?"]]></title><description><![CDATA[
<p>I struggle with the boundaries as well. Especially at the end of the day or before lunch. "This will only take me 1 minute" fixes turn into half-hours and ruin the whole schedule.<p>One thing that might be worth trying is to just stop working whenever your time chunk is done, regardless of what's left. I remember reading an article here on how Hemingway used to stop writing in the middle of a sentence at the end of a creative writing session. The author was suggesting that programmers do the same thing (leaving a half completed function or even line of code, even if it means that the project isn't building).<p>I tried it after reading the article and I was very surprised with the results. I find it much easier to start in the morning when I have a half completed line of code in front of me. The context comes back almost instantaneously and even when it only takes me a minute to finish what I had started the day before, I feel like I am already in the flow and I will be much quicker when I start the next task. When the first task on my list is to start a feature for example, I often end up browsing the code files aimlessly trying to find the starting point, etc.<p>Ever since I started using this technique, I find it much easier to just stop at the end of an allocated time chunk. It's only a question a perception obviously, but instead of feeling like I have given up on a task before it was done, I think of it as a way to set myself up for the next time chunk.</p>
]]></description><pubDate>Sun, 12 Feb 2012 16:31:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=3582168</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3582168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3582168</guid></item><item><title><![CDATA[New comment by hmigneron in "Twitter's Bootstrap 2 ready for testing and feedback"]]></title><description><![CDATA[
<p>Not quite a concise summary, but looking at the documentation, the biggest changes I noticed were :<p>- Responsive design using media queries<p>- CSS Progress bars<p>- A few new javascript plugins (Carousel, Typehead)<p>- Icons<p>The documentation is online here in case you missed the link the article : <a href="http://markdotto.com/bs2/docs/index.html" rel="nofollow">http://markdotto.com/bs2/docs/index.html</a><p>Maybe someone has a better summary</p>
]]></description><pubDate>Tue, 24 Jan 2012 20:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=3506522</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3506522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3506522</guid></item><item><title><![CDATA[New comment by hmigneron in "Show HN: Charts for Hacker News Polls"]]></title><description><![CDATA[
<p>This is cool.<p>The results of the first poll I looked at surprised me and I wanted to read the comments, so I think it would be useful to have a link to the actual poll (on HN) because I had to google it.
Another small thing is that the "HN Charts" in the nav bar doesn't really behave as expected. For example, on that page : <a href="http://hnlike.com/hncharts/chart/?id=3298905" rel="nofollow">http://hnlike.com/hncharts/chart/?id=3298905</a> the link doesn't do anything. On other pages it brings you back to the home page.</p>
]]></description><pubDate>Fri, 20 Jan 2012 18:18:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=3490478</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3490478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3490478</guid></item><item><title><![CDATA[New comment by hmigneron in "Show HN: tool for commodity traders, brokers and analysts."]]></title><description><![CDATA[
<p>Not a huge deal, but I think you should add the "Try it now" button on your learn more page (<a href="http://www.bullbear.ca/more" rel="nofollow">http://www.bullbear.ca/more</a>). Clicking on the back button or on the logo to go back to the home page and sign up seems a bit redundant to me.<p>Also, once you get to the main page, it would be great if by changing your settings you only saw the relevant pieces of news (for example, if I uncheck "Crude Oil" in my settings, I shouldn't have to set a filter on the news as well to remove the elements from the list).<p>Love the simple interface, very slick. The features I tried worked exactly like I expected them to. Well done!</p>
]]></description><pubDate>Wed, 23 Nov 2011 18:17:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=3270995</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3270995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3270995</guid></item><item><title><![CDATA[New comment by hmigneron in "Welcome to the new web."]]></title><description><![CDATA[
<p>The concept of loggur seems interesting, but to be completely honest, I thought the "help us get featured on" written in small characters before the logos of TechCrunch, Mashable, etc. was deceiving in a really lame way.</p>
]]></description><pubDate>Tue, 22 Nov 2011 14:02:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=3265508</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3265508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3265508</guid></item><item><title><![CDATA[New comment by hmigneron in "Confident Code"]]></title><description><![CDATA[
<p>There have been a few online slide type presentations on HN recently and I usually find them frustrating because even when the subject is interesting (which is the case most of the time), the slides make you feel like there is so much information missing.<p>Although you say that there is a lot of content missing, I thought your slides conveyed a lot of useful information and actually made me feel like I got what your presentation was about. Well done!</p>
]]></description><pubDate>Thu, 10 Nov 2011 14:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=3220110</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3220110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3220110</guid></item><item><title><![CDATA[New comment by hmigneron in "Stop motion video shot over 2 years with 288,000 jelly beans"]]></title><description><![CDATA[
<p>The fact that they <i>had</i> to finish shooting the whole thing to have something worth showing makes this even more impressive. They couldn't just stop halfway through and say good enough.<p>For nearly two years they kept working on it and she couldn't really put on any weight, couldn't really age too much, etc. It really is dedication!</p>
]]></description><pubDate>Thu, 03 Nov 2011 23:12:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=3194119</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3194119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3194119</guid></item><item><title><![CDATA[New comment by hmigneron in "I am a programmer"]]></title><description><![CDATA[
<p>The title makes it sound as if the author is in complete disagreement with Patrick's essay (and perhaps he feels that he is) but it's not how I see it.<p>Both articles are about the way you present yourself, not really about the "programmer" label. Sure, your label is part of what do for a living, but the important point brought up by both articles is that you have to recognize what your value is in the workplace and use that as your selling point in order to achieve job satisfaction and/or recognition (that's the way I understood them anyway).</p>
]]></description><pubDate>Tue, 01 Nov 2011 13:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=3181844</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3181844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3181844</guid></item><item><title><![CDATA[New comment by hmigneron in "Slider.js: Slideshows with jQuery, CSS Transitions and Canvas"]]></title><description><![CDATA[
<p>Reminded me of the navigation on a javascript documentation website posted a little while ago : <a href="http://bonsaiden.github.com/JavaScript-Garden/" rel="nofollow">http://bonsaiden.github.com/JavaScript-Garden/</a><p>I am seeing more and more of these all over the place and I think they are great for long pages! Would love to see more of them instead of table of contents on documentation websites (for example, using something similar on a site like the HTML5 spec : <a href="http://www.w3.org/TR/html5/" rel="nofollow">http://www.w3.org/TR/html5/</a> would make the navigation a lot more efficient)</p>
]]></description><pubDate>Mon, 31 Oct 2011 16:15:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=3177896</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3177896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3177896</guid></item><item><title><![CDATA[New comment by hmigneron in "Experts often end up where they started as beginners"]]></title><description><![CDATA[
<p>To me, this is mostly about the way we learn as beginners.<p>You start as a beginner by reading books, watching experts, taking a class. Even if you start by jumping in and figuring it out, you still get the notion of how you should do it from somewhere. Because there is too much theory to understand at first (be it music, computing or math), you accept dogmas, or theorems or theories and work with them.<p>Eventually you gain enough confidence to reconsider what you have been taught. When you do come full circle, I think it's mostly because you understand why something is taught the way it is, not necessarily because you were instinctively doing it right at first.</p>
]]></description><pubDate>Sun, 30 Oct 2011 15:48:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=3174619</link><dc:creator>hmigneron</dc:creator><comments>https://news.ycombinator.com/item?id=3174619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3174619</guid></item></channel></rss>