Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ksri
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
Show HN: CLI to for working with complex Google Docs using Markdown
(github.com)
2 points
by
ksri
5mo ago
|
1 comments
2.
▲
by
ksri
5mo ago
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 comments, formatting, images, colours or anything else that yo
3.
▲
by
ksri
5mo ago
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 ensure that the ToC doesn't disappear - Styling
4.
▲
Show HN: Treat Google Docs as Markdown
(github.com)
2 points
by
ksri
5mo ago
|
2 comments
5.
▲
by
ksri
5mo ago
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 apps for our limited use case. We opened chrome, navigated
6.
▲
by
ksri
5mo ago
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 edits. The core logic is to convert the google docs to md.
7.
▲
by
ksri
6mo ago
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. The agent (claude code) then simply edi
8.
▲
by
ksri
7mo ago
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 non-starter. re. what happens if its a big bo
9.
▲
Show HN: ExtraSuite – pull / push for Google Drive
(github.com)
1 points
by
ksri
7mo ago
|
0 comments
10.
▲
by
ksri
7mo ago
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 sheets/docs/slides. `pull`
11.
▲
by
ksri
1y ago
Claude code now has an /export command for this use case. You can run it from within a session.
12.
▲
by
ksri
1y ago
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 review it as part of a pr. It takes 2-3 iterations to ge
13.
▲
by
ksri
2y ago
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.
▲
by
ksri
6y ago
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 template language to create the queries.
15.
▲
by
ksri
6y ago
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, with 1 GET API ca
16.
▲
by
ksri
6y ago
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 development, but in production you often use "persisted q
17.
▲
by
ksri
6y ago
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 on. It automatically identifies bind parameters, so you don&
18.
▲
JinjaSQL – Template Language for SQL
(github.com)
3 points
by
ksri
6y ago
|
0 comments
19.
▲
Show HN: JinjaSQL – Template Language for SQL
(github.com)
3 points
by
ksri
6y ago
|
0 comments
20.
▲
Cypress now supports Firefox and edge
(cypress.io)
1 points
by
ksri
7y ago
|
0 comments
21.
▲
A Cloud-Native Experience for Apache Kafka in Confluent Cloud
(confluent.io)
3 points
by
ksri
7y ago
|
0 comments
22.
▲
by
ksri
8y ago
What tool are you using for Redis Management? Is there one that you'd recommend?
23.
▲
Show HN: RedisOverflow – Redis and Node.js Playground
(rdbtools.com)
2 points
by
ksri
8y ago
|
0 comments
24.
▲
by
ksri
8y ago
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 invocations to smaller functions. This eliminates most guide commen
25.
▲
by
ksri
8y ago
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 termibology,and having to hear negative things from both the
26.
▲
How to Bulk Rename Fields in a Hash in Redis
(rdbtools.com)
4 points
by
ksri
8y ago
|
0 comments
27.
▲
Show HN: RDBTools, GUI for redis
(rdbtools.com)
1 points
by
ksri
8y ago
|
0 comments
28.
▲
by
ksri
8y ago
Is this also true for localhost, or does localhost get special treatment? What is a good way to get https certificates for localhost other than self signed certificates?
29.
▲
by
ksri
8y ago
Some background on RDBTools. Over time, more and more data ends up in Redis. It becomes difficult to analyze what is stored within redis, and so most projects end up increasing the memory / switch to a higher redis instance. RDBTools t
30.
▲
Show HN: RDBTools – Why's Redis Eating Up Memory
(rdbtools.com)
4 points
by
ksri
8y ago
|
1 comments
More ›