Live data from Hacker News

Viewing profile — ksri

ksri

HN member
Joined
Sat, Sep 03, 2011, 6:14 AM UTC
HN karma
431
Public activity
97 items

About ksri

No profile information was provided.

Recent public activity

  1. comment
    Comment #47939375

    Countless tools exist to create a google doc from markdown. A few tools exist to edit google docs - but they are very limited. Either they replace the entire google doc - losing co…

  2. story
  3. comment
    Comment #47804888

    It handles it gracefully. The tool cannot edit them, but it will ensure it does not mess them up. Some examples: - Table of contents can't be updated via the API. But the tool will…

  4. story
    Show HN: Treat Google Docs as Markdown

    Pull a google doc in markdown format. Edit the markdown and push. ExtraSuite will figure out the diff and apply them to the google doc, respecting your formatting.

  5. comment
    Comment #47795216

    Related. We have several third party web apps in use. These apps don't expose a public api, but they are all single page web apps. We wanted to connect claude code to these web app…

  6. comment
    Comment #47746846

    I am working on a way to edit google docs using markdown. Many tools exist to convert google docs to markdown and to import markdown to google docs - but none of them make in place…

  7. comment
    Comment #47312621

    I am working on a declarative CLI for google docs/sheets/slides etc. The general idea is a "pull" command that converts the proprietary document into a local files like tsv or xml.…

  8. comment
    Comment #47272002

    re. comparing with other editing agents - actually, I didn't find any that could work with google docs. Many workflows were basically "replace the whole document" - and that was a …

  9. story
    Show HN: ExtraSuite – pull / push for Google Drive

    ExtraSuite is a terraform like tool for google drive files - sheets/docs/slides/forms/app scripts. It is meant for agents to make targeted edits to files. While ChatGPT / Claude et…

  10. comment
    Comment #47259037

    I have been working on extrasuite ( https://github.com/think41/extrasuite ). This is like terraform, but for google drive files. It provides a git like pull/push workflow to edit s…

  11. comment
    Comment #44588823

    Claude code now has an /export command for this use case. You can run it from within a session.

  12. comment
    Comment #44456272

    Struggling with the same issues with junior developers. I've been asking for an implementation plan and iterating on it. Typical workflow is to commit the implementation plan and r…

  13. comment
    Comment #42025025

    Is there a way to run this in the browser as yet? Transformers js doesn't seem to support this. Is there another way to run this in the browser?

  14. comment
    Comment #24152541

    Take a look at JinjaSQL ( https://github.com/hashedin/jinjasql ). Supports conditional where clauses as well as in statements. It uses Jinja templates, so you get a complete templa…

  15. comment
    Comment #23771028

    Yes, following relationships is a key feature of Squealy. Here is an example for a recent-questions API - https://github.com/hashedin/squealy/blob/master/squealy-app/... . In short…

  16. comment
    Comment #23770607

    I have been working on an idea to leverage SQL + REST APIs instead of GraphQL to solve the similar problems, and I would love to get some feedback on it. GraphQL is great during de…

  17. comment
    Comment #23561782

    I have been working JinjaSQL[1] for a while to simplify complex SQL Queries. JinjaSQL is a templating language, so you can use interpolation, conditionals, macros, includes and so …

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #19162273

    What tool are you using for Redis Management? Is there one that you'd recommend?

  23. story
  24. comment
    Comment #18159714

    Great categorization! Re. Guide comments - I usually try to make a smaller function with an appropriate name and then call the function. So long function become a series of invocat…

  25. comment
    Comment #17970163

    Absolutely. First was the Apache commons clause license, and responding to random folks who assumed Redis was going closed source. Then the current issue of changing master slave t…