Viewing profile — _answ
_answ
HN member- Joined
- Tue, Mar 16, 2021, 6:09 PM UTC
- HN karma
- 82
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About _answ
No profile information was provided.
Recent public activity
-
comment
Comment #41699650
A list is a monad, but not because it wraps another type. What you're describing is higher kinded types. A monad is a specific variant of a higher kinded type whose primary propert…
-
comment
Comment #41399379
Simple != idiomatic. It's perfectly idiomatic to `Arc >` in Rust, and it is more complex because it deals with more concerns than a simple reference, namely being thread-safe. Some…
-
comment
Comment #41399264
I have a feeling that most of the clarity you find in your example comes from better use of whitespace. Consider: pub fn read (path: P) -> io::Result > where P: AsRef , { fn inner(…
-
comment
Comment #41335955
The lossy vs lossless distinction loses its meaning in the absence of provenance. You can compress a bitmap into a .jpg q=1, and then save it as a .png. The .png is technically los…
-
comment
Comment #41335903
Speaking from the experience of building small web apps for personal use, trying to follow semantic HTML in good faith has been nothing but a source of frustration. The rules are c…
-
comment
Comment #33201022
I'm sure the visually impaired users appreciate that a lot. "Show, don't tell" is good advice for creative writing, which this website isn't. As a potential customer, it shouldn't …
-
comment
Comment #33200127
I have used Linear on a couple of my hobby projects and it's a great tool to quickly capture features and bugs. My one gripe about the new website (and it's something I notice many…
- comment