Live data from Hacker News

Viewing profile — pksunkara

pksunkara

HN member
Joined
Mon, Sep 12, 2011, 1:32 PM UTC
HN karma
680
Public activity
72 items

About pksunkara

Pavan Sunkara

http://github.com/pksunkara

https://www.linkedin.com/in/pksunkara

[ my public key: https://keybase.io/pksunkara; my proof: https://keybase.io/pksunkara/sigs/YXTiDymHTSwfTfEjI2dZWnYM9dPA_eYyck8jXzPT71Y ]

Recent public activity

  1. comment
    Comment #49034951

    FWIW, I really like what Tangled is doing and I agree that we need a federation of forges. Which is why, I am planning to use ATproto too for public repositories in the code forge …

  2. story
  3. comment
    Comment #49008784

    I am building a new code forge at https://juju.bi It's not agent-first, but I can't think of any features that are needed for agents other than scalability.

  4. story
    Show HN: Web-based Jujutsu revset explorer and debugger

    What is Jujutsu? https://docs.jj-vcs.dev What are jujutsu revsets? https://docs.jj-vcs.dev/latest/revsets/

  5. comment
    Comment #48744543

    Let me start off (assuming all code forges have PRs) 1. Branch protection rules 2. CI 3. Terraform provider (API)

  6. story
    Ask HN: Which GitHub features are needed in a code forge before you can migrate?

    Which GitHub features would you consider a blocker for migrating to a different code forge, and in what order do you prioritize them? Context: I am heads down building a code forge…

  7. comment
    Comment #48156879

    I would love to know the need behind pushing over HTTPS. Is the SSH protocol not good?

  8. comment
    Comment #47761421

    I think the CLI is useful for pushing. What do you use to push all the rebased child branches?

  9. comment
    Comment #47014849

    I am still curious why they stopped offering their original service. What was the feedback from users? Why did developers not want to use it?

  10. story
  11. comment
    Comment #46694722

    Thanks, missed that part. I would still be interested in knowing how much additional storage that adds, if the OP is interested in updating the article.

  12. comment
    Comment #46694358

    I think a stored generated column allows you to create an index on it directly. Isn't it better approach?

  13. comment
    Comment #44629084

    I am working on something for that at https://automa.app . Let me know if you are interested in trying it out.

  14. story
  15. comment
    Comment #44430321

    Actually, 1. `color` feature and thus the `anstream` dep is optional. 2. Even if you use it, it handles all the behaviour correctly regarding the piping and no color support, which…

  16. story
  17. comment
    Comment #42656165

    This ulid Postgres extension doesn't have any performance issues compared to native uuidv7 in Postgres. https://github.com/pksunkara/pgx_ulid . Just wanted to bring it up since it …

  18. comment
    Comment #41679158

    Where can I learn more about this? You guys don't seem to have any docs available.

  19. comment
    Comment #40147281

    How do you guys differ against https://www.speakeasyapi.dev and https://www.buildwithfern.com and https://liblab.com ?

  20. comment
    Comment #36444559

    Implementing support for UUIDv7 does not equal implementing support for ULID. ULID needs to be treated as a first class citizen (type, read format, storage format, converters) inst…

  21. comment
    Comment #23274424

    Hey, thanks for posting this. :)

  22. story
  23. comment
    Comment #12684553

    We reduced our service server costs to 1/6th by moving from Heroku to Lambda. And that's not even considering the main benefit of a big computational request not blocking other req…

  24. comment
    Comment #12627846

    I have written a webpack plugin which generates `.vue` files automatically and you just keep writing `js`, `css` and `html`. https://github.com/pksunkara/vue-builder-webpack-plugin…

  25. comment
    Comment #10200645

    What do you think about API Blueprint [1]? It is based on Markdown. [1]: https://apiblueprint.org