HackerTrans
TopNewTrendsCommentsPastAskShowJobs

darshanmakwana

no profile record

Submissions

After 3 months of using standing desk

darshanmakwana412.github.io
1 points·by darshanmakwana·há 2 meses·0 comments

Anthropic entering AI services business

anthropic.com
3 points·by darshanmakwana·há 2 meses·0 comments

Strategic Orbit Wars competition on Kaggle

kaggle.com
2 points·by darshanmakwana·há 2 meses·0 comments

Show HN: Tsplat – Render Gaussian Splats directly in your terminal

github.com
7 points·by darshanmakwana·há 3 meses·1 comments

How I use obsidian for publishing with my GitHub pages blog

darshanmakwana412.github.io
2 points·by darshanmakwana·há 3 meses·0 comments

Claude Code Chronicles

darshanmakwana412.github.io
3 points·by darshanmakwana·há 4 meses·0 comments

comments

darshanmakwana
·há 2 meses·discuss
Thanks! this was very helpful
darshanmakwana
·há 2 meses·discuss
This is way outside of my expertise, can anyone given a TL;DR or ai;dr?
darshanmakwana
·há 2 meses·discuss
It depends on an individual's personal taste of how he/she understands things, some people like to YOLO and tinker while some like to read docs first before looking at any code and some like to do both synchronously. To me it seems the reason why there is no basis that one solution works better than others is exactly why it's easy to make trending/popular repos these days
darshanmakwana
·há 2 meses·discuss
What's the typical timeline and cost for sponsoring an H-1B vs. EB-3 vs. other visa categories?
darshanmakwana
·há 2 meses·discuss
This is awesome! Where can I find the music from the DJ booth? I can listen to that all day
darshanmakwana
·há 3 meses·discuss
What's the point of baking the best and most impressive models in the world and then serving it with degraded quality a month after releases so that intelligence from them is never fully utilised??
darshanmakwana
·há 3 meses·discuss
Last week I wanted to quickly view some Gaussian splats which I had trained on a remote server that didn’t have any open ports or a display device. So I ended up downloading everything locally just to inspect the results

This weekend I put together a terminal-based Gaussian splats viewer that renders directly in the terminal. It works over SSH and currently runs on CPU only and written in rust with claude code. I’ve found it to be pretty useful for quickly checking which .ply files correspond to which scenes and getting a rough sense of their quality.

Along the way, I also wrote a small tutorial on the forward rasterization process for Gaussian splatting on CPUs. You can check out the project here

https://github.com/darshanmakwana412/tsplat
darshanmakwana
·há 3 meses·discuss
There is definitely a correlation but I don't believe it's the causation
darshanmakwana
·há 3 meses·discuss
Haha, fair point! I was just sharing it in case someone wanted a quick read : )
darshanmakwana
·há 3 meses·discuss
Ahhh! section A uses the classic good old gumble max trick[1]

[1] - https://darshanmakwana412.github.io/2026/01/gumbel-max-trick...
darshanmakwana
·há 3 meses·discuss
This is awesome! I will try to use them locally with opencode and see if they are usable inreplacement of claude code for basic tasks
darshanmakwana
·há 3 meses·discuss
Really nice to see this!
darshanmakwana
·há 3 meses·discuss
Yeah I use that plugin too. I was just referencing it in relation to how I setup my blog[1]

[1]: https://darshanmakwana412.github.io/2026/03/a-system-of-jour...
darshanmakwana
·há 3 meses·discuss
I simply just draw in excalidraw and take a ss and past it in my obsidian note, I have a setup that automatically parses posts from my vault and then pushes them to my site