tea.mathoverflow.net - Discussion Feed (Classic questions) Sun, 04 Nov 2018 13:47:02 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Andrew Stacey comments on "Classic questions" (5617) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5617#Comment_5617 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5617#Comment_5617 Wed, 19 May 2010 00:19:29 -0700 Andrew Stacey To be precise, it is the mathematical part of the preview that is slow. I can always tell when the "preview math" button has gotten reset for me (it's usually "below the fold" so I don't notice beforehand) because as soon as I type a dollar sign then everything slows right down.

But of course, speed isn't the only reason for using the system I use. The fact that I'm used to Emacs and it's shortcuts and abilities means that composing length posts in Emacs is much easier for me than writing them in a text box in a browser.

]]>
Anton Geraschenko comments on "Classic questions" (5610) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5610#Comment_5610 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5610#Comment_5610 Tue, 18 May 2010 19:09:35 -0700 Anton Geraschenko The preview on MO is done locally. I can't think of any reason it would be slow. There's a timeout set so that if it takes more than three or four seconds to generate the preview, it won't bother, so the preview might slow down when you're writing a pretty long post. But even then it shouldn't interfere with typing into the input box and you can update the preview by just stopping typing for a couple of seconds.

]]>
Harald Hanche-Olsen comments on "Classic questions" (5608) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5608#Comment_5608 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5608#Comment_5608 Tue, 18 May 2010 11:59:07 -0700 Harald Hanche-Olsen The preview is remote? I though it was all locally processed. I certainly haven't seen much of a speed issue.

]]>
Andrew Stacey comments on "Classic questions" (5607) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5607#Comment_5607 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5607#Comment_5607 Tue, 18 May 2010 11:53:57 -0700 Andrew Stacey The problem with that solution is that the remote preview is rrrrrrrrrrrreeeeaaaaallllllyyyyyyyyy ssssssslllllllllooooooooowwwwww. Downloading and installing the scripts locally makes the whole thing much faster. (This is what I do for nLab entries: I use the "It's all text" firefox extension to easily transfer a "text box" to an emacs session. Then I load in the latex bindings for emacs, except that I tell it to call "maruku" (the ruby version of markdown, which has itextomml built in) instead of latex and "firefox" instead of xdvi. Then I just do the normal "compile-and-view" cycle that I do for LaTeX documents until I'm happy with it, whereupon the "It's all text" extension reloads it back into the browser and I sent it off to the nLab for processing.)

]]>
Harald Hanche-Olsen comments on "Classic questions" (5605) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5605#Comment_5605 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5605#Comment_5605 Tue, 18 May 2010 10:16:48 -0700 Harald Hanche-Olsen You can always write an answer right here on a MO page and see the preview as you write. Remember, you don't have to submit it! Just copy the text and paste into a local text file on your own computer to save as a draft for later polishing. In fact, I would always do this anyhow for submissions of nontrivial size, just to have a backup in case the web browser crashes or the MO backend misbehaves.

]]>
Andrew Stacey comments on "Classic questions" (5604) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5604#Comment_5604 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5604#Comment_5604 Tue, 18 May 2010 07:47:00 -0700 Andrew Stacey Probably not. You never know, someone might already have done it for you

]]>
Mariano comments on "Classic questions" (5603) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5603#Comment_5603 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5603#Comment_5603 Tue, 18 May 2010 06:49:52 -0700 Mariano A translator from a minimal variant of LaTeX to markdown+jsmath should not be thathard to write, too.

]]>
Andrew Stacey comments on "Classic questions" (5602) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5602#Comment_5602 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5602#Comment_5602 Tue, 18 May 2010 05:58:39 -0700 Andrew Stacey You could always install markdown and jsmath on your own computer and do a "write + compile" cycle using that. The difficulty with this is that there are many variants of markdown so you'd need to be sure to get the right one. Actually, you could do it with the javascript markdown that Anton wrote since that was designed to be the same as on MO.

So, here's how it could be done:

  1. Write your question/answer in a text editor
  2. Save it to a file and add some HTML wrapper tags around it
  3. Add a javascript header to load the wmd.js and jsmath.js (which you should download from somewhere)
  4. Look at the resulting file in your browser

Obviously, that's just an outline. In particular, one would need to tweak the javascript a bit and select the HTML wrapper stuff appropriately. But that would only need to be done once.

]]>
gilkalai comments on "Classic questions" (5601) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5601#Comment_5601 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5601#Comment_5601 Tue, 18 May 2010 05:41:11 -0700 gilkalai One other features that can be useful is to have a way to write drafts of questions and answers so it will not be necessary to edit them in real time. (I think Wikipedia has such a feature). Is this possible? ]]> Harry Gindi comments on "Classic questions" (5600) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5600#Comment_5600 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5600#Comment_5600 Tue, 18 May 2010 00:10:44 -0700 Harry Gindi @gilkalai:

Nope, not at the moment. This has been requested by something like half of the people on meta, but as of now, there is no way for the staff to actually implement that change (even if they wanted to. If I remember correctly, Anton and Scott were both opposed to this change, but I'm not positive, and I'm sure that they will tell you themselves. Either way, I'm sure one of them can supply you a link to an old discussion of this precise issue.)

]]>
gilkalai comments on "Classic questions" (5599) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5599#Comment_5599 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5599#Comment_5599 Mon, 17 May 2010 22:57:56 -0700 gilkalai Harry Gindi comments on "Classic questions" (5598) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5598#Comment_5598 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5598#Comment_5598 Mon, 17 May 2010 22:57:39 -0700 Harry Gindi Scott and Qiaochu have hit the nail on the head. In fact, if you look at many of the older big-list questions, you can see that they've been closed for the reasons cited above. MO is mainly for the substantive questions. Big-list/soft-questions are merely a nothing more than a sideshow for the main event.

]]>
Mariano comments on "Classic questions" (5597) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5597#Comment_5597 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5597#Comment_5597 Mon, 17 May 2010 21:07:33 -0700 Mariano @Qiaochu: I haven't really checked, but: is that a significant problem?

]]>
Qiaochu Yuan comments on "Classic questions" (5596) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5596#Comment_5596 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5596#Comment_5596 Mon, 17 May 2010 17:28:53 -0700 Qiaochu Yuan In particular, most people often don't bother to read all of the past answers and end up duplicating entries, which gets really annoying.

]]>
Scott Morrison comments on "Classic questions" (5595) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5595#Comment_5595 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5595#Comment_5595 Mon, 17 May 2010 16:40:38 -0700 Scott Morrison Oh dear. I'd far prefer to go deleting these questions than making them more prominent! :-)

]]>
Qiaochu Yuan comments on "Classic questions" (5591) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5591#Comment_5591 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5591#Comment_5591 Mon, 17 May 2010 14:34:40 -0700 Qiaochu Yuan When we've talked about this situation, most people have had the opposite reaction: these questions often accumulate too many low-quality answers from new participants and get bumped when they shouldn't be. That's why we've been closing them.

It's also already really easy to find these questions: you can either click on big-list or you can rank by votes.

]]>
vipul comments on "Classic questions" (5590) http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5590#Comment_5590 http://mathoverflow.tqft.net/discussion/405/classic-questions/?Focus=5590#Comment_5590 Mon, 17 May 2010 14:16:44 -0700 vipul
It would be good to have these questions accessible and perhaps even randomly shown on the front page occasionally, so that the questions don't get buried and new participants can quickly see these questions and contribute answers. This way, the answer lists to these questions can keep improving. It also might encourage participation because these questions can often easily be answered based on personal experience and don't require on-the-spot mathematical thinking.

Along these lines, I thought of something like a "classic" tab that displays questions that satisfy some or all of these criteria: (i) are community wiki and/or big list (ii) got at least x votes (where x could be 15 or 20 or 30) (iii) got at least y answers (where y could be 5 or 10 or 20) (iv) got at least z votes (where z could be 1K or 2K), and (v) is at least two weeks old (because recent questions are displayed in the front anyway).

This is just a very rough idea and I don't know about its suitability or appeal to MO users. ]]>