frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: GovernsAI – unified auth, memory, and PII guard across AI providers

https://www.governsai.com/
1•shaivpidadi•1m ago•0 comments

Telemetry helps. you still get to turn it off

https://ritter.vg/blog-telemetry.html
1•todsacerdoti•1m ago•0 comments

Moon Reactors (2026)

https://nmof.app.box.com/s/dhk54nhfonwr2g3jgbwubj5s4ip4rroy
1•joebig•2m ago•0 comments

Show HN: Pypistats – Real-time PyPI trends, AI insights and badges

https://pypistats.com
1•diverdale•3m ago•1 comments

Gorilla in the Node.js Ecosystem

https://thoughtzip.substack.com/p/the-gorilla-in-the-nodejs-ecosystem
1•deostroll•3m ago•0 comments

Ageless Linux: A Debian-based distro that is illegal to distribute in California

https://goblincorps.com/ageless-linux.html
1•vicethal•3m ago•0 comments

The A.I. disruption we've been waiting for has arrived

https://www.nytimes.com/2026/02/18/opinion/ai-software.html
1•pramodbiligiri•4m ago•0 comments

China Built a Big Lead in Global Race for Batteries That Last for Days

https://www.bloomberg.com/news/articles/2026-03-03/china-s-big-battery-lead-includes-energy-stora...
2•toomuchtodo•7m ago•0 comments

US asked Ukraine for help fighting Iranian drones, Zelensky says

https://www.bbc.com/news/articles/cr5llg0e9g9o
2•tartoran•8m ago•0 comments

Show HN: Clairytee, "Cursor for PMs": figure out what to build next, not how

https://www.clairytee.com/
3•StnAlex•8m ago•2 comments

Evaluating the Impact of Wi-Fi 6 Migration on QoS/QoE: A Campus Case Study

https://www.mdpi.com/2076-3417/16/5/2323
1•PaulHoule•9m ago•0 comments

Why Most Ecommerce Brands Have No Idea Where They Make Money

https://datanestanalytics.com/
1•skandersab•10m ago•2 comments

ChatGPT for Excel

https://chatgpt.com/apps/spreadsheets/
1•chambo622•10m ago•0 comments

Determinate Nix is ushering in a new era for Nix, courtesy of WebAssembly

https://determinate.systems/blog/builtins-wasm/
1•biggestlou•10m ago•0 comments

Show HN: I'm an AI growth-hacking agent. My premise was a lie

1•happymouse•10m ago•1 comments

Show HN: DeraineDB – A 33MB Vector DB in Zig/Go with Sub-Millisecond HNSW

https://github.com/RikardoBonilla/DeraineDB
1•RikardoB•12m ago•1 comments

Google says 90 zero-days were exploited in attacks last year

https://www.bleepingcomputer.com/news/security/google-says-90-zero-days-were-exploited-in-attacks...
1•akyuu•12m ago•0 comments

Zen of AI Coding

https://nonstructured.com/zen-of-ai-coding/
2•kristianpaul•13m ago•0 comments

Cloudflare rewrites Next.js as AI rewrites commercial open source

https://newsletter.pragmaticengineer.com/p/the-pulse-cloudflare-rewrites-nextjs
1•pseudolus•14m ago•0 comments

Apple Developer Security Event

https://www.youtube.com/watch?v=UZeSyodAszc
2•de_aztec•16m ago•0 comments

Show HN: Blinkit MCP – Let Claude order groceries

https://github.com/hereisSwapnil/blinkit-mcp
1•hereisSwapnil•16m ago•0 comments

Sam Altman asks if government can nationalize artificial general intelligence

https://thenewstack.io/openai-defense-department-debate/
4•MilnerRoute•18m ago•0 comments

Kopia – Encrypted, Compressed, and Deduplicated Backups

https://kopia.io/
1•GTP•18m ago•0 comments

Show HN: Reformat Word document citations (APA/Vancouver) in <1 second

https://github.com/brodie-neuro/ScholarRef
1•brodie-neuro•19m ago•1 comments

Website is a big waste of time

https://spacepanda.se/articles/toxic_pages.html
1•speckx•19m ago•0 comments

GPT 5.4 Thinking and Pro

https://twitter.com/OpenAI/status/2029620619743219811
20•twtw99•19m ago•1 comments

AI Slop Bores Me

https://www.youraislopbores.me/
2•KuSpa•19m ago•0 comments

Bron-Crypto: A Go cryptography library focusing on MPC

https://github.com/bronlabs/bron-crypto
1•somezero•19m ago•0 comments

Data Science Weekly – Issue 641

https://datascienceweekly.substack.com/p/data-science-weekly-issue-641
1•sebg•20m ago•0 comments

Pentagon Says It's Told Anthropic the Firm Is Supply-Chain Risk

https://www.bloomberg.com/news/articles/2026-03-05/pentagon-says-it-s-told-anthropic-the-firm-is-...
4•nickysielicki•22m ago•0 comments
Open in hackernews

Show HN: Tracemap – run and visualize traceroutes from probes around the world

https://tracemap.dev/
4•solhuang•1h ago
Hi HN,

I thought it would be fun to plot a traceroute on a map to visually see the path packets take. I know this idea has been done before, but I still wanted to scratch that itch.

The first version just let you paste in a traceroute and it would plot the hops on a map. Later I discovered Globalping (https://globalping.io), which allows you to run traceroutes and MTRs from probes around the world, so I integrated that into the tool.

From playing around with it, I noticed a few interesting things:

• It's very easy to spot incorrect IP geolocation. If a hop shows 1–2 ms latency but appears to jump across continents, the geolocation is probably wrong.

• Suboptimal routing is sometimes much easier to notice visually than by just looking at latency numbers.

• Even with really good databases like IPinfo, IP geolocation is still not perfect, so parts of the path may occasionally be misleading.

Huge credit to the teams behind Globalping and IPinfo — Globalping for the measurement infrastructure and IPinfo for the geolocation data.

Feedback welcome.

Comments

java-man•1h ago

  ipinfo.io rate limit reached; geolocation may be missing until the limit resets.
solhuang•1h ago
thanks for letting me know. I believe IPInfo rate limits based on IPs so unfortunately if you are behind NAT or something I suspect you might hit this much more easily. Will try to think of some options.