If you're managing multiple remotes in your Git repo, using the -j flag has improved my workflow. It allows fetching from remotes in parallel. Highly recommend it!
Any modern hardware can crack weak passwords like "(4name + DDMM)" in under 10 minutes! I brute-forced my own bank account statement in 5 minutes using my Mac Mini's CPU. What's the point of such weak encryption?
🚀 Yesterday's T20 World Cup created a significant bump in internet exchange traffic! These backbones of the internet are truly impressive. 🌐🏏 #T20WorldCup#InternetTraffic#TechMarvels
Just wrapped up coding a chat app with epoll syscall. 😌 Finally got how one thread manages multiple IO. It's the same syscall behind Node.js IO !
Check out the paper introducing this API : https://t.co/aYscAMh81a
epoll man page : https://t.co/sHMgwqFjci
@rohanrajpal98 I got the same message. @codebeautify implementation does not work for uBlock Origin.
In the function adsBlocked mode is "no-cors" 🤷♂️ ?
I think this should not be the case, as changing this to cors gives me expected behavior.
Server's using basic auth must include WWW-Authenticate header to indicate support. As per standards, it's mandatory.
Some clients may try no-auth request first before sending credentials.
#API#Authentication
@abhi9u This is amazing, thanks for sharing, I went and looked at the PR that implemented this https://t.co/YcpM07fYjV . Learned a few interesting things 😁
Removing all the abstraction, these are your WSGI and ASGI handlers.
The seamless integration of asynchronous programming in @FastAPI, explains why it outpaces Flask in speed. 🚀
#FastAPI#Flask#PythonWebFrameworks