HackerTrans
TopNewTrendsCommentsPastAskShowJobs

escobar_west

no profile record

comments

escobar_west
·8 miesięcy temu·discuss
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 packages into std requires more work from the Rust team (mostly volunteers). If top comment isn't satisfied with the stuff given to them for free, they can make their own software.
escobar_west
·8 miesięcy temu·discuss
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.

Insisting that you should depend on code which itself has no dependencies is a bit hypocritical if you ask me. If you want a simple HTTP crate that doesn't have dependencies, you should follow your own philosophy of not using other crates and write it yourself.
escobar_west
·12 miesięcy temu·discuss
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?
escobar_west
·w zeszłym roku·discuss
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.
escobar_west
·w zeszłym roku·discuss
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 caloric deficit because different foods will satiate your hunger for different caloric cost. If you're not counting calories you could be cutting calories too aggressively or not aggressively enough, or you might not be getting required macronutrient intake with your given diet.
escobar_west
·w zeszłym roku·discuss
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 only hoping and guessing that your diet is sufficient enough to put you in a caloric deficit.
escobar_west
·w zeszłym roku·discuss
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.

Rust is also quite stable and mature by now, I'm not sure what example or reason you're using to say otherwise.
escobar_west
·w zeszłym roku·discuss
Is there another language out there which encodes lifetime semantics and affine types besides Rust? AFAIK there isn't (happy to hear otherwise though).