Viewing profile — escobar_west
escobar_west
HN member- Joined
- Fri, Aug 30, 2024, 2:45 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About escobar_west
No profile information was provided.
Recent public activity
-
comment
Comment #45837005
I think it's the perfect amount of hostility. People shouldn't complain about things given to them for free built by amateurs in their spare time. Including fewer dependencies adds…
-
comment
Comment #45815425
So let me get this straight. You want the benefit of being able to re-use other peoples' codebase by using an HTTP crate you didn't write. But you don't want those people to also u…
-
comment
Comment #44650316
This article should expand more on what TODOs are actually for, in that case. What's the difference between a regular comment (which is what the example in the article clearly is) …
-
comment
Comment #43773586
Wrong. My claim is that the only reliable way for weight loss is through calorie counting. You can guestimate it without counting calories but that is not reliable. You can't rely …
-
comment
Comment #43752935
I'd argue that taking a drug to suppress your appetite is way more extreme and unhealthy than simply counting calories, but I guess to each their own. And yes even in that case you…
-
comment
Comment #43718001
The only reliable way to lose weight is through a caloric deficit. And the only reliable way to be on a caloric deficit is through counting your calories. If you're dieting without…
-
comment
Comment #43018584
Rust and Haskell are completely different languages so I don't really agree here. Haskell doesn't have the features (lifetimes, ownership) that make Rust "hard" and Rust lets you h…
-
comment
Comment #43003596
Is there another language out there which encodes lifetime semantics and affine types besides Rust? AFAIK there isn't (happy to hear otherwise though).