Live data from Hacker News

Viewing profile — tusharsoni

tusharsoni

HN member
Joined
Fri, Mar 25, 2016, 2:40 AM UTC
HN karma
304
Public activity
88 items

About tusharsoni

YC Badge: 0xc6ffeb1298eb33da430d14e5eb789256ec344625

Recent public activity

  1. 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…

  2. comment
    Comment #31962421

    haha yeah, gotta keep the tradition going

  3. 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

  4. 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…

  5. comment
    Comment #31960549

    They're on top of my list to add to Copper. As soon as we get sqlite support!

  6. 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…

  7. 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 …

  8. 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…

  9. 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 …

  10. 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…

  11. 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…

  12. 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…

  13. comment
  14. 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 …

  15. story
  16. comment
  17. story
  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. 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.

  25. story