mersenneforum.org  

Go Back   mersenneforum.org > Other Stuff > Forum Feedback

Reply
 
Thread Tools
Old 2016-02-04, 00:53   #23
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Quote:
Originally Posted by bgbeuning View Post
My residue are non-zero after changing this line in the Makefile

CUFLAGS = -O$(OptLevel) --generate-code arch=compute_20,code=sm_20 --compiler-options=-Wall -I$(CUINC)

Maybe the program could check if the executable file is not compatible with the
hardware it is running on.

It is running 2 double checks. Will know results in 7 days.
I submit this as yet more evidence that the $ delimiter should be disabled
Dubslow is offline   Reply With Quote
Old 2016-02-04, 01:16   #24
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

100110000000112 Posts
Default

Quote:
Originally Posted by Dubslow View Post
I submit this as yet more evidence that the $ delimiter should be disabled
Yeah. That was a really stupid idea.

A simple sentence like "It cost me $100 dollars for $10 worth of kit" should not be converted into TEX.
chalsall is offline   Reply With Quote
Old 2016-02-04, 01:28   #25
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

293210 Posts
Default

A delimiter of [tex] would make more sense..
Mark Rose is offline   Reply With Quote
Old 2016-02-04, 01:33   #26
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Or [t] for inline math, like $, and [tex] for "set apart" (can't think of the right term) math, like previously (and I believe that there's other new delimiters for it currently as well).
Dubslow is offline   Reply With Quote
Old 2016-02-04, 02:53   #27
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

961210 Posts
Default

The point is that when you set that new tool, there is a config file where you select/enable the delimiting character. It can only be one character, enabled, or disabled. And choosing the $ was somehow in line with other math editors - the choice is from MathJax, not from Mike. A lot of work was put into it already on this forum (changing the old posts which were broken, etc) and reverting it would mean the same amount of work again, done backwards. It is not simple. Mike's mistake was that he didn't ask the forum before doing the change, some guy would have spotted the troubles (maybe not me, but we have good analysts here!) and suggest not to. But the choice was not "stupid". Silly, at most.

Maybe we can contribute constructively? (right click on any formula in the forum, select mathjax help, read around, come with a better idea? Or go here, or directly here, where you can read exactly about our problem!). Read before commenting. Substituting the character is not a good idea, my opinion. First, it is not easy, like just substituting in a config text file. Still needs a lot of work, and need documented for the newcomers, and it is not in line with other math editors.

I really like the new math rendering. It looks better, it respects proportions of indexes and powers, it accepts standard latex defines and libraries, thousand of features compared with our initial rendering [tex] tag.

Last fiddled with by LaurV on 2016-02-04 at 03:07 Reason: totally bad phrasing - it happens when I am in hurry and a bit angry (not related to the current subject. but to RL)
LaurV is offline   Reply With Quote
Old 2016-02-04, 03:09   #28
axn
 
axn's Avatar
 
Jun 2003

31×163 Posts
Default

Since this is client side rendering, all you need is to block everything from www dot mersenneforum dot org/MathJax/*, et voila!

Last fiddled with by axn on 2016-02-04 at 03:11 Reason: don't want clickable link
axn is offline   Reply With Quote
Old 2016-02-04, 03:15   #29
axn
 
axn's Avatar
 
Jun 2003

505310 Posts
Default

Quote:
Originally Posted by LaurV View Post
The point is that when you set that new tool, there is a config file where you select/enable the delimiting character. It can only be one character, enabled, or disabled. And choosing the $ was somehow in line with other math editors - the choice is from MathJax, not from Mike.
From your URL
Quote:
The default math delimiters are \$\$...\$\$ and \ [...\ ] for displayed mathematics, and \ (...\ ) for in-line mathematics. Note in particular that the \$...\$ in-line delimiters are not used by default. That is because dollar signs appear too often in non-mathematical settings, which could cause some text to be treated as mathematics unexpectedly. For example, with single-dollar delimiters, ”... the cost is \$2.50 for the first one, and \$2.00 for each additional one ...” would cause the phrase “2.50 for the first one, and” to be treated as mathematics since it falls between dollar signs. For this reason, if you want to use single-dollars for in-line math mode, you must enable that explicitly in your configuration:
So it would seem that Mike failed to notice the recommendation from MathJax itself and overrode their default settings, and walked straight into a whole lot of deep doodoo.

Last fiddled with by axn on 2016-02-04 at 03:15
axn is offline   Reply With Quote
Old 2016-02-08, 14:18   #30
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

Quote:
Originally Posted by xtreme2k View Post
I am actually surprised the difference between 6700K and others (6600/K/6500) are quite huge in applications such as rendering, encoding, sysmark and others. (Ignoring P95 for now)
Their costs difference is around $150, As a % of the overall system is only going to be about 10-15% (say a system for about $1K-1.5K), and yet you are taking a hit up to around 30% (up to around 40-45% in worst case) in performance.

http://anandtech.com/bench/product/1543?vs=1544
http://www.cpu-world.com/Compare/500..._i7-6700K.html
Yet more evidence that the $ delimiter is confusing and unintuitive to most people
Dubslow is offline   Reply With Quote
Old 2016-02-08, 20:07   #31
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

202016 Posts
Default

We are experimenting with a fix to the "problem".

In the message window there are two new buttons. If you select your text and click one of them they surround the selected text with the appropriate tag.

So you have options:

Code:
The BB Code [$]...[/$] will do "inline" MathJax.
The BB Code [$$]...[/$$] will do "displayed" MathJax.

\(...\) will do "inline" MathJax.
\[...\] will do "displayed" MathJax.

$$...$$ will do "displayed" MathJax
Obviously, there is a big mess for us to clean up with all of the older posts.

And something might still be broken. Please let us know if there is!

Xyzzy is offline   Reply With Quote
Old 2016-02-08, 20:17   #32
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
We are experimenting with a fix to the "problem".

In the message window there are two new buttons. If you select your text and click one of them they surround the selected text with the appropriate tag.

So you have options:

Code:
The BB Code [$]...[/$] will do "inline" MathJax.
The BB Code [$$]...[/$$] will do "displayed" MathJax.

\(...\) will do "inline" MathJax.
\[...\] will do "displayed" MathJax.

$$...$$ will do "displayed" MathJax
Obviously, there is a big mess for us to clean up with all of the older posts.

And something might still be broken. Please let us know if there is!

at least you have the list of the ones I sent you if you ever change your mind.
science_man_88 is offline   Reply With Quote
Old 2016-02-09, 00:14   #33
WraithX
 
WraithX's Avatar
 
Mar 2006

479 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
We are experimenting with a fix to the "problem".

In the message window there are two new buttons. If you select your text and click one of them they surround the selected text with the appropriate tag.

So you have options:

Code:
The BB Code [$]...[/$] will do "inline" MathJax.
The BB Code [$$]...[/$$] will do "displayed" MathJax.

\(...\) will do "inline" MathJax.
\[...\] will do "displayed" MathJax.

$$...$$ will do "displayed" MathJax
Obviously, there is a big mess for us to clean up with all of the older posts.

And something might still be broken. Please let us know if there is!

I really like these new options! From what I've seen, it looks like all of the original/unedited $ threads have gone back to normal.

Thanks for making this change! And, of course, thanks for adding MathJax to the forum!
WraithX is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why sign up with GPU to 72? Jayder GPU to 72 7 2012-12-06 18:26
sign of gratitude Brain Software 2 2011-01-03 21:27
A Dollar Urned davar55 Puzzles 29 2010-12-12 09:35
Isomorphism Sign? jinydu Information & Answers 1 2009-01-12 14:35
The missing dollar Andi47 Puzzles 4 2008-09-11 14:56

All times are UTC. The time now is 13:32.


Sat Jul 17 13:32:17 UTC 2021 up 50 days, 11:19, 1 user, load averages: 1.49, 1.53, 1.56

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.