Live data from Hacker News

Code to block unwanted News Genius annotations

github.com

21–30 of 52 posts

Re: Code to block unwanted News Genius annotations

#21
post #11

In case you were wondering how it works, this library is a rack middleware wrapper around this JavaScript: var annotated = window.location.href.indexOf("genius.it/") != -1; if (annotated) { window.location.href = window.location.href.replace("genius.it/", "") }

Leftpad all over again.

Re: Code to block unwanted News Genius annotations

#22
See also this one by the talented Vijith Assar:

https://github.com/vijithassar/genius-defender

Unlike the others (which prevent hosting on genius.it) this one actually prevents annotations via plugin etc by injecting invisible characters at random. Its a WP plugin but the method could be adapted.

Unsure if there are SEO/other implications.

More info: http://www.vijithassar.com/2641/how-to-block-genius-annotati...

Re: Code to block unwanted News Genius annotations

#23
post #14

To me a big motivation is to keep control of the content on your page. Also, isn't it a copyright violation?

IANAL, but I absolutely believe there's the possibility to raise a copyright violation suit. There have been cases brought against Google in the past for caching webpages. This is why google/bing web crawlers abide by robots.txt.

NewsGenius needs to at least 1) identify their crawler, and 2) provide a way to opt-out. Otherwise, it doesn't look good for them. They're not being a very good citizen of the Web.

Re: Code to block unwanted News Genius annotations

#24

Earlier quoted context omitted.

Odd, I don't see the link there. But anyway, reading Ms. Dawson's post does make me seriously reconsider the ethical motivations for making this tool. I suppose my initial negative reaction was more based on the 'platonic ideal of a universal web annotation layer' as gkop puts it, rather than an actual understanding of how the Genius platform operates. Here's another article with additional context: http://www.vox.co…

First, there's been tools like this for a while. MS had an annotations tool built into IE in the 90s. (Though I think it required some sort of Office server or something.) Second, her reasoning seems to revolve around not having comments on her site. Isn't this literally what every link aggregator from HN to reddit does? She mentions reddit and others, but doesn't explain how they're different. Apparently it's becaus…

>she's literally complaining about people discussing her work on other sites

Things like this don't become a problem until it is so easily organized. A bunch of tweets, FB posts, HN, reddit or other social comments are so scattered they don't have as much impact. The comments aren't visible on the the same page as the content.

I'm going to have to think more about this. I've had this thought a couple of times now but I don't have a full picture of it yet.

Re: Code to block unwanted News Genius annotations

#25
Going a bit meta here: Is there a standard library to use for monitoring 3rd-party interactions users bring to a website?

Typically this would mean browser add-ons and extensions, but I wouldn't be surprised to discover other things (like headers injected by cellular companies, or who knows what from malware infections).

Such a tool would be useful when troubleshooting various 'works on my machine' scenarios.

Re: Code to block unwanted News Genius annotations

#26
post #20

Earlier quoted context omitted.

Odd, I don't see the link there. But anyway, reading Ms. Dawson's post does make me seriously reconsider the ethical motivations for making this tool. I suppose my initial negative reaction was more based on the 'platonic ideal of a universal web annotation layer' as gkop puts it, rather than an actual understanding of how the Genius platform operates. Here's another article with additional context: http://www.vox.co…

Thanks for the link. The protestations are a little silly from what I gather. So this is the crux of it: Genius allows people to comment on stuff that people write - like an improved comment section. Occasionally these comments suck and are offensive. From the blog post: "News Genius adds one more way for people on the Internet to be made unsafe." and "A tool that allows my abusive ex-boyfriend to interact with me an…

A new word for me! solipsism: the view or theory that the self is all that can be known to exist.

Re: Code to block unwanted News Genius annotations

#27
post #20

Earlier quoted context omitted.

Odd, I don't see the link there. But anyway, reading Ms. Dawson's post does make me seriously reconsider the ethical motivations for making this tool. I suppose my initial negative reaction was more based on the 'platonic ideal of a universal web annotation layer' as gkop puts it, rather than an actual understanding of how the Genius platform operates. Here's another article with additional context: http://www.vox.co…

Thanks for the link. The protestations are a little silly from what I gather. So this is the crux of it: Genius allows people to comment on stuff that people write - like an improved comment section. Occasionally these comments suck and are offensive. From the blog post: "News Genius adds one more way for people on the Internet to be made unsafe." and "A tool that allows my abusive ex-boyfriend to interact with me an…

Yea, I agree that her reasoning isn't entirely well founded. But I'm nonetheless empathetic, because she's an embattled blogger fighting trolls to justify her work all the time, and the gap between that experience and the idealistic motivations for a universal annotation platform must be enormous.

From our tech-centric perspectives, the value of a universal annotation platform seems self evident, but for a layman's perspective, it just seems like another toxic commenting layer that content creators can't moderate (which, in the ideal, it is). The fact that it's then collocated with their content, instead of, say, a click away on HN or twitter, makes it feel more violating.

The truly ideal platform would have massive adoption with benevolent power users that both prevented abuse and generated value adding content by verifying factual claims, adding appropriate context, etc. This ideal use case is pretty far from Genius's original platform (explaining rap lyrics in an entertaining fashion), and that mismatch of intents seems to be the source of the problem.

Re: Code to block unwanted News Genius annotations

#28
I guess Genius doesn't care about the rampant copyright violation involved with the "web annotator"? Using genius.it/ creates derived works, and it does so almost certainly without approval of the copyright owner.

I guess they will argue fair use, but hostile 'annotations' definitely reduce the value of the work, they reuse the entire work, and they use the work for commercial gain. I wouldn't consider this a slam dunk.

I actually really dislike this concept of "we're going to wrap your website and mark it up with other stuff to make it look like you're hosting this content here". Sure, people should be able to talk wherever they want, but keep that in a popup, or at worst a frame - don't highlight text to suggest that the author has done that, and don't load your own elements in their page.

Re: Code to block unwanted News Genius annotations

#29
Didn't even know this was a thing but after taking a gander at the first example of this on the News Genius (http://news.genius.com/) website I'm not surprised people want to get rid of it. I read the 2nd article, a buzz feed production about Trump's campaign adviser, and honestly I'm highly disappointed at the quality of the annotations. Even more so when I found out that the person doing said annotations is the Managing News Editor at Genius. Buzz feed is by no means a bastion of journalistic integrity but the superficial comments this editor left are a joke. If she was actually the editor for this article it might make sense to complain about wording choices but as I understand it Genius Annotations are meant to explain and expand upon things in the article. Here, the person Genius felt most qualified to head this whole effort, uses annotations like a permanent twitter stream of her personal opinion of the article. She complains about not expanding upon allegations but the article does. Not always but in a lot of cases they can't. No one is going on the record against a man working for the likely republican nominee. They can't afford to burn bridges because they still need access to Trump. All in all if that is the quality of annotations created by Genius' Managing New Editor this is a feature that needs to be taken out back.
Post reply on HN