Live data from Hacker News

Viewing profile — sinhpham

sinhpham

HN member
Joined
Sun, Jul 31, 2011, 2:21 PM UTC
HN karma
64
Public activity
28 items

About sinhpham

No profile information was provided.

Recent public activity

  1. comment
    Comment #16067276

    I find myself increasingly doing this in Rust: let lines = { let ret = vec![]; // Open file // Read into ret ret }; let processed_data = { // Open another file // Use lines // Cons…

  2. comment
    Comment #15783439

    No. Software evolve and there's value in knowing your assumptions still hold after the change/refactor.

  3. comment
    Comment #15782465

    "C calls into you" means you already have a C code base and now need to call your C# functions.

  4. comment
    Comment #15782140

    Could you please add an example of using cargo instead of calling rustc directly? How do I configure cargo.toml?

  5. comment
    Comment #15459346

    What happened to impl Trait? I was quite excited to see it under 1.21 in the milestone predictions thread, but it has since been moved to "horizon". https://internals.rust-lang.org…

  6. comment
    Comment #15290447

    They implemented what looks like the Rust ownership model: SE-0176 Enforce Exclusive Access to Memory ( https://github.com/apple/swift-evolution/blob/master/proposa... ), but I'm h…

  7. comment
    Comment #14886616

    Your email is not visible in your profile

  8. comment
    Comment #13997596

    I dislike the rigidity of the original pomodoro technique, so I made a flexible one without the fixed time slots. You only have a minimum working duration, work for however long yo…

  9. comment
    Comment #13982139

    How many emails did you send to get your first paying customer? What was the respond rate of your emails?

  10. comment
    Comment #13832690

    Because you can then catch errors at compile time instead of run time.

  11. comment
    Comment #13431100

    Example: http://insanitybit.github.io/2016/05/30/beyond-memory-safety... TL;DR: compile time checking that your state machine transition is correct.

  12. comment
    Comment #13430338

    It's being done at compile time.

  13. story
  14. comment
    Comment #13075657

    They seems to run an interesting tech stack with Elm + Elixir + Phoenix https://github.com/HiOperator/ Disclosure: knew this since just yesterday I was searching for Elm jobs to ad…

  15. story
  16. comment
    Comment #12781061

    How early is your "early stage"? Also, what's the best way to pitch to you?

  17. comment
    Comment #12722105

    Hey I'm working on a side project, looking to grow it and would love to talk with someone who have done it before. However I couldn't find any contact information in your profile.

  18. comment
    Comment #10588952

    What other cool stuff can "management, strategy, and customer satisfaction cadres" even do? And if just because "management, strategy, and customer satisfaction cadres" is not doin…

  19. comment
    Comment #10586314

    They had a net income of $4.62 billion last quarter, how is that "not so great"? http://www.reuters.com/article/2015/10/23/us-microsoft-resul...

  20. comment
    Comment #10586107

    Is the currying example even currying? It looks like it's just a function returning a function to me. I thought currying it's some thing like func contains(subString: String, strin…

  21. comment
    Comment #6676779

    Does anyone know which algorithm they use underneath for duplication detection/delta encoding? Is it rsync or something else?

  22. comment
    Comment #3858754

    Maybe it's robocode? http://robocode.sourceforge.net/

  23. comment
    Comment #3579178

    yast.com is pretty nice. I've been using it for 3 months and have no complains.

  24. comment
    Comment #2940819

    My bad, yes I don't need to log in to view the docs if I go directly to support.appharbor.com. But from the main page, when I click "Support", it forces me to log in.

  25. comment
    Comment #2939791

    Good news. I've tried AppHarbor and it's really easy to deploy your .Net site. One quick suggestion though: don't make me log in to see your documentation.