<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: boundlessdreamz</title><link>https://news.ycombinator.com/user?id=boundlessdreamz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 23:58:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=boundlessdreamz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by boundlessdreamz in "Building a Blog with Elixir and Phoenix"]]></title><description><![CDATA[
<p>Why is it useless?</p>
]]></description><pubDate>Fri, 27 Mar 2026 03:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538775</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=47538775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538775</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "We give every user SQL access to a shared ClickHouse cluster"]]></title><description><![CDATA[
<p>How do you copy all the relevant data? Doesn't this create unnecessary load on your source DB?</p>
]]></description><pubDate>Sat, 21 Mar 2026 13:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466835</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=47466835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466835</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Design and Implementation of Sprites"]]></title><description><![CDATA[
<p>Is there a way to copy files to/from the sprite? Couldn't see an option for that in the CLI</p>
]]></description><pubDate>Thu, 15 Jan 2026 18:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46637186</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=46637186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46637186</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Design and Implementation of Sprites"]]></title><description><![CDATA[
<p>Yeah. My sprites never idled inspite of having nothing running in them and had to be destroyed. Ideally there should be two settings<p>1. A timeout after the last console session is exited
2. Force idle using the CLI</p>
]]></description><pubDate>Thu, 15 Jan 2026 18:45:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46637161</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=46637161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46637161</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "$50 PlanetScale Metal Is GA for Postgres"]]></title><description><![CDATA[
<p>Off-topic: when will postgres 18 be offered on metal?</p>
]]></description><pubDate>Mon, 15 Dec 2025 18:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46278165</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=46278165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46278165</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Maestro – Next generation mobile UI automation"]]></title><description><![CDATA[
<p>When testing mobile apps, how do you manage the data at the backend? i.e how do you ensure that data that you see in the app is he same every time and actions during the test do not affect the data for the next test?<p>When testing the backend in frameworks such as Rails, this is taken care of by seed data and DB transactions.</p>
]]></description><pubDate>Sun, 02 Mar 2025 16:33:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43232098</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=43232098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43232098</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "7 Databases in 7 Weeks for 2025"]]></title><description><![CDATA[
<p>This comment was most likely generated using AI
It is reusing phrases from previous comments -<p><a href="https://news.ycombinator.com/item?id=42330710">https://news.ycombinator.com/item?id=42330710</a> and <a href="https://news.ycombinator.com/item?id=42330639">https://news.ycombinator.com/item?id=42330639</a></p>
]]></description><pubDate>Fri, 06 Dec 2024 05:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42336607</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=42336607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42336607</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Sanding UI"]]></title><description><![CDATA[
<p>Linear has the best UI/UX of all the web apps I have used. After Gmail and Google Maps, I don't recall any other web app wowing me as much as Linear.</p>
]]></description><pubDate>Sun, 22 Sep 2024 16:32:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41618126</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=41618126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41618126</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Show HN: From dotenv to dotenvx – better config management"]]></title><description><![CDATA[
<p>This is similar to how Rails handles secrets - <a href="https://edgeguides.rubyonrails.org/security.html#environmental-security" rel="nofollow">https://edgeguides.rubyonrails.org/security.html#environment...</a><p>In Rails, the entire file is encrypted unlike here where only the secrets are</p>
]]></description><pubDate>Tue, 25 Jun 2024 17:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40791100</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=40791100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40791100</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Do we need to store all that telemetry?"]]></title><description><![CDATA[
<p>You question his competence.<p>>  i feel like you have never touched servers/backend in anything more than simple projects (or at all). with full storage/memory there could be an issue that you won't be able to ssh to the server, so it speaks about your knowledge in this matter.<p>He was answering that.<p>If instead of dismissing someone outright and question their competence, you had 
raised specific concerns, this would have been a more productive conversation</p>
]]></description><pubDate>Tue, 16 Apr 2024 04:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=40048258</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=40048258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40048258</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Cache is King: A guide for Docker layer caching in GitHub Actions"]]></title><description><![CDATA[
<p>runs-ons supports custom images - <a href="https://runs-on.com/features/byoi/" rel="nofollow">https://runs-on.com/features/byoi/</a> and caching to S3 - <a href="https://runs-on.com/reference/caching/" rel="nofollow">https://runs-on.com/reference/caching/</a><p>I haven't used it yet but these two features make it the clear favourite for me in alternate github action runners</p>
]]></description><pubDate>Sun, 07 Apr 2024 05:00:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=39958284</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=39958284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39958284</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Show HN: Managed GitHub Actions Runners for AWS"]]></title><description><![CDATA[
<p>The depot.dev service has excellent caching for docker. It's almost like building locally.<p>Though the site (depot.dev) focuses on that aspect, this post doesn't.<p>@jacobwg - Do the runners in AWS get the same docker caching performance as depot.dev hosted runners?</p>
]]></description><pubDate>Fri, 05 Apr 2024 06:19:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=39939223</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=39939223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39939223</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Show HN: Open-source x64 and Arm GitHub runners"]]></title><description><![CDATA[
<p>This is pretty much exactly what I wanted (yay for custom images) but the pricing makes it a non starter. Please consider a tiered monthly pricing based on build minutes.</p>
]]></description><pubDate>Wed, 31 Jan 2024 12:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39202950</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=39202950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39202950</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Shadcn: Components that you can copy-paste into your apps"]]></title><description><![CDATA[
<p>Depending on your stack, there are quite a few options.<p>Laravel:<p>- <a href="https://filamentphp.com/" rel="nofollow">https://filamentphp.com/</a><p>- <a href="https://bladewindui.com/" rel="nofollow">https://bladewindui.com/</a><p>Rails:<p>- <a href="https://zestui.com/" rel="nofollow">https://zestui.com/</a> (Disclaimer: my project)<p>Alpine+Tailwind:<p>- <a href="https://devdojo.com/pines" rel="nofollow">https://devdojo.com/pines</a><p>- <a href="https://sailboatui.com/" rel="nofollow">https://sailboatui.com/</a> (minimal alpine)<p>WebComponents:<p>- <a href="https://shoelace.style/" rel="nofollow">https://shoelace.style/</a><p>Others:<p>- <a href="https://daisyui.com/" rel="nofollow">https://daisyui.com/</a><p>- <a href="https://flowbite.com/" rel="nofollow">https://flowbite.com/</a><p>- <a href="https://preline.co/index.html" rel="nofollow">https://preline.co/index.html</a></p>
]]></description><pubDate>Sat, 13 Jan 2024 10:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38978656</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38978656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38978656</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Shadcn: Components that you can copy-paste into your apps"]]></title><description><![CDATA[
<p>He went to work for Vercel after this became successful.</p>
]]></description><pubDate>Sat, 13 Jan 2024 09:56:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=38978543</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38978543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38978543</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Ask HN: Those making $500+/month on side projects in 2024 – Show and tell"]]></title><description><![CDATA[
<p>It will work with any existing Rails app as long as you are using<p>- Tailwind<p>- Stimulus<p>Installation instructions are here - <a href="https://zestui.com/docs/installation" rel="nofollow">https://zestui.com/docs/installation</a><p>It is right now only tested with Rails 7 and Ruby 3+ but it should work with Rails 6.1+ and Ruby 2.7+</p>
]]></description><pubDate>Thu, 11 Jan 2024 03:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=38947236</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38947236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38947236</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Ask HN: Those making $500+/month on side projects in 2024 – Show and tell"]]></title><description><![CDATA[
<p>I built and recently released a UI kit for Rails - <a href="https://zestui.com" rel="nofollow">https://zestui.com</a><p>Built with Phlex, styled with Tailwind with custom built Stimulus controllers.<p>It's got<p>- 25 themes<p>- Dark Mode<p>- Form Builder<p>- Icons<p>- Built in Flash Toast<p>- The components are responsive or have specific mobile views<p>- All the JS needed (Stimulus controllers) is wired up automatically<p>Phlex is a game changer. It is simple, powerful, intuitive and performant. I will never ever write a component as a partial/ViewComponent again.<p>A short video (50 seconds) showing it off: <a href="https://youtu.be/OQmDZddLtR8" rel="nofollow">https://youtu.be/OQmDZddLtR8</a><p>It has crossed $500/month but since it's a one time purchase it is too early to tell whether it will sustain since I launched it only in December 2023.</p>
]]></description><pubDate>Wed, 10 Jan 2024 10:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38938586</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38938586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38938586</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Unveiling the big leap in Ruby 3.3's IRB"]]></title><description><![CDATA[
<p>Didn't syntax_tree come before Prism?</p>
]]></description><pubDate>Sun, 24 Dec 2023 07:04:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38751744</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38751744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38751744</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Catalyst – Tailwind CSS Application UI Kit"]]></title><description><![CDATA[
<p>This comment has the details.<p><a href="https://news.ycombinator.com/item?id=34366454">https://news.ycombinator.com/item?id=34366454</a></p>
]]></description><pubDate>Thu, 21 Dec 2023 08:49:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=38718317</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38718317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38718317</guid></item><item><title><![CDATA[New comment by boundlessdreamz in "Catalyst – Tailwind CSS Application UI Kit"]]></title><description><![CDATA[
<p>Precisely because it can be used to sprinkle JS functionality :)<p>Vue and Svelte are great but adopting them means that you are using Rails as just a backend. For the vast majority of apps, the Rails default stack works really well.</p>
]]></description><pubDate>Thu, 21 Dec 2023 07:00:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38717830</link><dc:creator>boundlessdreamz</dc:creator><comments>https://news.ycombinator.com/item?id=38717830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38717830</guid></item></channel></rss>