It's not the coverage; that's mostly good. It's not the price; mostly SIM cards and plans are cheaper when travelling than they are at home. It's the hassle of swapping SIMs every time you cross a border.
It's not the coverage; that's mostly good. It's not the price; mostly SIM cards and plans are cheaper when travelling than they are at home. It's the hassle of swapping SIMs every time you cross a border.
export function isBuffer (obj) {
return obj != null && obj.constructor != null &&
typeof obj.constructor.isBuffer === 'function' &&
obj.constructor.isBuffer(obj)
}
Imho, there is no need to pull 10 files into my project to use one function.This of course excludes the majority of packages out there. But apart from security, it has another benefit: These dependency very rarely break and need updates. So compared to projects with a more complex stack, projects with a lean stack are easier to maintain.
It would be great if there was a "single small file packages" movement so that more lean open source software will be created.
There are certainly npm authors doing this already, feross[1] is a good example. That means you get packages like is-buffer[2].
[1]: https://www.npmjs.com/~feross [2]: https://github.com/feross/is-buffer/blob/master/index.js
> Service Unavailable
> The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I can't think of anyone I know who has a car that needs to phone home. But that's a very limited sample size, so you know. Also, I'm most likely in a different market to you, we've never had anything like OnStar make inroads here into domestic vehicles - some commercial operators are using telemetry on their trucks etc.
But rest assured, if all our cars were phoning home, I'd be making a massive fuss.
For example, an insurance company in my country has recently launched an app that will "measure" your driving and offer lower premiums if your driving is "safe" according to their algorithms. It's obviously opt-in, but at some point, the difference between a discount for opting in, and a penalty for opting out, becomes hard to differentiate.
You don't have any rights to review their algorithms if you feel that they got it wrong, it's a combination of Hail Corporate and Hail AI, and context is lost because it's impossible to capture that. E.g., does heavy braking indicate you were driving poorly, or did you encounter a situation where heavy braking was necessary, such as the damn cat down the road that thinks it's invincible deciding to make a sprint for it in front of you? Is acceleration in excess of their defined limit unsafe? Or were you accelerating more than you normally would, because someone gave you space to turn into the road and you didn't want to needlessly hold them up, given their courtesy?
And given what I've seen of the FAANG algorithms, I don't want algorithms from companies nowhere near FAANG level making decisions about me. A personal favourite of mine was FB removing a comment of mine, because my sister said she'd totally marry my wife, on account of how, well, pretty damn awesome my wife is, and I'd replied "Haha, I'll fight you" - and FB had flagged that as "hate speech/incitement to violence".
Anyway, thank you for coming to my TED rant.
Nissans do, my Leaf does. They connect to a mobile network or WiFi and upload data.
https://www.nissan.co.uk/ownership/nissan-infotainment-syste...
EDIT: Am wrong, see below! Maybe we can update the original post to one of the links below.
> TS.ChrisR - TeamSpeak Staff - 30d
> We use the Matrix protocol only for the messenger part.
https://community.teamspeak.com/t/beta-signup/13749/50
Other mentions of it here:
https://community.teamspeak.com/t/teamspeak-development-stat...
https://community.teamspeak.com/t/teamspeak-development-stat...
Matrix themselves talked about it: https://matrix.org/blog/2020/10/09/this-week-in-matrix-2020-...
We totally agree with this and that's why Zed will switch the keybinding for accepting an edit prediction to `alt-tab` when the cursor is in the leading whitespace of a line. This way you can keep using `tab` for indenting in that situation.
Also, when there's both an edit prediction and and LSP completion, Zed switches the keybinding to `alt-tab` to prevent the conflict with accepting an LSP completion.
Curious to hear what you think!