Viewing profile — mattrepl
mattrepl
HN member- Joined
- Mon, Mar 24, 2008, 12:29 AM UTC
- HN karma
- 973
- Public activity
- 152 items
- HN profile
- View on Hacker News ↗
About mattrepl
Recent public activity
-
comment
Comment #25499408
I believe they are saying the static type system and type checker provided by Rust helped them write complicated code.
-
comment
Comment #10844435
He states some causes are good and some are bad.
-
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 …
-
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…
-
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…
-
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…
-
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…
- story
-
comment
Comment #8669945
Meditation is more concentration than relaxation.
-
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.
- story
-
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?
-
comment
Comment #7849879
Interesting that none of the methods in either short list are inherently probabilistic.
- story
-
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 …
-
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…
-
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…
- story
-
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.
-
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
-
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…
-
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…
-
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…
- comment
- story