<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: siddheshgunjal</title><link>https://news.ycombinator.com/user?id=siddheshgunjal</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 07:39:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=siddheshgunjal" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by siddheshgunjal in "Google confirms 'high-friction' sideloading flow is coming to Android"]]></title><description><![CDATA[
<p>Nope, they have exact same data collecyion policy. Just represented in a different way on app store. That's the illusion they create</p>
]]></description><pubDate>Mon, 26 Jan 2026 04:48:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46761984</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=46761984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761984</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Google confirms 'high-friction' sideloading flow is coming to Android"]]></title><description><![CDATA[
<p>So many amazing open-source developers just don't want to publish their app to app store because of the fees. On android, this is way way easier. If google keeps making this difficult, then i'll just have to switch to linux phone</p>
]]></description><pubDate>Mon, 26 Jan 2026 04:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46761968</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=46761968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761968</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python"]]></title><description><![CDATA[
<p>I was thinking of trying ModernBERT for one of my projects. But I can only conclude after seeing the performance for my usecase. Do you think ModernBERT will be capable of expanding abbreviated sentences?</p>
]]></description><pubDate>Wed, 27 Aug 2025 14:31:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45040261</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=45040261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45040261</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python"]]></title><description><![CDATA[
<p>At my work, we still prefer to use distilbert for text classification. It almost always does well with a little bit of fine tuning. In very rare cases, we use LLMs/Agentic setup when the task involves refering both images and text and the same time.</p>
]]></description><pubDate>Wed, 27 Aug 2025 12:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45038500</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=45038500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45038500</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "[dead]"]]></title><description><![CDATA[
<p>Did people really forget about the awesome WebXR API that lets you do spatial computing for AR/XR directly from browser?<p>I have a simple webapp here that utilizes WebXR API. I have also added some controls using gestures. Please try it out and do let me know...</p>
]]></description><pubDate>Fri, 06 Sep 2024 06:04:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41463305</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=41463305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41463305</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "MeTube: Self-hosted YouTube downloader"]]></title><description><![CDATA[
<p>I also realised the same thing yesterday. I tried using a specific tag quality, for a playlist and many of the videos failed to download. So, I just set it to download the best available quality for video and audio.</p>
]]></description><pubDate>Tue, 30 Jul 2024 05:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41106320</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=41106320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41106320</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "MeTube: Self-hosted YouTube downloader"]]></title><description><![CDATA[
<p>This is a very neat implementation! Exactly what I was thinking. I'm gonna try it out. Thanks for the suggestion!</p>
]]></description><pubDate>Tue, 30 Jul 2024 05:35:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41106294</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=41106294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41106294</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "MeTube: Self-hosted YouTube downloader"]]></title><description><![CDATA[
<p>This looks like a good implementation. But I have to go to my desktop to explore more</p>
]]></description><pubDate>Tue, 30 Jul 2024 05:34:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41106289</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=41106289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41106289</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "MeTube: Self-hosted YouTube downloader"]]></title><description><![CDATA[
<p>I don't understand one thing...why do you need to host it on a server? It can be just a standalone app on windows/Linux/mac. I recently just started using yt-dlp and have thought of making a simple app. Should I though? Are there any alternatives in existence of this kind?</p>
]]></description><pubDate>Mon, 29 Jul 2024 18:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41102650</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=41102650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41102650</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "My Windows Computer Just Doesn't Feel Like Mine Anymore"]]></title><description><![CDATA[
<p>Have you tried DaVinci Resolve? It works great.</p>
]]></description><pubDate>Sun, 23 Jun 2024 13:34:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40767366</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=40767366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40767366</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "My Windows Computer Just Doesn't Feel Like Mine Anymore"]]></title><description><![CDATA[
<p>I switched to Linux when I got frustrated because of  windows just updating and restarting itself over night when I left my unfinished project for the next day to continue. That was a trigger for me</p>
]]></description><pubDate>Sun, 23 Jun 2024 13:31:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40767349</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=40767349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40767349</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Ask HN: What underrated open source project deserves more recognition?"]]></title><description><![CDATA[
<p>slackker for monitoring your ML model training status in real-time on Slack & Telegram.<p><a href="https://github.com/siddheshgunjal/slackker">https://github.com/siddheshgunjal/slackker</a><p>I have also been planning to add discord support soon.</p>
]]></description><pubDate>Fri, 08 Mar 2024 08:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39638918</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39638918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39638918</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Netlify just sent me a $104k bill for a simple static site"]]></title><description><![CDATA[
<p>Why not go for GitHub hosting then?</p>
]]></description><pubDate>Wed, 28 Feb 2024 05:40:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39534438</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39534438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39534438</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Netlify just sent me a $104k bill for a simple static site"]]></title><description><![CDATA[
<p>That's why for my static site, I always prefer to use GitHub. Simple, deploy changes in push and can connect to a custom domain if needed.</p>
]]></description><pubDate>Wed, 28 Feb 2024 05:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39534372</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39534372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39534372</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Ask HN: Am I insane if I use only Sublime+Terminal combo for development?"]]></title><description><![CDATA[
<p>A long time ago, I tried PyCharm/phpStorm for my projects. I tried really hard, but kept switching back to the terminal myself</p>
]]></description><pubDate>Wed, 31 Jan 2024 08:37:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39201454</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39201454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39201454</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Ask HN: Am I insane if I use only Sublime+Terminal combo for development?"]]></title><description><![CDATA[
<p>Yup, for most of my work, which is mostly python, js, php Sublime works well with autocomplete. For flutter I use LSP for some refactoring suggestions and other tasks like wrapping a widget, etc.</p>
]]></description><pubDate>Wed, 31 Jan 2024 08:35:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39201439</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39201439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39201439</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Ask HN: Am I insane if I use only Sublime+Terminal combo for development?"]]></title><description><![CDATA[
<p>I was a PyCharm user myself, but later I found out that for most of my projects, Sublime works well with auto complete (Except Java). For flutter code refactor (like wrap widget, etc.) and suggestions, LSP works very well.</p>
]]></description><pubDate>Wed, 31 Jan 2024 08:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39201421</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39201421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39201421</guid></item><item><title><![CDATA[Ask HN: Am I insane if I use only Sublime+Terminal combo for development?]]></title><description><![CDATA[
<p>I'm an ML engineer with almost 6 years of experience in the field and I use only Sublime+Terminal for all my development (ML, Web, Flutter, etc.) Yes, even for flutter I do not use VS code or Android Studio, only Sublime (with LSP)+Terminal.<p>- The reason is, when I was a newbie in the world of ML, I had a laptop worst than a potato laptop. So, I had to preserve as much resources as I can for actually ML tasks. That forced me to keep things simple & lightweight.<p>- At that time I tried to use PyCharm, VS Code, etc. but all of them resulted in consuming a lot of resources and very little left for actual model to run.<p>- Fast forward to today, I now have a decent laptop for coding & a good workstation for my ML related workflows, but I still chose to use only Sublime+Terminal for all my tasks<p>- To be honest, setting up Conda to work with PyCharm & VS code is sometimes pain in the a*. Some of my students still come to me with problems of conda and other env management tools not working properly with VS code & PyCharm.<p>- The thing is I like to keep things simple and lightweight. In my experience, Sublime is an excellent code editor with excellent package support. I find running scripts, managing envs, docker, DBs, etc, simpler and quicker directly from Terminal...<p>- I do not understand why people use VS code or PyCharm if they have to take additional steps to make their tools work with it, let's say Conda (environment management tool). Whereas same task can be done with just Vanilla terminal without any hassle.<p>So Am I insane for using only Sublime+Terminal in my dev environment while entire world is using various(God knows how many) tools for development. Or is it just a developer inside who got used to keeping everything so optimised at each level, that anything that consumes resources unnecessarily makes my wanna avoid using it...<p>- I am really curious to know what tools you guys are using in your dev environment? And what's your reason for that setup?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39194868">https://news.ycombinator.com/item?id=39194868</a></p>
<p>Points: 4</p>
<p># Comments: 8</p>
]]></description><pubDate>Tue, 30 Jan 2024 19:57:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39194868</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39194868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39194868</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "Show HN: I made a website to find best bus seat to avoid the sun while traveling"]]></title><description><![CDATA[
<p>This is so interesting and the fact that it works anywhere in the world is awesome buddy! And kudos for finishing your side project</p>
]]></description><pubDate>Wed, 17 Jan 2024 11:08:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39026186</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=39026186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39026186</guid></item><item><title><![CDATA[New comment by siddheshgunjal in "WebP is so great except it's not (2021)"]]></title><description><![CDATA[
<p>Author might be right about the gradient shifts in images after conversion, but at the same time, most of the websites are not using such color accurate images everywhere. Some are logos and some are with alpha channel. It is a fact that WebPs are lightweight assets to load on the user side which reduces bandwidth consumption for the user and your server. So use WebP where it's needed to save some loading time and bandwidth and use your preferred format where you want to show images as is.<p>If you're planning to convert your images to WebP in bulk, I wrote a shell script: here's the link:<p><a href="https://medium.com/@siddheshgunjal82/bulk-convert-images-to-webp-82cd105acbc2" rel="nofollow noreferrer">https://medium.com/@siddheshgunjal82/bulk-convert-images-to-...</a></p>
]]></description><pubDate>Sat, 16 Dec 2023 01:30:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38660927</link><dc:creator>siddheshgunjal</dc:creator><comments>https://news.ycombinator.com/item?id=38660927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38660927</guid></item></channel></rss>