HackerTrans
TopNewTrendsCommentsPastAskShowJobs

psnehanshu

no profile record

Submissions

Circular – Migration to '.bank.in' Domain

m.rbi.org.in
1 points·by psnehanshu·10 maanden geleden·0 comments

comments

psnehanshu
·vorige maand·discuss
That's kind of out of character for Google. Their motto is to organize world's information, not cure diseases.
psnehanshu
·vorige maand·discuss
Why does the website have Google branding at the bottom? Is it a Google project or associated with Google somehow?
psnehanshu
·3 maanden geleden·discuss
Slack is a different kind of hell now with their sales-force
psnehanshu
·3 maanden geleden·discuss
You can signup for private adguard dns, then you should be able to whitelist domains.
psnehanshu
·3 maanden geleden·discuss
Or you can set your DNS resolver to dns.adguard-dns.com and it blocks almost all ads. You can search "private dns" in Android settings app and set it there.
psnehanshu
·6 maanden geleden·discuss
Warnings are ignored. It's much better to fail fast.
psnehanshu
·6 maanden geleden·discuss
There's also React Native Web
psnehanshu
·6 maanden geleden·discuss
Or atleast should have been Hack
psnehanshu
·6 maanden geleden·discuss
TCP ensures what gets sent on one side gets received on the other side. TLS just encrypts the data. So even without TLS, random corruptions won't happen unless someone does MITM attack.
psnehanshu
·6 maanden geleden·discuss
It is already possible using the Host header and TLS SNI. But traffic still flows through port 443.
psnehanshu
·7 maanden geleden·discuss
You can't. It's only supposed to be used for a limited list.
psnehanshu
·7 maanden geleden·discuss
Well that's how SPAs work (single page applications)
psnehanshu
·8 maanden geleden·discuss
I see no downside in using sqlite as an application file format.
psnehanshu
·8 maanden geleden·discuss
I even forget which word means what, "open", "close"
psnehanshu
·9 maanden geleden·discuss
What if it was proxied through mobile network on an unsuspecting user's phone? You risk of blocking a whole city or region.
psnehanshu
·9 maanden geleden·discuss
When I hear Replit, I remember how the CEO tried to kill an intern's pet project.

https://intuitiveexplanations.com/tech/replit/
psnehanshu
·9 maanden geleden·discuss
It says "HTTP redirects (eg, 301, 302) are allowed, up to a reasonable number of redirect hops."
psnehanshu
·9 maanden geleden·discuss
Let's say I need to resolve @example.com and we use the HTTPS GET method. So we will query https:// example.com/.well-known/atproto-did

Will it work if that link redirects to says https:// example.com/did.txt or even to a different host say https:// foo.bar/some/thing/did?
psnehanshu
·9 maanden geleden·discuss
Increase my understanding
psnehanshu
·9 maanden geleden·discuss
I was vibe researching TUN/TAP devices a few days ago. Cool to see such cool projects using them. I was mostly thinking about making a VPN prototype through.