Live data from Hacker News

Viewing profile — mattrepl

mattrepl

HN member
Joined
Mon, Mar 24, 2008, 12:29 AM UTC
HN karma
973
Public activity
152 items

About mattrepl

Website: http://dynamictyping.org Email: mrevelle@gmail.com

Recent public activity

  1. comment
    Comment #25499408

    I believe they are saying the static type system and type checker provided by Rust helped them write complicated code.

  2. comment
    Comment #10844435

    He states some causes are good and some are bad.

  3. comment
    Comment #10271504

    There are also tentative plans to integrate core.typed with the Clojure compiler so type annotations can be used during compilation (e.g., type hints through inference). There was …

  4. comment
    Comment #9871527

    Closest thing to an answer I've found is from the licensing page: https://www.reddit.com/wiki/licensing But it doesn't specifically address collection and distribution of API resul…

  5. comment
    Comment #9349881

    Just to clarify, this is _not_ a remote vulnerability. If it was a means to create a remote shell, then it would be. An attacker would need to first find some way to gain remote ac…

  6. comment
    Comment #8697254

    What about Clojure seems dense or implicit to you? Clojure and Python have a similar feel to me. Both are well-designed in the sense they strive for a small set of primitives usefu…

  7. comment
    Comment #8677813

    Instant feedback makes coding more tangible but can be harmful. One may get caught in an edit-eval cycle and spend time solving the wrong problem. Regularly stepping back and reeva…

  8. story
  9. comment
    Comment #8669945

    Meditation is more concentration than relaxation.

  10. comment
    Comment #8555314

    Thanks for writing the book! I first learned about it from here awhile back. It's extremely helpful to get an expert's take on the what and why of organizing game code.

  11. story
  12. comment
    Comment #8157879

    To play devil's advocate, what if the impact of a teacher inspired a student who eventually came up with a billon-dollar idea?

  13. comment
    Comment #7849879

    Interesting that none of the methods in either short list are inherently probabilistic.

  14. story
  15. comment
    Comment #7123773

    Piazza, a class discussion app, seems to have good adoption even at schools that use Blackboard. I'm hoping to do similar for homework collection with Classhand. I expect a switch …

  16. comment
    Comment #6160749

    I think zw meant that the Cocoa binaries can't be distributed with Darling. That's not a major problem for users that have a copy of OS X. Darling can allow users to supply their o…

  17. comment
    Comment #6160004

    Using Qt as a Cocoa stand-in sounds complicated. Since Darling already uses its own loader and syscall hooking to provide compatibility for the program, why not do the same for a f…

  18. story
  19. comment
    Comment #5737309

    You may like Wasserman's All of Statistics: http://www.stat.cmu.edu/~larry/all-of-statistics/ It was written as an introduction to statistics for people in CS and related fields.

  20. comment
    Comment #5709033

    Noam Chomsky calls himself a libertarian-socialist and explains why it is not a contradiction in terms: http://www.youtube.com/watch?v=wriQGI5NGOM

  21. comment
    Comment #5017770

    Adding function parameters solely for testing purposes is bad. However, poorly-designed functions are often difficult to unit test. I don't know the entire backstory, but it appear…

  22. comment
    Comment #4930433

    Can you really identify the number of columns being used by looking at a layout? And is Bootstrap the only one to use 12-columns? I've used Bootstrap as a starting point for severa…

  23. comment
    Comment #4659868

    Machine learning is full of hacks to connect theory to producing results given constraints. That's not too different from hacks that are done for the sake of performance in graphic…

  24. comment
  25. story