The money transfer app? Works perfectly fine.
Edges are a separate table
The New Yorker is one of the few places you'll see this regularly https://www.newyorker.com/culture/culture-desk/the-curse-of-...
quite common in America too
I'd also say it's integration with Firefox on Android is just a broken, miserable experience. (I mostly blame FF for this, because it used to be great) https://github.com/mozilla-mobile/fenix/issues/9773
I just created a new Google account in the US without providing any personal details whatsoever.
PowerShell does have progress bars, but rendering them is (was?) on the critical path. I once had a script that was downloading a large file and took ages to finish, you could speed it up by well over 10x disabling the…
From reading this it sounds like support should land soon in Fedora 35 https://lwn.net/Articles/869561/
At 2 am last night a bot impersonating a family member added every one of their friends on facebook & sent them messages. I reported it as a fake account, a ticket which was instantly closed. Facebook sent a…
They need their custom CA on your box for your machine to accept the traffic by default, otherwise you'll get a big ugly untrusted cert error on every https/ssl connection, but some apps will let you ignore those (eg:…
I have found this comment on liburing[0] which clarifies some things for me. So is it because something like getaddrinfo is not just a simple operation, but a hodgepodge of stuff like "first try nscd, then read…
There is a difference between blocking and non-blocking, which is what I am asking about. Language runtimes apparently cannot provide non-blocking DNS (as evidenced by this article, and the other one I linked which was…
Not sure a better place to ask this, but we're getting to the point in most OSs where basically anything you want can finally be done truly async (non-blocking). Except that DNS apparently still blocks[0], so usually…
The money transfer app? Works perfectly fine.
Edges are a separate table
The New Yorker is one of the few places you'll see this regularly https://www.newyorker.com/culture/culture-desk/the-curse-of-...
quite common in America too
I'd also say it's integration with Firefox on Android is just a broken, miserable experience. (I mostly blame FF for this, because it used to be great) https://github.com/mozilla-mobile/fenix/issues/9773
I just created a new Google account in the US without providing any personal details whatsoever.
PowerShell does have progress bars, but rendering them is (was?) on the critical path. I once had a script that was downloading a large file and took ages to finish, you could speed it up by well over 10x disabling the…
From reading this it sounds like support should land soon in Fedora 35 https://lwn.net/Articles/869561/
At 2 am last night a bot impersonating a family member added every one of their friends on facebook & sent them messages. I reported it as a fake account, a ticket which was instantly closed. Facebook sent a…
They need their custom CA on your box for your machine to accept the traffic by default, otherwise you'll get a big ugly untrusted cert error on every https/ssl connection, but some apps will let you ignore those (eg:…
I have found this comment on liburing[0] which clarifies some things for me. So is it because something like getaddrinfo is not just a simple operation, but a hodgepodge of stuff like "first try nscd, then read…
There is a difference between blocking and non-blocking, which is what I am asking about. Language runtimes apparently cannot provide non-blocking DNS (as evidenced by this article, and the other one I linked which was…
Not sure a better place to ask this, but we're getting to the point in most OSs where basically anything you want can finally be done truly async (non-blocking). Except that DNS apparently still blocks[0], so usually…