<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: rasso</title><link>https://news.ycombinator.com/user?id=rasso</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 10:45:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rasso" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rasso in "EmDash – A spiritual successor to WordPress that solves plugin security"]]></title><description><![CDATA[
<p>For what it's worth: they live up to their own standards. Here, for example, is the source code that powers their VIP platform product:<p><a href="https://github.com/Automattic/vip-go-mu-plugins" rel="nofollow">https://github.com/Automattic/vip-go-mu-plugins</a><p>It must be open sourced because it's based on WordPress. I still love that.</p>
]]></description><pubDate>Thu, 02 Apr 2026 06:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47610742</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=47610742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47610742</guid></item><item><title><![CDATA[A Day in the Life of an Ensh**ttificator]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=T4Upf_B9RLQ">https://www.youtube.com/watch?v=T4Upf_B9RLQ</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47236446">https://news.ycombinator.com/item?id=47236446</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Mar 2026 18:18:38 +0000</pubDate><link>https://www.youtube.com/watch?v=T4Upf_B9RLQ</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=47236446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47236446</guid></item><item><title><![CDATA[CSS is too powerful now [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=Y-3tPDZCk2o">https://www.youtube.com/watch?v=Y-3tPDZCk2o</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47158182">https://news.ycombinator.com/item?id=47158182</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Feb 2026 21:32:08 +0000</pubDate><link>https://www.youtube.com/watch?v=Y-3tPDZCk2o</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=47158182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47158182</guid></item><item><title><![CDATA[New comment by rasso in "Shatner is making an album with 35 metal icons"]]></title><description><![CDATA[
<p>This is my all-time favourite from Shatner: "It hasn't happened yet"<p><a href="https://youtu.be/7GnoLJIIS4w?si=zP_mlOxV1tKMMkQx" rel="nofollow">https://youtu.be/7GnoLJIIS4w?si=zP_mlOxV1tKMMkQx</a></p>
]]></description><pubDate>Tue, 24 Feb 2026 07:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47134112</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=47134112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47134112</guid></item><item><title><![CDATA[New comment by rasso in "You can make up HTML tags"]]></title><description><![CDATA[
<p>See my other comment: you can set default styles using<p>:where(:not(:defined)) { display: block }</p>
]]></description><pubDate>Mon, 29 Dec 2025 07:53:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46418412</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=46418412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46418412</guid></item><item><title><![CDATA[New comment by rasso in "You can make up HTML tags"]]></title><description><![CDATA[
<p>simply only ever use this to replace <span> or <div></p>
]]></description><pubDate>Mon, 29 Dec 2025 07:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46418402</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=46418402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46418402</guid></item><item><title><![CDATA[New comment by rasso in "You can make up HTML tags"]]></title><description><![CDATA[
<p>Beware that connectedCallback runs _every time_ a custom element is added to the dom. So you should make sure to only add event listeners once by tracking internally if the element was already initialized.</p>
]]></description><pubDate>Mon, 29 Dec 2025 05:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46417871</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=46417871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46417871</guid></item><item><title><![CDATA[New comment by rasso in "You can make up HTML tags"]]></title><description><![CDATA[
<p>This is how you can set default styles for all your custom elements:<p><pre><code>    :where(:not(:defined)) {
         display: block;
    }</code></pre></p>
]]></description><pubDate>Mon, 29 Dec 2025 05:27:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46417756</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=46417756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46417756</guid></item><item><title><![CDATA[New comment by rasso in "Show HN: Picknplace.js, an alternative to drag-and-drop"]]></title><description><![CDATA[
<p>Amazing, thanks! Didn't know this one yet :)</p>
]]></description><pubDate>Fri, 19 Dec 2025 11:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46324552</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=46324552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46324552</guid></item><item><title><![CDATA[/Nothing-Here]]></title><description><![CDATA[
<p>Article URL: <a href="https://nerdy.dev/nothing-here">https://nerdy.dev/nothing-here</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45828312">https://news.ycombinator.com/item?id=45828312</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Nov 2025 21:31:02 +0000</pubDate><link>https://nerdy.dev/nothing-here</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=45828312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45828312</guid></item><item><title><![CDATA[New comment by rasso in "When stick figures fought"]]></title><description><![CDATA[
<p>Absolutely, me too!! AS3 was a beautiful language.</p>
]]></description><pubDate>Tue, 04 Nov 2025 21:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45816012</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=45816012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45816012</guid></item><item><title><![CDATA[New comment by rasso in "Vite+ – Unified toolchain for the web"]]></title><description><![CDATA[
<p>Oh my… thanks for the research and sorry for my lazy assumption!</p>
]]></description><pubDate>Fri, 10 Oct 2025 17:48:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45541747</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=45541747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45541747</guid></item><item><title><![CDATA[New comment by rasso in "Vite+ – Unified toolchain for the web"]]></title><description><![CDATA[
<p>It‘s not by the vite team.</p>
]]></description><pubDate>Fri, 10 Oct 2025 17:33:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45541543</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=45541543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45541543</guid></item><item><title><![CDATA[Viewport behavior in Safari 26 is utterly broken]]></title><description><![CDATA[
<p>Article URL: <a href="https://bsky.app/profile/bram.us/post/3lyvpzesevs2u">https://bsky.app/profile/bram.us/post/3lyvpzesevs2u</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45286275">https://news.ycombinator.com/item?id=45286275</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 18 Sep 2025 06:40:46 +0000</pubDate><link>https://bsky.app/profile/bram.us/post/3lyvpzesevs2u</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=45286275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45286275</guid></item><item><title><![CDATA[Vanilla JavaScript scroll restoration for overflowing elements]]></title><description><![CDATA[
<p>Article URL: <a href="https://restore-scroll.js.org/">https://restore-scroll.js.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44949916">https://news.ycombinator.com/item?id=44949916</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Aug 2025 09:51:51 +0000</pubDate><link>https://restore-scroll.js.org/</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=44949916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44949916</guid></item><item><title><![CDATA[How and Why to Ditch GitHub]]></title><description><![CDATA[
<p>Article URL: <a href="https://taggart-tech.com/migrate-to-codeberg/">https://taggart-tech.com/migrate-to-codeberg/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44816670">https://news.ycombinator.com/item?id=44816670</a></p>
<p>Points: 36</p>
<p># Comments: 19</p>
]]></description><pubDate>Wed, 06 Aug 2025 19:38:11 +0000</pubDate><link>https://taggart-tech.com/migrate-to-codeberg/</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=44816670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44816670</guid></item><item><title><![CDATA[New comment by rasso in "Show HN: A rain Pomodoro with brown noise, ASMR, and Middle Eastern music"]]></title><description><![CDATA[
<p>Beautiful! If you could find a way to connect this to Music for Programming [0], that would be awesome.<p>[0] <a href="https://musicforprogramming.net/latest/" rel="nofollow">https://musicforprogramming.net/latest/</a></p>
]]></description><pubDate>Wed, 09 Jul 2025 08:06:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44507393</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=44507393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44507393</guid></item><item><title><![CDATA[New comment by rasso in "Chongqing, the Largest City – In Pictures"]]></title><description><![CDATA[
<p>Interesting - not available for me (in Germany!)…</p>
]]></description><pubDate>Sun, 27 Apr 2025 15:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43812654</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=43812654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43812654</guid></item><item><title><![CDATA[New comment by rasso in "Solidjs: Simple and performant reactivity for building user interfaces"]]></title><description><![CDATA[
<p>Alpine.js in tandem with alpine-ajax has made me a very happy developer the last few years.</p>
]]></description><pubDate>Wed, 23 Apr 2025 09:27:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43770158</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=43770158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43770158</guid></item><item><title><![CDATA[New comment by rasso in "Which year: guess which year each photo was taken"]]></title><description><![CDATA[
<p>Zooming in worked for me in Arc on iPhone</p>
]]></description><pubDate>Sun, 20 Apr 2025 08:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=43742397</link><dc:creator>rasso</dc:creator><comments>https://news.ycombinator.com/item?id=43742397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43742397</guid></item></channel></rss>