Live data from Hacker News

Viewing profile — filsmick

filsmick

HN member
Joined
Wed, Mar 04, 2015, 10:33 AM UTC
HN karma
127
Public activity
38 items

About filsmick

[ my public key: https://keybase.io/yberreby; my proof: https://keybase.io/yberreby/sigs/2uSUjnnwJIC5QQ0zyguUtfrhZQA9AjsFiZKHK9bZRfc ]

Recent public activity

  1. story
  2. story
  3. comment
    Comment #11219989

    I was bitten by this this week. Tried to reuse my installer to install OS X El Capitan on a MBP without redownloading it over my super-fast 2Mbps internet connection. First, I try …

  4. story
  5. comment
    Comment #11064591

    Couldn't you automate it anyway? Mechanize and PhantomJS can be really helpful to script things that aren't covered by a public API.

  6. story
  7. story
  8. story
  9. comment
    Comment #10712558

    This doesn't look like 1.4 but _1.0.0-beta.4_, so much older.

  10. story
  11. comment
    Comment #10644182

    How do you make money?

  12. comment
    Comment #10364978

    You have invites? I'd love one, KeyBase seems awesome but I couldn't find an invite. If you don't mind, could you send me one by email at yohaiberreby@gmail.com? Thanks :)

  13. story
  14. story
  15. comment
    Comment #10306450

    What do you use instead? You navigate exclusively from your terminal?

  16. comment
    Comment #9911941

    Hacker News does.

  17. comment
    Comment #9749379

    IIRC, Nginx can use sendfile too, it's just not there by default because the transfer happens entirely in kernel space and hence you cannot apply filters like gzip on the response …

  18. comment
    Comment #9631383

    I'd love something similar to be part of Cargo, maybe as an option in the manifest. Like the author, I've learned to guess when the codegen starts, but having this information disp…

  19. comment
    Comment #9631364

    I'm glad to know there is ongoing work on a tracing GC. Rust has many strengths aside from lifetimes and ownership (algebraic data types, sane generics, strong module support, very…

  20. comment
    Comment #9630883

    Rc and Arc aren't exactly GC types... they are just reference-counted pointers, Rc being akin to C++'s shared_ptr. I get that in a sense, this is garbage collection, but certainly …

  21. comment
    Comment #9630879

    While I agree with some of your arguments, namely that "popularity and merit are not the same thing", I think saying that Mozilla is "trapped in a pseudo-C++ mindset" and that its …

  22. comment
    Comment #9547533

    I use Racer with Sublime Text 3, it works pretty well!

  23. comment
    Comment #9303149

    I think announcing a product on April 1st is a genius strategy. They can see if customers want it or think it's a joke; if nobody likes the product, they say it's for April Fools, …

  24. comment
    Comment #9284679

    I meant SFTP - I never use FTP

  25. comment
    Comment #9280970

    Oh, yes, that: http://yieldthought.com/post/12239282034/swapped-my-macbook-... I've read it a while ago. Of course if you only use command-line editors, it's nice. But some people …