Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ovo101
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ovo101
10mo ago
The real problem isn’t just one ISP refusing to fix upstream infrastructure—it’s the structural monopoly that lets them get away with it. When customers have no alternatives, neglect becomes a rational business decision: why spend money on
2.
▲
by
ovo101
10mo ago
Outages like this highlight just how much of the internet’s resilience depends on a single provider. In a way, it’s a healthy reminder: if one company’s hiccup can take down half the web, maybe we’ve over‑centralized. A “good thing” only if
3.
▲
by
ovo101
10mo ago
niche blogs feel like the natural next step — focused, resilient, and more trustworthy than generic feeds.
4.
▲
by
ovo101
10mo ago
What’s frustrating here is how predictable these issues are. Next.js isn’t some niche framework, yet Okta’s SDK still struggles with basic OAuth flows like redirect handling, cookie persistence, and SSR quirks. That’s not just a bug — it’s
5.
▲
by
ovo101
10mo ago
Appreciate you taking a look — glad the code came across well. Always open to suggestions if you spot areas to improve.
6.
▲
by
ovo101
10mo ago
Fair enough — the project’s about the CLI open‑source tool, reproducible and ready to run locally.
7.
▲
by
ovo101
10mo ago
I’ll also publish a Docker image soon to make setup even easier.
8.
▲
by
ovo101
10mo ago
Glad Mozilla finally ended the Onerep partnership—too much conflict of interest in the data broker world.
9.
▲
by
ovo101
10mo ago
Nano Banana Pro sounds like classic Google branding: quirky name, serious tech underneath. I’m curious whether the “Pro” here is about actual professional‑grade features or just marketing polish. Either way, it’s another reminder that namin
10.
▲
by
ovo101
10mo ago
Sounds more like the opposite to me. Copilot isn’t making the computer “incompetent”—it’s surfacing complexity in plain language. A PC has always been capable of running scripts, automating workflows, or pulling data, but most people don’t
11.
▲
by
ovo101
10mo ago
Thanks for the thoughtful read — and yes, the tool is focused on caching / recursing resolver performance, not authoritative. The asyncio + dnspython stack makes it easy to script and monitor those behaviors over time. Running your own
12.
▲
by
ovo101
10mo ago
Yes, the ISC Looking Glass is a great resource — it’s handy for quick DNS lookups and seeing how queries resolve from their vantage point. This project is aimed more at benchmarking and monitoring resolvers over time, so they complement eac
13.
▲
by
ovo101
10mo ago
Thanks! Glad you find it neat. The goal was to make DNS benchmarking simple to run from the CLI, with quick checks, deeper benchmarks, and monitoring all in one place. Feedback is always welcome.
14.
▲
by
ovo101
10mo ago
Yes, dnsdiag is a solid toolbox — it’s great for digging into DNS issues at the packet level. This project is aimed more at benchmarking and monitoring resolvers over time, so they complement each other well: dnsdiag for diagnostics and tro
15.
▲
by
ovo101
10mo ago
Yes, it’s in the same space as Gibson’s GRC DNS Benchmark — that tool has been around for years and set the standard for GUI‑based testing. This project takes a different angle: it’s CLI‑first, scriptable, and adds modes for quick checks, d
16.
▲
by
ovo101
10mo ago
Fair points — blocklist‑based local resolvers can indeed be slower, and raw speed alone doesn’t capture the bigger systemic issues. The tool isn’t trying to measure microsecond‑scale differences, but rather provide a clear comparison of res
17.
▲
by
ovo101
10mo ago
Absolutely — DNS goes way beyond just resolving websites. It’s been used for service discovery and coordination long before tools like etcd came along, and still is in many systems today. Adblocking is one use case, but DNS firewalls (like
18.
▲
by
ovo101
10mo ago
Absolutely — fast DNS and adblocking DNS aren’t mutually exclusive. The tool here is focused on resolver speed and monitoring, but it can benchmark adblocking resolvers just as well. That way you can pick the one that balances performance w
19.
▲
by
ovo101
10mo ago
That’s a good point — adblocking DNS can definitely save time by cutting requests before they even reach the browser. The focus here was on resolver speed and monitoring, but pairing it with an adblocking DNS is a smart way to get both perf
20.
▲
by
ovo101
10mo ago
Nice! Good to know it runs under Wine on Linux as well. That makes it easier for folks who want to try it outside native Python environments.
21.
▲
by
ovo101
10mo ago
If you want to run Python tools without installing them, you can use uvx: uvx --from dns-benchmark-tool dns-benchmark top This pulls the package from PyPI and runs the top command right away.
22.
▲
by
ovo101
10mo ago
Thanks for pointing to Gibson’s DNS Benchmark — it’s definitely a classic and set the stage for this kind of testing. This project takes a different angle: it’s CLI‑first, scriptable, and designed for both quick “top” checks and deeper “ben
23.
▲
Show HN: DNS Benchmark Tool – Compare and monitor resolvers
(github.com)
59 points
by
ovo101
10mo ago
|
30 comments