Live data from Hacker News

Viewing profile — sanyam-khurana

sanyam-khurana

HN member
Joined
Thu, Jan 12, 2023, 11:42 AM UTC
HN karma
13
Public activity
16 items

About sanyam-khurana

No profile information was provided.

Recent public activity

  1. story
    Show HN: GitHub Action to list merged OSS PRs in your README

    Lightweight Action that updates a README section with merged PRs across repos. Useful for showing open-source contributions.

  2. comment
    Comment #46996644

    Location: Toronto, Canada Remote: Yes Willing to relocate: Yes (Canada/US) Technologies: Python (Django), OpenAI, LLM, LangChain, LangGraph, Langsmith, Go, distributed systems, Typ…

  3. comment
    Comment #45683487

    Yes, I maintained a cookie-cutter template for over a decade, and it was a pain for me to get it updated. I wanted to get something newer, like a copier, which eliminates the pain …

  4. comment
    Comment #45683369

    Thank you for your suggestion. I'll update the README so that people can hit the ground running faster!

  5. comment
    Comment #45683331

    Thanks, this seems interesting!

  6. comment
    Comment #45664521

    Happy to let you know that I've just updated the template to use Python3.14 by default, along with matrix tests that also tests the template against Python 3.14 in here: https://gi…

  7. comment
    Comment #45663818

    Interesting. Do you have any opinion on what this should be rephrased to, so that it's clearer?

  8. comment
    Comment #45663734

    It's configurable. The minimum quality gate check is set at 80% here: https://github.com/CuriousLearner/django-keel/blob/main/temp... Also, to answer why ever be less than 100% is …

  9. comment
    Comment #45660651

    It was all great on Reddit, though until some folks decided to downvote for no apparent reason and then deleted their accounts. I've chosen copier because of all the pain I've gone…

  10. comment
    Comment #45660446

    Interesting! I've loved Strawberry GraphQL. If you end up adding anything, you may also choose to give back to the template so that others can use it. I do not understand what you …

  11. comment
    Comment #45660396

    Quite honestly, I haven't. I've been playing with temporal, and since it's picking up pace, I thought to have an option to have Temporal in place of celery.

  12. comment
    Comment #45658191

    Python 3.14 is there in the repo, though not added in the docs since I haven't tested it with all the infra stuff. The idea is to keep it updated to at the least previous 2 version…

  13. comment
    Comment #45656198

    Definitely, if you find anything that can be improved (even if "docs are not super-clear here), please feel free to raise a PR or report it as an issue.

  14. comment
    Comment #45655673

    Great question because this has haunted me for over 10 years with cookiecutter. Most of the time I was copy-pasting newer features from running projects back into the template, and…

  15. story
    Show HN: Django Keel – 10 Years of Django Best Practices in One Template

    After a decade of shipping Django to production, I got tired of solving the same setup problems on every new project. Environment-first settings. Sensible auth defaults. Structured…

  16. story
    Show HN: Django PostgreSQL Anonymizer – prod → safe dev datasets (beta)

    I built a Django integration around the PostgreSQL anon extension to create masked/dev datasets quickly. What it does `manage.py anon_init` + middleware / context managers / decora…