Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
escobar_west
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
escobar_west
11mo ago
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 more time to developer's effort. Including p
2.
▲
by
escobar_west
11mo ago
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 use that benefit of depending on other crates.
3.
▲
by
escobar_west
1y ago
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) vs an actual TODO comment?
4.
▲
by
escobar_west
1y ago
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 on taking a drug indefinitely for weight loss.
5.
▲
by
escobar_west
1y ago
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're still guessing and hoping you're in a cal
6.
▲
by
escobar_west
1y ago
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 actually counting your calories, then at best you are
7.
▲
by
escobar_west
2y ago
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 have mutable states and procedural code.
8.
▲
by
escobar_west
2y ago
Is there another language out there which encodes lifetime semantics and affine types besides Rust? AFAIK there isn't (happy to hear otherwise though).