Ask HN: Whatever happened to Wolfram Alpha?
340 points| zandorg | 4 years ago
What's going on? Did Wolfram Alpha stop being useful, or did people just forget about it?
340 points| zandorg | 4 years ago
What's going on? Did Wolfram Alpha stop being useful, or did people just forget about it?
[+] [-] onedognight|4 years ago|reply
Their natural language queries for things that I know they know about are amazing. Here are some that I have used recently. You really need to see these results to appreciate them.
I wanted to know how tall my daughter might be.
http://www.wolframalpha.com/input/?i=8%20year%20old%20female...I wanted to know the nutrition content of an egg sandwich.
http://www.wolframalpha.com/input/?i=1%20egg%2C%20two%20slic...I was curious about the relative usage of two names over time.
http://www.wolframalpha.com/input/?i=Michael%2C%20Henry[+] [-] mike_d|4 years ago|reply
How much that cloud instance really costs
Bandwidth calculations for hosting providers[+] [-] skinkestek|4 years ago|reply
[+] [-] thro1|4 years ago|reply
> 1 egg, two slices whole wheat bread, one slice of cheddar, two.. leaves of lettuce ..
and he said it's wrong and useless (!) - giving me examples and numbers as:
protein assimilability from bread is 40% etc.
Is there a way to get correct answers from Wolfram regarding this ?
(assimilability of doesn't work)
Edit: Excuse me, what's wrong with you downvoters - it's a legit question. Or is there something wrong with assimilability? Are you happy being off with your answers by 60% - or jealous that a human can have better answers?
[+] [-] ISL|4 years ago|reply
[+] [-] BelenusMordred|4 years ago|reply
Seems more like the quality of the queries rather than the results. Many of the complaints I see about google and friends is related to them dumbing down search for the global common denominator.
[+] [-] EdwardDiego|4 years ago|reply
Any advice on rephrasing it to work would be welcomed. Downside to allegedly natural language query systems - there's no concise explanation of syntax it recognises.
[+] [-] sixothree|4 years ago|reply
[+] [-] sliq|4 years ago|reply
[deleted]
[+] [-] vortico|4 years ago|reply
2. Every time I use it, a box saying
pops up over the result, and clicking the X doesn't hide it the next time I search. This adds ~3 seconds to the result time.3. I'm a long-term Mathematica user, but typing literal Mathematica syntax usually never works, except for simple expressions.
4. Results are PNGs, and copy-pasting a numerical result takes a few unnecessary clicks. "Plain Text" > Copy.
[+] [-] quotemstr|4 years ago|reply
Wolfram Alpha is implemented in Mathematica, which --- to understate the situation --- was never intended as a high performance backend server language. I suspect that's the reason for the bad performance.
"As a result, the five million lines of Mathematica code that make up Wolfram|Alpha are equivalent to many tens of millions of lines of code in a lower-level language like C, Java, or Python." [1]
Sure, there's something to be said for implementing logic in high-level code, but without a plan for lowering that high-level logic to machine code in a way that performs well, you're setting yourself up for long-term pain.
[1] https://blog.wolframalpha.com/2009/05/01/the-secret-behind-t...
[+] [-] hdjjhhvvhga|4 years ago|reply
Is there a way to make it plot multivariate functions? I tried but whenever I enter two variables it says "Cannot plot multivariate function." I've seen many Python packages plotting multivariate functions so I'm convinced it should be possible.
[+] [-] _fizz_buzz_|4 years ago|reply
[+] [-] unknown|4 years ago|reply
[deleted]
[+] [-] herpderperator|4 years ago|reply
I will say, though, that Wolfram|Alpha could be "optimised" in the sense that it could do less fancy JS and be a simple box with a submit button, like SymPy Gamma.
[+] [-] nerevarthelame|4 years ago|reply
When Apple first started using it, they were responsible for 25% of all WA traffic. With Alexa, I assume that the majority of WA's queries are coming from smart assistants at this point. (https://9to5mac.com/2012/02/07/four-months-in-siri-represent..., https://www.theverge.com/2018/12/20/18150654/alexa-wolfram-a...)
[+] [-] portpecos|4 years ago|reply
The answers in the back of the book didn't tell me step-by-step how I solved the problem. It just gave me the answer and there are many times I couldn't figure out which step I made the error. Usually it was some dumb mistake, but by identifying the dumb mistake, I could remember to double check that similar step in future problems.
I had a hard time using it for Classical Physics to check my work.
[+] [-] mejutoco|4 years ago|reply
[+] [-] kragen|4 years ago|reply
[+] [-] primitivesuave|4 years ago|reply
(source: conjecture, but I did work at WR for 3 years and on the initial Wolfram|Alpha release)
[+] [-] antattack|4 years ago|reply
WA offers answers with drawings. Google cannot do that.
https://www.wolframalpha.com/input/?i=how+many+3mm+circles+p...
[+] [-] varenc|4 years ago|reply
I love WA and use it all the time, but it's so hard to know when a query will work and when it won't. When it fails it fails hilariously.
Here's some of my favorite queries:
- https://www.wolframalpha.com/input/?i=2.2+bagels%2Fday+*+ave...
- https://www.wolframalpha.com/input/?i=time+dilation+given+v+...
- https://www.wolframalpha.com/input/?i=400+miles+%2F+20mpg+*+...
- https://www.wolframalpha.com/input/?i=US+unemployment+rate+v...
- https://www.wolframalpha.com/input/?i=warp+speed+6+in+deep+s...
[+] [-] germanjoey|4 years ago|reply
[+] [-] hawkjo|4 years ago|reply
[+] [-] pugworthy|4 years ago|reply
[+] [-] ivansavz|4 years ago|reply
Instead I use the SymPy Live shell https://live.sympy.org/ which does most of what I need in terms of math calculations. I'm a big fan of the sharable links (the thumbtack button below the prompt) that you can post in comments to show an entire calculation encoded in the URL querystring, e.g., https://live.sympy.org/?evaluate=factor(x**2%2B5*x%2B6)%0A%2... (factoring a polynomial), or https://news.ycombinator.com/item?id=23158095 (linear algebra helper function).
[+] [-] dmlerner|4 years ago|reply
Instead, I use Colab with Sympy + latex output and matplotlib (and most other things you could want to import, pre-installed). It's running new versions of things, and backed by more power, with an option to pay for even more. The latex rendering took a bit of poking around stackoverflow, but works just fine.
Feel free to copy:
https://colab.research.google.com/gist/dmlerner/23543255fdde...
[+] [-] neltnerb|4 years ago|reply
Edit: Maybe it's just good enough that people treat it as a tool and see no need to market it. It consistently has worked fine-ish for years and is useful at what it does.
[+] [-] zandorg|4 years ago|reply
I guess what I should be doing is looking at the Alexa ranking of Wolfram Alpha.
[+] [-] GeorgeTirebiter|4 years ago|reply
[+] [-] isoprophlex|4 years ago|reply
"4 drinks in 3 hours at 64 kg"
[+] [-] timdaub|4 years ago|reply
[+] [-] cx42net|4 years ago|reply
"2 beers (composition of 8% alcohol, 44cl) in 1 hour at 80kg"
I tried with or without parenthesis and with varying query. Never worked.
Any ideas?
(I'm interesting on knowing the level of blood alcohol percentage and the duration it takes to go under the limit, depending on the percentage of alcohol and quantity)
[+] [-] gadrev|4 years ago|reply
[+] [-] bborud|4 years ago|reply
Every now and then I go to their site to have a look -- and then realize that I'm not going to go subscribe to some piece of software I'm unsure I will be using enough to justify the cost.
[+] [-] gfodor|4 years ago|reply
[+] [-] jazzyjackson|4 years ago|reply
I think their online book is a very nice intro: https://www.wolfram.com/language/elementary-introduction/2nd...
[+] [-] yummypaint|4 years ago|reply
Last time I tried to use retrieval features for nuclear data there was absolutely no citation info or documentation whatsoever, just numbers from who knows where. WA had so much potential but peaked about 3 years after it came out as far as i can tell. That being said it's still vastly superior to doing calculations with google.
[+] [-] voldacar|4 years ago|reply
Does your institution have mathematica? In mathematica you can query WA directly, and it gives you as much (or possibly more, from how it seems to behave for me) computing time as people with WA pro subscriptions. I use it all the time for stuff like graphing complicated implicit 3d surfaces or doing multiple integrals, stuff where I know the relevant mathematica command but I would rather not type it out fully
[+] [-] wheels|4 years ago|reply
- Converting units while cooking. I prefer to cook by weight, and for most ingredients, you can do something like "2 cups of flour in g"
- Stuff I'd have used a scientific calculator in an earlier era: simple systems of equations, plots, etc.
- Comparing stats on countries, e.g. GDP growth in various countries
[+] [-] faeyanpiraat|4 years ago|reply
[+] [-] JanMa|4 years ago|reply
I guess it's safe to say I would not have passed some algebra and electrical engineering exams without it.
One tip I have (not sure if it still works though): Buy the Android or iOS app for a few bucks to get access to the step by step solutions if you can't afford the pro subscription.
[+] [-] still_grokking|4 years ago|reply
It'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.
[+] [-] AussieWog93|4 years ago|reply
Keep in mind US prices don't include sales tax (VAT).
[+] [-] upbeat_general|4 years ago|reply
I’m a frequent Mathematica user and I find almost all of my use cases require several different attempts to get the desired result w/wolfram alpha. Meanwhile, most people who don’t get the right result the first time will probably just give up and not think to rephrase the query.
[+] [-] ReleaseCandidat|4 years ago|reply
Although for the basics of differential geometry like the Weingarten equations and the Dupin indicatrix WA is lacking - as is Wikipedia except for the articles in the german Wikipedia. And I haven't found a way to get to the 'Weingarten equations' searching for 'Weingarten', you only find him by the full name 'Julius Weingarten'. :(
https://de.wikipedia.org/wiki/Weingartenabbildung https://www.wolframalpha.com/input/?i=weingarten+equations https://de.wikipedia.org/wiki/Indikatrix https://www.wolframalpha.com/input/?i=dupin+indikatrix
[+] [-] gcanyon|4 years ago|reply
Putting it another way, it's too hard to know what WA knows and doesn't know. I alluded to this in a post I wrote back when WA first came out: https://gcanyon.wordpress.com/2009/06/07/bing-wolfram-alpha-... "As Alpha grows and adds new problem domains it will become more and more useful, but it will continue to be necessary to understand what it can and can’t do, and how to get it to divulge what it knows."
[+] [-] Ansil849|4 years ago|reply
And the more complex things WA could do oftentimes require a bunch of trial and error to figure out the correct syntax/phrasing to use to get correct results, to the point where it was just easier to either do the calculation manually or find a dedicated site for it.
So it has just lost utility for me.
[+] [-] _game_of_life|4 years ago|reply
A lot more people can script now, so open source packages of computer algebra systems (Sage, numpy, scipy etc.) Probably take a small bite.
And then you have closed source ones to consider like Matlab.
The second largest chunk probably being bitten out of it is its web and app competitors (desmos, symbolab, etc.) Alexa rankings show that these see a lot more traffic and engagement (2 - 3 times).
Finally, a small portion of its functionality is now covered by search engines. I imagine they'll continue to gobble things up. There are also a few good Web tools, I used one for a linear algebra course I found a lot better than the freeware version of WolframAlpha that came with my Raspberry Pi.
I can't find any reports on its revenue or net income. I would be super curious who uses it. Maybe it's growing... who knows? I also remember it being recommended a lot in the early 2010s.
[+] [-] lousken|4 years ago|reply