Earlier quoted context omitted.
I don't think it's accurate though. It says I'd be at around half of the DUI limit after 2 glasses of wine in one hour. That's certainly not right.
And it can't ever be accurate. Thing is, how drunk you're going to get within some time frame depends on what (and how much) you're eating, and whether your stomach had some food in it before you started drinking. If there's stuff in your stomach, its sphincter is closed while it's digesting it. Stomach itself absorbs alcohol (and nutrients) much slower than the intestine. TL;DR: don't rely on this calculator to dete…
Ask HN: Whatever happened to Wolfram Alpha?
181–190 of 281 posts
Re: Ask HN: Whatever happened to Wolfram Alpha?
#182Earlier quoted context omitted.
Also a frequent WA user. I use it for things I could calculate, but are much faster to just ask in plain text. How much that cloud instance really costs $0.03/hr * 1 month Bandwidth calculations for hosting providers 10 TB per month in Mbps
You also might want to try google search. They display calculations for these particular queries and quite a few more.
Re: Ask HN: Whatever happened to Wolfram Alpha?
#183Re: Ask HN: Whatever happened to Wolfram Alpha?
#184Earlier quoted context omitted.
Wolfram isn't reporting how much protein you'll get from eating something; it's reporting how much there is in the bread. Protein assimilation depends on a huge range of factors, and varies significantly between individuals (based on everything from gut microbiome to health factors to how much you chew your food to your saliva production to... Well, it's a long list). There's no way a website could report the amount…
So you're saying that "fat people eat too much" is a statistically inaccurate statement?
Re: Ask HN: Whatever happened to Wolfram Alpha?
#185Earlier quoted context omitted.
you might want to try units(1). https://www.gnu.org/software/units/units.html the input language is less flexible than wolframalpha/google, but i quickly got used to it. it's nice to have something local and reliable. you can also define custom units. i prefer using it in terse mode: $ units -t 0.03$/hr*1month 21.914532 US$ $ units -t 10TB/month Mbps 30.421214
Units advises there are 118.20896 smoots per furlong..
Re: Ask HN: Whatever happened to Wolfram Alpha?
#186It's ~20% more expensive in Euro than in Dollar. (And Poland, which I checked for curiosity as it's in the EU but does not use Euro, has a price in Pound with is even higher; Poland is not a rich country).
Also I don't think charging for example people in countries in Africa as much as for example US people makes any sense.
The service is really great for some questions but the commercial offer never added up for me.
If the software would be OpenSource and run on prem I would consider buying some additional online services for it (even at the current random price point and without having a real use case; it's not more expensive than an average online game, so bearable). It would make also that "Wolfram Language" worth having a look at. But I don't bother even glimpsing at closed source programming languages. That's especially one of the things they do very poorly.
Re: Ask HN: Whatever happened to Wolfram Alpha?
#187Earlier quoted context omitted.
Wolfram isn't reporting how much protein you'll get from eating something; it's reporting how much there is in the bread. Protein assimilation depends on a huge range of factors, and varies significantly between individuals (based on everything from gut microbiome to health factors to how much you chew your food to your saliva production to... Well, it's a long list). There's no way a website could report the amount…
>This is something that actually annoys me immensely when people say "you eat too much!" to fat people. Two people can have the exact same diet and the exact same exercise regime, and if one assimilates particular foods more effectively they'll be getting more calories, and put on weight. Food intake is far more complex than many people believe. I don't see why that statement is inaccurate. It's not "you eat more tha…
Re: Ask HN: Whatever happened to Wolfram Alpha?
#188Earlier quoted context omitted.
Also a frequent WA user. I use it for things I could calculate, but are much faster to just ask in plain text. How much that cloud instance really costs $0.03/hr * 1 month Bandwidth calculations for hosting providers 10 TB per month in Mbps
you might want to try units(1). https://www.gnu.org/software/units/units.html the input language is less flexible than wolframalpha/google, but i quickly got used to it. it's nice to have something local and reliable. you can also define custom units. i prefer using it in terse mode: $ units -t 0.03$/hr*1month 21.914532 US$ $ units -t 10TB/month Mbps 30.421214
$ qalc '0.03$/hr*1month'
error: "r" is not a valid variable/function/unit.
(0.03 × (USD / hour)) × (1 × month) = $21.915
$ qalc '0.03$/h*1month -> CAD'
(0.03 × (USD / hour)) × (1 × month) ≈ CAD 27.28388011
$ qalc '10TB/month -> Mbit/s'
10 × (terabyte / month) ≈ 30.42056430 megabits/s
$ qalc 'integrate(x+x^2)'
integrate(x + (x^2)) = x^3 / 3 + x^2 / 2 + C
[1] https://qalculate.github.io/manual/qalc.htmlRe: Ask HN: Whatever happened to Wolfram Alpha?
#189Earlier quoted context omitted.
Use verbatim search too. All words must exist without aliasing. (google aliases ubuntu and debian, john/jon/Johnathan for example)
>google aliases ubuntu and debian, WHAT the FUCK. Is there a more convenient way to bypass this than "quoting" "every" "word?"
Google takes quotes as just stronger suggestions, fyi, but verbatim is supposed to prevent this.