<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: basic_banana</title><link>https://news.ycombinator.com/user?id=basic_banana</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 12:49:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=basic_banana" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by basic_banana in "Who's afraid of Chinese models?"]]></title><description><![CDATA[
<p>They are just afraid open source/weights models, and the models are from China.<p>If EU build some SOTA open source models, they will design a different story</p>
]]></description><pubDate>Tue, 21 Jul 2026 15:47:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48993908</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=48993908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48993908</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: AI Agent in Jupyter – Runcell"]]></title><description><![CDATA[
<p>Interesting work.<p>I tried cursor/claude code, but most of them just "code", they generate a lot of cells at once. But when i was working on data science project, i usually need to decide what code to write next based on previous cell result analysis, which i think runcell just did it!</p>
]]></description><pubDate>Thu, 28 Aug 2025 09:31:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45050195</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=45050195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45050195</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool"]]></title><description><![CDATA[
<p>It is pretty similar to async code, but i guess async is more like linear, while async code is more likely a codex cloud for claude code.<p><a href="https://github.com/ObservedObserver/async-code" rel="nofollow">https://github.com/ObservedObserver/async-code</a></p>
]]></description><pubDate>Thu, 28 Aug 2025 09:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45050176</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=45050176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45050176</guid></item><item><title><![CDATA[Crawl4ai – open-source web crawler for your AI agent]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/unclecode/crawl4ai">https://github.com/unclecode/crawl4ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43048990">https://news.ycombinator.com/item?id=43048990</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 14 Feb 2025 15:00:35 +0000</pubDate><link>https://github.com/unclecode/crawl4ai</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=43048990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048990</guid></item><item><title><![CDATA[Why Developers Are Switching from GitHub Copilot to Cursor]]></title><description><![CDATA[
<p>Article URL: <a href="https://cursorcopilot.com/blog/copilot-vs-cursor">https://cursorcopilot.com/blog/copilot-vs-cursor</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41529273">https://news.ycombinator.com/item?id=41529273</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 13 Sep 2024 08:44:37 +0000</pubDate><link>https://cursorcopilot.com/blog/copilot-vs-cursor</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41529273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41529273</guid></item><item><title><![CDATA[What does founder mode say?]]></title><description><![CDATA[
<p>Article URL: <a href="https://photes.io/notes/53c87b44-0fcf-4a24-a97a-1cc34ad7c14a/understanding-founder-mode-leadership-beyond-management">https://photes.io/notes/53c87b44-0fcf-4a24-a97a-1cc34ad7c14a/understanding-founder-mode-leadership-beyond-management</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41426560">https://news.ycombinator.com/item?id=41426560</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Sep 2024 16:02:02 +0000</pubDate><link>https://photes.io/notes/53c87b44-0fcf-4a24-a97a-1cc34ad7c14a/understanding-founder-mode-leadership-beyond-management</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41426560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41426560</guid></item><item><title><![CDATA[Show HN: Beautiful landing page builder for developers with tailwind and shadcn]]></title><description><![CDATA[
<p>Hi, I just build an open source project, convertfast-ui providing landing page blocks you can copy paste to your project. All code blocks are based on shadcn and tailwind.
Convertfast-ui also provides a CLI tool, with some quick command to generate landing pages directly into your project, a command example would be:<p>npx convertfast-ui@latest page create <my-page><p>It will generate landing page code in my-page and then you can edit them for customization.<p>Feedback and suggestions are welcome.<p>github repo: <a href="https://github.com/ObservedObserver/convertfast-ui">https://github.com/ObservedObserver/convertfast-ui</a><p>Website and docs: <a href="https://ui.convertfa.st/" rel="nofollow">https://ui.convertfa.st/</a><p>It's a free and open source project, the landing page demo is a showcase not real product.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41107779">https://news.ycombinator.com/item?id=41107779</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Jul 2024 10:42:05 +0000</pubDate><link>https://ui.convertfa.st/</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41107779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41107779</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>This is a free and open source CLI tool, and the landing page is just template generated by the tool, not real product and pricing.<p>For sections details, it's on the docs page: <a href="https://ui.convertfa.st/docs" rel="nofollow">https://ui.convertfa.st/docs</a></p>
]]></description><pubDate>Wed, 24 Jul 2024 12:18:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41056207</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41056207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41056207</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>The page is a showcase landing page example, not real product, the pricing are not for real product. It's just an open source and free CLI tool. Sorry for the confused information.</p>
]]></description><pubDate>Wed, 24 Jul 2024 11:51:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41055990</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41055990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41055990</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>Sorry for the image, it just a placeholder image. I will just remove the placeholder image ot use some AI-generated images. It's not a landing page of real product, just a showcase of generated landing page</p>
]]></description><pubDate>Wed, 24 Jul 2024 11:48:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41055971</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41055971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41055971</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>it's a example landing page generated by the tool, the product and pricing are not real product, just show the UI.</p>
]]></description><pubDate>Wed, 24 Jul 2024 11:45:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41055942</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41055942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41055942</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>it's a showcase of pricing section in landing page, not real product, just a example of pricing section.</p>
]]></description><pubDate>Wed, 24 Jul 2024 11:44:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41055932</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41055932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41055932</guid></item><item><title><![CDATA[New comment by basic_banana in "Show HN: Beautiful landing page builder for developers with tailwind and shadcn"]]></title><description><![CDATA[
<p>I just take some random screenshot, it just shows an example of landing page, not real product. sorry for the misleading design, will change the image soon</p>
]]></description><pubDate>Wed, 24 Jul 2024 11:43:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41055925</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41055925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41055925</guid></item><item><title><![CDATA[Show HN: Beautiful landing page builder for developers with tailwind and shadcn]]></title><description><![CDATA[
<p>Hi, I just build an open source project, convertfast-ui providing landing page blocks you can copy paste to your project. All code blocks are based on shadcn and tailwind.<p>Convertfast-ui also provides a CLI tool, with some quick command to generate landing pages directly into your project, a command example would be:<p>npx convertfast-ui@latest page create <my-page><p>It will generate landing page code in my-page and then you can edit them for customization.<p>Feedback and suggestions are welcome.<p>github repo: <a href="https://github.com/ObservedObserver/convertfast-ui">https://github.com/ObservedObserver/convertfast-ui</a><p>Website and docs: <a href="https://ui.convertfa.st/" rel="nofollow">https://ui.convertfa.st/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41053286">https://news.ycombinator.com/item?id=41053286</a></p>
<p>Points: 20</p>
<p># Comments: 18</p>
]]></description><pubDate>Wed, 24 Jul 2024 03:07:34 +0000</pubDate><link>https://ui.convertfa.st/</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=41053286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41053286</guid></item><item><title><![CDATA[PyGWalker: On-the-Fly Assistant for Exploratory Visual Data Analysis]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2406.11637">https://arxiv.org/abs/2406.11637</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40889282">https://news.ycombinator.com/item?id=40889282</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 06 Jul 2024 09:39:05 +0000</pubDate><link>https://arxiv.org/abs/2406.11637</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=40889282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40889282</guid></item><item><title><![CDATA[New comment by basic_banana in "Local First, Forever"]]></title><description><![CDATA[
<p>glad to see more discussion about local-first, but there havn't been a good business model for local first products, which might lead to the unsustainable of the tech ecosystem</p>
]]></description><pubDate>Tue, 25 Jun 2024 11:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40787033</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=40787033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40787033</guid></item><item><title><![CDATA[Create a Windows 98 Style UI with 98.css]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/jdan/98.css">https://github.com/jdan/98.css</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40511356">https://news.ycombinator.com/item?id=40511356</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 May 2024 12:43:01 +0000</pubDate><link>https://github.com/jdan/98.css</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=40511356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40511356</guid></item><item><title><![CDATA[How to explore data with PyGWalker in Python? [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=rprn79wfB9E">https://www.youtube.com/watch?v=rprn79wfB9E</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40166721">https://news.ycombinator.com/item?id=40166721</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 Apr 2024 07:24:07 +0000</pubDate><link>https://www.youtube.com/watch?v=rprn79wfB9E</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=40166721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40166721</guid></item><item><title><![CDATA[Use Shadcn and Tailwindcss in Streamlit]]></title><description><![CDATA[
<p>Article URL: <a href="https://discuss.streamlit.io/t/new-component-streamlit-shadcn-ui-using-modern-ui-components-to-build-data-app/56390">https://discuss.streamlit.io/t/new-component-streamlit-shadcn-ui-using-modern-ui-components-to-build-data-app/56390</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39026385">https://news.ycombinator.com/item?id=39026385</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Jan 2024 11:34:52 +0000</pubDate><link>https://discuss.streamlit.io/t/new-component-streamlit-shadcn-ui-using-modern-ui-components-to-build-data-app/56390</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=39026385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39026385</guid></item><item><title><![CDATA[A new way to clean your data with a drawing tool]]></title><description><![CDATA[
<p>Article URL: <a href="https://data-painter-tutorial.pygwalker.kanaries.io/">https://data-painter-tutorial.pygwalker.kanaries.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38848618">https://news.ycombinator.com/item?id=38848618</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 02 Jan 2024 23:31:54 +0000</pubDate><link>https://data-painter-tutorial.pygwalker.kanaries.io/</link><dc:creator>basic_banana</dc:creator><comments>https://news.ycombinator.com/item?id=38848618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38848618</guid></item></channel></rss>