HackerTrans
TopNewTrendsCommentsPastAskShowJobs

subhashchy

no profile record

Submissions

From 512MB RAM to a Global Edge Network: Engineering Lessons from 0 to Millions

github.com
3 points·by subhashchy·10 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by subhashchy·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by subhashchy·2 ปีที่แล้ว·0 comments

Show HN: AI Chatbot with function Calling – Connect your chatbot with ANYTHING

bot9.ai
1 points·by subhashchy·2 ปีที่แล้ว·0 comments

comments

subhashchy
·2 ปีที่แล้ว·discuss
Handling a hotel booking call.

- Negotiates with the customer. - Generates Payment link in realtime. - Sends payment link to whatsapp - Handles technical glitches.
subhashchy
·2 ปีที่แล้ว·discuss
Demo of a AI agent handling a hotel booking call, end to end.

- Negotiates with the customer. - Generates Payment link in realtime. - Sends payment link to whatsapp - Handles technical "system down" issues.
subhashchy
·4 ปีที่แล้ว·discuss
endtimes.dev is on netlify I believe and a static site, correct ?
subhashchy
·4 ปีที่แล้ว·discuss
This is very cool. In the age if bloated JS frameworks and Bulky Desktop sites loaded on Mobile devices, its refreshing to see someone putting efforts to make the pages fit in a single MTU.

However, just page size is half the story.

Look at the screenshots below -

#1 - Here you can see this page (9KB) - 110ms - https://i.imgur.com/qeT2Az0.jpg

#2 - Another page, 29 KB in size - 42ms. https://i.imgur.com/tWsLGr1.jpg

Both on same network (Internet), same computer.

1st one (This article) is served by Netlify and AWS (Static hosting).

2nd is an ecommerce store on Dukaan (ecommerce platform for India), I am affiliated with.
subhashchy
·4 ปีที่แล้ว·discuss
We serve thousands of custom domains for our SaaS customers.

The end users of these domains are globally distributed and served from 14 different data centre locations across the world.

To do the geo IP matching we tried a lot of things, third party services etc but couldn't find one that works well and are priced well.

For example, the hosted DNS service we use also have a IP based filter chain feature but are priced around $22 per domain per month as add-on.

At the end, we built a anycast based solution that was very painful to setup but works fine now and can use a single A record that works across the world. We had a get a ASN, a /24 block and hell lot of back n forth with a government run org to set it up.

A "hosted" scriptable DNS server which takes the location as input and output IP of nearest edge server as output is the exact thing I needed. So yes there is definitely a niche market for it.

I still have to explore and see how closely bunnydns is able to get the source IP/location (tricky) and how does health check etc could work but definitely something I would explore and consider.