Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
0x63_Problems
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
0x63_Problems
8d ago
You can reproduce that finding directly from python: ``` >>> request.urlopen(" https://anc.dev ") [...traceback info...] urllib.error.HTTPError: HTTP Error 403: Forbidden ``` In this case ( https://age
2.
▲
by
0x63_Problems
8d ago
which URL is it? it's kind of a deep assumption since we're evaluating on ease-of-navigation from the homepage, and looking for /llms.txt etc. but there should be a way for me to add support
3.
▲
by
0x63_Problems
8d ago
Behind an agent is a human that might use the product. I think customers/consumers will demand that their personal/subscription agent can access the product.
4.
▲
by
0x63_Problems
8d ago
Each product is different (how much does it cost to serve a marginal user, how risky is it). But generally I think allowing ephemeral accounts like Cloudflare, or serving simulated/static accounts before a human claim can both work. Fo
5.
▲
by
0x63_Problems
8d ago
Are you mainly concerned about scraping? or anti-agents in general?
6.
▲
by
0x63_Problems
8d ago
The initial step of the scan looks at homepage content to try to figure out where to navigate next, it's getting confused by all the different products linked. Will fix this!
7.
▲
Show HN: Ax-check.com – Can agents use your product?
(ax-check.com)
4 points
by
0x63_Problems
9d ago
|
0 comments
8.
▲
by
0x63_Problems
20d ago
I think it's only recursive from the perspective of the humans, i.e. they design Astra, which itself as part of its deployment designs Galactica, etc. So humans develop things one after the other, but when the thing itself starts devel
9.
▲
by
0x63_Problems
9mo ago
Gauge | Founding Engineer | San Francisco, CA | ONSITE | Full-time Gauge helps companies show up in more AI answers. Search traffic is shifting away from Google into AI chat, and companies are figuring out how to adapt right now. Our system
10.
▲
by
0x63_Problems
1y ago
Very cool! Yup I definitely see confusion in our responses around the product and brand names. We do another pass through an LLM specifically aimed at ‘canonicalizing’ the names, but we’ll need to get more sophisticated to catch most issues
11.
▲
by
0x63_Problems
1y ago
No specific reason, just started with these three, will add Gemini soon!
12.
▲
by
0x63_Problems
1y ago
It's from previous searches actually, we have an 'enrichment' step after the initial rankings come back which helps with semantic deduplication and tries to give us a canonical website domain. We store the Product and tag all
13.
▲
by
0x63_Problems
1y ago
We are using sonar-pro
14.
▲
by
0x63_Problems
1y ago
These are structured results from explicitly asking the LLM for a ranking in the given category, and we provide guidance in the prompt telling the LLM to 'use best judgment' when the topic doesn't clearly include products. Al
15.
▲
How to Build Hot Module Replacement in Python
(gauge.sh)
3 points
by
0x63_Problems
2y ago
|
0 comments
16.
▲
How to Validate uv workspace Dependencies
(gauge.sh)
1 points
by
0x63_Problems
2y ago
|
0 comments
17.
▲
by
0x63_Problems
2y ago
I actually made that change in response to their comment! It used to be a live GIF with no narration.
18.
▲
by
0x63_Problems
2y ago
Yes! Here is an example project that is configured as if it were a uv workspace: https://github.com/gauge-sh/tach/tree/main/python/tests/exam... In that project, `tach check-external` would han
19.
▲
by
0x63_Problems
2y ago
This should definitely be supported out-of-the-box, we can take a closer look in Discord or through GH Issues! But generally I would expect: ``` [[modules]] path = "foo" depends_on = [] [[modules]] path = "bar" depends_o
20.
▲
by
0x63_Problems
2y ago
I can understand the frustration, but I think there are legitimate reasons to run this remotely. Tach is an installable Python package, shipping a full web app would have to come in a separate form factor and has significant maintenance imp
21.
▲
by
0x63_Problems
2y ago
Co-author here - We do provide a web platform ( https://www.gauge.sh/platform ) which we have been developing with design partners. The fundamental difference between using Tach alone vs. the platform is that the platform pro
22.
▲
by
0x63_Problems
2y ago
Co-author here, I can understand where you're coming from! Part of the philosophy here is that the tools and techniques you're describing can (and should) be used diligently to solve this problem, and Tach is often a complement to
23.
▲
by
0x63_Problems
2y ago
Co-author here, fair question! In short, we want to make the visualization UX as smooth as possible, and this is best done with a web app. The URLs use UUIDs, and the contents being sent don't include literal source code, only module n
24.
▲
Scaling Tach to Large Codebases
(gauge.sh)
2 points
by
0x63_Problems
2y ago
|
0 comments
25.
▲
AI makes tech debt more expensive
(gauge.sh)
467 points
by
0x63_Problems
2y ago
|
240 comments
26.
▲
by
0x63_Problems
2y ago
I'm a big fan of the modular monolith pattern, but haven't used feature flags for the purpose you're describing. Do you use any specific tools or frameworks for that? I'd also imagine there would be calls between feature
27.
▲
Show HN: Pare – Simple Serverless Python
(github.com)
3 points
by
0x63_Problems
2y ago
|
0 comments
28.
▲
by
0x63_Problems
2y ago
That's a good question. I don't have an easy way to rerun the comparison since this happened actually a while ago, but I do remember some relevant numbers. In the first iteration of the Rust extension, I actually used the parser f
29.
▲
by
0x63_Problems
2y ago
Very fair points. For general purpose ASTs from Python your design should be more efficient while essentially keeping the existing interface. When I referenced numpy, I was thinking of a query layer which could push traversal into the exten
30.
▲
by
0x63_Problems
2y ago
Thanks for pointing this out, the link is now updated!
More ›