Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrmtu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
CloudCruise Is GA Now
(twitter.com)
5 points
by
adrmtu
3mo ago
|
0 comments
2.
▲
A DSL for Browser Automation
(github.com)
2 points
by
adrmtu
1y ago
|
0 comments
3.
▲
Browser Automation Directed Graph Engine Ruleset (Badger)
(github.com)
6 points
by
adrmtu
1y ago
|
1 comments
4.
▲
by
adrmtu
1y ago
Playwright scripts work well for quick tasks but become messy and hard to maintain for complex automations. BADGER (Browser Automation Directed Graph Engine Ruleset) is a programming language that represents browser automations as directed
5.
▲
by
adrmtu
1y ago
Isn't this basically a de-biasing problem? Treat each rider’s ratings as a random variable with its own mean μᵤ and variance σᵤ², then normalize. Basically compute z = (r – μᵤ)/σᵤ, then remap z back onto a 1–5 scale so “normal” al
6.
▲
by
adrmtu
1y ago
Cool project! How does the prefix cache work exactly? What’s your invalidation strategy when the page’s structure drifts (and how often do you refresh)? And how do you match an incoming question or task to the correct cached prefix? What cr
7.
▲
Show HN: CloudCruise (YC W24) – Graph-Based Workflow Builder for Web Agents
(cloudcruise.com)
19 points
by
adrmtu
2y ago
|
0 comments
8.
▲
by
adrmtu
2y ago
Congrats on the Show! How’s this different from https://github.com/langfuse/langfuse ? The exports seems really interesting