<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: kaudinya</title><link>https://news.ycombinator.com/user?id=kaudinya</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 13:49:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kaudinya" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kaudinya in "Inside Nepal's Fake Rescue Racket"]]></title><description><![CDATA[
<p>Since then, the govt has been overthrown by a Gen Z protest. An interim govt led the national elections and a young party led by young leaders have won 2/3 majority in the parliament.<p>The new parliament is a radical departure in many ways. Its very hollywoodish if you happen to read the development.</p>
]]></description><pubDate>Thu, 02 Apr 2026 21:35:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47620506</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=47620506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620506</guid></item><item><title><![CDATA[dstack (K8s alternative) adds support for AMD accelerators on RunPod]]></title><description><![CDATA[
<p>Article URL: <a href="https://dstack.ai/blog/amd-on-runpod/">https://dstack.ai/blog/amd-on-runpod/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41311717">https://news.ycombinator.com/item?id=41311717</a></p>
<p>Points: 31</p>
<p># Comments: 8</p>
]]></description><pubDate>Wed, 21 Aug 2024 16:21:56 +0000</pubDate><link>https://dstack.ai/blog/amd-on-runpod/</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=41311717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41311717</guid></item><item><title><![CDATA[New comment by kaudinya in "Remembering the Golden Age of Airline Food"]]></title><description><![CDATA[
<p>It of course also most likely depends on what kind of food do you like. Imho, Lufthansa food is better than UA or some other equivalent US airliners, but lags significantly behind Qatar airways, Emirates, Thai or even Turkish Airlines.</p>
]]></description><pubDate>Fri, 12 May 2023 12:34:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=35915291</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=35915291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35915291</guid></item><item><title><![CDATA[New comment by kaudinya in "AI Generated Seinfeld banned on Twitch for transphobic jokes"]]></title><description><![CDATA[
<p>Classic Seinfeld reference: Not that there is anything wrong with it!</p>
]]></description><pubDate>Mon, 06 Feb 2023 16:03:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=34679369</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=34679369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34679369</guid></item><item><title><![CDATA[New comment by kaudinya in "Merry Christmas, HN"]]></title><description><![CDATA[
<p>Merry Christmas, HN. One of the best communities in the internet. Hope you have a good time with your friends and family with inner peace and joy.</p>
]]></description><pubDate>Sun, 25 Dec 2022 01:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=34123137</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=34123137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34123137</guid></item><item><title><![CDATA[Run ML model on live data to build interactive reports]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.dstack.ai/run-ml-model-on-live-data-to-build-interactive-reports">https://blog.dstack.ai/run-ml-model-on-live-data-to-build-interactive-reports</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25007690">https://news.ycombinator.com/item?id=25007690</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 06 Nov 2020 14:14:16 +0000</pubDate><link>https://blog.dstack.ai/run-ml-model-on-live-data-to-build-interactive-reports</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=25007690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25007690</guid></item><item><title><![CDATA[Show HN: dstack – an open-source tool to build data applications easily]]></title><description><![CDATA[
<p>Dear HN,<p>I am Riwaj, the cofounder of dstack.ai (https://github.com/dstackai).<p>A few months ago, we built an online service that allows users to publish data visualizations from Python or R.  The idea was to build a tool that did not require additional programming or front-end development for publishing data visualizations. 
Such a code can be invoked from either Jupyter notebook, RMarkdown, Python, or R scripts. Once the data is pushed, it can be accessed via a browser.<p>Open-sourcing dstack:
During our customer discovery phase, we realized that dstack.ai should integrate a lot more open source data science frameworks than we integrated ourselves. For example, as a user, I want to push a matplotlib plot, a Tensorflow model, a plotly chart, a pandas dataframe, and I expect the presentation layer to fully-support it. Supporting all types of artifacts and providing all the tools to work with them solely seems to be a very challenging task.
With this, we open-sourced the framework. Now you can build dstack locally, and run it on your servers, or in a cloud of your choice if that’s needed.
More details on the project, how to use it, and the source code of the server can be found at the https://github.com/dstackai/dstack repo. The client packages for Python and R are available at the https://github.com/dstackai/dstack-py and https://github.com/dstackai/dstack-r correspondingly.<p>What’s next:
User callbacks-  so that application shows not just pre-calculated visualizations but also can fetch data from a store and process it in real-time. 
ML models- so that data scientists can publish a stack which binds together a pre-calculated ML model and user parameters
Use cases- Support specific use cases that help data scientists to build data science models into data applications as fast as possible.<p>We would be happy to get your feedback on the open-source framework and also get your opinion on what kind of use cases can be built on top of the framework? 
Thank you.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24131723">https://news.ycombinator.com/item?id=24131723</a></p>
<p>Points: 134</p>
<p># Comments: 29</p>
]]></description><pubDate>Wed, 12 Aug 2020 13:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=24131723</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=24131723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24131723</guid></item><item><title><![CDATA[dstack.ai – Collaborate on R-generated results without web development skills]]></title><description><![CDATA[
<p>Article URL: <a href="https://towardsdatascience.com/collaborate-on-r-generated-results-without-web-development-skills-62a510316f14?source=email-4be6ceea0140-1587062511402-layerCake.autoLayerCakeWriterNotification-------------------------92ffc4d7_0770_42c0_bc80_25d79bdde974&sk=c77cd29cf104d72788e6b0868c3d9425.">https://towardsdatascience.com/collaborate-on-r-generated-results-without-web-development-skills-62a510316f14?source=email-4be6ceea0140-1587062511402-layerCake.autoLayerCakeWriterNotification-------------------------92ffc4d7_0770_42c0_bc80_25d79bdde974&sk=c77cd29cf104d72788e6b0868c3d9425.</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22899337">https://news.ycombinator.com/item?id=22899337</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Apr 2020 14:41:18 +0000</pubDate><link>https://towardsdatascience.com/collaborate-on-r-generated-results-without-web-development-skills-62a510316f14?source=email-4be6ceea0140-1587062511402-layerCake.autoLayerCakeWriterNotification-------------------------92ffc4d7_0770_42c0_bc80_25d79bdde974&amp;sk=c77cd29cf104d72788e6b0868c3d9425.</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22899337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22899337</guid></item><item><title><![CDATA[Python and R APIs for collaborating on datasets]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/dstackai/dstack-ai-introducing-python-and-r-apis-for-collaborating-on-datasets-ae7719628316">https://medium.com/dstackai/dstack-ai-introducing-python-and-r-apis-for-collaborating-on-datasets-ae7719628316</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22795071">https://news.ycombinator.com/item?id=22795071</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 06 Apr 2020 16:27:23 +0000</pubDate><link>https://medium.com/dstackai/dstack-ai-introducing-python-and-r-apis-for-collaborating-on-datasets-ae7719628316</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22795071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22795071</guid></item><item><title><![CDATA[Doing Ad-Hoc Data Analysis the Right Way – If You Use Python or R]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/dstackai/how-to-do-right-the-most-important-step-in-ad-hoc-data-analysis-616a3082fafd">https://medium.com/dstackai/how-to-do-right-the-most-important-step-in-ad-hoc-data-analysis-616a3082fafd</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22772478">https://news.ycombinator.com/item?id=22772478</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 03 Apr 2020 18:23:42 +0000</pubDate><link>https://medium.com/dstackai/how-to-do-right-the-most-important-step-in-ad-hoc-data-analysis-616a3082fafd</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22772478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22772478</guid></item><item><title><![CDATA[Publish, track and share data analysis results without development skills]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/dstackai/publish-track-and-share-data-analysis-results-without-development-skills-3c4e8d170232">https://medium.com/dstackai/publish-track-and-share-data-analysis-results-without-development-skills-3c4e8d170232</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22727268">https://news.ycombinator.com/item?id=22727268</a></p>
<p>Points: 13</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 30 Mar 2020 11:57:55 +0000</pubDate><link>https://medium.com/dstackai/publish-track-and-share-data-analysis-results-without-development-skills-3c4e8d170232</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22727268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22727268</guid></item><item><title><![CDATA[Analyzing the spread of COVID-19 and publishing findings on dstack.ai]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/dstackai/analyzing-the-speed-of-spread-of-covid-19-and-publishing-findings-on-dstack-ai-396cd588c867">https://medium.com/dstackai/analyzing-the-speed-of-spread-of-covid-19-and-publishing-findings-on-dstack-ai-396cd588c867</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22638652">https://news.ycombinator.com/item?id=22638652</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Mar 2020 16:02:14 +0000</pubDate><link>https://medium.com/dstackai/analyzing-the-speed-of-spread-of-covid-19-and-publishing-findings-on-dstack-ai-396cd588c867</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22638652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22638652</guid></item><item><title><![CDATA[New comment by kaudinya in "Show HN: dstack.ai – publish, track, and share data visualizations"]]></title><description><![CDATA[
<p>Hi shail619, the service we offer is currently tailored for collaboration on data visualizations. We hope that our current solution bridges the two parties that work with data reports - those who produce it and those who use it to make business decisions. In the future, we aim to extend our service to other kinds of data services around data science and data engineering.</p>
]]></description><pubDate>Tue, 17 Mar 2020 17:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22607536</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22607536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22607536</guid></item><item><title><![CDATA[New comment by kaudinya in "Show HN: dstack.ai – publish, track, and share data visualizations"]]></title><description><![CDATA[
<p>Hi HN,<p>I am Riwaj from dstack.ai. dstack.ai offers a convenient way to publish, share, and track data visualizations, analysis results, and data reports.<p>In our experience, as of now, many data analysts and data scientists work through the data in various tools such as excel, Jupyter notebook, etc. and then share the graphic with their peers, managers or clients using local network drives or emails in the form of PDFs or PowerPoints.  There is also a growing number of users and teams who use BI Tools, Tableau, Superset or build custom applications to organize interactive dashboards and reports. When it comes to tracking the visualizations or analyzing results, some teams resort to work around methods such as printing the result in a document and then using version control tools over the document. In summary,  there are a variety of tools available for exploring, tracking and sharing reports, but many of these allow to publish reports generated by their own tools thus allowing for very little flexibility for a team that works with multiple programming languages, tools, and plotting libraries.<p>We at dstack.ai have built a light-weight solution where you can publish the data visualizations via APIs from anywhere (a Jupyter notebook, a script or an application) and store them in our web application (which is also mobile friendly) for collaboration with teams and clients, i.e., you can share the published charts via URL and comment on each stored chart (think of Instagram). Our current version supports Python and R as programming languages, and Matplotlib, Ggplot2, Plotly and Bokeh as plotting libraries. In our first version, we only support static charts and basic interactive charts, i.e., if you stored charts with certain parameters, the users who browse through those charts can play with only those specific parameter values.<p>We think there is a lot more one can offer to improve the current process of a collaborative exploration of data visualization for teams. As basic as our current solution is, we are currently working on releasing new features such as 
- Organizing the charts into dashboards
- User groups and permission management
- Plugins for spreadsheets such as Google docs and MS Excel 
- Dynamic plots and dashboard that fetches data from a data source and can be scheduled to update regularly
- A mobile application to access the visualizations, 
- On-prem options<p>We would love to hear about your challenges in the area of collaboration around data visualization, and receive any feedback on what we currently have. For your reference, here is the documentation for product usage. 
<a href="https://docs.dstack.ai" rel="nofollow">https://docs.dstack.ai</a></p>
]]></description><pubDate>Tue, 17 Mar 2020 17:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=22607076</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22607076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22607076</guid></item><item><title><![CDATA[Show HN: dstack.ai – publish, track, and share data visualizations]]></title><description><![CDATA[
<p>Article URL: <a href="https://dstack.ai">https://dstack.ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22607035">https://news.ycombinator.com/item?id=22607035</a></p>
<p>Points: 20</p>
<p># Comments: 6</p>
]]></description><pubDate>Tue, 17 Mar 2020 16:57:58 +0000</pubDate><link>https://dstack.ai</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=22607035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22607035</guid></item><item><title><![CDATA[Ask HN: How do you track and share your data reports within your team?]]></title><description><![CDATA[
<p>I'd like to understand what tools and practices data scientists or data analysts normally use to track and share reports (either ad-hoc reports or regular reports) with the teams, managers and customers.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21980254">https://news.ycombinator.com/item?id=21980254</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Jan 2020 14:38:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=21980254</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=21980254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21980254</guid></item><item><title><![CDATA[New comment by kaudinya in "Twilio Super SIM"]]></title><description><![CDATA[
<p>eSIM, in general, is a software functionality to change subscriptions. Embedded or pluggable or any other SIM form factor (software or physical) can have the so-called eSIM technology.</p>
]]></description><pubDate>Sun, 12 May 2019 12:53:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=19891581</link><dc:creator>kaudinya</dc:creator><comments>https://news.ycombinator.com/item?id=19891581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19891581</guid></item></channel></rss>