Viewing profile — tusharsoni
tusharsoni
HN member- Joined
- Fri, Mar 25, 2016, 2:40 AM UTC
- HN karma
- 304
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About tusharsoni
Recent public activity
-
comment
Comment #32342313
> mCaptcha is basically a rate-limiter This is a much better explanation of what it does than captcha where I expect "proof-of-human". A PoW based rate-limiter is a really interest…
-
comment
Comment #31962421
haha yeah, gotta keep the tradition going
-
comment
Comment #31961887
Thank you! Go supports embedding static files natively [1]. Copper builds on top of it and provides the tooling to do it seamlessly for web projects. [1]: https://pkg.go.dev/embed
-
comment
Comment #31961871
Thank you, so much to do in this space! Bud looks great and I see we share many common goals. The dependency injection piece looks interesting. Did you build it custom or integrate…
-
comment
Comment #31960549
They're on top of my list to add to Copper. As soon as we get sqlite support!
-
comment
Comment #31960483
I think that remains a very valid use case. In Copper, you can create one of those with the CLI. For example `copper create -frontend=vite:react github.com/nasa/starship` will crea…
-
comment
Comment #31959759
This is a good observation. One trend I'm noticing is that the "old way" (PHP, Rails, etc.) of doing things is making a comeback. Go is very well positioned for this but lacks the …
-
comment
Comment #31959645
ha, add me to that list :) I think it's fine if CLIs are optional and I've tried to do that with Copper. Of course, your initial setup will be longer without scaffolding so it's no…
-
comment
Comment #31959604
Code generation is an awesome alternate, I'm more familiar with sqlc.dev. They're doing some really interesting work. My goal with Copper is to provide out-of-the-box integrations …
-
comment
Comment #31959567
Oh that's fun! In my demo video [1], I build a (minimal) HN clone so hopefully that answers your question in detail. But the tldr is - you'll need a lot more than just templating f…
-
comment
Comment #31959109
Please do! If nothing else, it's definitely a fun language to learn. We're also setting up a community of folks who are learning Go/Copper. Check the project readme link for the li…
-
comment
Comment #31959103
It kinda does but there's a lot of boilerplate that goes in before we actually get to the app logic. And, understandably, there's no structure provided by the Go stdlib. Once I mad…
- comment
-
story
Show HN: Copper – A Go framework for your projects
Hey HN! I've been working with Go for the last 5+ years at large-ish companies building products that many of you may use regularly. A ton of people say that Go's standard library …
- story
- comment
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #25373101
Because not all cookies are regulated (such as session cookies). It would be hard for browser to tell what the cookie is for.
- story