HackerTrans
TopNewTrendsCommentsPastAskShowJobs

punkpeye

914 karmajoined 4 yıl önce
[email protected], building glama.ai

Submissions

Ask HN: Who knows someone at GitHub/NPM team?

3 points·by punkpeye·dün·0 comments

[untitled]

1 points·by punkpeye·4 ay önce·0 comments

[untitled]

1 points·by punkpeye·4 ay önce·0 comments

Ask HN: How to Evaluate IP Dataset?

1 points·by punkpeye·4 ay önce·10 comments

Show HN: MCP Inspector – connect and test any MCP server

glama.ai
2 points·by punkpeye·4 ay önce·0 comments

Sinclair 4K Basic for the ZX80

troypress.com
7 points·by punkpeye·4 ay önce·0 comments

Ask HN: Google started to index non-hyperlinks. What to do about it?

3 points·by punkpeye·4 ay önce·1 comments

Binding port 0 to avoid port collisions

ntietz.com
2 points·by punkpeye·5 ay önce·0 comments

Swift Import Declarations

nshipster.com
1 points·by punkpeye·5 ay önce·0 comments

Comparing C/C++ unity build with regular build on a large codebase (2024)

hereket.com
1 points·by punkpeye·5 ay önce·0 comments

Show HN: MCP directory that checks if servers are alive

glama.ai
2 points·by punkpeye·5 ay önce·1 comments

BunnyCDN Is Having an Outage

status.bunny.net
2 points·by punkpeye·5 ay önce·1 comments

Google's AI Overview Has Been Sending Me the Wrong Customers for 6 Months

glama.ai
5 points·by punkpeye·6 ay önce·0 comments

Show HN: Pipenet – A Modern Alternative to Localtunnel

pipenet.dev
114 points·by punkpeye·6 ay önce·19 comments

[untitled]

1 points·by punkpeye·6 ay önce·0 comments

[untitled]

1 points·by punkpeye·6 ay önce·0 comments

[untitled]

1 points·by punkpeye·7 ay önce·0 comments

The 50MB Markdown Files That Broke Our Server

glama.ai
2 points·by punkpeye·7 ay önce·0 comments

OpenTelemetry for MCP

glama.ai
14 points·by punkpeye·7 ay önce·0 comments

Cyber Monday 2025

github.com
2 points·by punkpeye·8 ay önce·0 comments

comments

punkpeye
·3 ay önce·discuss
Incredible model quality to price ratio
punkpeye
·3 ay önce·discuss
Now this is brilliant.

I run an AI gateway (Glama), and we had to delist all third-party providers because some of them are obviously lying about their quantization.

Being able to vet providers would be a major improvement to our ability to offer a more diverse set of providers.
punkpeye
·4 ay önce·discuss
Just to close the (public) loop, the issue was that we were using wrong API endpoint: ipinfo.io/lite instead of api.ipinfo.io/lite.

Thank you Abdullah
punkpeye
·4 ay önce·discuss
Did a quick dive to explore viability of migrating to ipinfo. My idea was: use lite version for enriching everything and then use pay-as-you-go for enriching authenticated user sessions.

I couldn't get /lite/ to work. In a sample of IPs I've tried with, multiple are returning 404. Your website for the same IPs is returning information. Looks like these are just not included in the lite dataset?

Turns out there is no pay-as-you-go tier. Subscription is the only option. Not a deal breaker, but dissapointing setup.
punkpeye
·4 ay önce·discuss
I tried using the /lite/ endpoint to get country data, but it is giving 404 errors for valid IPs.

{ "status": 404, "error": { "title": "Wrong ip", "message": "Please provide a valid IP address" } }
punkpeye
·4 ay önce·discuss
> On the matter of advertised locations not matching actual location, I highly recommend reading this: https://ipinfo.io/blog/vpn-location-mismatch-report

Good read

Do you happen to know if anyone is compiling all of this data about VPNs into one place? It would be super interesting to know which VPNs are providing genuine services vs masquerading the locations. Maybe even an SEO for you.

> I highly recommend that you work with current day's data.

Just to clarify: You are suggesting that we don't pro-actively enrich every IP address, store IPs, and only enrich them when troubleshooting something?
punkpeye
·4 ay önce·discuss
So many of my open questions answered in one answer. Thank you.

A follow up based on new information - if 'geofeed' identifies something with wrong geo location, and your method detects different geolocation, what do I see as the consumer consuming your API? I am assuming the inferred data, but that also feels counter-intuitive (since the data does not align with what ASN/ISP are reporting).

How often does your active measurement data disagree with geofeed data?

How do you handle mobile/cellular IPs

> Do you really need large scale IP address enrichment of all the IP addresses that visit your website? If yes, then for the first layer use our free data that provides ASN and country information.

If I am troubleshooting a support case that is days/weeks/months old, wouldn't this mean that enriching this information at a later date may give me different data than what it was associated with at the time the requests were made? My understanding was that IPs get re-assigned.

How frequently do IP-to-location mappings change in practice?

Do you offer historical IP data snapshots?
punkpeye
·4 ay önce·discuss
What are some things you've automated using Axe?
punkpeye
·4 ay önce·discuss
Cool project!
punkpeye
·4 ay önce·discuss
Looks like this a known issue with embedding JSON.

I found a dozen of related issues in the context of Next.js:

* https://github.com/vercel/next.js/issues/40143

* https://github.com/vercel/next.js/discussions/39377

* https://github.com/vercel/next.js/discussions/66896

* https://stackoverflow.com/questions/75672103/how-can-i-block...

Crazy that this isn't addressed as it affects every website.
punkpeye
·5 ay önce·discuss
Despite what the status page says, their website is returning 502 and some of the static assets are returning 404s
punkpeye
·6 ay önce·discuss
So funny how no one picked up on this.

I was expecting this to be the first comment.
punkpeye
·6 ay önce·discuss
Indeed, there are more mature solutions. The primary reason I made Pipenet is because I needed something that can be embedded in Node.js client.
punkpeye
·6 ay önce·discuss
I am keeping one eye on how this is scaling.

At the moment there are 5 active tunnels and CPU is at 2%.

I would therefore expect that this can scale quite a bit before it becomes some sort of bottleneck.

Who knows though – maybe I am underestimating the demand. Didn't expect this to get to the front page of HN.
punkpeye
·6 ay önce·discuss
You might need to define 'fast'.

This should not add more latency than your average VPN, since the overhead of websocket is minimal and roundtrip time is about the same.

At the moment, this is running on a single-instance with no load-balancing. The intended use case was to enable streaming of MCP SSE traffic, which is very lightweight. I would expect this to be able to handle a lot of traffic just like that, but if people start using the public instance for other use cases, I will need to think of ways to scale it.
punkpeye
·6 ay önce·discuss
Just plain HTML/CSS.

I did this morning in a rush. Didn't expect anyone to compliment it. Thank you!
punkpeye
·6 ay önce·discuss
The current implementation is HTTP-focused as that was the primary use case. TCP tunneling is possible architecturally but not something I've had in mind. I suggest start by raising an issue on GitHub and adding thumbs up. If it receives enough attention, I will prioritize it. I am less familiar with what would supporting UDP entail, so cannot answer that right now.
punkpeye
·6 ay önce·discuss
That list is where my research started! Was surprised not to find a pure node.js solution that's easy to self-host and has CLI/SDK.

Added https://github.com/anderspitman/awesome-tunneling/pull/214
punkpeye
·6 ay önce·discuss
Fascinating
punkpeye
·7 ay önce·discuss
There appears to be a lot of confusion in the comments around what the MCP is and how it is different API.

I've done a deep dive here before.

Hope this clears it up: https://glama.ai/blog/2025-06-06-mcp-vs-api