Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sozal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Using every Netlify deploy preview, and proving the changed code ran
(medium.com)
1 points
by
sozal
16d ago
|
0 comments
2.
▲
Nobody Can Run Your App but You
(medium.com)
2 points
by
sozal
23d ago
|
0 comments
3.
▲
Show HN: IronBee – an AI QA engineer that tests your Vercel preview on every PR
(medium.com)
3 points
by
sozal
1mo ago
|
0 comments
4.
▲
by
sozal
2mo ago
What I'm expecting is stop spamming here with your slops, that's all.
5.
▲
by
sozal
2mo ago
It is not the AI slop, it is the benchmark prepared and done by humans which people like you can't understand. You still keep posting slop comments without ZERO concrete argument. And also, I'm not saying you said you skimmed my c
6.
▲
by
sozal
2mo ago
Ok, even though "poorly written" is just your bias to me, at least you could provide some concrete critiques. It seems that you listened to the others, had the AI read the blog post, and asked it to write something concrete base
7.
▲
by
sozal
2mo ago
It's not too long for humans, but it seems that it's too long for you maybe because you don't know how to read :) You didn't finish it, so you assumed nobody could. Don't speak for all humans based on your own readi
8.
▲
by
sozal
2mo ago
Nice try with the metaphor, but it is just useless. I'm pretty sure that you didn't event open the link, but just read the other comments, saw the word slop and wrote something to get attention. There are people like you everywher
9.
▲
by
sozal
2mo ago
@neetle I get the frustration, but reaching for "slop" as the default reaction to anything you find too long isn't all that natural. Happy to hear specific feedback on what didn't land, that's more useful to me than
10.
▲
by
sozal
2mo ago
@subscribed To make a critique, first you must READ. Otherwise, your comments will be slop
11.
▲
by
sozal
2mo ago
Zero engagement with anything the post actually says. You've spent more words performing your distaste than it would've taken to read the thing. Recycling slop as a catch all for "I didn't read it" is the real conte
12.
▲
by
sozal
2mo ago
Or just don't read the blog post and stop posting your slop here so everyone will be happy
13.
▲
by
sozal
2mo ago
Fair on the length. The verification loop took DeepSeek from ~20 to ~80 on Web-Bench, matching Opus at ~7x less cost. Curious if the method holds up for you.
14.
▲
A verification loop 4x'd DeepSeek's intelligence, matching Opus at 1/7 the cost
(ironbee.medium.com)
39 points
by
sozal
2mo ago
|
29 comments
15.
▲
by
sozal
5mo ago
This seems fantastic! Age of Browser DevTools :)
16.
▲
by
sozal
6mo ago
Yeah, you’re right. The most of the gain is from the execute tool (batching many steps in one call), not from CDP vs Playwright. If Playwright MCP added a similar sandboxed “run script that calls other tools” and the model used it the same
17.
▲
Browser DevTools MCP: 78% less tokens than Playwright MCP, faster and consistent
(medium.com)
3 points
by
sozal
6mo ago
|
3 comments
18.
▲
by
sozal
6mo ago
We ran the same verification task with Claude Code, same prompt, 3 runs per MCP. Browser DevTools MCP: ~330K tokens, 12 turns, ~2m45s. Playwright MCP: ~1.5M tokens, 48–52 turns, ~6m. So 78% fewer tokens, 76% fewer turns, ~57% faster. We com
19.
▲
Browser DevTools MCP – AI agents that can test and debug their own web code
(medium.com)
1 points
by
sozal
8mo ago
|
1 comments
20.
▲
by
sozal
8mo ago
AI can write code, but testing/debugging still needs humans. This MCP server gives AI a Playwright-powered browser with screenshots, console/network inspection, Web Vitals, ARIA/AX snapshots, Figma compare, stubbing, React co
21.
▲
Intelligent Web Crawling and RAG Search Platform
(github.com)
1 points
by
sozal
1y ago
|
1 comments
22.
▲
by
sozal
1y ago
The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. With this MCP server, Driflyte acts as a bridge between diverse, topic-aware conte
23.
▲
by
sozal
3y ago
"otel-cli" is a command-line utility designed to send OpenTelemetry traces to an external OpenTelemetry collector OTLP endpoint. Its main use case is within shell scripts and other situations where trace sending is most efficientl
24.
▲
by
sozal
4y ago
Currently there is no CPU limit for any function running on local. Because MerLoc runs functions in embedded mode. But we are working on a solution to be able to run functions on your local Docker. Then you will be able to limit CPU and mem
25.
▲
Show HN: I made an IDE plugin for AWS Lambda local dev, debugging and hot-reload
(github.com)
14 points
by
sozal
4y ago
|
2 comments
26.
▲
by
sozal
4y ago
Hi, This is Serkan. Co-Founder&CTO at Thundra, the company behind Sidekick. Flight recorder is a very useful tool for profiling your apps running on JVM. But next generation debugging tools like Sidekick allows you to debug your Java ap
27.
▲
Show HN: Sidekick - Live application debugger is now open source
(github.com)
77 points
by
sozal
4y ago
|
24 comments
28.
▲
by
sozal
4y ago
Actually not. It is just one time setup and no mocking is needed anymore
29.
▲
by
sozal
4y ago
Hi, The difference is that MerLoc runs functions on your local as a part of AWS cloud infa. This means that function is triggered from real events, runs againts real AWS services and again response is returned to real AWS services.
30.
▲
by
sozal
4y ago
Thanks Waldemar. In fact it is already integrated with LocalStack
More ›