Slashdot Mirror


No Linking To Japanese Newspaper Without Permission

stovicek writes with this excerpt from Ars Technica about the Japanese newspaper Nihon Keizai Shimbun, or Nikkei (English language site, so far apparently unaffected): "Nikkei has taken efforts to preserve its paywall to absurd new levels: anyone wanting to link to the site must submit a formal application. [...] The New York Times, which reported on the new policy on Thursday, notes that the newspaper market in Japan is radically different from that in the US. Although some smaller outlets are experimenting with new ways of reaching readers, most papers require subscriptions to access online content, and the barriers have kept circulation of print editions quite high compared to the US. Nikkei management appears worried that links could provide secret passages to content that should be safely behind the paywall, and this fear has led to the new approval policy."

88 of 134 comments (clear)

  1. Let's write out the pseudocode... by LostCluster · · Score: 2, Interesting

    If (RefererURL is not OurURL) or (ReferURL is Authorized) then {show denialpage;} else {show content;}

    It's their site and they can do it if they want to... paywall nets cash but costs views and ad yen. Let's see where this ends up.

    1. Re:Let's write out the pseudocode... by LostCluster · · Score: 1

      Hate it when I write a bug... there's a missing "not" somewhere in there.

    2. Re:Let's write out the pseudocode... by Anonymous Coward · · Score: 5, Insightful

      Where would you add the not? That code is messed up. If you do "is not Authorized", it is still broken as OurUrl = false, Authorized = true would still cause denialpage. And now I assume that if OurUrl is true then Authorized will be true too. Let me suggest:

      If (RefererURL is OurURL) or (RefererUrl is Authorized) then { show content; } else { show denialpage; }

      In this solution we avoid unnecessary negation and I would think this would be clear for all readers. A thing to note about this approach is that this is "deny by default". Alternatively:

      If (RefererURL is not OurURL) and (RefererURL is not Authorized) then { show denialpage; } else { show content };

    3. Re:Let's write out the pseudocode... by JesseMcDonald · · Score: 5, Informative

      There's a bigger bug than that: you can't trust the referrer. It's completely controlled by the browser, not the page the link was on. Users can easily set the referrer to any string they wish, e.g. with the RefControl extension for Firefox, which will happily set it to the address of the current page—or the home page of the site—by default.

      If you really want to know whether the user is authorized to view a page you need to track their session, either with (secure) cookies or (secure) URL parameters. Better yet, use standard Digest authentication and let the browser take care of the credentials. The referrer string has no place in a proper authentication protocol.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    4. Re:Let's write out the pseudocode... by init100 · · Score: 2, Informative

      Better yet, use standard Digest authentication

      There is one downside of Digest authentication compared to Basic authentication over SSL. Since Digest authentication generates a random salt which is hashed together with the password and sent to the server, the server must keep the password in plaintext in its user database. With Basic authentication, the password can be stored as a hash on the server, and with SSL the security issue with Basic authentication goes away.

    5. Re:Let's write out the pseudocode... by bytesex · · Score: 1

      So you build a session with an unpredictable consequence of identifiers passed on by each page, the first one of which can only be acquired by the paywall entry.

      --
      Religion is what happens when nature strikes and groupthink goes wrong.
    6. Re:Let's write out the pseudocode... by nospam007 · · Score: 3, Insightful

      "The New York Times, which reported on the new policy on Thursday, notes that.."

      Since the NYT will disappear behind a paywall as well soon, they will be able to sort that out in the VIP room, where none of the unwashed masses will read it.

    7. Re:Let's write out the pseudocode... by DrXym · · Score: 1

      It's not trivial to set up a paywall but it is still relatively straightforward. Any application server could be configured to intercept and validate a request. Typically it will be done with session cookie(s) holding encrypted data of some kind. If the cookie is absent or expired or invalid you redirect the browser off to the login page. If the cookie is valid, you send the browser off to the requested content. I imagine a paywall site would also have to do some kind of IP validation to prevent 1 guy buying access and posting up the info online for everyone else to use.

    8. Re:Let's write out the pseudocode... by ultranova · · Score: 2, Informative

      If (RefererURL is Authorized) then {show content} else { make your site look bad}.

      There is simply no point in hardcoding a special exception rather than handling it all in "is Authorized".

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    9. Re:Let's write out the pseudocode... by The+MAZZTer · · Score: 1
    10. Re:Let's write out the pseudocode... by LucidBeast · · Score: 2, Informative

      Not quite. Digest is calculated using hash from concatenation of username realm & passwd.

      request-digest = See below for the definitions for A1 and A2.

      3.2.2.2 A1 If the "algorithm" directive's value is "MD5" or is unspecified, then A1 is:

      A1 = unq(username-value) ":" unq(realm-value) ":" passwd

      So you can store A1 hash and forget the username & password.

      see RFC 2617 for details.

    11. Re:Let's write out the pseudocode... by nstlgc · · Score: 1

      Except for that a referer URL isn't something you'd trust, since it's so easily forged...

      --
      I'm Rocco. I'm the +5 Funny man.
    12. Re:Let's write out the pseudocode... by innocent_white_lamb · · Score: 1

      I imagine a paywall site would also have to do some kind of IP validation to prevent 1 guy buying access and posting up the info online for everyone else to use.
       
      You can run into problem there due to NAT (hundreds of potential unique subscribers can appear to be at one single IP address) and DHCP (my IP address right now may not be the same as it was 30 minutes ago).

      --
      If you're a zombie and you know it, bite your friend!
    13. Re:Let's write out the pseudocode... by shentino · · Score: 1

      So it would be a reader's digest?

    14. Re:Let's write out the pseudocode... by init100 · · Score: 1

      I can see that now. I'll have to take it up with my colleagues. We had a discussion about this regarding digest authentication in SIP (which is essentially the same as digest authentication in HTTP), and I was told that storing a hash in the database would be impossible, because of the reason I mentioned in my previous post. Obviously this was because of a misunderstanding in how the digest authentication operates.

      Thanks for the clarification.

  2. The difference is quality by BadAnalogyGuy · · Score: 4, Interesting

    I remember when I was willing to shell out a few bucks a year for a subscription to the Wall Street Journal, our American business paper. And then Rupert Murdoch bought it and turned it into Pravda with better paper.

    Now, I'm not saying that the Japanese Nikkei is any better (yes, I am), but you have to understand that in Japan there is a strict code of honor that everyone implicitly abides by. This is why there is so little petty crime and violence there compared to the U.S. It's also why people are willing to pay for music rather than download it. The penalty for disobedience and "going your own way" is social ostracization.

    So it makes sense in the Japanese worldview to demand a virtual face-to-face meeting in order to link to information and stories. The linker is a supplicant who must throw himself at the feet of the information "daimyo". To do any less would shame both the supplicant and the lord.

    I'm not saying it's a good thing, but it's how it is over there. Over here, we're free to say stuff like "FIX YOUR FUCKING WEBSITE, YOU IDIOTS! IT'S BEEN BROKEN FOR HOURS!"

    1. Re:The difference is quality by Anonymous Coward · · Score: 3, Insightful

      If there's a strict code of honor that everyone abides by, why does the Yakuza exist?

      Individuals are still individuals even in Japan.

    2. Re:The difference is quality by countertrolling · · Score: 2, Interesting

      All good in meatspace. But now they have to deal with the whole world that doesn't necessarily fit their mold. Best that they keep their damn paper off the net and just email a copy to their subscribers.

      --
      For justice, we must go to Don Corleone
    3. Re:The difference is quality by BadAnalogyGuy · · Score: 4, Interesting

      The Yakuza is part and parcel of that code. It isn't an aberration at all. It is a product of the same culture that brings you pedophilia dressed up cartoon outfits, hugely xenophobic attitudes towards other races, hivemind-like business practices, a deep insecurity of own culture, the equating of product defects with moral defects, institutionalized misogyny, and widespread depression among males.

      It's a fucked up, oppressive culture that creates many terrible things, but at the same time many beautiful things. You can't separate the Yakuza from Japanese culture, just as you can't separate the geisha or sushi or cherry blossoms or Honda cars from it.

    4. Re:The difference is quality by timmarhy · · Score: 1

      lol. you've watched one too many anime's my friend. Yes the japanese are more polite then american's in general, but so is every other country. if you explained the retarded nature of this to most japanese people they would think it's stupid as well.

      --
      If you mod me down, I will become more powerful than you can imagine....
    5. Re:The difference is quality by BadAnalogyGuy · · Score: 2, Informative

      No, try explaining it to them without describing it as "retarded". See how many will say, "Yeah, that makes sense. Only paying users should have access."

      If you explain it with a certain bias, you'll find them agreeing with you, whether they hold that opinion or not.

    6. Re:The difference is quality by Mashiki · · Score: 2, Interesting

      Nikkei is by and far better then most NA papers. But saying that there's little to no petty crime isn't being true, there's plenty of it. The old centralist code is going poof, as by seen by the current generation of college and grade-schoolers. Want a heavy dose of honor-bound-things that people abide by Korea is where it's at. Everything else is turn your eye away from it, break the rules there's ways around it. Petty crime for the most part I agree, but I figure it has to do with the police not taking too kind a turn at people committing the crimes. The Japanese judicial system is very harsh on people who break the laws.

      --
      Om, nomnomnom...
    7. Re:The difference is quality by Mashiki · · Score: 1

      I give up posting while jet lagged too. Ugh 12hr time shifts kick you in the face...what a mess that post is.

      --
      Om, nomnomnom...
    8. Re:The difference is quality by timmarhy · · Score: 1

      Sorry, i'd love to read and respond to your post, but i'm illiterate so i can't read it.

      --
      If you mod me down, I will become more powerful than you can imagine....
    9. Re:The difference is quality by timmarhy · · Score: 1, Troll
      " It isn't an aberration at all. It is a product of the same culture that brings you pedophilia dressed up cartoon outfits, hugely xenophobic attitudes towards other races, hivemind-like business practices, a deep insecurity of own culture, the equating of product defects with moral defects, institutionalized misogyny, and widespread depression among males."

      you just described my impression of america.

      --
      If you mod me down, I will become more powerful than you can imagine....
    10. Re:The difference is quality by Anonymous Coward · · Score: 1

      It's also why people are willing to pay for music rather than download it. The penalty for disobedience and "going your own way" is social ostracization.

      I'm sorry, I couldn't hear you over the sound of me downloading gigabytes upon gigabytes of Japanese music from Japanese file sharing services.

    11. Re:The difference is quality by Arancaytar · · Score: 2, Interesting

      The mafia has a strict code of honor, too.

      It's one reason why "MAFIAA" is kind of a misnomer for the music industry.

    12. Re:The difference is quality by Tromad · · Score: 3, Insightful

      This is straight up bullshit, I don't know if you live in Klan Country but I have lived within the US in California and Arizona and I'm not sure if a more diverse set of people live anywhere else in the world. In the middle of Republican Arizona I can get some of the most awesome authentic Afghani food available. There are entire communities of people from nearly everywhere in the world that exist in major cities here. Greek fairs, Asian fairs, Russian fairs nearly every week a culture celebrates themselves with large followings. Even suburban white people have yearly block parties and love for native american culture and western themed anything. It is true Americans are very behind in some respects but we are very open to other cultures. Even our immigration policies are more open than our neighbors (Canada in particular).

    13. Re:The difference is quality by anarche · · Score: 2, Funny

      Don't. EVER. Visit. Italy.

      --
      Wait! Whats a sig?
    14. Re:The difference is quality by ultranova · · Score: 1

      So it makes sense in the Japanese worldview to demand a virtual face-to-face meeting in order to link to information and stories. The linker is a supplicant who must throw himself at the feet of the information "daimyo". To do any less would shame both the supplicant and the lord.

      So... Do Japanese newspaper owners disembowel themselves when they're shamed? Or are they only daimyos when that happens to benefit them?

      I would also like to add that, in Japanese traditions, a businessman - a member of the merchant class - calling himself a daimyo - a samurai lord - is ridiculous, and likely to end very badly for him.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    15. Re:The difference is quality by mdwh2 · · Score: 1

      pedophilia dressed up cartoon outfits

      I'm curious what you are referring to here? Pedophilia is about children, not cartoons - which are, you know, fictional.

      It is a product of the same culture that brings you hugely xenophobic attitudes towards other races

      Oh, the irony of this post.

    16. Re:The difference is quality by commodore64_love · · Score: 1

      >>>"Yeah, that makes sense. Only paying users should have access."

      You think it's only Japanese that think that way? I'm American and that phrase was running in my mind, and I bet there are some Europeans who also think along those lines. Reporters produce articles - that means they need to be paid - what better way to ensure that labor is covered then to charge for it?

      I honestly don't see how reporting can continue in a world where their labor goes unpaid (i.e. papers are free online). It would be akin to if Microsoft started giving-away Windows, Office, and other products for free download. Yeah its great for us customers, but how do you pages the programmers' labor?

      Answer: You charge for the end product, so you can cover labor costs.

      "Yeah, that makes sense. Only paying users should have access."

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    17. Re:The difference is quality by russotto · · Score: 5, Insightful

      you just described my impression of america.

      Nice troll. America lacks almost completely the equating of product defects with moral defects. It lacks a deep insecurity of its own culture (quite the opposite, Americans take American culture so much for granted that many are often surprised when it doesn't exist elsewhere, and we export it without even trying) Institutionalized misogyny is largely absent; the places it holds out are generally places considered either morally suspect or low class or both (car sales, and particularly used car sales, being one such holdout.). Hugely xenophobic attitudes towards other races are held by a minority of the population, again usually not well-thought-of by the rest. Hivemind-like business practices? Uh, no. Even in the bad old days of legal cartels, there was nothing resembling a hive mind. Pedophilia dressed up in cartoon outfits? Again, no. So that leaves widespread depression among males. Judging from the drug commercials, I'd say you've got that one. One out of seven.... you must be European.

    18. Re:The difference is quality by pmc · · Score: 1

      This is straight up bullshit, I don't know if you live in Klan Country but I have lived within the US in California and Arizona and I'm not sure if a more diverse set of people live anywhere else in the world.

      I would say England is more diverse - in London there are more than 300 different languages spoken in schools (and an estimated 700 spoken in all). For comparison in Los Angeles there are 92 spoken in schools (and 224 in all).

      I agree though - anyone who thinks the US is not open to other cultures has strange opinions.

    19. Re:The difference is quality by Courageous · · Score: 1

      What's your languages spoken source? Anyway, I would think Washington DC is the appropriate target for comparison. Based on past stories of ethnic diversity that I have heard.

      C//

    20. Re:The difference is quality by Philip_the_physicist · · Score: 2, Insightful

      Except this isn't about paywalls and whether they are good or bad in any sense, it is about trying to prohibit people pointing links at your pages without permission. You can refuse t serve up a page if you like, or redirect people to a different page, but you can't object to someone pointing a hyperlink at anything they like. If your paywall is broken, that's your problem, not the rest of the world's.

    21. Re:The difference is quality by mathx314 · · Score: 1

      Britney Spears.

      A quick glimpse at Wikipedia shows that Britney's first album was released in 1999. She was born in 1981. This means that at most one album was released when she was in the legal pedophilia age limit. Overly sexualized and creepy I'll agree with, but Britney Spears does not embody pedophilia.

    22. Re:The difference is quality by Sir_Lewk · · Score: 1

      Pedophilia dressed up in cartoon outfits?

      Britney Spears.

      Just about anything Disney for that matter. It's not nearly as blatant as the stuff they have in Japan though...

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    23. Re:The difference is quality by Sir_Lewk · · Score: 1

      The mafia has a strict code of honor, too.

      In the movies maybe.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    24. Re:The difference is quality by shutdown+-p+now · · Score: 2, Interesting

      Even our immigration policies are more open than our neighbors (Canada in particular).

      This is just false. As a foreigner looking for immigration options, I can assure you that Canada is much easier and friendlier to a skilled immigrant than US. For one thing, it does not have country quotas!

  3. Not confident about security by iYk6 · · Score: 1

    It sounds like this site requires that user be logged in to view articles, and so links to the articles shouldn't hurt them anyway. But they don't think their security is up to snuff, and so links might be able to get around the paywall, and they work around this with unenforceable linking policies.

    1. Re:Not confident about security by drolli · · Score: 2, Interesting

      I work in a Japanese company. And i understand fully why they dont thrust their security. The main problem is that if the (incompetent) admins explains that something is in that way, then the boss will believe him.

  4. Is there piratebay for that news article about... by Rivalz · · Score: 1

    Seriously while I agree collecting news and dispersing it is quite costly, the realistic value of MOST of the news out there is next to nothing.
    For example a news article about a news site charging money for news. WOW that is news to me.

    Though wise men at their end know dark is right,
    Because their words had forked no lightning they
    Do not go gentle into that good night.

  5. Can't begin to compare by angus77 · · Score: 5, Insightful

    Ummm..."the barriers have kept circulation of print editions quite high compared to the US"...? Circulation of papers in Japan has always been ridiculously higher in Japan than in the US. Some of those papers have daily circulations of eight figures---no American paper has ever achieved circulation figures like that, past or present. The local paper that I get (the Shizuoka Shinbun) has a daily circulation of over 700,000 (vs 900,000 for the New York Times), and it's not even read nationally like the Yomiuri, Mainichi, Asahi, Nikkei, etc.

    1. Re:Can't begin to compare by MidnightBrewer · · Score: 1

      Japanese are incredibly protective of their copyrights and deeply dislike giving anything away for free - they want to get paid for what they do. Also, the newspaper culture is huge here (as the parent said) and despite Japan's image of being on the cutting edge of technology, people prefer having a paper in front of them rather than having to sit in front of a computer (most homes typically have only one).

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    2. Re:Can't begin to compare by Superdarion · · Score: 1

      I would assume that such circulations are due to the hight population density (10 times higher in japan, according to wikipedia).

    3. Re:Can't begin to compare by tapanitarvainen · · Score: 1

      Circulation of papers in Japan has always been ridiculously higher in Japan than in the US. Some of those papers have daily circulations of eight figures---no American paper has ever achieved circulation figures like that, past or present. The local paper that I get (the Shizuoka Shinbun) has a daily circulation of over 700,000 (vs 900,000 for the New York Times), and it's not even read nationally like the Yomiuri, Mainichi, Asahi, Nikkei, etc.

      Just an observation: the biggest newspaper in Finland, Helsingin Sanomat, has daily circulation of little over 400,000 copies - and the population of Finland is just over 5 million people. I suspect there aren't many newspapers with higher circulation/population ratios. (Yeah, other papers have high circulation figures here, too, always have.)

      And they also have both free and paid content - but no problems against linking to the latter, rather the opposite: they hope links will bring more subscribers.

    4. Re:Can't begin to compare by MidnightBrewer · · Score: 2, Interesting

      Density doesn't necessarily drive popularity. However, Japan is unique in its group mindset, where a lot of people are happy to do things just because everyone else does.

      Also, Japanese are strongly traditional and have a cultural appreciation for things like newspapers. They like to share, for one; they can clip articles; and a paper is viewed as more economical and frugal (doesn't require electricity).

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    5. Re:Can't begin to compare by linzeal · · Score: 1

      Maybe for 40+ year olds, which I suppose is most of Japan, sadly. The Japanese I know in their 20's and 30's get all their info from news readers and aggregators like we do and I would imagine the amount of the younger generations who can read/write/speak English might be part of the reason for that, considering that English News Dailies in Japan are still mostly free.

    6. Re:Can't begin to compare by Hognoxious · · Score: 1

      I would assume that such circulations are due to the hight population density

      I'd have thought it was to do with high population. Common sense would indicate that ceteris paribus more people would buy more papers.

      However I'm at a loss as to how packing them closer together would make any difference whatsoever.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    7. Re:Can't begin to compare by MidnightBrewer · · Score: 1

      I suspect it comes down to who you hang out with as to how your views of Japan are shaped. Many of my friends are in their 20s and 30s and get their news from the paper or television. Even my computer-savvy friends hardly use RSS at all; the only aggregators they frequently use are what they can get through Yahoo! Japan and YouTube.

      I've been here 8 years and taught at several high schools, and young people with no wherewithal beyond their cell phones also rely on the paper for their news (if nothing else, for the special deals on concerts and movies that are often included).

      As for young people speaking English in Japan, Japan ranks as one of the lowest countries in the world, let alone Asia, in English speaking ability. This is a problem I work on daily to try to fix, and this at a school with an English-intensive course.

      Trust me, most young Japanese people below college age have no idea what the Japan Times is, and less desire to try to read it unless forced to for class (which at our school they do via photocopies from the physical paper).

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    8. Re:Can't begin to compare by MoonBuggy · · Score: 2, Insightful

      Your phrasing is unnecessarily inflammatory, but the answer is 'yes'. However, the answer is also 'yes' if you asked the same blanket question about all Americans, or Indians, or Australians, or whatever.

      Cultural preferences and ideas become outmoded, or simply start off illogical, and don't always tally with the demonstrable facts. It happens everywhere.

    9. Re:Can't begin to compare by John+Hasler · · Score: 1

      > However I'm at a loss as to how packing them closer together would make any
      > difference whatsoever.

      High density combined with cultural uniformity means that everyone is interested in the same stuff and so they are all more likely to read the same paper.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    10. Re:Can't begin to compare by YrWrstNtmr · · Score: 1

      Trust me, most young Japanese people below college age have no idea what the Japan Times is

      Most young people below college age everywhere have no idea what newspapers are.

    11. Re:Can't begin to compare by Lakitu · · Score: 1

      Also, Japanese are strongly traditional and have a cultural appreciation for things like newspapers. They like to share, for one; they can clip articles; and a paper is viewed as more economical and frugal (doesn't require electricity).

      Isn't that the equivalent of linking? I don't get it.

    12. Re:Can't begin to compare by angus77 · · Score: 1

      Which doesn't even begin to explain the huge number of papers in Japan, *each* of which has a huge circulation: Yomiuri 14 million; Asahi 12 million; Mainichi 5.5 million; Nikkei 4.6 million; Chunichi 4.5 million...what you're saying would make sense if there was one paper to rule them all in Japan, but this is clearly not true.

    13. Re:Can't begin to compare by angus77 · · Score: 1

      maybe even more interesting is the fact that the Shizuoka Shinbun, with circulation of over 700,000, serves Shizuoka Prefecture with a population of 3.5 million---despite the competition from the Yomiuri, Asahi, Mainichi et al. Also, they don't have paywalls. Neither does the Yomiuri. Maybe this is really all about what pricks they are at Nikkei, and not at all about "Japanese newspapers" or Japanese culture/mindset/whaatever.

    14. Re:Can't begin to compare by CronoCloud · · Score: 1

      They're probably more likely to play Final Fantasy XI, than WoW.

    15. Re:Can't begin to compare by aix+tom · · Score: 1

      When the "reading material" you carry stabbed into your side in the packed subway a paper newspaper hurts less than a e-book.

      On the other hand, you can hit the person next to you groping you better with a rolled-up newspaper.

  6. Wait just a minute by Superdarion · · Score: 3, Interesting

    There are certain forums (free as in beer in many cases) that require registration to even read. If you reach one of their pages thru a link, you are redirected to a "You have to register to see this" page.

    I'm talking about free forums using a template in many cases.

    So this newspaper in Japan that is being paid cannot do the same? Is their IT department full of idiotic monkeys in crack so that they can't implement a simple check to see if the user is logged in (thus paying) or not?

    1. Re:Wait just a minute by mehrotra.akash · · Score: 1

      but you can normally still access the content using google cache on such forums without registering

    2. Re:Wait just a minute by Skapare · · Score: 1

      And that is entirely doable. They just check for the bot signature in the User Agent, and if it claims to be one of the search engines they allow, then they check the client IP address to verify it comes from the search engine's network. Or just check IP address by itself. For everyone else, if they don't currently have a logged in status, they get a teaser page (first couple paragraphs of the article and login/register form). Very simple. But do you expect any non-technology big corporation to actually hire competent tech people?

      --
      now we need to go OSS in diesel cars
  7. Nature of the beast by In+hydraulis · · Score: 5, Insightful

    Perhaps my understanding of the World Wide Web is flawed, naïve, or both, but I don't think it works this way.

    Wasn't one of the premises of the WWW to be able to hyperlink to anything you want, anything at all, and the underlying technology designed to reflect this idealogy?

    If I'm wrong, please educate me.

    1. Re:Nature of the beast by kronosopher · · Score: 1

      No you're right. It just so happens that one of the things you can reference with this advanced hyperlinking technology is a funnel to piss your money away.

    2. Re:Nature of the beast by Opportunist · · Score: 5, Insightful

      That's like it was when the internet was ruled by the techies. Now it's ruled by the beancounters.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:Nature of the beast by Fumus · · Score: 3, Informative

      You are free to hyprerlink to it, but the server itself is free to ignore or block your request. Their site, their rules.

      This should be a non-existent story. Site wants users to pay for viewing it - site blocks unlogged users from viewing content. Why would anyone want to prevent linking to the site if it's behind a paywall already? Even crappy porn sites are confident enough in their protection system that they allow anyone to link to any part of the site. They just redirect you to the "Please pay" page and are happy you came over from a random link.

    4. Re:Nature of the beast by kronosopher · · Score: 1

      Replying to myself. This is the same notion in establishment media prevalent in most corporate institutions. Manifesting itself through their desire to artificially manufacture economic or intellectual scarcity, this brand of trust essentially postulates their own value irregardless of supply and demand. Furthermore, their grossly misrepresented value is perceived as actual value due to regulation and therefore accounts for their phenomenal circulation. Do not confuse that perceived value with real redeeming quality because at the same time that same establishment is systematically perpetuating an anti-intellectual agenda by propagandizing disinformation designed to indoctrinate consumers with an insatiable parasitic worldview. The perpetuation of said agenda reduces the masses to malleable commodities destined for dependence on institutionalized corruption. That dependence is simply a means to an end, namely compliance with the establishment and the wholesale enslavement of mankind.

    5. Re:Nature of the beast by Spad · · Score: 3, Insightful

      The story isn't that they have a paywall, it's that they're demanding formal requests to be made in order for anyone to *link* to their content just in case someone finds a way around their paywall.

      It's like me demanding that people submit formal requests to me if they want to tell anyone my address, just in case someone finds a way to break into my house; it's not exactly the world's greatest anti-theft protection.

    6. Re:Nature of the beast by Fumus · · Score: 1

      And as I said: even crappy porn sites are confident enough in their protection scheme to allow links. If they really believe someone can bypass their paywall then they need to hire some new IT staff.

  8. Let's write out the client command by BhaKi · · Score: 1

    rms@susebox:~> wget --referer="http://www.theirsite.com/" "targetURL"

    --
    The largest prime factor of my UID is 263267.
  9. Absurdity by izomiac · · Score: 2, Interesting

    So, if the address of their website cannot be published without a fee, the what of their physical address and phone number? Do students and scholars also need to pay to cite them in a paper?

    Stuff like this makes me wish the Referrer and User-agent HTTP headers were disabled by default. It seems like they have zero benefit for users, and are merely used as stupidly weak forms of access control.

    1. Re:Absurdity by Superdarion · · Score: 1
      The article quotes que newspaper:

      Generally, links from one's own website to the front page of our website are acceptable

      This suggests that you can still link to their front page, so you can't compare it to their physical address or phone number.

      Of course, the "Generally" suggests they might forbid it in certain cases, but I don't see that happening since links to their front page are nothing but free publicity.

    2. Re:Absurdity by John+Hasler · · Score: 1

      > This suggests that you can still link to their front page...

      Yes, but it appears that they still want you to ask for permission before doing so.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  10. Yeah good luck with that... by Mashiki · · Score: 2, Insightful

    I'll just keep reading other english/japanese dailies like MDN which have better content. Or any of the local papers which you can google out, not to mention actual commentary about what's going on. I think the last time I read Nikkei related was in 2001.

    --
    Om, nomnomnom...
    1. Re:Yeah good luck with that... by Mashiki · · Score: 1

      Waiwai was great. Sadly the hubbub over what happened killed their best section.

      --
      Om, nomnomnom...
  11. Free Content, we are drowning in it by linzeal · · Score: 2, Insightful

    No its not, and that is scaring the shit out of the beancounters. You may not use all the free content out there but trust me there are at least 1000:1 free:paid content out there atm even if it is mostly people's blogs about their cat's sleeping habits and free Mp3s from really bad hipster bands. There are still awesome repositories of information for people like arxiv.org and wikipedia.

  12. Re:I wish papers would get it together by frdmfghtr · · Score: 1

    Such a thing may exist...check out the Kindle, nook, or iPad. I know that you can buy individual magazines from the iTunes store, and subscriptions aren't far behind. Now, the individual price is a bit of an issue at the moment, but it's a new market and will eventually settle out. DRM and lock-in may also be an issue for some (some on technical grounds, some moral...whatever) but there are sone options

    --
    Government's idea of a balanced budget: take money from the right pocket to balance...oh who am I kidding?
  13. I tell ya, by Compaqt · · Score: 1

    There are *secret passages* in them thar intertubes.

    --
    I'm not a lawyer, but I play one on the Internet. Blog
  14. Not about technology. by v(*_*)vvvv · · Score: 5, Informative

    Nikkei has had many many failed internet ventures, and this is just another one of their bad ideas that passed through their over-aged internet-illiterate bureaucracy.

    I suspect this is more about politics within the market and about them preparing to strong arm those they think can be strong armed... It isn't like they're going to put up a notice, and sue all the referrers.

    In the old days, a ton of Japanese web sites would have "link free" or "links not permitted" notices on their sites. For some reason, many felt the web was linked with permission, and that they had a say. As if anyone could do anything about outside links, when I would tell them the internet was all about free linking, and that you wouldn't put pages up that you didn't want linked in the first place, people would seem to get the idea...

    This Nikkei thing is not about individuals linking to news articles. There site is practically unlinkable because they keep deleting stuff anyway.

    1. Re:Not about technology. by jonaskoelker · · Score: 1

      There site is practically unlinkable

      Does it have lycanthropy, or is it just a where-site?

      (Sorry)

  15. Secret passages? by AC-x · · Score: 1

    "Secret passages" to content that should be safely behind the paywall? What are they on about? You can't magically link to a full article that's behind a login / subscription unless their site security code is very broken.

    If there we doing this right then for non-logged in users they would show a brief intro to the article and a link to the login / subscribe forms.

    1. Re:Secret passages? by tepples · · Score: 1

      their site security code is very broken.

      Bingo. Or as the summary put it: "management appears worried that links could provide secret passages to content that should be safely behind the paywall".

    2. Re:Secret passages? by Skapare · · Score: 1

      Better yet, put the login form right under the article teaser. Oh wait, they don't hire real techies at big corporate newspapers. Never mind.

      --
      now we need to go OSS in diesel cars
  16. Comments on Arc by krischik · · Score: 1
  17. the barriers will do what? by bzipitidoo · · Score: 1

    the barriers have kept circulation of print editions quite high

    Oh really? How do they know that? Citation please. This statement leapt out at me as wishful thinking. Of course the NYT would like to believe barriers will improve print circulation, as they are about to try it. I looked a little to see who made that statement. It seems the NYT was a bit more cautious and doesn't quite say that, it's Ars Technica's regurgitation that says that.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  18. ummm... htaccess? by Fallen+Kell · · Score: 1

    Ever heard of it? You know, that thing which forces a password check for a user session to anything contained in the directory tree...

    --
    We were all warned a long time ago that MS products sucked, remember the Magic 8 Ball said, "Outlook not so good"
  19. The porn doesnt hurt by PompousJohn · · Score: 1

    "the barriers have kept circulation of print editions quite high compared to the US." I am guessing the 2 or 3 pages of pr0n in most Japanese print newspapers doesn't hurt circulation either.

    --
    Submit and download your homegrown music on www.audiodropout.com
  20. circulation of print editions by jmcvetta · · Score: 1

    the newspaper market in Japan is radically different from that in the US. Although some smaller outlets are experimenting with new ways of reaching readers, most papers require subscriptions to access online content, and the barriers have kept circulation of print editions quite high compared to the US.

    Another factor may contribute to stronger print circulation. Most Japanese commute to work by train, an environment that is very conducive to newspaper reading. Most Americans, in contrast, commute by car. One cannot comfortably or safely read a paper while driving. So Americans are more likely to read their news at their desk -- making internet often their preferred media.