Live data from Hacker News

Viewing profile — wfsfw4w44

wfsfw4w44

HN member
Joined
Mon, Mar 28, 2016, 12:43 PM UTC
HN karma
0
Public activity
9 items

About wfsfw4w44

No profile information was provided.

Recent public activity

  1. comment
    Comment #12027763

    how does this compare to youtube-dl?

  2. comment
    Comment #11686583

    > Windows

  3. comment
    Comment #11505632

    ooc, most if not all of these software are second-class citizens on windows, and would perform much better under linux/bsd (as in OSX). how come you are running windows?

  4. comment
    Comment #11413822

    by being able to use the go toolchain on the go source itself (it was previously in C)

  5. comment
    Comment #11373997

    go is somewhat special in what is shipped with its system libs: "TLS/SSL/GZIP/PNG/XML" all of these are part of the go standard libs, and gets regularry updated with the language. …

  6. comment
    Comment #11373967

    the most obvious difference is a go-panic and exceptions are used in different scenarios. it's considered bad practice in go library code to panic(), while it is considered normal …

  7. comment
    Comment #11373913

    Your issue here (obviously), is going to stack overflow for advice.

  8. comment
    Comment #11373907

    Since go is a compiled language, you get the benefit on zero startup cost, which you pay when using JVM or NET, or even Python.

  9. comment
    Comment #11373898

    No, it should not. As another poster already commented; > You don't need to try selling C# to anyone. People who need it already use it