HN user

_august

488 karma

Hi, I'm Shridhar. I'm a designer & engineer in NYC.

Projects: https://shridhargupta.com/

--------------------------------------------------

* hey@shridhargupta.com

* http://stackoverflow.com/users/2193084/shridhar-gupta

* https://github.com/sgup

* https://www.linkedin.com/in/shridhargupta/

Posts31
Comments122
View on HN
zed.dev 2mo ago

Zed Terminal Threads

_august
5pts0
www.commands.sh 2mo ago

Ask HN: commands.sh

_august
4pts3
apps.apple.com 3mo ago

Show HN: Cymatica – Chladni Plate Simulator

_august
1pts2
apps.apple.com 5mo ago

Show HN: Cymatica – an experimental, meditative audiovisual app

_august
2pts0
www.cymatica.app 6mo ago

Show HN: Cymatica – Chladni Plate Simulator

_august
2pts0
www.cymatica.app 6mo ago

Show HN: Cymatica.app

_august
2pts0
www.debt.ski 6mo ago

Show HN: Debt.ski – smart loan payoff planner

_august
1pts0
github.com 10mo ago

MapSCII – World map in terminal

_august
218pts21
apps.apple.com 1y ago

Show HN: Sand Vibrations App (Chladni Patterns)

_august
2pts0
www.flow.diy 1y ago

Show HN: Flow.diy – a super duper simple flowchart maker

_august
20pts2
www.triplit.dev 1y ago

Triplit: An open-source, local-first database with built-in realtime sync

_august
6pts1
news.ycombinator.com 2y ago

Ask HN: Is there an easy site to submit/edit POIs/businesses on OpenStreetMaps?

_august
4pts4
news.ycombinator.com 4y ago

Ask HN: Spotify vs Apple Music?

_august
18pts19
news.ycombinator.com 4y ago

Ask HN: Google Maps alternative that uses OSM?

_august
12pts8
news.ycombinator.com 6y ago

Ask HN: Considering Offer with Late-Stage Pre-IPO Company with private RSU's

_august
2pts1
medium.com 6y ago

5 influences along my Indie Startup journey

_august
2pts0
news.ycombinator.com 6y ago

Ask HN: How do you keep track of your published Apps?

_august
1pts0
news.ycombinator.com 6y ago

Ask HN: Delaware LLC, Residing in New York?

_august
2pts2
fitloop.app 6y ago

Show HN: Fitloop – Calisthenics / Bodyweight Fitness Training App

_august
2pts1
news.ycombinator.com 6y ago

Ask HN: Where are you bootstrapping your product?

_august
4pts0
shridhargupta.com 7y ago

How I accidentally made a startup

_august
5pts5
fitloop.co 7y ago

Show HN: I made this to get me working out

_august
7pts1
fitloop.co 8y ago

Show HN: Fitloop.co – A full-body fitness workout made easy for everyone

_august
2pts1
outdoorgyms.co 8y ago

Show HN: Find a public park gym near you

_august
5pts5
www.storybook.press 10y ago

Show HN: Storybook – Create photos stories with real-time collaboration

_august
2pts0
shridhargupta.com 10y ago

How I'm starting a startup, again

_august
3pts0
news.ycombinator.com 11y ago

What do you use to quickly throw up small side projects?

_august
2pts5
fitloop.co 11y ago

Show HN: Fitloop.co – Start working out anywhere with minimal equipment

_august
1pts0
news.ycombinator.com 12y ago

Show HN: Start working out

_august
1pts0
news.ycombinator.com 12y ago

Ask HN: Freelancing in the Bay Area

_august
12pts2
Ask HN: commands.sh 3 months ago

I have the commands.sh and cmds.sh domain names, wondering if anyone has fun/interesting ideas I could implement on it.

Currently it's just a basic listing of commends using tldr pages.

Although it's not clear how to upgrade them (I doubt there is any version management built-in), the installer does specify where it will be installed (And lets you choose global/project level.

It looks cool, here's some feedback on the homepage:

- it's really complex. It reads like a tech product instead of an accessible app.

- i wish i could demo it with other languages on the homepage. Greek is, well, greek. I understand some Spanish and French so if i could use those as examples I could immediately "get" the effectiveness of the app by basing it on the knowledge I already have. I would recommend showcasing the most popular language.

- should show the supported languages as icons with text above the fold.

I'm always excited to learn about new language apps as duolingo is a bit basic!

Incredible, thank you for making this!

Can this be installed with uv? https://github.com/astral-sh/uv

Edit:

  # Install uv
  curl -LsSf https://astral.sh/uv/install.sh | sh

  # Install the required CLI tool (Node.js)
  npm install -g ccusage

  # Clone and setup
  git clone https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor.git
  cd Claude-Code-Usage-Monitor

  # Install Python deps with uv
  uv add pytz
  chmod +x ccusage_monitor.py

  # Run it
  uv run python ccusage_monitor.py --plan max20 --timezone America/New_York

I've been getting into / discovering local-first databases and solutions in search of something simple & powerful to build a realtime offline-capable app (built with nextjs, react, react native), and have been playing around with Triplit which I find quite capable & easy to build with.

Here's a bunch of other links I've run across:

* https://localfirstweb.dev - List that aggregates many products

* https://www.localfirst.fm - A podcast about local-first software development.

* https://www.localfirstconf.com/ - local-first conference - many interesting talks on their youtube: https://www.youtube.com/@localfirstconf

Another promising, similar product I found is Instant: https://www.instantdb.com/, though their schema/relations/permissions are not quite as straightforward as Triplit's. However, they have written up a great article here: https://www.instantdb.com/essays/next_firebase

Wow, this app is great. It unlocked the audio setting on my external LG display (which im running my speakers through), and lets me control with the keyboard keys! Thanks for making this.