Live data from Hacker News

Viewing profile — myg204

myg204

HN member
Joined
Sat, Feb 21, 2009, 11:06 PM UTC
HN karma
144
Public activity
81 items

About myg204

No profile information was provided.

Recent public activity

  1. comment
    Comment #45054092

    https://lithub.com/in-praise-of-cliffsnotes-study-guides-in-...

  2. story
  3. comment
    Comment #24499957

    Thanks for posting. Others may be interested in this short clip of Weil talking at the 46 minutes mark of “The Story of Maths” documentary: https://www.dailymotion.com/video/x1ejqo…

  4. comment
    Comment #21768477

    "About the series - The Perspectives series is a collection of essays written by individuals from Sun Microsystems Laboratories. These essays express ideas and opinions held by the…

  5. comment
    Comment #13314610

    I second that, awk's a very clean language to look at log files or data files and do quick analysis or clean up.

  6. comment
    Comment #12974104

    Definitely has a Lucida Grande feel to it, which, if I recall correctly, was one of the font on Plan9. The Go Mono isn't close to Lucida Grande Mono, but certainly looks like an in…

  7. comment
    Comment #12888532

    About 8% of the world is color blind, so having standard positions on traffic light is indeed very important.

  8. comment
    Comment #12416410

    I am interested and curious. Could you give an example of something you were dissatisfied with, and at which you became great because of those books? Thanks.

  9. comment
    Comment #11498018

    It clarifies the fact that Go is successful for more reasons than just being pushed by Google. So it focuses the question to "what is it that people like about it". And then we can…

  10. comment
    Comment #11467211

    Swimming.

  11. comment
    Comment #11411520

    > Part of the goal was to make something fast that's both safer and easier than C. Right, and also fast compilation. I remember reading the goal was ~20% slower than C for overall …

  12. comment
    Comment #11388294

    True. But plaintext is almost a self documented format. The structure/format of an org more file is obvious just by looking at it really. Can't say the same about a binary file.

  13. comment
    Comment #11192777

    Interesting timing, there's a new Bourbaki volume coming out in a few weeks, the first one in decades: Topologie Algébrique, Chapitre 1 à 4.

  14. comment
    Comment #10722985

    So Kernighan uses the sam editor, classic.

  15. comment
    Comment #10660618

    Good comment by Gates. It's the difference between giving out of your excesses and giving out of your poverty.

  16. comment
    Comment #10605806

    Agreed, I like the design. If you're here checking out the programming language, you're up for an original experience I'd say. I don't mind clicking 'about' to learn the minimum, a…

  17. comment
    Comment #10101149

    > throwing away all of that familiarity in the name of elegance That looks like a good deal to me! :)

  18. comment
    Comment #10027020

    Thanks for posting this. The mathematics involved is way above my head, but it's very pleasant to read about this group of mathematicians and particular time. This sentence from Il…

  19. comment
    Comment #9830079

    yes, yes, reasonably close.

  20. comment
    Comment #9829924

    The good think of portable ANSI C, compile anywhere there is a C compiler. Very nice.

  21. comment
    Comment #9751373

    Waiting for this Kernighan piece: http://www.amazon.com/Programming-Language-Addison-Wesley-Pr...

  22. comment
    Comment #9711915

    What a good expression. Did the author originate it?

  23. comment
    Comment #9711893

    It may have more GC issues, or maybe it probably has more GC issues.

  24. comment
    Comment #9675624

    Certainly it will be considered if your project has certain kinds of requirements other languages fails to cover (no vm, highest performance, no gc, ...). Those are very relevant t…

  25. comment
    Comment #9530730

    Interesting. Why don't you use an include file directive there? enum_example_t { #include "example_values.txt" EXAMPLE_Max, } where example_values would have the strings 'EXAMPLE_f…