<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: rickbergfalk</title><link>https://news.ycombinator.com/user?id=rickbergfalk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 05 Sep 2026 08:33:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rickbergfalk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rickbergfalk in "The asteroid currently hitting front end web development"]]></title><description><![CDATA[
<p>> Meanwhile, Cursor and Viget have blogged about migrating their codebases from Solid and Lit, respectively, to React.<p>That was maddening to read. Here I was thinking we should all be migrating to better performing frontend solutions. Does it really take an agent that many more tokens to write Lit or regular HTML and HTMX?</p>
]]></description><pubDate>Fri, 04 Sep 2026 00:09:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49558822</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=49558822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49558822</guid></item><item><title><![CDATA[New comment by rickbergfalk in "Vite 3.0"]]></title><description><![CDATA[
<p>Yes. Currently using it in production and couldn't be happier.<p>The individual modules are only served during development, but even then startup/load is faster than our previous webpack setup by an order of magnitude. When you build for production, you still end up with a bundle like you had previously.</p>
]]></description><pubDate>Wed, 13 Jul 2022 17:18:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32085765</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=32085765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32085765</guid></item><item><title><![CDATA[New comment by rickbergfalk in "Why old-school PostgreSQL is so hip again"]]></title><description><![CDATA[
<p>Proper queuing in RDBMSs can be tricky.<p>2ndQuadrant has a good  write up of what is required to make sure you don't fall into any traps: <a href="https://blog.2ndquadrant.com/what-is-select-skip-locked-for-in-postgresql-9-5/" rel="nofollow">https://blog.2ndquadrant.com/what-is-select-skip-locked-for-...</a><p>Now if we're just talking about persisting data to somewhere - postgres COPY is pretty amazing.</p>
]]></description><pubDate>Mon, 11 Dec 2017 23:44:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=15901855</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=15901855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15901855</guid></item><item><title><![CDATA[New comment by rickbergfalk in "Show HN: SqlPad – Run SQL in browser and chart results"]]></title><description><![CDATA[
<p>Hi HN - SqlPad has shown up here a couple times before but I've never taken the opportunity to do a a Show HN on it yet, so I'm doing that now :)<p>I recently took a  sabbatical of sorts to clean it up a bit, as well as catch up with modern javascript developments.<p>I just published 2.0.0 to npm. No crazy new features from 1.x or anything, more of a front-end rewrite and polish of user experience while trying to keep the application simple and focused.</p>
]]></description><pubDate>Wed, 12 Oct 2016 17:19:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=12694772</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=12694772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12694772</guid></item><item><title><![CDATA[Show HN: SqlPad – Run SQL in browser and chart results]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rickbergfalk/sqlpad">https://github.com/rickbergfalk/sqlpad</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=12694763">https://news.ycombinator.com/item?id=12694763</a></p>
<p>Points: 10</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 12 Oct 2016 17:18:23 +0000</pubDate><link>https://github.com/rickbergfalk/sqlpad</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=12694763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12694763</guid></item><item><title><![CDATA[New comment by rickbergfalk in "SqlPad: Run SQL in your browser and chart the results"]]></title><description><![CDATA[
<p>Thanks! I'd love to hear your thoughts. feel free to send them to me via email or github issue</p>
]]></description><pubDate>Mon, 14 Dec 2015 20:08:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=10733448</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=10733448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10733448</guid></item><item><title><![CDATA[New comment by rickbergfalk in "SqlPad: Run SQL in your browser and chart the results"]]></title><description><![CDATA[
<p>TauCharts has been an amazing library to work with. Its API fits so well with the mental model of how the SQL results map to visualizations. I can't recommend this charting library enough. It's like a mini tableau built on top of d3.</p>
]]></description><pubDate>Mon, 14 Dec 2015 19:57:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=10733355</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=10733355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10733355</guid></item><item><title><![CDATA[New comment by rickbergfalk in "SqlPad: Run SQL in your browser and chart the results"]]></title><description><![CDATA[
<p>Thanks troels! It doesn't but it's something we could keep in mind. Feel free to open an issue on GitHub to make the request. Do you have any examples of what you have in mind?</p>
]]></description><pubDate>Mon, 14 Dec 2015 19:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=10733278</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=10733278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10733278</guid></item><item><title><![CDATA[New comment by rickbergfalk in "SqlPad: Run SQL in your browser and chart the results"]]></title><description><![CDATA[
<p>Hi Hacker News! So this is where the extra activity is from :) honored to be posted.<p>SqlPad was something I built to scratch my own itch and was sort of a self-challenge. I haven't done much with it lately, but a few users have contributed some additions back and have been helping with the project.<p>Just a heads up if you explore the code - I'm not a Node.js developer by trade and this is sort of a hobby for me as a SQL Server developer/DBA.<p>I'm flattered by the comments here. Really inspiring to get back to work on this.<p>Also wanted to add - If SqlPad isn't quite what you're looking for but want to visualize SQL results check out these other projects and solutions:<p>Metabase (<a href="http://www.metabase.com/" rel="nofollow">http://www.metabase.com/</a>)<p>Redash (<a href="https://github.com/getredash/redash" rel="nofollow">https://github.com/getredash/redash</a>)<p>Wagon (<a href="https://www.wagonhq.com/" rel="nofollow">https://www.wagonhq.com/</a>)<p>Periscope Data (<a href="https://www.periscopedata.com/" rel="nofollow">https://www.periscopedata.com/</a>)<p>Mode Analytics (<a href="https://modeanalytics.com/" rel="nofollow">https://modeanalytics.com/</a>)</p>
]]></description><pubDate>Mon, 14 Dec 2015 19:34:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=10733212</link><dc:creator>rickbergfalk</dc:creator><comments>https://news.ycombinator.com/item?id=10733212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10733212</guid></item></channel></rss>