Viewing profile — siddheshgunjal
siddheshgunjal
HN member- Joined
- Sat, Sep 09, 2023, 2:31 AM UTC
- HN karma
- 58
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About siddheshgunjal
Recent public activity
- story
-
comment
Comment #46761984
Nope, they have exact same data collecyion policy. Just represented in a different way on app store. That's the illusion they create
-
comment
Comment #46761968
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 diffic…
-
comment
Comment #45040261
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 expandin…
-
comment
Comment #45038500
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 wh…
-
comment
Comment #41463305
Did people really forget about the awesome WebXR API that lets you do spatial computing for AR/XR directly from browser? I have a simple webapp here that utilizes WebXR API. I have…
- story
-
comment
Comment #41106320
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 ava…
-
comment
Comment #41106294
This is a very neat implementation! Exactly what I was thinking. I'm gonna try it out. Thanks for the suggestion!
-
comment
Comment #41106289
This looks like a good implementation. But I have to go to my desktop to explore more
-
comment
Comment #41102650
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 o…
-
comment
Comment #40767366
Have you tried DaVinci Resolve? It works great.
-
comment
Comment #40767349
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…
-
comment
Comment #39638918
slackker for monitoring your ML model training status in real-time on Slack & Telegram. https://github.com/siddheshgunjal/slackker I have also been planning to add discord support …
-
comment
Comment #39534438
Why not go for GitHub hosting then?
-
comment
Comment #39534372
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.
-
comment
Comment #39201454
A long time ago, I tried PyCharm/phpStorm for my projects. I tried really hard, but kept switching back to the terminal myself
-
comment
Comment #39201439
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…
-
comment
Comment #39201421
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, e…
-
story
Ask HN: Am I insane if I use only Sublime+Terminal combo for development?
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…
-
comment
Comment #39026186
This is so interesting and the fact that it works anywhere in the world is awesome buddy! And kudos for finishing your side project
-
comment
Comment #38660927
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…
-
comment
Comment #38581958
I kinda prefer CustomTKinter, which has a much elegant and material theme-like look. Supports light/dark theme as per system on windows/Linux/MacOS.
-
comment
Comment #38456441
But we cannot deny the fact that, musk introduced the roadster out of desperation to get some up-front payment and save Tesla. It is possible that roadster specs were made up and n…
-
comment
Comment #38375086
Whenever setting up a path configuration in my python applications, I always use following at the beginning: import os os.path.dirname(os.path.abspath(__file__)) This will make sur…