Live data from Hacker News

Viewing profile — finnyspade

finnyspade

HN member
Joined
Sun, Jun 21, 2015, 2:17 AM UTC
HN karma
133
Public activity
19 items

About finnyspade

No profile information was provided.

Recent public activity

  1. comment
    Comment #12820571

    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 trans…

  2. comment
    Comment #12461545

    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 re…

  3. comment
    Comment #11459748

    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 I…

  4. comment
    Comment #11381112

    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-…

  5. comment
    Comment #11381075

    > 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 …

  6. comment
    Comment #11380961

    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 whi…

  7. comment
    Comment #11224057

    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 use…

  8. comment
    Comment #10100950

    Why can't we just share a cool topic without expressing butthurt about the popularity of js frameworks...

  9. comment
    Comment #10089363

    It appears to shell out on windows as well because it needs select. But windows doesn't have a system version of python.

  10. comment
    Comment #10089242

    So this relies on having a system version of python but there's no mention of that requirement anywhere in the repo...

  11. comment
    Comment #9860746

    didn't the article say 2 days? That's not exactly horrible response time.

  12. comment
    Comment #9856014

    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 a…

  13. comment
    Comment #9770066

    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 artic…

  14. comment
  15. comment
  16. comment
    Comment #9752062

    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 defau…

  17. comment
    Comment #9752053

    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 les…

  18. comment
    Comment #9752001

    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 …

  19. comment
    Comment #9751872

    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…