TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is WolframAlpha serving rendered text images instead of plain text?

15 pointsby esonicaabout 16 years ago
I am after some thoughts on why they would be doing this. I am a developer/designer and cannot think of any good reason for doing what can be done in CSS. Any ideas?<p>Sample : http://www4d.wolframalpha.com/Calculate/MSP/MSP6202195gdebi63ebi5b100001e27378a70be39cd?MSPStoreType=image/gif&#38;s=46<p>* srry, for unclickable link

10 comments

aaronswabout 16 years ago
I asked Stephen Wolfram about this and he explained that it was because sometimes the answers contain complex mathematical formulae that are difficult to render in HTML and that since he wanted a consistent display, his preferred solution was to just use images all the time.
评论 #613157 未加载
评论 #612979 未加载
chris24about 16 years ago
How strange... from their FAQ (under Web and other Practicalities - <a href="http://www.wolframalpha.com/faqs.html" rel="nofollow">http://www.wolframalpha.com/faqs.html</a>):<p>"Do I need images enabled in my browser to use Wolfram|Alpha?<p>Yes. All its output content is rendered as images, for consistency."<p>Perhaps they didn't want to make sure the data was styled &#38; displayed well in all browsers (ahem... ie6)?<p>clickable: <a href="http://www4d.wolframalpha.com/Calculate/MSP/MSP6202195gdebi63ebi5b100001e27378a70be39cd?MSPStoreType=image/gif&#38;s=46" rel="nofollow">http://www4d.wolframalpha.com/Calculate/MSP/MSP6202195gdebi6...</a>
评论 #612928 未加载
Skeuomorphabout 16 years ago
Perhaps they don't want other search engines 'learning' the questions (via phrases hyperlinked to wolfram) and displaying the answers as summary text?
评论 #612964 未加载
评论 #613608 未加载
austonabout 16 years ago
I don't know for sure - but my guess is mathematica outputs images?
评论 #612942 未加载
评论 #612941 未加载
kailoaabout 16 years ago
I'd assume that not everything that WA puts out will be text or tables. They've got graphs, complex mathematical formulas, general purpose image manipulation and who knows what else.<p>It may have made sense to "unify" the rendering engine. This makes the simple case you point out look silly of course.
wdr1about 16 years ago
I don't know if I buy the consistency answer. There's ways to do that (even with complicated formula), but it is an interesting way to avoid x-browser CSS issues.<p>My own hunch is they did it to avoid scraping/botting. Hopefully they switch to text at some point in the future.
评论 #613192 未加载
jonkneeabout 16 years ago
Pretty pathetic as it breaks the site for people with less than perfect vision. I mean they obviously take advantage of machine readable data to populate their database, pretty lame to not spit it back out. Not to mention a huge server overhead--this was a calculated decision.
评论 #612989 未加载
评论 #612966 未加载
wmoxamabout 16 years ago
We actually do the same for math equations in LearnHub lessons (via texhub.com). Images are pretty much the only way to present complex math equations to a wide audience.<p>MathML would be a much better solution only if it were natively supported in IE.
评论 #614382 未加载
pjabout 16 years ago
The special font may not be on every user's computer. Which font is that?
old-greggabout 16 years ago
To make you pay for the API.
评论 #612924 未加载
评论 #612920 未加载