Viewing profile — st_asqi
st_asqi
HN member- Joined
- Fri, May 31, 2024, 1:31 AM UTC
- HN karma
- 12
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About st_asqi
I'll write a longer bio soon, probably. Right now we're moving to California and Asqi is on HN, so I'm babysitting the server in between moving boxes.
Recent public activity
-
comment
Comment #40992512
10 hours up and no comments? For shame, it's a good tool! I'm not a natural user of this product and have never used any snippet tools, so I'm commenting as an outsider. But I real…
-
comment
Comment #40580152
Nope still there, but you may have caught the server at a bad moment. Because Asqi uses the DB read/write, there's only one replica of the server and it has less than 100% uptime d…
-
comment
Comment #40554549
Looks like there's a grammar for it ( https://github.com/fwcd/tree-sitter-kotlin ) so I think it's on the table!
-
comment
Comment #40554538
Awesome, OK I believe I can make that work then. Very glad you mentioned Sorbet because I hadn't heard of it before but it will be cool to have it ship with Ruby out of the gate.
-
comment
Comment #40551471
For Ruby + Sorbet, it looks like Sorbet fits into Ruby syntax so we can reuse the same grammar, but you'd probably want the signatures to be considered as part of the methods. Work…
-
comment
Comment #40551381
Yeah the locking up is a big issue right now. It happens when you first load a repo and the client populates its local IndexedDB with all the RPC data coming down, which is 10-100k…
-
comment
Comment #40551225
[dead]
-
comment
Comment #40538939
Hahaha "if it doesn't cause seizures, it's not really Asqi" - well we have a brand, that's for sure :) (seriously I have got to fix this soon my god) TTE is so freaking cool, I wil…
-
comment
Comment #40538685
This is absolutely constructive feedback, thank you again for writing it all up. I'll go through point by point and share my thoughts about each one. Re speed and compactness, than…
-
comment
Comment #40537395
You're very welcome. I wanted to build a product I would use, and being hands-off about customer data is a big part of that. (I was trying to use another code search tool and baile…
-
comment
Comment #40537204
YES - this was very much on my mind actually. I was thinking we really need section outlining for Markdown (and for diffs etc, so like "two people want to edit this paragraph" when…
-
comment
Comment #40536791
Terminal over ssh? Hahaha don't tempt me :) I really like this idea. It's not at all what I had in mind for the product, but that's because it had never occurred to me. I'm going t…
-
comment
Comment #40536666
Thanks so much for writing this up, it's great! Let me get some coffee and I'll share some thoughts about where we are and where it's going.
-
comment
Comment #40530705
I wanted to say, this is really thoughtful comment and thank you. I love getting ideas like this about the business model and product/market fit. The second half of the product is …
-
comment
Comment #40530691
Yeah you definitely don't need to install anything. I don't know how to deploy React apps apparently (will try to fix), but it's just a regular website and I would never ask users …
-
comment
Comment #40530687
Got it working again! Sorry about that, server crash possibly from being on HN :)
-
comment
Comment #40530626
It's actually pretty straightforward; we use tree-sitter for parsing and it takes me about 2-3 hours for each language. So I'm planning to add a lot more in the near future. If you…
-
comment
Comment #40530610
Hi, thanks for trying it out! The server crashed, sorry about that. I need to add a liveness check. It should be working now. As for comments asking to install React, it's a bug on…