<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: TanmoySarkar</title><link>https://news.ycombinator.com/user?id=TanmoySarkar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 26 Sep 2026 01:54:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TanmoySarkar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Diagnosing Random MariaDB Freezes on Frappe Cloud]]></title><description><![CDATA[
<p>Article URL: <a href="https://frappe.io/blog/frappe-cloud/diagnosing-random-mariadb-freezes-on-frappe-cloud">https://frappe.io/blog/frappe-cloud/diagnosing-random-mariadb-freezes-on-frappe-cloud</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47831161">https://news.ycombinator.com/item?id=47831161</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Apr 2026 06:59:37 +0000</pubDate><link>https://frappe.io/blog/frappe-cloud/diagnosing-random-mariadb-freezes-on-frappe-cloud</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=47831161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47831161</guid></item><item><title><![CDATA[MariaDB Physical Backup and Restoration]]></title><description><![CDATA[
<p>Article URL: <a href="https://frappe.io/blog/engineering/mariadb-physical-backup-restoration">https://frappe.io/blog/engineering/mariadb-physical-backup-restoration</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43652568">https://news.ycombinator.com/item?id=43652568</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 11 Apr 2025 11:08:35 +0000</pubDate><link>https://frappe.io/blog/engineering/mariadb-physical-backup-restoration</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=43652568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43652568</guid></item><item><title><![CDATA[New comment by TanmoySarkar in "Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative"]]></title><description><![CDATA[
<p>Thanks for adding this.<p>The core problem of most of the PaaS is the dependency on Swarm (serious workload can't be run on swarm from my experience, disaster recovery too tough).<p>Working towards building an orchestrator.</p>
]]></description><pubDate>Sun, 06 Apr 2025 15:09:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43601966</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=43601966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43601966</guid></item><item><title><![CDATA[New comment by TanmoySarkar in "Show HN: Swiftwave – Simple Lightweight Open Source PaaS"]]></title><description><![CDATA[
<p>Dokku is a great and matured tool for managing lifecycle of applications. But that's heavily on CLI. They have some web UI also but in Commercial version.<p>My focus is to build a PAAS which will have a great GUI to interact. So that anyone with little less knowledge of linux can even deploy apps with swiftwave.<p>Whenever we deploy in Heroku, Render or Railway to deploy app, we don't need to think much about underlying stuffs. I want to create similar kind of experience with Swiftwave.<p>Swiftwave handles many stuff other than lifecycle of app. It handles<p>> Application Deployment from git/image registry/uploaded code + Application Monitoring + Web SSH console for application + Webhook to trigger re-deployment of apps<p>> It uses docker swarm, so easily deploy apps across cluster also. Swiftwave completely support all the stuffs to work across cluster.<p>> Managed Ingress (HAProxy for TCP/HTTP/HTTPS, Custom built udp proxy)<p>> Domain + SSL Management (With Let's encrypt integration with auto-renewal support)<p>> Persistent Volume Management (Check size, Backup [local+s3], Restore of volume)<p>> Server Management ( Easy Onboarding + Server Monitoring + Web SSH Console for server )<p>> It has also a integrated app-store to install app at single click.<p>You may check the website to learn about all the features - <a href="https://swiftwave.org/" rel="nofollow">https://swiftwave.org/</a></p>
]]></description><pubDate>Sat, 01 Jun 2024 21:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=40549292</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=40549292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40549292</guid></item><item><title><![CDATA[New comment by TanmoySarkar in "Show HN: Swiftwave – Simple Lightweight Open Source PaaS"]]></title><description><![CDATA[
<p>Thanks !</p>
]]></description><pubDate>Fri, 31 May 2024 17:04:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40537593</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=40537593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40537593</guid></item><item><title><![CDATA[New comment by TanmoySarkar in "Show HN: Swiftwave – Simple Lightweight Open Source PaaS"]]></title><description><![CDATA[
<p>Moved to Apache 2.0 from the modified Apache 2.0 and removed the point of conflicts.
Check the discussion for more details - <a href="https://github.com/orgs/swiftwave-org/discussions/680">https://github.com/orgs/swiftwave-org/discussions/680</a><p>The license was initially written after checking various existing solutions like this (you can check caprover's license)<p>We are changing it because,<p>- I just came to know, Apache doesn't allow the modification in the license. Although there are many popular projects which is using that. So, I thought initially, It may be allowed.<p>- I don't want to move to GPL/AGPL for a small restriction which is only on the paid features of Swiftwave (which even doesn't exist, I don't know if someday any paid features will come or not).<p>- If there will be any paid feature in future, that can be in a different variant than the open source one. (Same way like docker or HAProxy) So we can keep Swiftwave as Open Source in Apache 2.0 and keep all the features available for free.</p>
]]></description><pubDate>Fri, 31 May 2024 06:58:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40532198</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=40532198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40532198</guid></item><item><title><![CDATA[Show HN: Swiftwave – Simple Lightweight Open Source PaaS]]></title><description><![CDATA[
<p>Hi HN! I am Tanmoy & today I am releasing stable V2 of Swiftwave.<p>SwiftWave is a self-hosted, lightweight PaaS solution for easily deploying and managing your applications on any server . It's an open-source alternative to Heroku, Netlify, and Render.<p>You can install swiftwave in bare metal, Raspberry Pi, in any VPS(Hetzner, DigitalOcean, Linode, AWS, GCP etc.). Swiftwave and its dependencies are compatible with AMD64, ARM64 and ARMv7 architectures and compatible with Debian/Ubuntu/Raspbian OS/Fedora/CentOS/AlmaLinux/RockyLinux.<p>Checkout <a href="https://swiftwave.org/" rel="nofollow">https://swiftwave.org/</a> for more details.<p>If you like the project, consider to give this project a  star in Github:  <a href="https://github.com/swiftwave-org/swiftwave">https://github.com/swiftwave-org/swiftwave</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40528999">https://news.ycombinator.com/item?id=40528999</a></p>
<p>Points: 7</p>
<p># Comments: 7</p>
]]></description><pubDate>Thu, 30 May 2024 21:38:41 +0000</pubDate><link>https://swiftwave.org/</link><dc:creator>TanmoySarkar</dc:creator><comments>https://news.ycombinator.com/item?id=40528999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40528999</guid></item></channel></rss>