Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
myzie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
myzie
6d ago
Looks like you can opt-out of having an environment via `environment.type: "none"` When there is an environment, my impression is it's a floor of 5 minutes at that 1 GB @ $0.03/20 min rate. So $0.0015/minute * 5 min
2.
▲
by
myzie
6d ago
I built several harnesses in different products over the last two years. Fully agree with you that doing it right is a rabbit hole. Certain system properties that you almost always want in a harness used within a SaaS (for example) are non-
3.
▲
Sandboxing AI Coding Agents
(deepnoodle.ai)
2 points
by
myzie
8mo ago
|
0 comments
4.
▲
by
myzie
1y ago
The Chrome extension approach may shift some (most?) of the risk to the end user, since technically they are now the one scraping. Theoretically getdex would be relatively better off in this arrangement, while putting their customers into a
5.
▲
by
myzie
1y ago
Related research on past litigation in this area for anyone that wants to go deeper: https://deepnoodle.ai/research/linkedin-legal-battles-tos-vi...
6.
▲
by
myzie
1y ago
Currently, yes. However it's quite early and I'm exploring whether this is the best option. The reason I was posting here on HN is to see if anyone more technical may be interested in this as well. E.g. to leverage an API like thi
7.
▲
What company discovery/Intel features would you want in a tool like this?
1 points
by
myzie
1y ago
|
3 comments
8.
▲
The Realities of Semantic Search
(deepnoodle.ai)
3 points
by
myzie
1y ago
|
0 comments
9.
▲
by
myzie
1y ago
https://github.com/diveagents/dive Dive orchestrates multi agent workflows in Go. Take a look and let me know what you think.
10.
▲
by
myzie
1y ago
+1 to the article. Along these lines, I'm building Dive: https://github.com/diveagents/dive When building a SaaS with a Go backend, it's nice to be able to have the option of the agents and workflows being in
11.
▲
by
myzie
1y ago
Risor is an embedded scripting library and CLI for Go. This release adds new modules for web crawling, background scheduling, and more. Happy scripting.
12.
▲
Risor v1.8.0: Modules including playwright, htmltomarkdown, goquery
(risor.io)
2 points
by
myzie
1y ago
|
1 comments
13.
▲
by
myzie
1y ago
Just a quick release announcement for Risor, an embedded scripting library and CLI for Go. Plenty of additions relating to web crawling, background scheduling, and more. Happy scripting.
14.
▲
Risor v1.8.0: Modules including playwright, htmltomarkdown, goquery
(risor.io)
1 points
by
myzie
1y ago
|
1 comments
15.
▲
by
myzie
1y ago
I'm definitely with you that sites should be leveraging CDNs and similar. But I get that many don't want to do any work to support bots that they don't want to exist in the first place. To me it seems like the companies actua
16.
▲
by
myzie
1y ago
An aspect I find interesting is that these crawlers are all doing highly redundant work. As in, thousands of crawlers are running around the world, and each crawler may visit the same site and pages multiple times a week. This seems like an
17.
▲
by
myzie
2y ago
Nice. I was wondering if r53 latency-based routing would work as an optional add-on to this. I didn't look into it but was thinking it might not work because the latency based routing records are A records that have to point at a fixed
18.
▲
by
myzie
2y ago
Oh I realized I was thinking of Cloudformation Stacksets, since those like you automate deployment of a Stack across multiple regions. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...
19.
▲
by
myzie
2y ago
Aha, indeed. A few interesting notes on this. And thanks for the link to your Makefile. I see you're a Cloudformation Stacks user (good stuff), so you may know some of what I say below already, but maybe the Terraform specific notes wi
20.
▲
by
myzie
2y ago
Cloudflare Workers are great in general. The way they route client requests to the nearest Cloudflare data center means that a single client will most often end up with a small number (perhaps even 1) of public IP addresses coming out of
21.
▲
Show HN: Burrow is a globally distributed, serverless HTTP proxy
(github.com)
76 points
by
myzie
2y ago
|
11 comments
22.
▲
Cloudflare Workers and pgEdge Distributed Postgres: 100ms Data Access Challenge
(pgedge.com)
2 points
by
myzie
3y ago
|
1 comments
23.
▲
by
myzie
3y ago
Source code for the testing is available here: https://github.com/pgEdge/cloudflare-pgedge-latency-tests
24.
▲
by
myzie
3y ago
Risor is an embeddable scripting language for the Go ecosystem. This blog post introduces its opcodes and shows how it was influenced by CPython.
25.
▲
The Risor compiler, opcodes, and VM
(risor.io)
2 points
by
myzie
3y ago
|
1 comments
26.
▲
Risor v1.4.0: write scripts for K8s, Vault, and the Go ecosystem
(risor.io)
1 points
by
myzie
3y ago
|
1 comments
27.
▲
by
myzie
3y ago
GitHub project here: https://github.com/risor-io/risor
28.
▲
Querying Distributed Postgres from Cloudflare Workers
(northwind.pgedge.com)
3 points
by
myzie
3y ago
|
1 comments
29.
▲
by
myzie
3y ago
Source code available here: https://github.com/pgedge/pgedge-northwind You can also read more about how this works in the companion blog post: https://www.pgedge.com/blog/pgedge-cloud-cloudflare-wo
30.
▲
Risor v1.4.0: HTTP servers, CLI apps, new language keywords
(risor.io)
1 points
by
myzie
3y ago
|
0 comments
More ›