Live data from Hacker News

Viewing profile — luiz-pv9

luiz-pv9

HN member
Joined
Tue, Jul 30, 2013, 3:24 PM UTC
HN karma
51
Public activity
16 items

About luiz-pv9

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #11229301

    First of all, great project. I noticed under Features in the readme: * Written 100% in Go. Is Go so great that it becomes a feature of the final product?

  4. comment
    Comment #11159366

    Don't forget the LMAO ones.

  5. comment
    Comment #11117386

    I'm always very careful when placing code supporting the test outside of the test itself. Setup and teardown functions are fine, but I prefer to be safe because, well, you can't te…

  6. comment
    Comment #11107063

    if x.in? my_set # very ugly I guess we disagree there. This is arguably more readable than most languages with `in?` being still just a method.

  7. comment
    Comment #11012962

    C was the first official language I learned in school. It was very hard at first, mainly because I couldn't see how everything (memory management, pointers, references, data struct…

  8. comment
    Comment #10583635

    I don't have time right now to fully read the paper, but a quick glance at the abstract: "Our evaluations use NYC taxi trace data and an 80-server cluster. Results show that Pyro r…

  9. comment
    Comment #10556263

    In case anyone is interested, they're going to do a live stream on youtube about this release in a couple of hours: https://www.youtube.com/watch?v=jt9EnhX24HU

  10. comment
    Comment #10147414

    That's true. What I meant was that this tool is good to support testing the same way factories work: generating random valid emails, phones, addresses, etc., for each record.

  11. comment
    Comment #10146490

    According to the readme: "Regular expressions are used in every language, every programmer is familiar with them. Regex can be used to easily express complex strings. What better w…

  12. story
  13. comment
    Comment #10086915

    "Dropping support for IE8 means we can take advantage of the best parts of CSS without being held back with CSS hacks or fallbacks". This sure contributed to reducing the size.

  14. story
  15. comment
    Comment #6781004

    Combinations with insufficient material to checkmate are: king versus king; king and bishop versus king; king and knight versus king; king and bishop versus king and bishop with th…

  16. comment
    Comment #6127507

    About the square/rectangle example, what would be the solution? The Square subclass should not verify equality with width and height or it should not even exist? Or something else?…