Viewing profile — professor_plum
professor_plum
HN member- Joined
- Mon, Feb 19, 2018, 7:32 PM UTC
- HN karma
- 18
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About professor_plum
No profile information was provided.
Recent public activity
-
comment
Comment #17967762
Also has better WMs and package management!
-
comment
Comment #17425208
penis
-
comment
Comment #17423944
Yeah, expected return only makes sense in e.g. a diversified portfolio. edit: You can downvote all you want, but it still doesn't make sense to consider the expected return on one …
-
comment
Comment #17416524
They also let you compose SQL fragments in ways that would be a lot more difficult or less clear otherwise. In the case of Diesel, they let you typecheck the composition of those f…
-
comment
Comment #17093137
Disagree. There are too many STEM students already. It's just that plenty of web development shops are okay with hiring a physicist. It's a waste of money and time to encourage mor…
- comment
-
comment
Comment #16884831
Yeah, I'll never tell someone not to learn something for the sheer enjoyment. But this article is downright pretentious. It gussies up a lot of simple day-to-day tasks with off-put…
-
comment
Comment #16879189
I'm always curious what people are using the more exotic type system functionality of e.g. Haskell or Idris for in practice. It was interesting to hear that even Simon didn't expec…
-
comment
Comment #16868961
So using CSS, one can fingerprint a browser and communicate that information back to home base by programmatic inclusion of font A or font B. This inclusion triggers the download f…
-
comment
Comment #16483847
Unfortunately this begs the question a bit. How does one hire good managers? I mean good as in both competent and not jerks.
-
comment
Comment #16478535
Not what I meant, no. In oversimplified terms, Rust has objects but not classes. It skews more toward: - from a C dev's perspective: data-driven design - from a Haskell dev's persp…
-
comment
Comment #16478127
I'm going to be That Guy and suggest you give Rust a try. It's got the best of imperative and functional mixed in.
-
comment
Comment #16474598
Thanks for helping to qualify when the proposed solution starts to become appropriate. I'd still really need a solid example of when this starts to be beneficial. Could anyone obli…
-
comment
Comment #16454241
F# also handles physical units in a really nice way.
-
comment
Comment #16454061
You might in fact love it. You'll get a nice overview of how interpreters actually work, for one thing.
-
comment
Comment #16417040
The time and memory complexity are pretty severe with this method.