Viewing profile — ksri
ksri
HN member- Joined
- Sat, Sep 03, 2011, 6:14 AM UTC
- HN karma
- 431
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About ksri
No profile information was provided.
Recent public activity
-
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…
- story
-
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…
-
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.
-
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…
-
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…
-
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.…
-
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 …
-
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…
-
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…
-
comment
Comment #44588823
Claude code now has an /export command for this use case. You can run it from within a session.
-
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…
-
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?
-
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…
-
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…
-
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…
-
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 …
- story
- story
- story
- story
-
comment
Comment #19162273
What tool are you using for Redis Management? Is there one that you'd recommend?
- story
-
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…
-
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…