sixes_and_sevens comments on Open thread, 3-8 June 2014 - Less Wrong

3 Post author: David_Gerard 03 June 2014 08:57AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (153)

You are viewing a single comment's thread.

Comment author: sixes_and_sevens 03 June 2014 10:57:39PM 5 points [-]

In a rare case of actually doing something I said I would, I've started to write a utility for elevating certain words and phrases in the web browser to your attention, by highlighting them and providing a tool-tip explanation for why they were highlighted. It's still in the occasionally-blow-up-your-webpage-and-crash-the-browser phase of development, but is showing promise nonetheless.

I have my own reasons for wanting this utility ("LOOK AT THIS WORD! SUBJECT IT TO SCRUTINY OR IT WILL BE YOUR UNDOING!") but thought I would throw it out to LW to see if there are any use-cases I might not have considered.

Comment author: sixes_and_sevens 03 June 2014 11:49:37PM 3 points [-]

On a related note, is there a reason why Less Wrong, and seemingly no other website, would suffer a catastrophic memory leak when I try and append a JSON-P script element to the DOM? It doesn't report any security policy conflicts; it just dies.

Comment author: satt 06 June 2014 02:10:48AM 2 points [-]

Ooh, ooh, thought of another cluster of danger phrases (inspired by a recent Yvain blog post, I forget which): "studies have shown", "studies show", "studies find", and any other vague claim that something's corroborated by multiple scientific studies which the writer mysteriously can't be bothered to reference properly, or even give a clear description of.

Comment author: lmm 04 June 2014 12:55:23PM 0 points [-]

So is this script somewhere we can try it?

Comment author: sixes_and_sevens 04 June 2014 05:04:10PM 0 points [-]

Not without breaking everything horribly (including my debugging tools) in a non-negligible number of cases (including Less Wrong).

I did put together a little bookmarklet example, but since it doubles as an "occasionally mangle your page and possibly make this tab explode in a shower of RAM" button, I decided not to share it until I've isolated and fixed this particular problem.