Whoever wrote this article appears to misunderstand what those ports on the new macbook actually are. They are USB ports! USB-C to be specific While yes it's an uncomfortable transition period, the idea of a common…
I can actually help you out on this one. I spent the summer hacking on the Rust compiler for my internship. If I'm understanding the code correctly, this is the enum of elements represented in the dependency graph.…
Wouldn't it be (with a little runtime typechecking): function IdentityMonad(v) { this._v = v; } IdentityMonad.prototype.bind = function(f) { var o = f(this._v); if(!(o instanceof IdentityMonad)){ throw new…
For interested parties, there's been an open issue on the hint text for this error since September of last year. If ya want to help out take a crack at it! https://github.com/rust-lang/rust/issues/28660
> The actual error is very basic and only useful if you already know what it pertains to The error is really solid at showing a type mismatch. Which is of the form "I wanted X but you gave me Y". > that the hint be way…
22:34 error: the trait `core::fmt::Debug` is not implemented for the type `T` [E0277] 22 println!("trait: {:?}", i); This error message is fantastic! On line 22, i is of type T which does not implement Debug. The hint…
So having interned at Facebook, I find this post confusing. They made it very clear to us during HR onboarding that the only zero tolerance policy was on unauthorized access to user data. The harassment stuff isn't a…
Why can't we just share a cool topic without expressing butthurt about the popularity of js frameworks...
It appears to shell out on windows as well because it needs select. But windows doesn't have a system version of python.
So this relies on having a system version of python but there's no mention of that requirement anywhere in the repo...
didn't the article say 2 days? That's not exactly horrible response time.
I don't understand what Facebook is supposed to be guilty of... Is Facebook supposed to somehow know the video was uploaded to YouTube before? That would require Facebook to have an index of all the content on YouTube…
I agree with the overall sentiment expressed that web developers can and should do better as it comes to performance. There were a few inaccurate or misleading remarks in the article that I'd like to draw attention to:…
It doesn't work as stated. Users have to opt to share the password when they connect to wifi router. This checkbox is empty by default meaning you don't share the password by default.
It's not only your friends sharing when you don't want it. It's end users that own the router that want to share it. If you put yourself into your grandmother's shoes it may be less mindboggling. Security is all about…
This solves the problem of asking people the wifi password whenever you go over to their house. To a lot of people it's just a pain. When you tell your friends your password, just tell them not to share it. Done! I…
There's a lot of FUD & frankly inaccurate information floating around here. When connecting to a password protected router you are given an UNCHECKED BY DEFAULT option to share the password with your friends. What this…
Whoever wrote this article appears to misunderstand what those ports on the new macbook actually are. They are USB ports! USB-C to be specific While yes it's an uncomfortable transition period, the idea of a common…
I can actually help you out on this one. I spent the summer hacking on the Rust compiler for my internship. If I'm understanding the code correctly, this is the enum of elements represented in the dependency graph.…
Wouldn't it be (with a little runtime typechecking): function IdentityMonad(v) { this._v = v; } IdentityMonad.prototype.bind = function(f) { var o = f(this._v); if(!(o instanceof IdentityMonad)){ throw new…
For interested parties, there's been an open issue on the hint text for this error since September of last year. If ya want to help out take a crack at it! https://github.com/rust-lang/rust/issues/28660
> The actual error is very basic and only useful if you already know what it pertains to The error is really solid at showing a type mismatch. Which is of the form "I wanted X but you gave me Y". > that the hint be way…
22:34 error: the trait `core::fmt::Debug` is not implemented for the type `T` [E0277] 22 println!("trait: {:?}", i); This error message is fantastic! On line 22, i is of type T which does not implement Debug. The hint…
So having interned at Facebook, I find this post confusing. They made it very clear to us during HR onboarding that the only zero tolerance policy was on unauthorized access to user data. The harassment stuff isn't a…
Why can't we just share a cool topic without expressing butthurt about the popularity of js frameworks...
It appears to shell out on windows as well because it needs select. But windows doesn't have a system version of python.
So this relies on having a system version of python but there's no mention of that requirement anywhere in the repo...
didn't the article say 2 days? That's not exactly horrible response time.
I don't understand what Facebook is supposed to be guilty of... Is Facebook supposed to somehow know the video was uploaded to YouTube before? That would require Facebook to have an index of all the content on YouTube…
I agree with the overall sentiment expressed that web developers can and should do better as it comes to performance. There were a few inaccurate or misleading remarks in the article that I'd like to draw attention to:…
It doesn't work as stated. Users have to opt to share the password when they connect to wifi router. This checkbox is empty by default meaning you don't share the password by default.
It's not only your friends sharing when you don't want it. It's end users that own the router that want to share it. If you put yourself into your grandmother's shoes it may be less mindboggling. Security is all about…
This solves the problem of asking people the wifi password whenever you go over to their house. To a lot of people it's just a pain. When you tell your friends your password, just tell them not to share it. Done! I…
There's a lot of FUD & frankly inaccurate information floating around here. When connecting to a password protected router you are given an UNCHECKED BY DEFAULT option to share the password with your friends. What this…