<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: lastontheboat</title><link>https://news.ycombinator.com/user?id=lastontheboat</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 18 Sep 2026 18:55:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lastontheboat" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lastontheboat in "One year of sponsored Servo development"]]></title><description><![CDATA[
<p>This sounds very cool! If you'd like to talk about your experience with the project on the Servo zulip (servo.zulipchat.com), we love hearing feedback from embedders.</p>
]]></description><pubDate>Thu, 17 Sep 2026 14:34:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49741417</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=49741417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49741417</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo is now available on crates.io"]]></title><description><![CDATA[
<p>Servo does execute JS and does support webgl (and some but not all of webgl2 if you enable the feature: <a href="https://book.servo.org/design-documentation/experimental-features.html" rel="nofollow">https://book.servo.org/design-documentation/experimental-fea...</a>).</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758645</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=47758645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758645</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo is now available on crates.io"]]></title><description><![CDATA[
<p>Oh, I forgot that <a href="https://arewebrowseryet.com/" rel="nofollow">https://arewebrowseryet.com/</a> exists for this too!</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:23:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752438</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=47752438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752438</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo is now available on crates.io"]]></title><description><![CDATA[
<p><a href="https://doc.servo.org/apis.html" rel="nofollow">https://doc.servo.org/apis.html</a> is auto-generated from WebUDL interfaces that exist in Servo. It's not great but better than nothing.</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:09:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752222</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=47752222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752222</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo v0.0.1"]]></title><description><![CDATA[
<p>You're actually not sending Content-Type for _any_ resource, as far as I can tell!</p>
]]></description><pubDate>Fri, 24 Oct 2025 19:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45698184</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=45698184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45698184</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo v0.0.1"]]></title><description><![CDATA[
<p>This is something I want to make possible! There was an early experiment in <a href="https://github.com/mcclure/cuervo/" rel="nofollow">https://github.com/mcclure/cuervo/</a> which helped identify some ways that our embedding APIs would need to change to support that use case.</p>
]]></description><pubDate>Tue, 21 Oct 2025 08:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45653743</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=45653743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45653743</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo v0.0.1"]]></title><description><![CDATA[
<p>I found your blog and this behaviour is extremely mysterious! Thanks for pointing this out, I've got a new puzzle to dig into now.<p>Edit: <a href="https://github.com/servo/servo/issues/40047" rel="nofollow">https://github.com/servo/servo/issues/40047</a></p>
]]></description><pubDate>Tue, 21 Oct 2025 00:35:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45651151</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=45651151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45651151</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo v0.0.1"]]></title><description><![CDATA[
<p>Link? I'm a Servo maintainer and I appreciate test cases like that.</p>
]]></description><pubDate>Mon, 20 Oct 2025 14:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45644128</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=45644128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45644128</guid></item><item><title><![CDATA[ExBoxing: Bridging the divide between tag boxing and NaN boxing]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@kannanvijayan/exboxing-bridging-the-divide-between-tag-boxing-and-nan-boxing-07e39840e0ca">https://medium.com/@kannanvijayan/exboxing-bridging-the-divide-between-tag-boxing-and-nan-boxing-07e39840e0ca</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43065781">https://news.ycombinator.com/item?id=43065781</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 16 Feb 2025 06:11:48 +0000</pubDate><link>https://medium.com/@kannanvijayan/exboxing-bridging-the-divide-between-tag-boxing-and-nan-boxing-07e39840e0ca</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=43065781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43065781</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>Correct. I didn't mean to imply otherwise.</p>
]]></description><pubDate>Wed, 18 Nov 2020 00:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=25131797</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25131797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25131797</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>No, it was a name I took when joining a bunch of social sites back in 2012 and feeling like I was the last person in my circles to do so.</p>
]]></description><pubDate>Wed, 18 Nov 2020 00:38:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=25131787</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25131787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25131787</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>Honestly the project has had >1000 contributors over the past 8 years and a lot of them did just that.</p>
]]></description><pubDate>Wed, 18 Nov 2020 00:37:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=25131778</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25131778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25131778</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>Servo already has a C embedding API in <a href="https://github.com/servo/servo/tree/master/ports/libsimpleservo/capi" rel="nofollow">https://github.com/servo/servo/tree/master/ports/libsimplese...</a>.</p>
]]></description><pubDate>Tue, 17 Nov 2020 19:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=25128147</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25128147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25128147</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>We had a summer of code student implementing support in Servo: <a href="https://blog.servo.org/2020/08/30/gsoc-webgpu/" rel="nofollow">https://blog.servo.org/2020/08/30/gsoc-webgpu/</a></p>
]]></description><pubDate>Tue, 17 Nov 2020 17:51:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=25126946</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25126946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25126946</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>Servo currently incorporates a network stack, a JS engine, the DOM, JS APIs, an HTML parser, a CSS styling engine, graphical rendering, media parsing and playback, etc. It is not a browser, since it doesn't impose requirements about how to load specific pages, interact with tabs, expose history or bookmarks, etc.</p>
]]></description><pubDate>Tue, 17 Nov 2020 17:47:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=25126866</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25126866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25126866</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>There is no plan to relicense at this time.</p>
]]></description><pubDate>Tue, 17 Nov 2020 17:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=25126815</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25126815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25126815</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo’s new home"]]></title><description><![CDATA[
<p>We've been cagey about this over the months since the Servo team at Mozilla was disbanded, since there were various moving pieces that needed to fall into place. We're excited about the possibility for Servo to continue growing and evolving in its new home, though!</p>
]]></description><pubDate>Tue, 17 Nov 2020 16:09:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=25125382</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=25125382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25125382</guid></item><item><title><![CDATA[New comment by lastontheboat in "Firefox Reality Now Available"]]></title><description><![CDATA[
<p>Yes, but this release doesn't include any of that work that is not already in upstream Firefox.</p>
]]></description><pubDate>Wed, 19 Sep 2018 02:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=18021159</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=18021159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18021159</guid></item><item><title><![CDATA[New comment by lastontheboat in "Servo nightly builds on Windows now available"]]></title><description><![CDATA[
<p>We don't mind stuff that seems obvious because it may not be to others. Keyboard selection in the URL bar is supposed to work, for example.</p>
]]></description><pubDate>Thu, 13 Apr 2017 11:46:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=14105981</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=14105981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14105981</guid></item><item><title><![CDATA[New comment by lastontheboat in "First Timers Only"]]></title><description><![CDATA[
<p><a href="https://wiki.mozilla.org/Webdev/GetInvolved" rel="nofollow">https://wiki.mozilla.org/Webdev/GetInvolved</a> is Django-based, while <a href="https://wiki.mozilla.org/ReleaseEngineering/Contribute" rel="nofollow">https://wiki.mozilla.org/ReleaseEngineering/Contribute</a> and <a href="https://wiki.mozilla.org/EngineeringProductivity" rel="nofollow">https://wiki.mozilla.org/EngineeringProductivity</a> are largely Python-based.</p>
]]></description><pubDate>Wed, 25 Nov 2015 17:42:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=10628383</link><dc:creator>lastontheboat</dc:creator><comments>https://news.ycombinator.com/item?id=10628383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10628383</guid></item></channel></rss>