Live data from Hacker News

Viewing profile — samwgoldman

samwgoldman

HN member
Joined
Wed, May 20, 2015, 12:23 AM UTC
HN karma
152
Public activity
19 items

About samwgoldman

No profile information was provided.

Recent public activity

  1. comment
    Comment #44975933

    (Pyrefly dev here) As another commenter mentioned, Pyrefly is still in alpha. Sorry we don't make that more clear! While we are in alpha, and there are plenty of open issues we are…

  2. comment
    Comment #44975884

    (Pyrefly dev here) Thanks for trying it out! If you have any feedback or bug reports, please don't hesitate to file issues on GitHub or find us on Discord. We have some open issues…

  3. comment
    Comment #44022420

    Thanks for trying it out! If you run into any blockers, please let us know by filing a GitHub issue or sending us a message on Discord. Pyrefly is still alpha software, so bugs are…

  4. comment
    Comment #44022372

    Hack is quite a bit more optimized than Pyre was, but Pyrefly is at least 10x faster than Pyre on the IG codebase. I didn’t know about the Rust-based Hack checker— that’s really co…

  5. comment
    Comment #44015362

    Hey Kevin, we overlapped for a bit during your time at FB when I was working on Flow. Nice to hear from you! I’m working on Pyrefly now, but worked on Flow for many years before. F…

  6. comment
    Comment #11208525

    I don't think that's what was meant, but rather that ocamlbuild sucks. It's not the best.

  7. comment
    Comment #10936480

    I think the calculus changes when you consider teams with 1000s of programmers committing 100s of changes per day. Keeping feature branches up-to-date can pretty quickly adds up to…

  8. comment
    Comment #10647587

    I haven't taken many online courses, but here are my favorites (notice a trend): Andrew Ng's ML Class - This makes the list because it is incredibly useful. I didn't have much back…

  9. comment
    Comment #10442072

    The link you provided doesn't seem to show disjoint union support. I'm talking about this: http://flowtype.org/blog/2015/07/03/Disjoint-Unions.html

  10. comment
    Comment #10421856

    While the type annotation syntax between Flow and Typescript are mostly identical (this is intentional), there are a bunch of differences between them: * TypeScript allows unsound …

  11. comment
    Comment #10272243

    One particularly relevant feature of Flow is that it does its type checking in a server. It watches the file system and incrementally rechecks automatically when files change. With…

  12. comment
    Comment #10214383

    My approach to tight budgets is simple. There are just two rules: 1. Get to something that works ASAP 2. Always work on the most important thing Once you have something that works,…

  13. comment
    Comment #10213595

    This is bound to be a controversial opinion, but I fall down strongly on the side of time and materials billing, as opposed to fixed budget (FB). I don't hold this opinion as a way…

  14. comment
    Comment #10150534

    I have quite a lot of experience using migrations in Rails, and over time I've become just incredibly suspicious of "down migrations." I have never once been in a situation where I…

  15. comment
    Comment #10075956

    I really admire Netflix's ability to put together developer documentation for their open source projects. I think it reflects well on their engineering culture. I was similarly imp…

  16. comment
    Comment #9614858

    I've been really interested in this architecture since Jay Kreps' blog post on it. One part that I'm less clear on is how this fits in with request-response style communication bet…

  17. comment
    Comment #9614523

    Basho has experienced some MAJOR brain drain in the last year. I wonder if this re-positioning is related to that.

  18. comment
    Comment #9574960

    For sure, tooling is an area that will get better over time. I am quite happy with the very simple vim-flow, but TypeScript's tooling and overall ecosystem (tsd/definitelytyped) is…

  19. comment
    Comment #9573994

    TypeScript is great, but you might look again at flow. ES6 features are being added (I'm adding let/const support) and many already exist. Import/export (incl. types) are in, fat a…