Live data from Hacker News

Viewing profile — _yawn

_yawn

HN member
Joined
Wed, Jun 28, 2017, 2:39 AM UTC
HN karma
51
Public activity
23 items

About _yawn

No profile information was provided.

Recent public activity

  1. comment
    Comment #20208168

    Email is a cesspool, this is a genius idea.

  2. comment
    Comment #19788958

    People in Quebec are actively hostile to other languages in general, mostly for historical reasons. Probably not the best place to get started haha

  3. comment
    Comment #19214001

    I honestly can't tell if this is a shallow dismissal or if you are proving your own point by being the most upvoted comment.

  4. comment
    Comment #19026774

    I feel like a lot of users on HN are producers rather than users of software, and haven't used node-based systems like in blender or nuke. They are extremely productive, and end up…

  5. comment
    Comment #19012228

    What we really need isn't more syntax, it's core features like threads, operator overloading, a large std library, some real form of serialization (JSON doesn't come close to count…

  6. comment
    Comment #18605383

    > They may not even be capable of it. Come on now...

  7. comment
    Comment #18155685

    Like all "theories" of art and music this model is no good as it isn't predictive. There are plenty of good art with brightly saturated color. Deciding spontaneously that muted col…

  8. comment
    Comment #18135700

    That's very true, videos that record powerpoints are also often hard to read.

  9. comment
    Comment #18135698

    That's an interesting study. I feel like maybe engagement is the wrong metric, much how like A/B testing gives a good local result but a poor global result. I finished a dozen or s…

  10. comment
    Comment #18135524

    I'm going to go against the grain here but just putting cameras in classrooms and dumping that on Youtube works just fine. The content on MIT opencourseware feels a lot nicer than …

  11. comment
    Comment #18135483

    It's because designers are just clueless and don't know how things are implemented. The opposite is also true: the parent is practically an alien here for liking design yet he does…

  12. comment
    Comment #17444159

    What problems do you run into? I'm familiar with lisp's macro system but didn't get to look into hygienic macros in other language, and was wondering if they are equivalent.

  13. comment
    Comment #17431984

    Why not just include interactive exercices/puzzles into the html documents? I took a db course not to long ago and would have loved it to be more "hands on".

  14. comment
    Comment #17271527

    This is really nice and looks great. The diagram is super useful and I could see myself using this for the rough planning of an app. That being said, I feel like like the use cases…

  15. comment
    Comment #17261074

    :)) I love macros so much

  16. comment
    Comment #17252970

    I mostly miss them for constructing objects with default values, yes. The alternative is the builder pattern, which involves a lot of boilerplate.

  17. comment
    Comment #17243179

    Skepticism towards keyword arguments is something I have trouble understanding. Is it because of some performance consideration? Thanks for your answer!

  18. comment
    Comment #17242623

    This is unrelated, but do you know if Rust's omission of exceptions is a consequence of the borrow checker, or an explicit design choice? I get that most people come to Rust from C…

  19. comment
    Comment #17234373

    Subjective != arbitrary.

  20. comment
    Comment #17223629

    You can have lots of expressivity without having that many features. But go has neither, and things like no operator overloading just plain sucks when dealing with vectors, for exa…

  21. comment
    Comment #17223605

    Do you mean winner in terms of popularity or in terms of quality? In terms of popularity, it's pretty clear we are in for at least a decade of C++ & Javascript.

  22. comment
    Comment #16057549

    Content and presentation both change, and together. That's how it's always been for every type of media. How much space you have on the newspaper determines what your article's tit…

  23. comment
    Comment #16049474

    The whole point of abstract data types is to separate implementation from interface in order to allow a change in representation. The point is to allow programming things like the …