<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: mickaelkerjean</title><link>https://news.ycombinator.com/user?id=mickaelkerjean</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 07 Aug 2026 06:58:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mickaelkerjean" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mickaelkerjean in "Herdr is joining Y Combinator. The runtime stays open"]]></title><description><![CDATA[
<p>What made you prefer it to tmux? Looking at their demo, they put a lot of emphasis on the workspace like feature which tmux already got with sessions. Not sure what is the point of all those new tui runtime, tried a few but always got back to tmux, what am I missing?</p>
]]></description><pubDate>Fri, 07 Aug 2026 04:05:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49205796</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=49205796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49205796</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "AMD acquires Taalas to boost inference performance by etching models in silicon"]]></title><description><![CDATA[
<p>their tech is a mere demo to open up a new path, the day we can have some asics running a Qwen3.6 27b, this would open up new doors</p>
]]></description><pubDate>Fri, 07 Aug 2026 02:34:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49205319</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=49205319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49205319</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "I loved jQuery, and still do (2019)"]]></title><description><![CDATA[
<p>I respectfully disagree if you have some other things to do in your free time than maintaining dependencies, trying to figure out why your project won't compile at all in 6 months of time while reporting 100 security issues, what will be the next change in webpack to will require to update both your config and some plugins, why does npm now cry for you to use a "--legacy-peer-deps" flags to nicely handle dependencies you didn't know you had while being happy you can't compile your frontend project on a small raspberry pi. It's not because you can use all those tools than you should</p>
]]></description><pubDate>Tue, 29 Jun 2021 16:40:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=27678348</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=27678348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27678348</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "Go command support for embedded static assets (files)"]]></title><description><![CDATA[
<p>Yes! I can't count how many people have tried to use my software (<a href="https://github.com/mickael-kerjean/filestash" rel="nofollow">https://github.com/mickael-kerjean/filestash</a>), flushing some entire directories with docker volume and creating support tickets and emails as things got broken.<p>The landscape of tools supposed to solve that problem isn't great. Things are changing way too fast with projects being archived or deprecated with mention to migrate to another solution which after another year is deprecated again. Because of those issue, I've went with go generate which isn't ideal but is at least stable. That proposal would be a game changer and hopefully it will become a reality as Brad is quite a prominent figure in the Golang world.</p>
]]></description><pubDate>Fri, 24 Jul 2020 02:03:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=23934924</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=23934924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23934924</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "Ask HN: What is your side project?"]]></title><description><![CDATA[
<p><a href="http://www.spotlive.io" rel="nofollow">http://www.spotlive.io</a>
A market place for bands to get gigs in Australia</p>
]]></description><pubDate>Sun, 19 Feb 2017 22:13:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=13682376</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=13682376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13682376</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "Substance: a JavaScript library for web-based content editing"]]></title><description><![CDATA[
<p>In the same way as highjacking the scrollbar, WYSIWYG editors have always feel like a hack to support end user needs without technical background. The idea of being able to seamlessly edit a website, create pages that respect semantic that even my grand ma could maintain is quite compelling to me.<p>Many of those editors tends to produce bad looking HTML code that might be fine for today but will become an headache to migrate to any other platform or will become an headache when somebody decide they want to change the color of all their link as their crappy editors produce inline styling ....<p>Anyway we might not have a one size fit all solution but WYSIWYG isn't a perfect solution either.</p>
]]></description><pubDate>Thu, 17 Mar 2016 04:08:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=11302515</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=11302515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11302515</guid></item><item><title><![CDATA[New comment by mickaelkerjean in "Substance: a JavaScript library for web-based content editing"]]></title><description><![CDATA[
<p>Can somebody give any use case that make this project or draft.js interesting compared to all the other WYSIWYG editors available (tinyMCE, CKEditor and so on...)?<p>Especially since the generated HTML of the editor is very verbose and doesn't respect semantic (header1 isn't translate as h1 but a div with a super long id. Why?)<p>And what is so terrible about contentEditable? I spent a few minutes with it a few month ago and it felt great (and works on old version of IE), just lacking some library on top of it to give the end user a way to fully control everything.</p>
]]></description><pubDate>Thu, 17 Mar 2016 02:22:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=11302196</link><dc:creator>mickaelkerjean</dc:creator><comments>https://news.ycombinator.com/item?id=11302196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11302196</guid></item></channel></rss>