HackerTrans
TopNewTrendsCommentsPastAskShowJobs

psnehanshu

no profile record

Submissions

Circular – Migration to '.bank.in' Domain

m.rbi.org.in
1 points·by psnehanshu·il y a 10 mois·0 comments

comments

psnehanshu
·le mois dernier·discuss
That's kind of out of character for Google. Their motto is to organize world's information, not cure diseases.
psnehanshu
·le mois dernier·discuss
Why does the website have Google branding at the bottom? Is it a Google project or associated with Google somehow?
psnehanshu
·il y a 3 mois·discuss
Slack is a different kind of hell now with their sales-force
psnehanshu
·il y a 3 mois·discuss
You can signup for private adguard dns, then you should be able to whitelist domains.
psnehanshu
·il y a 3 mois·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
·il y a 6 mois·discuss
Warnings are ignored. It's much better to fail fast.
psnehanshu
·il y a 6 mois·discuss
There's also React Native Web
psnehanshu
·il y a 6 mois·discuss
Or atleast should have been Hack
psnehanshu
·il y a 6 mois·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
·il y a 6 mois·discuss
It is already possible using the Host header and TLS SNI. But traffic still flows through port 443.
psnehanshu
·il y a 7 mois·discuss
You can't. It's only supposed to be used for a limited list.
psnehanshu
·il y a 7 mois·discuss
Well that's how SPAs work (single page applications)
psnehanshu
·il y a 8 mois·discuss
I see no downside in using sqlite as an application file format.
psnehanshu
·il y a 8 mois·discuss
I even forget which word means what, "open", "close"
psnehanshu
·il y a 9 mois·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
·il y a 9 mois·discuss
When I hear Replit, I remember how the CEO tried to kill an intern's pet project.

https://intuitiveexplanations.com/tech/replit/
psnehanshu
·il y a 9 mois·discuss
It says "HTTP redirects (eg, 301, 302) are allowed, up to a reasonable number of redirect hops."
psnehanshu
·il y a 9 mois·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
·il y a 9 mois·discuss
Increase my understanding
psnehanshu
·il y a 9 mois·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.