Live data from Hacker News

Viewing profile — sayanarijit

sayanarijit

HN member
Joined
Thu, Aug 15, 2019, 6:54 AM UTC
HN karma
134
Public activity
64 items

About sayanarijit

[ my public key: https://keybase.io/sayanarijit; my proof: https://keybase.io/sayanarijit/sigs/Cu0UKrVKtUpTokwQZMmexOBbECbCCaYTXOslgLizZzw ]

Recent public activity

  1. comment
    Comment #49286593

    Cottage, a git-based secrets managed tool now integrates with Claude, Copilot, Codex, Antigravity, Cursor etc to make sure your git-managed secrets are never available to AI agents…

  2. story
  3. comment
    Comment #48730781

    Generate dynamic QR code from the command-line.

  4. story
  5. story
  6. comment
    Comment #48153105

    Age encryption allows devs to use the same ssh keys they use to access git repos, to also encrypt/decrypt secrets in the same repo, enabling an offline-first, no-vendor-lock-in, si…

  7. story
  8. story
    Show HN: Own Your Secrets – Sync encrypted secrets from any repo to any device

    This browser-local WASM app complements https://github.com/sayanarijit/cottage which helps you manage age-encrypted (supports SSH RSA/ed25519 keys) secrets in you own repo. Brower …

  9. story
    Show HN: A modern Git based age-encrypted secrets manager for teams

    Cottage is a secrets manager that teams can use to do more than encrypt and share secrets. It falls in the same category of agebox, blackbox, sops, git-crypt, but has a friendlier …

  10. comment
    Comment #47991425

    Cottage is a tool for teams to manage age-encrypted secrets in git repositories. It provides a simple workflow to encrypt/decrypt secrets, manage recipients, and keep secrets out o…

  11. story
  12. comment
    Comment #47319484

    I like the fend calculator that uses similar syntax.

  13. story
    Show HN: Typesafe async friendly unopinionated enhancements to SQLAlchemy Core

    ## Why? - ORMs are magical, but it's not always a feature. Sometimes, we crave for familiar. - SQLAlchemy Core is powerful but `table.c.column` breaks static type checking and has …

  14. story
    Show HN: SQLAlchemy just the core – a better way

    For people who prefer to avoid ORM magic, this library defines a factory class that helps declare tables for SQLAlchemy core in a better way, so that the benefits of linting and ed…

  15. comment
    Comment #36733285

    xplr is a very flexible terminal file explorer written in Rust, which can be configured using Lua plugins. tree-view.xplr is one example of such Lua plugins, which implements a tre…

  16. story
  17. comment
    Comment #35360526

    Alternative to jo: https://github.com/jpmens/jo

  18. story
  19. story
  20. comment
    Comment #32111480

    That static executable will basically contain the whole python interpreter with a huge standard library. Maybe makes sense for a gui app, but I'd avoid installing a whole python in…

  21. comment
    Comment #32111405

    Lua is only a configuration language without luarocks. With luarocks, we're back to the root of the argument - dependency vs standard library.

  22. comment
    Comment #32108778

    As long as there's no need to ship standalone binaries without shared libraries.

  23. comment
    Comment #32108160

    Not in rustland.

  24. story
  25. comment
    Comment #32107485

    xplr author here (xplr.dev). Nice tool. Note that there's a plugin https://github.com/sayanarijit/type-to-nav.xplr that does something similar. But I just realized that tere can al…