Slashdot Mirror


The Future of Digital Books

Tabercil writes "The New York Times has an article about the mass scanning of books, which argues that actions such as Google's Book Search project are an inevitable outgrowth of the internet." From the article: "Scanning technology has been around for decades, but digitized books didn't make much sense until recently, when search engines like Google, Yahoo, Ask and MSN came along. When millions of books have been scanned and their texts are made available in a single database, search technology will enable us to grab and read any book ever written. Ideally, in such a complete library we should also be able to read any article ever written in any newspaper, magazine or journal. And why stop there?"

256 comments

  1. E-academic books by apathy+maybe · · Score: 5, Insightful

    What I would like to see is academic books in an electronic format (on a disc distributed with the hard-copy perhaps) so that I could search the text for a phrase or quote that I did not get the page number for. This would make referencing much easier. Of course having a lot of newspapers and books online from other countries also aids academic researching.

    --
    I wank in the shower.
    1. Re:E-academic books by Instine · · Score: 2, Insightful

      Of course having a lot of newspapers and books online from other countries also aids academic researching.

      Not to get too tree huggin liberal here, but I think it may serve a greater purpose than even that. Nationalistic politics has been the bane of this world for a long time. Being able to chat with folks from arouns the world IS bringing people together (and bringing out the worst in a few nutters). But being able to read papers from other countires is helping people see just how similar the people of the world are. I read a lot of US news already (from news sites), from the UK. If I could read previous years' news, I'd be able to catch up on my American wife's cultural history.

      --
      Because you can - or because you should?
    2. Re:E-academic books by Anonymous Coward · · Score: 0

      America... cultural history... nope, not getting it.

    3. Re:E-academic books by Savantissimo · · Score: 1

      What I would like to see is academic books in an electronic format...

      What I would like to see is such books in physics, mathematics, engineering, economics and other math-based disciplines with the equations avilable in Mathematica or other major math format with sufficient comments to identify the assumptions and purposes of the isolated equations and the meanings and ranges of the variables.

      --
      "Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?" - Patrick Henry
  2. free login? by MikeFM · · Score: 4, Interesting

    Will all these books and articles require we login to view them first? I think having every book, article, movie, song, etc available for use anytime is a great idea and important for society but I don't want to have to login and leave a paper trail of everything I'm looking at. Searching should be powerful, access private, and making payments for work still under copyright easy and affordable.

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    1. Re:free login? by patio11 · · Score: 5, Insightful
      Yeah, thats not happening. If you've got content-for-money and don't want to trust the tip-jar model, you need some sort of system to separate people who have paid from people who haven't paid. You could take pains to totally split your content server from your authentication server. Imagine a carnival where you buy tickets in one booth and buy access to attractions with tickets only. The booth selling you tickets only needs to know that your money is green and that you are buying some service in the carnival, and the booth letting you into Heather's House of Horrors only knows that you've got a ticket whose hash is valid. However, assuming that someone actually *cares* that you went into HHH, they'll just get your subscription and ask the HHH attendant, and you've got no guarantee he doesn't remember you. In the same manner, the feds could always just subpoena server logs and grep for your IP address.

      The other problem is that no content provider, and few customers, actually benefits from this system. They use it at the carnival because they don't trust their minimum-wage employees with money and some other ancillary benefits of microcurrencies (makes you spend more than you intended, what have you). But for an online business, "what our customers buy" is not just useful, its their *lifeblood*. Take a look at the value Amazon gets out of cross-referencing buying habits, both in aggregate ("People Who Like Harry Potter like ...") and specific to you (recommenations, which are basically taking the aggregate data and splicing that with what they know about you from past purchases). Heck, their database is probably as important to them as their tech or brand name.

      Nor do most customers care. There was never a golden age of privacy in commercial transactions, since you always have to arrange delivery of the goods and payments and that always leaves records (even if they're only memories). Even if there had been a golden age, hello, credit cards, supermarket value cards, and data mining software. Its dead and most people couldn't care less. Sure, you can scare people a little with "Dubya and the NSA can subpoena your library records" but that ceases to scare (mostly because the dangers of it are vastly oversold and the usual suspects warn about this every two weeks whether they need to or not -- see the +5 mods which are probably already above and below this comment).

    2. Re:free login? by Bender0x7D1 · · Score: 3, Insightful

      If we can get all of these things available for viewing, then overcoming the login will be the trivial aspect. We have a lot of anonymizing technologies and we have a lot of "convenience" techonologies such as "bugmenot" where you don't actually have to log in as yourself. This can eliminate the paper trail, obfuscate the paper trail, or reduce the trail to "there was some sort of file transfered, but it was encrypted".

      In addition, once the content is available at all, it can easily be copied. (For the same reasons real DRM is impossible.) Then we can set up an encrypted p2p network and serve it up anonymously. In the case of pure text, the storage space required is incredibly small, less than 1 MB for an entire book. So I can store about 9,000 books on a single DVD and over 500,000 on a hard drive and share it on an anonymous, encrypted p2p network. The small size also means bandwidth isn't a big issue for text.

      Bandwidth may be an issue for movies, but you can fit over 100 movies on a single hard drive, and as long as you don't want to watch the movie right at that moment, bandwidth for movies shouldn't be a problem either. (People download movies all the time over p2p.) With proper p2p, anonymizing and encryption, there is no information that can be gained about the actual information being transferred on the network.

      Searching shouldn't be a problem since we could adopt a hierarchical system similar to DNS but based on some library category system. Instead of .com and .org servers we could have psychology or physical sciences or music servers. They could tell you where to find the item in question and could index those works that are in their domain. (search.psychology.lib or maybe google.psychology.lib). A broad query could just hit multiple servers to look for the information. For our p2p model, we can use a central directory or a broadcast model for indexing.

      Copyright would be a nightmare since the holder of the copyright is the one that sets rates, and can charge different rates to different people. However, since different countries don't have the same rules regarding copyrights, you could access the material from a country where it wasn't copyrighted or where it has expired. This really isn't a solution, but it is a workaround.

      The biggest issue I see is that artists and authors have the rights to their own work and don't want to give it away - they like to get paid for what they have done. In addition, the storage cost for everything would be quite high. Maintaining petabytes of active storage is expensive and being able to serve it at a decent rate is also expensive, so there has to be some revenue model or at least public funding.

      --
      Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    3. Re:free login? by Simonetta · · Score: 2, Interesting

      If we can get all of these things available for viewing, then overcoming the login will be the trivial aspect.

          I respectfully and humbly disagree. There is nothing trival about overcoming any login or technologically-based restriction for the vast majority of educated and interested people who could be persuaded to use and download on-line books.

          Unless people have a solid background in computer systems and network software techniques and stategies, they will be blocked by even the simplest digital restriction.

          Authors and artists are going to have to adjust to a world of massive digital copying by learning to massively increase their output, or finding private wealthy patrons and sponsors as in the middle ages. Or, they can publish full works as books and then also maintain nearly daily blogs and weekly commentaries on their books such as James Howard Kunstler does at www.kunstler.com.

          As far as learning to massively increase their output goes, are there any authors who actually use speech-to-text software to create their works? Or are most of them still grappling with the issue of whether to use computers or typewriters to do their writing? I heard a talk by author Gay Talese last week where he mentioned that he writes out everything that he published in longhand script and sends it to his publisher a hundred pages at a time. But he's nearly eighty years old and still traveling and writing, so we should give him some slack. But some 25 year old writer should definitely be just dictating prose to her laptop and have it immediately uploaded to her website.

    4. Re:free login? by Device666 · · Score: 1

      I hope we don't see the same censorship issues with books, like we have already seen with the normal web and China. History books, fiction books, etc. Would Google change our stories?

      Rewrite of the century.

    5. Re:free login? by John+Gagon · · Score: 0

      Another issue with books being online is that some books will be more prone to censorship by ranking (should that become less objective as time goes on). Seems downright Orwellian, albeit well aligned to the current trend. Other avenues of book sharing and the ability to copy books thus needs to be preserved. As long as other venues are not restricted or eventually replaced by this selective, mass scanning system, it seems to be fairly benign. I doubt anyone would let it happen today but who knows what the future generation might allow.

    6. Re:free login? by Anonymous Coward · · Score: 0

      This site is trying something different: it's making books available completely free online as well as selling dead tree versions. Even the dead tree version is for sale at cost plus an optional contribution - sort of tip jar paradigm taken to the extreme, and pretty darn cool if you ask me. Their first release is called Click. Full disclosure: I know the author, I've read the book. It's excellent. Another friend described it as sort of like Hubert Selby Jr. if he was paranoid schizoprenic instead of a drug addict and I'd have to agree. Solid. Even if the book isn't up your alley, the concepts behind the site are pretty right on. I know they're trying hard to make a donation based system work in practice. And they promise to have more books up by various authors soon. Anyway. Check it out if you want.

    7. Re:free login? by MikeFM · · Score: 2, Interesting

      It's not that you can't get around logins - it's that they hinder your effort and are often enough to keep a user from bothering at all. I dunno the last time I actually looked at an article on the NY whatever it is because they want me to login and I don't want to bother. My comment was largely a barb at them. ;)

      I dunno about your claim that you can store 100 movies on a drive. Maybe if you have a really big drive or you compress your movies down to some shitty quality. My experience is that a 300GB drive can hold about 43 DVD-quality movies ripped in their full glory. At an average size of around 7GB each they aren't especially small files for transmission over the shitty slow Internet most of us Americans have even if we have broadband. Maybe you could get the average size down to around 5GB if you stripped out all the non-movie parts of the DVD rips.

      I don't bother downloading movies over P2P because it's cheaper, counting time spent trying to download via P2P as having a value, to just buy them and I'm unsatisfied with the poor quality of most rips.

      I don't think a DNS system makes much sense for complex queries. Really the current search server model makes the most sense except they'd be more logical if the servers they index would update their own data rather than having to be spidered. The really tricky part is classification of the stored data which I think will end up being a combined system of human contributions and computer processing. Let people vote on quality of content and tag the content and let smart systems such as neural nets learn from the human input to identify the content and give it's own best guess as to file types, content, quality, etc. I've done a lot of work with different AI techniques for identifying objects in photos and videos and I think a good enough result could be produced to give human contributors a solid place to begin their own identification.

      Copyright in general is a seriously broken concept that needs an overhaul. In general globalization is making things interesting because laws to vary and with technology enabling people to easily access files anywhere in the world from anywhere in the world it's quite easy for things to be available even if they shouldn't be by a user's country's laws. For the most part I'm for getting rid of copyright and for the remainder they need to stabalize the laws worldwide to be the same. This is only one issue that makes me wonder if it's time to begin looking at a single worldwide government.

      I think there needs to be a working model by which authors can get paid for their work. I don't think this requires 200 years of copyright protection on a work or DRM or any other of that crap which is incompatible with technology and freedom of speech. Poeple need to make a living and pay for costs such as storage and bandwidth but they don't need their own little monopoly that lasts centuries after they're dead. My general plan for copyrights and patents is that they should be $1 the first year and double every year until the own decides to let the copyright or patent lapse. I don't think DRM is needed to get people paid. Some people will always find ways to steal but the vast majority of people are willing to pay a fair price if it's easy to do. Setting up some sort of control structure by which when authors submit their work to search engines for indexing that those search engines will know the price and handle charging the users and getting the authors paid would be ideal I think. Google Base and some of their other work seems to be heading this direction so we shall see how it works out. I think iTunes is a prime example that people are willing to pay a fair price for something freely available if it's easy enough to do so.

      I know servers and bandwidth are expensive as I maintain several servers that host websites, email, file sharing, etc. It can add up quick if your not paying attention - especially file sharing. Even finding hosted servers of fat pipes with 1TB of filespace each took me a lot of work and was fairly expensive (around $250/mo each box).

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    8. Re:free login? by MikeFM · · Score: 1

      I don't blame Google and other search engines for the problems in China. I think they are right that by making more information available they are more likely to cause changes than by not making that information available - even at the cost of having to play the role of censors. Those to blame are the companies providing hardware and software specially designed to filter the Internet traffic. Point the finger at companies like Cisco.

      History is always rewriten so that's nothing new. I've seen some horrible text books for example that make things out in very rose colored ways. One claimed that the pyramids were built by happy workers and not slaves and low men as commonly taught. The same book claimed that the Nazi's didn't really have concentration camps full of Jews and others during WW2. This was a text book in a public high school. Horrible stuff. Censorship in general goes on a lot. I think it can only get better by putting more works online where it's harder to control the flow of information.

      Stopping censorship is less a technical problem than a social one. We need to really stand up against censorship if we want it to stop.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    9. Re:free login? by Anonymous Coward · · Score: 0

      Having to login would be the last of my worries. Because whether or not you do will hardly change the amount of information they will be able to track about you.

      I think what the real concern about all this should be is the CONTENT. Whoever controls the content controls all. I know, it sounds corny. But hear me out.

      People are in search of information all the time. And having practically the entire knowledge of the world searchable to find exactly what you want in an instant sounds too good to be true. But in this coming future there also comes many sacrifices.

      New tools are arriving daily that are allowing people to strip content from any source imaginable. Saving everything you read, so much as anything you glance at. In your own personal notebook (your own personal knowledge history). I've actually been doing this for many years now. It's great being able to pull up any article I have read. It comes in handy all the time when I cant remember exact details about some topic I read about.

      But what about the content creators? No respect or proper credit is given to the creators. And it just keeps getting worse. It started with music, and it will continue on to everything. What incentive is there for someone to build a website? More and more are we being able to find information without ever having to go to the source from which it came.

      It doesn't matter anymore who created it. It only matters who has the key to it. We all want free information. And Google loves providing things free. But is it right when the one who provides the information of the world to the world, profits inadvertently from advertising?

    10. Re:free login? by DougWebb · · Score: 1
      I dunno about your claim that you can store 100 movies on a drive. Maybe if you have a really big drive or you compress your movies down to some shitty quality. My experience is that a 300GB drive can hold about 43 DVD-quality movies ripped in their full glory. At an average size of around 7GB each they aren't especially small files for transmission over the shitty slow Internet most of us Americans have even if we have broadband.

      I've ripped a number of DVDs, and burned quite a few from my MythTV recordings. I've found that DVD quality mpegs tend to be no more than 2GB per hour. Commercial DVDs just get filled up with extra stuff to bring them up over the 4.5GB level, to make it a pain to copy then on single layer media.

      If you're not tied to mpeg, which you wouldn't be if you're creating a 'view from hard drive' library, then divx or xvid can give you the same quality at much better compression ratios. You probably wouldn't notice the difference between a 2GB per hour mpeg and a 0.5GB per hour divx.

    11. Re:free login? by alicenextdoor · · Score: 1
      But some 25 year old writer should definitely be just dictating prose to her laptop and have it immediately uploaded to her website.

      This explains a lot about the general quality of blogs...and my students' assignments. Have you ever heard of editing?

      --
      of course, biting monkeys is not to everyone's taste - Konrad Lorenz
    12. Re:free login? by Anonymous Coward · · Score: 1, Insightful

      I dunno about your claim that you can store 100 movies on a drive. Maybe if you have a really big drive or you compress your movies down to some shitty quality. My experience is that a 300GB drive can hold about 43 DVD-quality movies ripped in their full glory. At an average size of around 7GB each they aren't especially small files for transmission over the shitty slow Internet most of us Americans have even if we have broadband. Maybe you could get the average size down to around 5GB if you stripped out all the non-movie parts of the DVD rips.

      Wow, you *are* an idiot.

      Hint: Not all codecs require the same bitrate to achieve the same quality.

      Most MPEG4 codecs outshine MPEG2 while using only 1/4 to 1/8 the bitrate that MPEG2 requires. A DVD MPEG2 is generally 4-6Mbps while the equivalent MPEG4 codec would only require 0.5-1.0Mbps for the same quality.

    13. Re:free login? by MikeFM · · Score: 1

      I can't stand divx and other 'crappy' formats. You definately can see a loss in video quality and you lose a lot of features such as easy selection of different languages and subtitles and all that. Probably one reason I have terabytes of ripped movie files. I own most of the DVDs I rip but I like to play them off a PC better than disc as it's so much easier to flip through them. I can plug in a removable hdd with 40+ movies on it as easily as I could put a single dvd in and with the system able to play movies and music available on my network I don't even have to do that much,

      DivX is great for copies I hand out to other people but for myself I want the real thing.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    14. Re:free login? by MikeFM · · Score: 1

      Maybe if you are encoding from the same original source. If you transcode a previously encoded file using any means you are going to get a lower quality output. It's impossible to shrink the size of a ripped DVD, using transcoding, and keep the same quality. The only options that would work would be compression and removal of unwanted or duplicate bits.

      Real life isn't like CSI where you can take a grainy movie and run some program over it to restore it to it's original quality.

      Myself, I'd rather they'd make movies available such that each frame was stored in a loseless format. It'd be a huge file but it'd be the next best thing to the original.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    15. Re:free login? by DougWebb · · Score: 1

      Well, there is divx the codec versus mpeg the codec, and divx/avi the container versus the DVD container.

      The divx codec can give very good results, with the right quality settings. Most avis that you see on the net have been way overcompressed, with the poor quality results you're complaining about. Better settings will give results as good as mpeg, but with files one quarter the size.

      As far as containers, you're right. If you want those extra features, avi doesn't cut it. Divx (the company) has a new container format that is supposed to have all of that stuff, but I haven't looked into it because those features aren't important to me, and won't be until I have a DVD player that supports it.

      And then there is OGG. I don't know what features the container supports, nor what codecs can be used inside it. It might be a good alternative, if it can handle your DVD menus and features.

    16. Re:free login? by MikeFM · · Score: 1

      For content that can be encoded from a pure source I'm all for new codecs that compress better and are more open. I'd love to see a DVD-like open standard take hold complete with menus, choices for language, etc. I'd like to see such a standard that was structured such that you could use either the custom interface or a structured interface which would be better for disabled users and other people that might have trouble using the themed menus that come with a movie.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  3. Star Trek replicators by BadAnalogyGuy · · Score: 5, Interesting

    What I always found interesting about the Star Trek universe was the concept of a 'replicator'. You press a button and speak your order (e.g. Tea, Earl Grey, Hot) and get your order instantiated out of seemingly nothing. What would the consequences of such a device be if we could replicate anything at no cost? Not just information, but physical objects like cars and houses too.

    Would we do away with all human suffering? Hunger wiped off the map? Who would endeavor to explore space or do research into new materials and computation? Would money be useless?

    We have today costless information. As time rolls on, we'll have more of it. Those who currently own that information are slowly but surely losing their grip on it as it is becoming easier to replicate it with no cost.

    The course of action thus far has been to build more protections into the information itself that prevents it from being copied easily. Will the same thing happen with actual replicators when they are invented?

    1. Re:Star Trek replicators by DAldredge · · Score: 1

      In such a world those who control energy would rule the world.

    2. Re:Star Trek replicators by BadAnalogyGuy · · Score: 2, Insightful

      those who control energy would rule the world.

      Welcome to Earth 2006.

    3. Re:Star Trek replicators by voice_of_all_reason · · Score: 1

      What would the consequences of such a device be if we could replicate anything at no cost?

      You would be immediately executed, and the device confiscated for a number of potential future paths.

    4. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      For an interesting voyage in the possibilities of replicators, I'd recommend Neal Stephenson's Diamond Age. It explores a world where ubiquitous nanotechnology essentially makes everything free.

    5. Re:Star Trek replicators by Kineel · · Score: 2, Interesting

      We have today costless information

      So there is no cost for transferring information to electronic media? No cost to delivering Broadband Internet access to every house? No cost to store information?

      COOL, what Universe do you live in? And can we all get a visa?

      --
      -- Should there be smoke coming out of my CPU?
    6. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      ...(e.g. Tea, Early Grey, Hot) ... get your order instantiated out of seemingly nothing. What would the consequences of such a device be if we could replicate anything at no cost?

      "Woman, Britney Spears, Hot!"

    7. Re:Star Trek replicators by suv4x4 · · Score: 2, Funny

      What I always found interesting about the Star Trek universe was the concept of a 'replicator'. You press a button and speak your order (e.g. Tea, Earl Grey, Hot) and get your order instantiated out of seemingly nothing.

      Do we look like seemingly nothing to you, sir? I'm insulted and demand an apology.

      - The Tiny Dwarfs Working in Replicators Syndicate (TDWRS)

    8. Re:Star Trek replicators by QuantumG · · Score: 3, Interesting

      I'm guessing you've never played Second Life. The creator of any given object in Second Life can set bits that say whether or not you can copy/edit/sell that object. The game then enforces those bits. As it is done on the server and only the compiled textures and polys are sent to the client, there's no much you can do to get around this form of DRM. The end result is a pretty distopian vision of the future. You walk around in this world where you are free to conjure anything you want out of thin air, but you are prevented from using the things you see around you as a base for your creations by absentee content owners. Often an object of some beauty will be created by someone who has left the game entirely. There is absolutely no way for a regular player to get the DRM removed from the object so it can be reused. There are some players who release all their work with none of the DRM bits turned on, but they are few and far between. I can imagine a time where this ability to conjure things into existance will be provided to us in the real world using nanotechnology or some other new technology. Will our creations be DRM infested? Surely they will, because we all still live under the belief that we have some innate right control what others do with our creations.

      --
      How we know is more important than what we know.
    9. Re:Star Trek replicators by LionKimbro · · Score: 1

      I was always more intrigued with the holodeck.

      Who needs to run about the ship, when all you need is in the holodeck?

      Fooling sensory systems has got to be cheaper than actually positioning physical molecules.

    10. Re:Star Trek replicators by mblase · · Score: 2, Insightful

      What would the consequences of such a device be if we could replicate anything at no cost?

      You're assuming we have limitless access to energy to power the thing, right?

      Personally, I foresee a rampant culture of hedonists and drug addicts. There are plenty of people who, given the ability to replicate anything on a desk at no cost, will ask for heroin or coke or porn without even thinking twice.

      Most of the rest will ask for bars of solid gold, because they're not smart enough to realize twelve million other people have already done the same thing.

    11. Re:Star Trek replicators by fireboy1919 · · Score: 4, Insightful

      C.S. Lewis - the guy who wrote The Chronicles of Narnia wrote a book that addresses this idea in the beginning of his book, The Great Divorce, which is an allegory for Heaven and Hell...sort of.

      Anyway, his description of hell before judgement day is a place where people can make absolutely anything they want just by imagining it. People are imperfect, though, so their imaginings are also - and so nothing works great. Also, with no economic forces holding people together, bickering with neighbors drives people further and further away from each other (since they can always find a strech of land and think up a new house for it).

      It's an interesting notion.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    12. Re:Star Trek replicators by FleaPlus · · Score: 2, Interesting

      What I always found interesting about the Star Trek universe was the concept of a 'replicator'. You press a button and speak your order (e.g. Tea, Earl Grey, Hot) and get your order instantiated out of seemingly nothing. What would the consequences of such a device be if we could replicate anything at no cost? Not just information, but physical objects like cars and houses too.

      Not only that, but what about using such a device to create items which are considered dangerous? What do gun control laws mean if anybody can get an AK-47 at the push of a button? What about producing infectious diseases like anthrax or ebola, or even creating a nuclear weapon? Does anyone know if Star Trek (or other sci-fi) ever analyzed such issues?

      Finally, if replicators can easily create new replicators, how can anybody possibly hope to keep such things from becoming widespread?

    13. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      That description of Hell sounds pretty nice. The interesting thing about dystopias is more of what they tell you about their creators than anything else. Consider Brave New World, where the reader is meant to be offended by the prospect of total sexual promiscuity starting at childhood. Where a complacent population engineered to be happy with its lot in life is supposed to be disturbing. For many people, that world would be preferable to this one. I would rather like a Hell in which I were limited only by my imagination, and the horrible thing was that I'd grow distant from my neighbors. If that's Hell, sign me up. A world without death, without suffering from a lack of food or medicine. A world where I can write the reality in any way I wish. That's better than real life.

    14. Re:Star Trek replicators by BillyBlaze · · Score: 2, Informative

      I recommend you read "Wetware" by Rudy Rucker. It explores the idea of what would happen if humans got a hold of replicator-like technology.

    15. Re:Star Trek replicators by wkitchen · · Score: 2, Insightful
      The course of action thus far has been to build more protections into the information itself that prevents it from being copied easily. Will the same thing happen with actual replicators when they are invented?
      If the current trend holds, we'll DRM the hell out of everything, be it physical or virtual, creating artificial scarcity to replace natural scarcity.

      Perhaps the current trend will not hold in the long run. But it could still be very ugly for a while. As I see it, the fundamental problem is that no current economic system is designed to deal with goods that have no natural scarcity.

      Capitalism is about competing to get a bigger piece of the pie, and letting this motivate the pie's production.

      Communism is about distributing the pie evenly, with production being centrally planned and dictated.

      Most economies in the real world have some elements of both.

      All assume that there's either not enough pie to satisfy all desire, or at least that the cost of doing so is prohibitive. But when people can make for themselves all the pie they want at almost no cost or effort, the system breaks down. The problem is that while it may take practically no effort or expense to reproduce pie, it still takes considerable effort to develop new kinds of pie. Especially really good pie.

      We need a different economic model. But in the mean time, we'll keep trying to force an increasing number of non-scarce goods into the existing scarcity-based models. Which is very unfortunate, as this simply cannot be done other than by reducing freedom.
    16. Re:Star Trek replicators by masterzora · · Score: 1

      *insert insightful statement about the Matrix*

      --
      Remember, open source is free as in speech, not free as in bear.
    17. Re:Star Trek replicators by Alicat1194 · · Score: 1
      What do gun control laws mean if anybody can get an AK-47 at the push of a button? What about producing infectious diseases like anthrax or ebola, or even creating a nuclear weapon? Does anyone know if Star Trek (or other sci-fi) ever analyzed such issues?

      Not sure about other sci-fi, but in the Star Trek universe, replicators were blocked from producing weapons and other dangerous goods (not to mention, even if they could produce a phaser, they wouldn't be able to produce the power pack for it since they can only replicate matter, not energy)

      --
      You can learn a lot about a person if you just take the time to inject them with sodium pentathol
    18. Re:Star Trek replicators by Bob+of+Dole · · Score: 1

      Exactly! No one seems to get this.
      If we had machines to make things out of thin air, WE WOULDN'T BE ALLOWED TO.
      The makers of Earl Grey tea would enforce their copyright and keep you from duplicating it.

      If you want to see what a world with stuff-made-at-no-cost (or near zero cost, you've still got energy/bandwidth/etc), look at digital information. If I make an mp3 of my off key singings, I can effectively produce an infinite number of copies of it for just about no cost. Anyone can get their own copy for just about free... Just like your magical replicator!

      Ten minutes after replicators were invented, there would by a p2p network sharing "pirated" objects. Twenty minutes after that, it would be illegal to copy your objects. There goes the replicator...

    19. Re:Star Trek replicators by Patrik_AKA_RedX · · Score: 1
      Fooling sensory systems has got to be cheaper than actually positioning physical molecules.
      About a dollar per pill, I suppose.
    20. Re:Star Trek replicators by obnoxiousbastard · · Score: 1

      Replicators would be a disaster for humanity.

      Many would kill themselves in very short order by having endless free supplies of highly addictive drugs.

      Next the economy would be turned completely on its head in the chaos of workers not having to work, no demand to supply and every person having no motivation to do anything other than personal hobbies. Very quickly, many humans get so fat, dumb and happy no one can remember who built the replicators and how they work.

      Soon radicals discover the more sinister implications of replicator technology and begin mass producing weapons. Then street gangs are armed with apache helicopters and cruise missiles.

      Mankind fades into brutal, radioactive extinction when rival gangs start heaving h-bombs at each other.

      Game over, no replay.

      --
      Is that a SCSI connector or are you just glad to see me?
    21. Re:Star Trek replicators by Patrik_AKA_RedX · · Score: 2, Funny
      Finally, if replicators can easily create new replicators, how can anybody possibly hope to keep such things from becoming widespread?
      Natural selection.
      Picture this: Some guy with a replicator ordering: "Plutonium, weapon grade, 50Kg".
      Now picture the look on his face when his newly replicated plutonium becomes supercritical only a few metres away from him.
      Nobody and their neighbours makes such a mistake twice.
    22. Re:Star Trek replicators by Skroggtar · · Score: 2, Interesting

      Does anyone know if Star Trek (or other sci-fi) ever analyzed such issues?

      In Transmetropolitan, the Makers (essentially the same idea; a rather sentient machine that transforms matter into goods) had to be upgraded because they were creating drugs for their own consumption. IIRC, the machines were programmed to disallow recreation of copyrighted material or anything overly dangerous...but due to their sentience, some of the seedier ones just did as they pleased.

    23. Re:Star Trek replicators by edgr · · Score: 1
      Whilst I think that info should be free to be replicated, this bit is wrong:
      We have today costless information.
      Information does not come out of nowhere. We have costless replication of information, but not costless creation. Someone has to provide a lab and scientists or many hours of a writer's time to produce information.
      It is the fact that information is expensive to create and yet damn close to free to replicate that is the best argument for free sharing of information. That way, effort does not have to be duplicated. (Think of Newton's famous quote: "If I have seen further, it is because I stood on the shoulders of giants")
    24. Re:Star Trek replicators by Haeleth · · Score: 2, Insightful

      The end result is a pretty distopian vision of the future. You walk around in this world where you are free to conjure anything you want out of thin air, but you are prevented from using the things you see around you as a base for your creations by absentee content owners.

      Really? The game watches what you're creating, and if it's too similar to something somebody else has already created, you get banned?

      Or is it rather that you can't take that other person's hard work, tweak it slightly, and call it your own? That if you want something that looks the same, you have to (gasp!) learn to create objects well yourself and build your own version?

      Sorry, I don't see the problem. Second Life doesn't prevent you from copying what you see, and DRM doesn't prevent you from quoting a book or singing along to a song. If you want to attack an obnoxious law, attack the modern excesses of patents, where you can literally be sued for infringment over something that you have thought of, designed, and built entirely by yourself without reference to anyone else's work, simply because someone else had previously thought of and patented something similar. That's bad, and stifles creativity. Copyright doesn't.

    25. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      Amen to that! I thought the same thing when I read Brave New World. This was supposed to be a bad place?!? A place where nobody had to raise kids and serial monogomy was institutionalized into the society where everybody got together on the weekends to trip out on drugs. I clearly did not see the down side.
            Sure, the thing about the class system was messed up, but again this said more about Huxley's efforts to make things look ugly and drop references to eugenics than it did about his sex and drug vision of the future that sounded positively seductive.

    26. Re:Star Trek replicators by swarsron · · Score: 1

      > Would we do away with all human suffering?

      I'm sure that we as humans find far more valuable things to do with it

      Weapon,HK MP5,loaded

    27. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      Gee, maybe that is why Star Trek is set an a socialistic utopia. Of course you hate 'Commies' (i.e. anyone to the left of your supposed 'centrism'), but who gives a flying fuck what you think.

    28. Re:Star Trek replicators by Imsdal · · Score: 1
      they can only replicate matter, not energy

      Mr. Einstein on line 1, sir.

    29. Re:Star Trek replicators by agentskip007 · · Score: 1

      Starting with 2006 first...

      I actually think that the reason why things are currently being 'DRM to hell' as you put it is that natural scarcity still exists somewhere. For example, a writer wants their work protected so you have to pay them for it. Then they can use the money you paid them to buy food, clothes, a home, ect. These things are truly scarse and have a cost to obtain.

      Now what happens to those who create information for a living if all have free access? If you no longer have to pay them for their work, how do they afford to pay for the things that really are scarse? In addition to just the survival thing, there are other costs involved with creating knowledge including time, which itself is a scarse resource.

      Thats why the direction is DRM and access control today: because those who create information and knowlege for a living need to be compensated to survive. Not to mention the fact that most of the U.S. economy is based on the knowlege and it is the core asset that most companies hold.

      Now back to the Star Trek thing...

      Notice how Star Trek not only had replicators, but they also had a renewable energy source to power the replicators. So in the Star Trek world, there was so much surplus thanks to these two technologies that all humans had enough to survive and had enough to fufill their wants too.

      The conclusion: until the technology exists to eliminate all scarcity and make it so (couldnt resist) all human needs and desires can be fulfilled, there will always be some kind of imposed access restrictions to resources.

    30. Re:Star Trek replicators by cerberusss · · Score: 1
      replicate anything at no cost?
      "Woman, Britney Spears, Hot!"
      You misspelled women.
      --
      8 of 13 people found this answer helpful. Did you?
    31. Re:Star Trek replicators by aethera · · Score: 1

      I always thought being an artist or designer in a future replicator/holodeck enabled world would be awesome. For those who are excellent at it, it could certainly lead to fame (and riches too, depending on how the next couple generations iron out this whole copywright thing). Think about making your earl grey. Sure it will be easy to just use a molecular modeler to, erm, replicate a cup of earl grey, but a lot of our sensory experience isn't necessairly based on how things are, but how we perceive them to be (or to once have been). So no reason to stick with an exact earl grey, I can tweak that bergamot oil compound to enhance it's very "bergamotness" or remove flavors that detract from it. I can imaging the time and environment where the tea was grown and harvested and how that would effect its final flavor. Were the tips rolled or cutin any special way, how dry was it when they were harvested, what trace compounds were in the soil? It becomes even more interesting if you are designing holodeck scenarios because then the experience can be even more subjective. I think I've missed my calling by a few hundred years.

    32. Re:Star Trek replicators by mspohr · · Score: 1

      Under the current (capitalist/political) system, the inventor would gain a monopoly and charge monopoly rents for use of the system. The result would be a concentration of political and economic power in the hands of the inventor and no effect on the welfare of most people.

      --
      I don't read your sig. Why are you reading mine?
    33. Re:Star Trek replicators by Haertchen · · Score: 1

      Just a minor comment on this:

      If I understood the book correctly (and I'm not sure I do) what Lewis says is that the things created aren't real. Thus you can imagine a house, but it won't actually keep the rain out. You can imagine food, but it won't fill you. The things you can create in Hell are, at their bottom, imaginary. (This in contrast to Heaven, which is, by definition, Real. And also imposible for humans to change; it must just be accepted or rejected.)

      Also, it must be said that the nature of the people in Hell doesn't necessarily reflect the behavior of all people, even in Lewis' view of the world.

    34. Re:Star Trek replicators by Savantissimo · · Score: 1

      what about using such a device to create items which are considered dangerous?

      This question has been partially addressed in a few novels such as Williams' Aristoi and Sthephenson's The Diamond Age, but it is still a real problem.

      One idea is to not have replicators, but instead molecular mills that depend on being hooked up to a feedstock and information link which would allow DRM and legal limitation of objects produced. No small replicator would be used and only the industrial system as a whole would be self-replicating. The problem is that unless you can prevent every person and group from leveraging the available technology of the molecular mills or their products into making a less constrained form of replicator, eventually the technology will be used for whatever purposes are desired but forbidden.

      Another approach is universal monitoring, but this would have to be unbelievably intrusive. It is likely that privacy even within a few cubic millimeters within a single person's body would be enough to allow development of replicating nanotech.

      Another approach is counting on any rogue uses to be dispersed, small, and unsophisticated compared to the capabilities of law so that the good guys are always far enough ahead to limit any damage.

      Another approach is to make sure that no one wants to use the technology in a reckless or harmful way. This would involve monitoring as in the first alternative, but of mental processes as well as changing those processes if they become unsafe. This is generally regarded as dystopian, but if done with a sufficiently light hand by a entity of essentially godlike ethics and intelligence might be the path to the broadest and least constrained individual use of replicating technology.

      For any of the above approaches to work in the long term, but in particular the last alternative, intelligence far greater than human is needed, and of course that intelligence would have to have motives that are incorruptibly ethical to avoid it using the technology for malign purposes itself. Such ethics and intelligence would have to be created artificially. Some preliminary work on how this might be done has been going on at Eliezer Yudkowsky's Singularity Institute for Artificial Intelligence Such an intelligence should also be able to come up with better alternatives. In fact given that such an intelligence would be able to increase its intelligence and see and realize all sorts of possibilities that we cannot, the future becomes effectively unpredictable once such intelligence exists.

      --
      "Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?" - Patrick Henry
    35. Re:Star Trek replicators by g8oz · · Score: 1

      Sounds like suburbia

    36. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      ...and out comes a charred corpse of Britney Spears.

      Nobody thought about the replicator's sense of humor.

    37. Re:Star Trek replicators by DAldredge · · Score: 1

      Utopia?

      Then why do they have so many wars? Klingons, Romulans, Borg, Gorn, Dominion, Cardasian, and a host of others? Don't forget the unnamed alien race that tried to take over star fleet or the times that some in star fleet tried to take over the federation.

      Sure doesn't sound like a Utopia to me.

      You must care what I think, well at least enough to respond.

    38. Re:Star Trek replicators by QuantumG · · Score: 1

      You know nothing about culture.

      --
      How we know is more important than what we know.
    39. Re:Star Trek replicators by Anonymous Coward · · Score: 0

      Damn man... I assume you know nothing of this stuff called Jazz?

      It's all about the "tweaking" of something that exists to get the "mood for the moment" to change it from a sculpture to a living, beathing thing of beauty for the momement.

      It passes through the room, touching some and inspiring them to tweak it their own way at a later date for their own moment...

      I thought Jazz was pretty lame until I was part of the experience... Much like Baseball (IMHO), most of it gets lost in the taping.

    40. Re:Star Trek replicators by Ash-Fox · · Score: 1

      > I'm guessing you've never played Second Life.

      I love Second Life.

      > The creator of any given object in Second Life can set bits that say whether or not you can copy/edit/sell that object. The game then enforces those bits.

      Note: The 'DRM' applied in Second life, doesn't let you disable one from transfering (reselling) and disabling copying at the same time. It's one or the other.

      > As it is done on the server and only the compiled textures and polys are sent to the client, there's no much you can do to get around this form of DRM.

      There are some debugging hooks you can use to grab locations of the poly objects (or prims), not that hard actually. You can also 'rip' textures right out of memory, it's very easy with OpenGL interceptors... So no, there are ways around this form of DRM, and they have been exploited.

      Not to mention if you know how, you can get the GUID of a texture and just use the exact texture some person used on objects, clothing etc. With knowledge of the GUID, you can place the textures easilly on a the polys (prims).

      By they way, remember the vendor bugs in 1.5?

      > The end result is a pretty distopian vision of the future. You walk around in this world where you are free to conjure anything you want out of thin air, but you are prevented from using the things you see around you as a base for your creations by absentee content owners.

      I'm quite happy with that, because there is no in-game patent crap I have to deal with, if I want to develop a competing technology to someone else. It's not like the real world, whereby company X makes a graphic card, but you can't replicate the technologies of the graphic card because that company has patents, so you can't in turn make something.. better.

      The DRM on Second life really was designed to enforce copyrights, otherwise Second life just wouldn't work for buinsess prospectives at all. But if you have a better solution, do tell.

      > Often an object of some beauty will be created by someone who has left the game entirely. There is absolutely no way for a regular player to get the DRM removed from the object so it can be reused.

      Theres abandonware too in real life. Just because it's abandonware doesn't mean it's okay for you to infringe on copyrights. In the real world, many people, companies won't persue you because you're redistributing abandonware because:

      1) You're not worth a lawsuit
      2) They're often more worried about their current life issues
      3) It's something that doesn't concern them at all anymore.

      It's still illegal. However, you might want to enquire Lindenlabs once you have a inventory item that's over 50 years of age (public domain, no?). I really do think Lindenlabs would be willing todo something about that.

      > There are some players who release all their work with none of the DRM bits turned on, but they are few and far between.

      A lot of people on Second life release things completely with permisions, the only issue is that the quality of their stuff is often, crap. At least when you compare it to the commercial stuff availible.

      > I can imagine a time where this ability to conjure things into existance will be provided to us in the real world using nanotechnology or some other new technology. Will our creations be DRM infested?

      Oh no! I can't break the copyright law so I can make a thousand of the same t-shirts I just baught.

      Oh no! I can't break the copyright law, so I can't sell this stuff that I am allowed to make multiple copies for personal use.

      Oh no! I might have to design it myself, something similar, so much work to deal with.

      > Surely they will, because we all still live under the belief that we have some innate right control what others do with our creations.

      I have a problem when you can't release something as opensource if you want to. Not with people releasing proprietory technology.

      I also have a problem with patents that prevent competition or opensource projects from doing anything related.

      On Second life, there isn't any of this.

      --
      Change is certain; progress is not obligatory.
    41. Re:Star Trek replicators by QuantumG · · Score: 1

      I hardly think you can appeal to the current state of copyright/patent law to justify introducing artifical scarcity. Fast forward to the future, people are dying on the street because they can't replicate food, how can you justify that? In Second Life it's just a game, there's little to no suffering, so there's little to no ethical issues with DRM, but in the future people will suffer from DRM, and when I look at Second Life I can see that future.

      This, of course, is not justification for opposing DRM right now. There is no valid slippery slope argument that makes hating Second Life because of what it means for the future. I am simply saying that if the technology ever becomes available to make replication a viable option it will not be the start of a golden age of plenty, it will be the start of a desponic age of artificial scarcity.

      --
      How we know is more important than what we know.
    42. Re:Star Trek replicators by Ash-Fox · · Score: 1

      > I hardly think you can appeal to the current state of copyright/patent law to justify introducing artifical scarcity.

      Tell that to mobile phone providers that strip out a feature of their networks like caller-id, when in actual fact it was part of the network infrastructure from the start.

      > Fast forward to the future, people are dying on the street because they can't replicate food, how can you justify that?

      People survived many years without this magical replication, using a technique called... Farming! Of course poor people tend to have issues getting food, but that's probably not going to change with replication technology for better or for worse.

      Of course your future doesn't take into account charities that may actually make opensource projects or such that aren't DRM'd from being copied etc.

      > In Second Life it's just a game,

      It's never just a game whenever you're dealing with people. Stop doing the typical W-hat fud.

      > there's little to no suffering, so there's little to no ethical issues with DRM, but in the future people will suffer from DRM, and when I look at Second Life I can see that future.

      Then what is your marvelous solution to preventing the need of DRM?

      > I am simply saying that if the technology ever becomes available to make replication a viable option it will not be the start of a golden age of plenty, it will be the start of a desponic age of artificial scarcity.

      I doubt it.

      --
      Change is certain; progress is not obligatory.
    43. Re:Star Trek replicators by QuantumG · · Score: 1

      The only "need" for DRM is greed.

      The only reason Second Life has DRM is that they're trying to make a world that approximates the real world, instead of just abandoning real world models as unsuitable for a virtual environment and present a world without artifical scarcity.

      But this is why I say Second Life is a vision of the future. Eventually humans will have the technology to make everything cheap and available to anyone who wants it. But will we allow that technology to be used? Or will we cripple it with restrictions that are hard to impossible to remove? I believe Second Life shows that we will cripple it. We will want to hang onto the models of reality that we understand. More specifically the people who have power will want to hang onto that power.

      --
      How we know is more important than what we know.
    44. Re:Star Trek replicators by greggman · · Score: 1

      Sorry this comment is old. I saw your post back when you posted it from my cell phone and only today remembered I wanted to comment and possible generate some discussion

      First off a minor point

      > We have today costless information

      It might cost nothing to copy but it cost me and my teammates two years of our lifes to create the last game I worked on

      But that's not the main point I wanted to make. I too would love to see what a world with repliators is like. Unfortunately while that might cover basic needs like clothing and food it would not cover things like housing and land. Who gets the glass mansion on the top of the hill overlooking the ocean and who lives in a 1 room studio apt in the basement of some building.

      In other words it seems like there would still be a need for money or some kind of value system. Most likely that would come down to work and populartiy?

      If you could instantly copy the result of anyone's labor than what incentive would their be to pay for it since you know you can get it for free if you just wait for it to be created? So, if no one wants to pay then one incentive to create disappears. Sure, some people will still create because they enjoy creating but if no one is paying that still leaves the problem of how it's decided who gets the mansion with the view.

      Star Trek also seems to assume unlimited energy, otherwise you'd need to pay for that as well in some way.

      I'm not critizing your idea, just posting some thoughts and wondering if anyone else as ideas about how things might work in a world with replicators.

    45. Re:Star Trek replicators by Ash-Fox · · Score: 1

      Please answer my question,

      Then what is your marvelous solution to preventing the need of DRM?

      --
      Change is certain; progress is not obligatory.
    46. Re:Star Trek replicators by QuantumG · · Score: 1

      THERE IS NO NEED FOR DRM. I said that. Maybe if you tell me what you believe the need for DRM is I could tell you.

      --
      How we know is more important than what we know.
  4. If Anyone . . . by Anonymous Coward · · Score: 1, Insightful

    If anyone has the right plan for online digital book distribution, it is the folks at the IOCDP. Their plan is absolutely brilliant, involving many facets of academia and the internet backbone to make sure that digital content in the form of literary works is spread as efficiently and reliably as possible. If only ICANN could work out their problems with standardization as well as the IOCDP Digital Library Council has been able to, the Internet would be a better place for us and all of its netizens.

    IANAL, but does anyone else think that some of these other new plans for e-books seem just a LITTLE bit in violation of fair use clauses found in many content treatises? I would like to see some of these issues dealt with in a court of law, just for the sake of getting a definitive ruling.

  5. Break Stupid Laws by mfh · · Score: 5, Interesting

    Scanning books is ideal for rapid human progress. While we're at it, the concept of the library is also the epicenter of p2p. Yet, money -- better yet, grant money, restricts the natural development of humanity. Therefore if power is a weed, the ultimate power must be anarchy (or should I say LIBERTY).

    True story and a kind of interesting local example of what I'm talking about:

    I live on a very long dead-end road. They fixed the mouth of the road I live on a while back -- it used to be a fork but now it's a 3-way stop. There was once a very dangerous fork at the mouth of the street and some neighbours complained about drainage problems when it rained (then sent the flooding bill to the town hall). The town met on the subject, and figured they would simply kill two birds with one stone, so they rebuilt the fork to make it less dangerous when they reconstructed the drainage for the whole area.

    Because my street is LONG, the bulk of the people in the area live on the road that feeds up the NEW stop sign. When it was a fork, there was a YEILD sign so you could quickly look down the TINY side street and quickly go.

    You would understand if you could see the way they reconstructed this area -- it makes no sense whatsoever to have a stop sign there. It should be a thoroughfare.

    Guess how many people stop at the new stop sign now that the street has been "repaired"? About one in fifty.

    If a law is stupid, you are obligated to break it because that is the essence of what liberty is!

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Break Stupid Laws by fossa · · Score: 2, Informative
    2. Re:Break Stupid Laws by Sax+Maniac · · Score: 1
      Guess how many people stop at the new stop sign now that the street has been "repaired"? About one in fifty.

      Didn't you know? Stop signs are optional if you've been around long enough to remember when it wasn't there. Grandfather clause.

      --
      I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  6. And why stop there? by mikesd81 · · Score: 1

    I don't get it. What are you trying to say by asking that? Are you arguing this is a bad idea and saying "Why stop there?" as in this wrong?

    This is a good idea and to be able to cross reference and get multi sources is wonderful. I'm all for it. Not to mention it's great for college students who just can't get to the library because they need to work to pay for the text books and food while at college. It's open 24/7. Of course the other end of the spectrum is it's an excuse to wait til the last moment because they don't have to worry about the book being checked out.

    --
    That which does not kill me only postpones the inevitable.
    1. Re:And why stop there? by Anonymous Coward · · Score: 0

      I have one, four-word acronym for you.
      RTFA.

  7. Some such texts already exist by golodh · · Score: 5, Informative
    See e.g.:

    -MIT's Open Courseware at: http://ocw.mit.edu/index.html

    -Textbook revolution at http://textbookrevolution.org/

    -Physiscs texts at: http://www.phys.uu.nl/~thooft/theorist.html#langua ges

    -The assayer at http://www.theassayer.org/

    -Open content at http://www.hewlett.org/Programs/Education/Technolo gy/OpenContent/opencontent.htm

    I also know a number of econometric and statistics texts that are also available as free Ebooks, but they are of interest only to specialists.

    1. Re:Some such texts already exist by MickDownUnder · · Score: 3, Interesting

      And there's probably thousands more web sites like this containing e-books. I think this illustrates that there's absolutely no need for an entity such as google to create a central repository of such resources. What's needed are open document standards and a better system for indexing and searching for these documents on the internet. I think the prospect of an entity such as google having a monopoly or attempting to gain a monopoly over such resources is really quite frightening.

    2. Re:Some such texts already exist by sh00z · · Score: 1

      Indeed. Heck, follwing up on the submitter's question of "why stop there?", we probably now have the computing power to store the Universal Library. Let's put all possible knowledge at our fingertips.

    3. Re:Some such texts already exist by Moofie · · Score: 1

      How does Google scanning a book give Google a monopoly on anything ever?

      --
      Why yes, I AM a rocket scientist!
    4. Re:Some such texts already exist by obnoxiousbastard · · Score: 1

      Thanks for posting those links.

      --
      Is that a SCSI connector or are you just glad to see me?
  8. Globalization... by crazyjeremy · · Score: 3, Interesting
    I see this as simply another push for globalization. First, if America doesn't scan all the books, China or another country with lax copyright laws surely will. It will be simple to visit a site that contains all of this information even if it is in China (GO INTERNET!)
    FROM THE ARTICLE:
    The Chinese scanning factories, which operate under their own, looser intellectual-property assumptions, will keep churning out digital books. And as scanning technology becomes faster, better and cheaper, fans may do what they did to music and simply digitize their own libraries.

    Second, many countries will ban certain types of hardware (without macrovision, drm, etc) and other countries will get some of our business (at least mine) when we opt to purchase superior hardware that isn't limited. From the article again:
    But the reign of livelihoods based on the copy is not over. In the next few years, lobbyists for book publishers, movie studios and record companies will exert every effort to mandate the extinction of the "indiscriminate flow of copies," even if it means outlawing better hardware.

    Bottom line is some of us will always buy the DRM protected stuff and only a few of us will purchase overseas if necessary to ensure we can get a device that will truly record to or from anything. The scanning of millions of books, magazines and other articles will only push change in laws, but it will take some time. Whoever wins, I'm still going to be purchasing devices that aren't locked down, even if I have to learn a bit of Japanese, Chinese or Korean to do so.
    1. Re:Globalization... by voice_of_all_reason · · Score: 4, Funny

      China or another country with lax copyright laws surely will.

      Yeah, but then we have to deal with crap like "Animar farm" and "The Bibre"

    2. Re:Globalization... by Anonymous Coward · · Score: 0

      you can't even make culturally insensitive jokes correctly.

    3. Re:Globalization... by Anonymous Coward · · Score: 0

      Libraries = Napster for books!

      don't support those bastards! stop pirating books, do your part and burn down a library today!

    4. Re:Globalization... by daninbusiness · · Score: 2, Insightful

      Another issue that strikes home is the issue of DRM - not as much from publishers as from governments.

      Digital format books are great in that many people can simultaneously view the same file at the same time; yet (not unlike the internet now), it wouldn't be too difficult for a government-librarian to selectively filter or block content. It's a little scary that if there was such a centralized database, it could be filtered and no-one would know. Still, such a library, even if filtered, could still benefit so many; it's hard to think of arguments in good conscience to contradict this idea.

      (of course, like the internet now, those intent on getting around filters and blocks could probably do so, but it won't be the masses)

    5. Re:Globalization... by dbIII · · Score: 1
      First, if America doesn't scan all the books, China or another country with lax copyright laws surely will.
      There's an entertaining novel written just over a century ago called "Three Men in a Boat (and not to mention the dog)". In the forward to the final edition the author complains about "Pirates in Chicago" taking advantage of being on the other side of the Atlantic to make large amounts of money from reprinting his book. The pirates are of course other media companies who sell reprints or format shifts without the author getting a cent and not people who lend books to others or libraries, physical or electronic. Copyright violation may not be legal or justifiable - but it certainly is not "piracy" which in more modern terms it would be called terrorism.
    6. Re:Globalization... by Carthag · · Score: 1

      Actually, Det Danske Sprog- og Litteraturselskab used Chinese contractors to scan and transcribe Ordbog over det Danske Sprog (a 28 volume dictionary of the Danish language spanning vocabulary from 1700 - 1950). As such, it contains several non-latin characters, but the end result is very well-formed and readable.

      http://ordnet.dk/ods/index_html

    7. Re:Globalization... by tiggles · · Score: 1

      Actually, the biggest problem with pirated books is that they can't get the margins straight -- nothing to do with E as a SL.

      The worst spelling mistake in my $1.50 Memoirs Of a Geisha so far has been "a{{" instead of "all" so I'm pretty sure they're OCR-ed.

  9. Payment and doctrine of first sale by davidwr · · Score: 3, Interesting

    This is part of the move by the publishing industry to kill the resale market.

    OK, that is a bit cynical. However, for high-end items like college textbooks, constant revisioning, cd/book bundles, and book/exclusive-web-site bundles are already killing the resale market. In 5 years schools will simply purchase 1-semester licenses to online materials and tack it on to the tuition as a "class materials fee."

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Payment and doctrine of first sale by tomstdenis · · Score: 1

      Universities are already largely irrelevant. It's what you put into it. If your only goal is to survive four years then make it rich you'll get the least from a formal education.

      Besides, sharing text books is how you make friends.

      I remember in my software engineering class we had to pick up a 150$ text book. [yeah I know, big spender]. So my project team just paid our shares and we brough the book with us to the classes and study groups.... works wonders.

      Tom

      --
      Someday, I'll have a real sig.
  10. It could be a huge help by martonlorand · · Score: 4, Insightful

    I personally dont like to read from the screen, and LOVE reading or listening to books on tape but theres pretty good tools out there to read the text for you in english like openbook.

    But I have a blind friend and certainly can see how something like this could help him, because I see how he struggles to find good books he can read and has to jokearound with his scanner just to read something that is not available electronically. He does good now, has two diplomas but he had his mom was scanning books for him like 24/7...

    Think outside the box a bit...

  11. something I'd pay money for by kongit · · Score: 2, Insightful

    If there became an online library consisting of most if not all books, I would be willing to pay for a subscription. I believe that there is a large market of people that want unusual or hard to find in print books. This would allow people to search for these books. Along with helping that niche market, there would also be the vast benefit to researchers and college students. Why buy a book for 20 dollars just for one paper because your library doesn't have a copy when you can use a service with all the books already there for a small set fee. Overall this would be cheaper for the end user of small print books. The only pitfall is in the major money makers of the publishing industry, bestsellers and textbooks. However, I don't think that having then in ebook form would greatly hurt their sales. Books, as in those on paper, have unique advantages. One they are highly and easily portable. I don't want to read on my laptop while taking a crap. I also use the margins in textbooks. There is nothing like having a real book in hand. But having the availability of books hard to come by along with books used infrequently or once briefly per person would greatly benifit all those literate.

  12. Why stop anywhere? by suv4x4 · · Score: 1, Funny

    Ideally, in such a complete library we should also be able to read any article ever written in any newspaper, magazine or journal. And why stop there?

    Let's leave no poem on a toilet paper or a speeding ticket unscanned!

    1. Re:Why stop anywhere? by Asic+Eng · · Score: 4, Insightful
      Let's leave no poem on a toilet paper or a speeding ticket unscanned!

      Don't we have blogs for that already?

  13. From the folks who brought you Times Select by dhartshorn · · Score: 2, Informative

    The Times could start by making all their articles & commentary available at no cost.

  14. The solution of course... by tomstdenis · · Score: 1

    is just communism. If you wrote a book for the sole fact that that is what you do, you're an author and you got compensation from the state (which is the people after all) in the form of food, clothing, entertainment and lodging stipends you'd be set. :-)

    I kid. Stick with what we know best. Capitalism with a side of cheating.

    As a soon to be published author who is making little money on the deal I don't see the big incentive for me to get all upset about my work being distributed. I mean I don't because I want my publisher to print the books but financially I have nothing riding on the books...

    And perhaps with media like that that's the way it should be...

    Tom

    --
    Someday, I'll have a real sig.
  15. Infinite food != end to hunger by patio11 · · Score: 4, Insightful
    We already produce enough food to feed the world, and there are still starving people. Whats the contradiction? Bad government. Take a look anywhere in the world where you see starving people and you will see a well-fed army/secret police which is appropriating all the food supply (including the *prodigious* amounts of aid the well-fed countries of the world throw at the problem), and, likely as not, the disruption in food production which triggered the famine was probably brought on by stupidity or deliberate sabotage in the first place (either democide-by-famine in the Soviet Ukraine, or "hey, I've got an idea, lets throw all the white farmers off their land, then we'll give it away to our political base -- no possible downside!").

    The real world introduction of replicators would see well-governed nations (which are mostly already rich) get even richer, and poorly-governed nations (which are mostly already poor) get even poorer as their governments confiscated their replicators and used them for the benefit of the power-elite (more phasers to oppress the masses and cheaper rates on ballots for one-party elections! Sweet!). And lots of Western academics would say "See, this is why we need socialism, look at how capitalism produces rich and poor people and inequitably distributes the wealth of the world", because academics who have never actually had their stuff ganked by a totalitarian mob have a very rozy view of the whole process.

    1. Re:Infinite food != end to hunger by Propagandhi · · Score: 1

      Not even bumbling beuracracy could keep people in poverty were the GP's replicator a reality. At some point it becomes impossible to hold the masses down, hopefully we'll reach that point within our lifetimes*.

      When resources are no longer scarce, then socialism will be inevitable. Only the greedy will think otherwise, and they'll be dismissed rather quickly... There's no need for a Walmart when your neirghborhood EE can just set up a replicator.

      *if you're really old, sorry but you're outta luck.

    2. Re:Infinite food != end to hunger by Asic+Eng · · Score: 2, Informative
      Resources - as everybody ought to know by now - are always limited. A replicator working at "no cost" as the OP envisioned is therefore impossible. Matter can not be created out of nothing, and to transform matter into something useful will consume energy.

      You can transform the nutrients of the soil, a seed and water into a tomato while using solar energy when you plant and care for that seed. The matter contained in the tomato must come from somewhere, a certain amount of energy will be needed to accomplish the transformation. A replicator could do that differently, theoretically even more efficiently (though that's not very likely). What the replicator could not change is the fact that a certain input is needed to generate an output. It will have to obey the laws of physics.

      Also, not everything of value is a produceable good. There are other things of value e.g. services, health and space. Once the Ferrari becomes available at "zero cost" the oceanfront property will be in even higher demand.

    3. Re:Infinite food != end to hunger by cnflctd · · Score: 1

      Come the Singularity, we will all be uploaded into computers, and then the replicators will work just fine. Then everyone will move to southern California, drive Ferrari's and sleep with Pamela Anderson.

      Did you miss the Star Trek episode which revealed the Enterprise was only 6 inches long?

      --
      I'm cool like a fool in a swimming p-p-pfft-pool
    4. Re:Infinite food != end to hunger by C10H14N2 · · Score: 1

      You overestimate the uniformity in thought amongst academics and underestimate their breadth of experience. I can assure you, the academics I've had the pleasure of meeting in rural Africa are well aware of the things you so dismissively think they haven't experienced merely by fact of being academics--and their views are not so divergent from those of the supposedly fat and rich academics in cushy jobs in the U.S.

      I would direct you to any APSA event at which you may find illumination on this topic.

    5. Re:Infinite food != end to hunger by Anonymous Coward · · Score: 0
      "See, this is why we need socialism, look at how capitalism produces rich and poor people and inequitably distributes the wealth of the world", because academics who have never actually had their stuff ganked by a totalitarian mob have a very rozy view of the whole process.

      You have a logical disconnect here. You start having one person say "we need socialism", then end with "you've never experienced totalitarianism". Don't you realized that socialism requires a democratic form of government, not a totalitarian one?

    6. Re:Infinite food != end to hunger by Culture · · Score: 1
      Yeah, that's right. For example, look at the USSR (The Union of Soviet Socialist Republics) as an example.

      I think what you meant to say was that, socialism, as I define it, require democracy.

      --
      ----- There are two kinds of people in this world, my friend; those with loaded guns, and those who dig.
  16. We obey the Laws of Thermodynamics on this site! by khasim · · Score: 1
    What I always found interesting about the Star Trek universe was the concept of a 'replicator'. You press a button and speak your order (e.g. Tea, Earl Grey, Hot) and get your order instantiated out of seemingly nothing. What would the consequences of such a device be if we could replicate anything at no cost? Not just information, but physical objects like cars and houses too.
    Given that whatever you create CANNOT result in an increase of energy, there would be limits to this "technology".

    If it takes 1 gallon of gas to drive this thing to make 2 gallons of gas, well, you can see the problem there.

    So this would be self-limiting based upon the energy/matter required to "create" whatever it is that you're creating.

    How this changes anything would depend upon how efficient the machine would be and what types of energy/matter it would use.
  17. Scanned Books? No one is interested! by Simonetta · · Score: 5, Interesting

    I've scanned about ten of my favorite books a few years ago and have put them into my Kazaa shared folder for anyone to download.

          In three years there hasn't been one single download of any of these books. Maybe my tastes are completely different from the people who use Kazaa, or, maybe it hasn't occurred to the KaZaaistanis to actually look for books on what is primarily a music downloading library.
        I've offered Gore Vidal, P.J. O'Rourke, Trevanian, Harry Turtledove, and others, but again, no one has the slightest interest.

          So whenever you hear a book publisher claim that putting books online for download for free would devastate the industry, just remember that the people who read books are definitely not the people who download files from P2P resource libraries. The claim that online downloading of so-called e-books for low price or even free would hurt the book publishing industry seems on its face to be reasonable and prudent, but in reality it is totally without merit. The people who buy books and read them don't download files from Kazaa and the P2P filesharers don't read anything without having some teacher require it as part of their final grade. They'll download comic books, yes, maybe, but actual books of coherent text and prose, not a chance.

        Such it is as it is. And I don't believe that this situation will change in the coming years as more people outside of the geek community discover the P2P global library resources that are available.

    1. Re:Scanned Books? No one is interested! by Anonymous Coward · · Score: 0
      In three years there hasn't been one single download of any of these books. Maybe my tastes are completely different from the people who use Kazaa,


      Let me stop you right there, no it's not about your taste - it's the file permissions.

    2. Re:Scanned Books? No one is interested! by timeOday · · Score: 4, Insightful
      In three years there hasn't been one single download of any of these books.
      I don't think that proves what you think it does. You don't think people like quality texts? Project Gutenberg uploads over 2 million e-texts each month! The reason is simple, people know to go there when they want certain kinds of texts. The odds of finding the books you want on Kazaa are so tiny, why would anybody try? But if it gained popularity, people would learn to search there. The numbers might never be huge, yet they still might be a sizeable percentage of the market for such books, which is what the publishing industry fears.
    3. Re:Scanned Books? No one is interested! by Vadim+Makarov · · Score: 2, Informative
      P2P networks is the last place I'd look for a book (in fact, I wouldn't look there at all). You put your books in a wrong place. Right now all the music and movies are on P2P, and all the books are on the Web where they can be found via a plain search engine. This may change, but today it is this way.

      Perhaps if book publishers put the same kind of pressure to eradicate scanned books form the web, books will move to P2P networks. However I doubt they ever do: enough people prefer reading books from paper, and dislike electronic texts (unlike music which is just as good when downloaded).

      --
      17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
    4. Re:Scanned Books? No one is interested! by Bombula · · Score: 1

      Your personal annecdote is good evidence in support of the idea that this resource would be used primarily as a research tool and not as a mechanism to displace the existing market for traditional boks.

      --
      A-Bomb
    5. Re:Scanned Books? No one is interested! by Anonymous Coward · · Score: 1, Funny

      Obviously you didn't name the files correctly. All those books would be going like hotcakes if you named the files something like 'donkeydongdoesdebbie.avi'.

      You must market to your audience. ;)

    6. Re:Scanned Books? No one is interested! by obnoxiousbastard · · Score: 1

      >>I've scanned about ten of my favorite books a few years ago and have put them into my Kazaa shared folder for anyone to download.

      Well see, now there's your problem. Unless it is porno or stolen or better yet stolen porno, most Kaaza users simply aren't interested.

      --
      Is that a SCSI connector or are you just glad to see me?
    7. Re:Scanned Books? No one is interested! by jlarocco · · Score: 4, Interesting

      I always forget about Project Gutenberg. I think it'd be nice if some popular current authors would place some of their books there for free. I don't know how copyrights work in the publishing world, so I don't know if they're even allowed to, but it would be nice. Maybe not right after a book is published, but maybe a year or two after it goes on sale. That way most people who really want the book would already have bought it, and the price would be down enough so that it would be cheaper to buy it than use ink to print it at home.

      That wouldn't exactly work with technical and reference books, because their prices are usually relatively high, but maybe putting them up without figures or something would work.

      I guess there are people who would read entire books online, but I think a lot (most?) people would prefer to read things over a few pages on printed paper.

      It'd be nice, but I doubt it'll ever happen. Publishing companies are probably too paranoid about lost profit.

    8. Re:Scanned Books? No one is interested! by Yst · · Score: 2

      maybe it hasn't occurred to the KaZaaistanis to actually look for books on what is primarily a music downloading library.

      Bingo. Kazaa has no significant ebook trade. The popular P2P network for ebook trading is Edonkey/Emule and by association, Kad. In my use of Emule for ebook downloads, I download a few books a week, and hundreds of people download my texts from me.

      Bittorrent is also occasionally good for large collections of texts (e.g., someone will just start up a torrent of 200 selected sci-fi texts), though quite unreliable.

      But as far as getting etexts over Edonkey/Emule goes, the only text out of the last three dozen or so which I have searched for via Emule, which text I was not able to find there was a rather exceedingly obscure 1864 novella (Children of the Chapel by Disney Leith with contributions by A. C. Swinburne), which I ultimately was able to get my hands on only via the very large local academic library system (the University of Toronto), in a 1910 printing thereof. That printing has since been scanned and OCRed, and is now available for download via Edonkey and Kad.

      --
      Karma: Chameleon (comes and goes)
    9. Re:Scanned Books? No one is interested! by montyzooooma · · Score: 1

      Not forgetting that when you're using P2P it's always comforting to see the same file available from multiple sources - it's more likely to be real and it's a faster download. If you or the guy making the original comment scanned your own books and put them online these files would be pretty much unique until a few other people downloaded them. If the OC was scanning relatively popular books (which appears to be the case) there would be options from other people available which would look like more attractive downloads (more peers). And those downloads would probably have been aquired originally from alt.binaries.ebooks (I think that's the one) or IRC. Ebooks are small so the inclination is to download everything just in case...

    10. Re:Scanned Books? No one is interested! by mirkob · · Score: 5, Informative
      Not all the publisher are scared by free distribution of theyr titles

      a good article is at http://www.baen.com/library/

      you could read the rationale of the publisher and many of his autors who offer free e-book to boost the selling of other e-book/books of the same author.

      trying to summarize: to them downloading a book when you are young and have few money could be the same that havig one from the local library, if you like the autor then, in the future when the money for some book will be a no-problem you will buy a lot.

    11. Re:Scanned Books? No one is interested! by NutscrapeSucks · · Score: 1

      P2P is full of OReilly and other computer books.

      And OReilly is all anti-RIAA, so you figure that he doesn't mind if you download his books for free.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    12. Re:Scanned Books? No one is interested! by MikeFM · · Score: 1

      Raw scans suck. Did you process you book scans into some useful form? OCR with any artwork taken into account and included properly is the way to go if you can't get original data files.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    13. Re:Scanned Books? No one is interested! by jonathan_ingram · · Score: 1

      Sounds interesting. Have you contributing the text to Project Gutenberg? Anything printed before 1923 is public domain in the US, so you're not even breaking any laws :). For their records they need you to submit scans of the front and back of the title page (they require this for all books, so they won't get sued by people who claim they're using modern editions).

      I've contributed a lot of books to PG, so I know the system fairly well. Let me know if you're interested.

    14. Re:Scanned Books? No one is interested! by shutdown+-p+now · · Score: 1

      It depends on what books. There are plenty of them to be found on ED2K, and it is not the worst place to look either. For quite a few things, it is also the only place (e.g. I haven't found many D&D books anywhere else). Though of course IRC is still the first place to check (google for "irc+books" and see for yourself).

    15. Re:Scanned Books? No one is interested! by jridley · · Score: 1

      A) I wouldn't think to look on Kazaa for books, I generally look on usenet or torrents.
      B) I read a lot of books, mostly ebooks or audio books on the commute, but don't really listen to music, so I never got in to Kazaa. For that matter, I don't run any P2P system that's primarily designed for music like that; all I really run is BitTorrent.

      Perhaps both of these could be your explanation; you've got the book reading population self-selecting away from Kazaa to some extent, and those that are on Kazaa don't even think to look there for books.

    16. Re:Scanned Books? No one is interested! by humble.fool · · Score: 1

      Are the publishers actually saying that?

      Get them to talk to the RIAA, man! *We've* been saying that for years about music and movies.

      --
      Being anonymous is not cowardice.
    17. Re:Scanned Books? No one is interested! by Abcd1234 · · Score: 1

      you could read the rationale of the publisher and many of his autors who offer free e-book to boost the selling of other e-book/books of the same author.

      Frankly, I think a lot of authors are afraid because it can also work the other way. I decided on a whim to... ahh... acquire an ebook version of The Da Vinci Code, and I'm damned glad I did, because it was barely worth the time to download. But on the bright side, I now know to avoid Dan Brown.

    18. Re:Scanned Books? No one is interested! by bgalbrecht · · Score: 1

      There are a few in-print books at Project Gutenberg, mostly distributable under a Creative Commons license. Cory Doctorow's works are there for sure, but I haven't looked lately to see who else is doing it.

  18. Re:We obey the Laws of Thermodynamics on this site by suv4x4 · · Score: 1

    Given that whatever you create CANNOT result in an increase of energy, there would be limits to this "technology".

    If it takes 1 gallon of gas to drive this thing to make 2 gallons of gas, well, you can see the problem there.


    Yes but what if it takes 1 litre of Captain Kirk piss and produces 1 pound of gold?

    Something to think about...

  19. Re:Easy. by Anonymous Coward · · Score: 0
    100010101001010010100000010101111010010100101001 01

    Hmm...translates to..

    S" W¥)

    WTF? is that like, ebook speak or something?
  20. Re:Easy. by Anonymous Coward · · Score: 0

    "W¥)"? i dont get it

  21. Fast forward to the future by Anonymous Coward · · Score: 2, Funny

    Executives in Hollywood watches in awe as Google creates sequels of books with targeted advertisement and tailored endings that suits each individual users. "With this technology, we didn't have to do sequels of 60s, 70s and 80s movies that no one wants to pay $6 to watch, but tailor each sequel with targeted advertisement for each individual user." said an executive who wanted to remain anonymous. "It will be the golden crack pipe from Hollywood... everyone will want to get more of it." he continued.

  22. Re:We obey the Laws of Thermodynamics on this site by BadAnalogyGuy · · Score: 1

    it takes 1 litre of Captain Kirk piss and produces 1 pound of gold

    I hope they'd work on some other form of fuel, though. I don't want to have to carry around Kirk's piss everywhere I go.

  23. He's just tryin to save his own arse by kaufmanmoore · · Score: 1

    Ideally, in such a complete library we should also be able to read any article ever written in any newspaper, magazine or journal. And why stop there?

    I guess this author is hoping he can get some fees from this project while he scrounges for a job when the NY times downsizes him cause newspapers are on the way out.

  24. Re:We obey the Laws of Thermodynamics on this site by Lordpidey · · Score: 2, Funny

    Wait, its not normal to carry around.... Err.... this is awkward.... uhh these jugs contain apple juice, yah... apple juice.

    --
    Some people encrypt by using rot-13 twice. I prefer the more secure method of using rot-1 a total of twenty six times.
  25. Re:We obey the Laws of Thermodynamics on this site by fireboy1919 · · Score: 2, Informative

    Yeah, but really, the problem with energy is in moving it from place to place.

    If we can replicate, then presumably we've cracked the problem of turning energy to matter and back. If we start running out of energy, we convert some more matter into energy.

    If we start to run out of matter, we go get some from any of the many celestial bodies nearby. It's not like Jupiter is doing anything terribly important with it's extra matter (I'm assuming that if we can do all that other stuff, why not space travel as well)?

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  26. ISBN Scan And Search by Doug+Dante · · Score: 3, Interesting

    I would love an "ISBN Scan and Search" Service where I could run my book's ISBN #s through a scanner, and search those in Google's (whomever's) database.

    I recently had to give a talk and the information I wanted to convey was scattered throughout about 50 books. I wasn't able to do a good job, and I desperately wanted to do a keyword search on each of them.

    This would be a great service for a library which would allow a patron to do a full text search on all books in the library.

    Imagine writing a paper on the literary impact of "The Beatles" or "Star Wars" scattered throughout diverse materials like romance novels or physics textbooks in a large library.

    --
    The world will not get better through technology. We must seek to be better people.
    1. Re:ISBN Scan And Search by Asic+Eng · · Score: 1
      [scan and search in books] Imagine writing a paper on the literary impact of "The Beatles" or "Star Wars" scattered throughout diverse materials like romance novels or physics textbooks in a large library.

      So ... are arguing for or against that feature? :-)

  27. *Hell* No !! by inode_buddha · · Score: 0

    ISTR back in 1995 CE or thereabouts, when I first "discovered" the 'net. ISTR the first things that I thought of were the lost libraries of Alexandria and Toledo. And Cairo, Memphis, Thebes. Let alone Athens, Rome, Berlin, London, Paris, and the LOC. Ya know what my hope is? I hope that the 'net "library" cannot be burned nor sacked.

    --
    C|N>K
  28. Re:Break Stupid Laws - not the only avenue by erbmjw · · Score: 2, Interesting

    YOu should first try to get the law (etc) changed, then if necessary try to get the law challenged through acts of civil disobidience. True civil disobidience means that you are willing to pay the price of breaking the law as long as your actions will bring further attention to the mistake{s} of the law/practice in question.

  29. I learned something by Anonymous Coward · · Score: 0

    digging holes for construction projects: using a shovel will never be replaced as the way to dig a small hole. I spent hours trying to think up a "better shovel" and then I realized humankind has had a long time to improve on the shovel and they haven't. Likewise, books as physical objects are not going to go away: they are the solution which is also the most simple.

    1. Re:I learned something by Technician · · Score: 4, Interesting

      using a shovel will never be replaced as the way to dig a small hole

      I don't know. On our street the crew was fixing a broken water line. They used a vac and water jet truck to make mud and suck it up. It made a nice small hole about 8 inches in diamater and about 2 feet deep.

      I found they use it because it can't cut into nearby underground phone/electric/gas/cable service. A shovel is too dangerous for many curbside utility repairs. They were not permitted to use a shovel.

      --
      The truth shall set you free!
  30. Conspiracy Theories by brotherash · · Score: 5, Interesting

    Digital information has certain properties that distinguish it from atomic information:

    1) It is infinitely easier to distribute.
    2) It is significantly easier to index.
    3) It is significantly more malleable.

    In most cases the digital-information-haves cast these properties as inherently benevolent in nature. Unfortunately this is not the case. These properties are instead morally neutral. While a universally accessible, fully indexed, fully accessible digital archive of all the books on earth sounds like an idea which on the whole will benefit humanity we can not ignore the darker side to digital information.

    1) Information that is infinitely easier to distribute can lead to infinite information being available. The more information there is available the more we depend on gatekeepers to provide us what is relevant.

    2) The index of information is a form of information in it's own right (meta information) which itself contributes to the glut of information previously mentioned.

    3) The more malleable information becomes the more it is subject to alteration. Each version of an altered document adds to the information glut leading us back to a greater dependency on information gatekeepers.

    As the technology for digital books develops and less people find books as convenient as their counterpart in the digital world people will inevitably begin replacing their books or simply stop buying printed books. I don't think this is as much a science fiction dream as it may sound. How many of you still read a printed newspaper?

    We may need no convincing to burn our books. They may never need to be outlawed. They will instead be subtly subverted by the insidious desire for "convenience". The kings of convenience will then be free to rule using the most powerful political tool in the information age: FUD.

    1. Re:Conspiracy Theories by Anonymous Coward · · Score: 0

      In your above points, not gatekeepers are needed, but systems that filter and provide relevance. Gatekeepers get to say who and what may cross the gate or not. Instead, in an information society where everything is available, there will be search engines and filter systems and such. Sure, it adds to the pile of information, but I don't see that as intrinsically 'bad' either. Where's the downside?

    2. Re:Conspiracy Theories by OldBus · · Score: 1
      Interesting post. You say:
      Digital information has certain properties that distinguish it from atomic information: 1) It is infinitely easier to distribute. 2) It is significantly easier to index. 3) It is significantly more malleable.
      I'm not quite sure what you mean by 'atomic' information. However,

      The conclusion you draw from point 1 is that we rely more on 'gatekeepers'. I'm not sure that we do. We rely on gatekeepers, to be sure, but is it really any more? Take newspapers. With the Internet, I might rely on Google or Yahoo or someone to index the news and make it available. However, with printed newspapers I still rely on editors etc to tell me what is relevant. As least someone like Google will index sites put up by all sorts of people who might have something to say about an issue.

      Obviously in a situation like Google China they are restricting, but China would have have being doing that anyway with print. Is it actually worse with electonic sources?

      In point 3 you point out that information is more malleable therefore we rely more on gatekeepers. Yet this sort of version info was not really available before, so we are not losing out. If anything, we are gaining more information, provided it can be searched.

      I think your last sentence is the weakest part of your argument. You imply that FUD is merely a product of the information age. Personally, I think people were far more susceptible in an age with literacy rates were very low and those who could read/write had enormous power. You only need to look back at old works and what people said about the times they lived in to realise FUD is not new. FUD works because it plays on people's insecurities and inherent laziness to check what is really going on. This is not a new thing.

      The ability of large numbers of people to read has at least offered us the chance to read different versions of FUD and choose what we like best and because we can see what different opinions there are it makes us aware that FUD exists. The ability of large numbers to write makes it possible for us to spread our own FUD (eg blogs :)

  31. Re:We obey the Laws of Thermodynamics on this site by suv4x4 · · Score: 1

    Wait, its not normal to carry around.... Err.... this is awkward.... uhh these jugs contain apple juice, yah... apple juice.

    Now that you've convinced yourself, wanna have a cup of apple juice from those jugs you're carrying?

  32. Re:We obey the Laws of Thermodynamics on this site by LordLucless · · Score: 1

    If we can replicate, then presumably we've cracked the problem of turning energy to matter and back

    Not necessarily. I'm not a trekky, so I don't know how these things work in detail, but there's two different ways they could work. Firstly, by transforming energy into matter, or secondly, by transmuting one type of matter in to another.

    Besides, there may well be incredible inefficiencies in the technology. It may be efficient to generate matter from energy, but trying to reverse the process may be significantly more inefficient.

    --
    Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  33. Lots of computer books do this. by Grendel+Drago · · Score: 2, Informative

    A good number of computer programming books at the local Borders have a PDF copy of the book on a CD in the back, convenient for searching and such.

    --
    Laws do not persuade just because they threaten. --Seneca
  34. Uh huh. by Grendel+Drago · · Score: 1

    Yeah, those Norwegians (third biggest oil exporter in the world, above Iran and Venezuela!) are really sitting atop the world...

    --
    Laws do not persuade just because they threaten. --Seneca
    1. Re:Uh huh. by Patrik_AKA_RedX · · Score: 1

      So Saddam's WMDs are now in Norway I suppose?

    2. Re:Uh huh. by Imsdal · · Score: 1

      There are outher sources of energy than oil, however. GWB may not be able to pronounce any of them, but they are still there. (Of course, Norway has loads and loads of hydro power as well...)

  35. It's about the marginal cost. by Grendel+Drago · · Score: 2, Interesting

    I think the point is that the marginal cost of doing most of these things is pretty much nil. Scanning the books is definitely not free, but when you've got hundreds of GB of space, and the bandwidth to download hundreds of MB of porn a day, the cost of downloading a few hundred KB of text with your already paid-for broadband is small enough to be imperceptible, and thus to be, in the mind of the consumer, free. Which was the original point.

    --
    Laws do not persuade just because they threaten. --Seneca
  36. Re:Break Stupid Laws - not the only avenue by fido_dogstoyevsky · · Score: 1

    YOu should first try to get the law (etc) changed, then if necessary try to get the law challenged through acts of civil disobidience.

    Being in the country populated by criminals, I've seen civil disobedience used as a first option work in the past. Sometimes quick, easy and only costly to the a***holes^w politicians who forget who is really responsible to whom.

    True civil disobidience means that you are willing to pay the price of breaking the law as long as your actions will bring further attention to the mistake{s} of the law/practice in question.

    Unfortunately I've also seen it not work, and it's been expensive to those who try.

    But we don't stop trying. It is, after all, our civic duty.

    --
    It's NOT a conspiracy... it's a plot.
  37. Cold Books vs. Cozy Books by reporter · · Score: 4, Interesting
    There are two types of books: cold (paper-based) books and cozy (paper-based) books.

    Examples of cold books are the books that you use at work. You have no attachment to these books. They are there to provide information.

    Digital books will wipe out the market for cold books. Digital book have one crucial advantage over cold books. You can use a search engine to search the content of a digital book.

    In the bad old days, an investment analyst may have remembered reading an insightful analysis about hedging. She wants to re-read the analysis but, unfortunately, cannot remember which bloody book contained the analysis.

    In the present day, that same analyst can just use a search engine to find the precise book by quickly scanning the list of books that she has read.

    The opposite of cold books is cozy books. These are books that you read while you are curled up in a comfy sofa or bed. As you sip hot chocolate spiked with whipped cream, you devour every word of the book. You lovingly flip the pages as you quickly follow the heroine of your chick-lit novel.

    No computer or search-engine will ever replace the cozy books. There will always be a market for cozy books. The phrase, "curling up with your high-performance notebook computer popping up page after page of the novel", just does not have that same cozy feel.

    Note that the notions of "cozy books" and "cold books" are relative. A female engineer may consider a book about advanced quantum physics to be a "cozy book" for leisure reading, but a middle-aged housewife may consider a romance novel to be a "cozy book". The point is that digital books will never eliminate all paper-based books simply because cozy books will continue to survive in the digital age.

    1. Re:Cold Books vs. Cozy Books by PhantomHarlock · · Score: 1

      I wholeheartedly agree. I find it very tiring to read books on screen (no matter how good the dot pitch gets) and I thoroughly enjoy reading books in my living room.

      Paper books will continue to be popular until the paper is too expensive (scarce) to print them. by then hopefully there will be a digital solution that "feels" similar to the real thing. (a small folding tome consisting of two pages facing each other, which displays digital text at 600 DPI, mimicing the coloring and fiber of paper... :)

      That or downloading the story directly into my brain in a book-paced trickle, for enjoyment purposes. :)

      --Mike

    2. Re:Cold Books vs. Cozy Books by aussie_a · · Score: 1

      PDAs (as they get to larger sizes) will do away with cozy books as well. Although it will require a generation dying off before they're done away completely.

    3. Re:Cold Books vs. Cozy Books by Mprx · · Score: 2, Informative

      Paper might have high resolution, but it has poor contrast ratio, doesn't scroll, is unsearchable, is uncopypasteable, takes up physical space, and is a fire risk. There's a generation gap here - you think "cozy" books are best on paper because that's what you grew up with. Younger people are used to reading everything on screens. I read far more novels on screen than on paper and don't find it "cold" at all.

    4. Re:Cold Books vs. Cozy Books by achurch · · Score: 5, Insightful
      Paper might have high resolution, but it has poor contrast ratio,

      Compared to a direct-light display such as an LED or CRT screen, perhaps, but I'd argue that the contrast is more than adequate. I personally find direct-light displays less comfortable to look at for long periods than reflected-light displays such as paper, but I suppose you can get used to either one; and I'll grant that the lack of a built-in light source can be a problem in dark areas, if you happen to read in such places frequently.

      doesn't scroll, is unsearchable, is uncopypasteable,

      Why would you need to do any of these? Maybe this is the generation gap, but at 28 and having read hundreds of paper novels, I've never once felt the need for any of those while reading. There have been a few occasions when I've wanted to go back and find a particular quote in a novel I read years ago, but that's a different usage pattern from ordinary reading--and incidentally, I've found that when I do need to search, my brain does a remarkably good job of finding the right place as I flip through the pages.

      takes up physical space,

      I guess if you've succumbed to the "gotta-get-em-all" Pokemon mindset, this could be an issue. I'm living in a 45m^2 apartment in Japan with two medium-size bookshelves, and already have plenty of books (around 150 at rough count) to occupy what free time I have--when I want more, I just sell some of the ones I already own.

      and is a fire risk.

      As is that CPU you're overclocking. No, seriously--the chance of a fire actually starting from or due to a book is probably about the same as, if not less than, the chance of a fire starting from your PC or other electronic equipment. If your apartment or house is stacked from floor to ceiling with paper books, maybe you'd have something to worry about if a kitchen fire or the like spread, but in ordinary circumstances it's really not something that merits particular concern.

      I'd also add that aside from having resolution that exceeds that of electronic displays, paper books don't need electricty to read, don't suffer from bugs or require updates, and survive ordinary wear and tear much better than electronic readers (I've got a book on Japan dating from 1907--a few photograph pages are no longer glued in they way they should be, but on the whole it's in fine shape).

    5. Re:Cold Books vs. Cozy Books by Anonymous Coward · · Score: 0

      I have a first edition of the old testament (Kernighan and Richie's C) that's the exact middle of these. You can have it when you pry it from my cold, dead hands.

    6. Re:Cold Books vs. Cozy Books by Aladrin · · Score: 4, Interesting

      I seem to be the odd one here. When I was young, I read a TON of paper books. But I hated 1 thing about them: Losing my page.

      For a long time, I used a bookmark that clipped to the back of the book and used an arm to mark the page. The only way to lose the page with this was to drop it from quite a height while it was near the start of the book. So it worked fairly well for my problem.

      But then, when I was about 18 or so, I installed an ebook reader on a Pilot. (Yes, before they adopted the name Palm.) After the initial discomfort, the fact that I NEVER lost my place in the book had me hooked. I've used a Palm device and 2 different Pocket PC devices since then, and I definitely prefer electronic reading. I would actually be willing to spend $500 on an ebook reader that does what -I- want. That means reading any format I throw at it, including LIT, Palm, RTF, HTML, anything. (IT doesn't have to support DRM tho. I won't be buying any books with DRM.) I think it'll be a while before I find this.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    7. Re:Cold Books vs. Cozy Books by elgaard · · Score: 1

      > takes up physical space,

      Yes, physical space is less of an issue for books you only read at home.

      But I read a lot of books when travelling or waiting: On planes, busses, trains, ferries, hotels, waiting for appointments, etc. I just hate it when I miss a few chapters in a book, bring it when travelling, the plane is delayed and I have finished the book before the plane takes off.

      So now I always keep a handful of book on an 8MByte CF card from an old camera, so I can read them on my Yopy.
      I also put books on my own website (http://www.digitalfrihed.dk/library/) so I can read on any computer, I pass.

    8. Re:Cold Books vs. Cozy Books by MichaelSmith · · Score: 2, Interesting
      No computer or search-engine will ever replace the cozy books.

      I disagree. I collect non-drm'd books and keep them on my PDA. I like having them with me so that I can read them on a whim. Otherwise I would have to drag a cubic metre of decaying paperbacks around with me.

      In the past I have lent paper books to people and never got them back. Electronic information is better for me and I don't lose anything by not having it on paper.

      But I won't agree to DRM. I may as well get the paper copy then.

    9. Re:Cold Books vs. Cozy Books by Imsdal · · Score: 1
      PDAs (as they get to larger sizes) will do away with cozy books as well.

      Yes, just as radio killed newspapers, movies killed the radio, TV killed movies and the video killed TV.

      If "do away with" means "decrease market share" you are probably right. If it means do away with, you are wrong. (Unless your time perspective is 100+ years, in which case there are a number of generations having to die off.)

    10. Re:Cold Books vs. Cozy Books by kesuki · · Score: 2, Insightful

      Whats really missing here is a 'killer' product that allows one to 'curl up in a sofa' and read, laptops are too cumbersome, e-book readers and tablet pcs are akward as well, sure a laptop on a coffe table is great for 'curling up' to watch video but, text which needs to be aligned to the way your head is pointing for maximum decypherability doesn't work so well.

      You say it's a generation gap, but honestly, you're a geek or a nerd, not a 'normal' gen 'Y'er. Normal kids are using their computers to play video games, or get porn, and are doing a lot of other things and when they do 'read' it's for school, and primarily with paper books and magazines. It is true the Gen Y geeks and nerds have become accustomed to using screens as reading interfaces, but the norms couoldn't care less. and in the terms of publishing the norms are the target audience. Norms even in gen Y have limited capabilities with computer, they know what google is, but if they can't find stuff on the first few links they give up. actually using computers to find and download texts? the norms would give up so quickly they'd find it much more useful to go to a book store or a library and have someone who can 'do the grunt work for them.'

      So unless someone designs a 'paper book' killer app and hardware set (basically an ipod+i-tunes music store) they way apple did for digital music gen Y simply won't pick up on digital reading. They will want something easy, sleek and stylish, that they can feel comfortable using for reading.

      One thing that could really make digital books take off with gen Y is a portal site that works off the same principal of Netflix, you go through a list of books you've read, rate them from 'hated it' to 'loved it' and the site starts reccomending books you might like the way a bookstore employee could. basic search functionality is useless to the average gen Y er without reccomendation functionality even if they find 'curling up' in front of the pc relaxing they would still need the basic funtionality of someone to give them really accurate advice whos reccomendatiosn they go 'wow i never would have know i loved book p!'

      then there needs to be a digital device, as convenient to carry around as a psp, that can access this site, and easily be used to curl up and read the books... otherwise gen Y even with their accostomedness to digital screens will find that 'googling' for books is clucky andand hard, and they'd rather just go to a bokstore.

    11. Re:Cold Books vs. Cozy Books by IndigoParadox · · Score: 1

      I totally agree with you here. Plus, I prefer something I can hold with one hand so I can read it while lying on my side. Books are always awkward when I try to get comfortable reading them because they insist on folding closed and they become weighted funny as I progress through them. =O(

    12. Re:Cold Books vs. Cozy Books by Anonymous Coward · · Score: 0

      the target audience for ebook software and hardware is NOT the general public, but rather those of the general public who enjoy reading books or really need the added functionality (those who don't enjoy it, but need to read and would make use of the search functions for studying). the crowd that likes books is a more geeky crowd than the general public, and would be more accepting of the idea than you think.

      Oh, and that "killer app" is just about here. it's called a pocket pc with wireless, and there are sites out there already that will recommend books based on what you've read (amazon.com does that and sells ebooks). the only thing it's waiting for is one bright individual or corporation to bring all the existing pieces together and advertise

    13. Re:Cold Books vs. Cozy Books by aussie_a · · Score: 2

      (Unless your time perspective is 100+ years, in which case there are a number of generations having to die off.)

      However long it takes to get PDAs up to paperback size in cheaply (Yes, just as radio killed newspapers

      Which was an auditory format supposedly killing a textual format.

      movies killed the radio

      Which was a visual format supposedly killing an auditory format.

      TV killed movies

      If you mean movie theatres, they're definitely dying out. However what was needed was the ability to replicate the positive aspects of the movie experience in your home for a cheap price. We're definitely getting there (price is the sticking point). They're also being artificially kept alive by the fact movies aren't released for the tv at the same time as they are for the movie theatre.

      and the video killed TV

      That was a user-paid in-chunk delivery system supposedly replacing a user-free instantaneous streaming delivery system.

      People now prefer paper books because of the feel and e-books have a glare. I personally think these are old fuddy duddy opinions that are borne from people becoming familiar with one particular technology, that the following generations won't have once the technology is here in a desirable format at an affordable price.

    14. Re:Cold Books vs. Cozy Books by Imsdal · · Score: 1
      I personally think (...)

      You may think whatever you like abot these different formats. The thing is that a format dies when the *last publisher/distributor* stops using that format, not when the *first pundit* suggest that it will die.

      I'm glad you could appreciate why all the earlier pundits who suggested that media format x would die out were wrong. Too bad you can't see the similarity between that and your own argument.

      Time will prove me right. In twenty years I'll write a book about this. It will be published in paper. Your kids will suggest that it would have been easier to read on the text scroller in ther sun glasses. Everyone else will by the paper copy of the book.

    15. Re:Cold Books vs. Cozy Books by Loquax · · Score: 1

      Walter Ong posed that we are entering a time when a "second orality" is taking hold. I don't think digital paper and e-ink are going to spell the end of reading books as much as audio media will replace the written word as the choice for most people. I enjoy listening to an audio book (unabridged of course) about as much as I do reading a physical book. What I especially like about the audio book is the ability to other things (drive, program, etc) while getting told a story. I've also listened to a great number of lectures and courses from the Teaching Company while doing other things as well. It seems to me that many of us are capable of learning and being entertained while the mundane things of life are taking place.

    16. Re:Cold Books vs. Cozy Books by oliverthered · · Score: 1

      paper books don't need electricty to read, don't suffer from bugs or require updates, and survive ordinary wear and tear much better than electronic reader

      That book from 1907 would have been printed on old school hemp paper or cloth, a modern acidic ground wood pulp books would never last that long, commonly less than 50 years.

      --
      thank God the internet isn't a human right.
    17. Re: Cold Books vs. Cozy Books by gidds · · Score: 1
      I'm with you here.

      I grew up with paperbacks, but now I read as much as possible from the screen of my Psion 5mx. Yes, on the minus side, it lacks the smell of paper, the crinkling of pages, the odd faded page where the ink was running out, the cracked spine causing it to fall open at particular pages, the occasional ragged edge, the dust and food stains caught between pages... But on the plus side, it lacks all those things!

      Both formats have their advantages, but it can be hard to get beyond your familiarity and preconceptions and see them. For example, I never need to worry about bookmarks falling out of my Psion, and I carry around with me the equivalent of about three bookcases, without straining. And I can read them as many times as I like without worrying about them falling apart (which has happened to several of my favourite paperbacks).

      And as for bedtime reading, my 5mx is smaller than almost all paperbacks and is very comfortable to read in bed. Especially given its backlight, which lets me read with all the lights off. Beat that for coziness!

      --

      Ceterum censeo subscriptionem esse delendam.

    18. Re:Cold Books vs. Cozy Books by Gospodin · · Score: 1

      Try dropping your eBook from quite a height and see if it keeps your place.

      --
      ...following the principles of Heisenburger's Uncertain Cat...
    19. Re:Cold Books vs. Cozy Books by kesuki · · Score: 1

      you have no idea of what the publishing world is like do you?

      wal-mart sells books... the books wal-mart sells are 'mass market' books. mass market books earn revenues 100-150x higher than 'niche book lover' generas. why do you think everyone and their brother has read 'the da vinci code' why do you think most people have heard of 'john grishham' or 'stephen king'? only geeks read books? you're way off base.

      try breaking into the world of publishing some time. 'geeky book lovers' are an unimportant crowd to the publishing world. they are after the oprah audience, they are after the people who read 2-10 books a year.

      Thy wish they could make those people read 20-30 book a year, and pay just as much... yes publishers provide books for every market segment imaginable, but the authors they're looking for are the ones that get kids to read books like jk rowling. not the ones that can capture the hearts and minds a few thousand readers who can spend 10 hours a day reading books.

    20. Re:Cold Books vs. Cozy Books by Anonymous Coward · · Score: 0

      I would like to note that basically the small market publish is going to be screwed because gen Y's genera book lovers will be used to screens. the mass market Gen Yer will still have trouble with any technology that ins't a 'no-brainer' so my previous comment about a killer app still applies to 'mass market publication' but considering how easy it would be for sony to say make the PSP2 a truly portable online gaming platform by cutting a deal with a company like verison to bundle 3G wireless capabilities into it. this being done to try and steal market share back from nintendo, who's Wii and DS combo has taken a away market share that sony thought it owned...

      if the psp2 was truly an online anywhere portable, then the possiblities for somone trying to make online books really ckicl with Gen Yers would suddenly find themselves with a nice prlatform people can use to download e-books and store them to a memory card and read them anywhere... and even get online reccomendations on which e-books to buy.... then the mass market paper book migh truly die out in generation y's life time.

      but without the 'killer app' it's only the small market publishers who will find only by selling books online can they continue to survive as gen Y matures and becomes the 'target' audience for books.

    21. Re:Cold Books vs. Cozy Books by sckeener · · Score: 1

      I like your description of cold vs cozy.

      I love D&D and have tons of pdfs for 2nd edition AD&D. D&D books fit in both Cold & Cozy for me. They are something I enjoy reading but they are also reference material.

      Note that the notions of "cozy books" and "cold books" are relative. A female engineer may consider a book about advanced quantum physics to be a "cozy book" for leisure reading, but a middle-aged housewife may consider a romance novel to be a "cozy book".

      I especially like this comment because it gives me hope about ebooks. Some cozy & cold books are never published because the target market is too small. ebooks works perfectly for this market and as an example rpgnow , a site that has tons of ebooks for gamers. It is a perfect example of cold & cozy books that probably wouldn't have gotten published or at least not as much without ebooks.

      --
      "Only one thing, is impossible for god: to find any sense in any copyright law on the planet." Mark Twain
    22. Re:Cold Books vs. Cozy Books by One+Childish+N00b · · Score: 1

      Maybe this is the generation gap, but at 28 and having read hundreds of paper novels, I've never once felt the need for any of those while reading.

      It's not a generation gap - I'm 18 now and I'm still in love with reading paper novels, for precisely the reasons mentioned elsewhere in this discussion; I enjoy being able to curl up somewhere comfortable, lie how I want, and enjoy a good book. You just can't do that with a 'tablet PC' or a notebook - the former may be easier than the latter, but it's still not a comfortable experience, least of all for the eyes. There is simply something very satisfying of holding a good-sized book in your hand, flipping the pages and letting your eyes relaxedly pass over the print that just cannot be replaced by a brightly-glowing screen, regardless of how great the resolution is - it just feels so abstracted.

      Maybe it's because I spend the rest of my day staring at screens be it at work, at college or wherever else I seem to be - I'm a nerd, I spend a lot of time the internet, it simply comes with the territory - and so it's a nice break for my eyes to sit down with a book and spend an hour or two each day, if I can, not straining my eyes staring intently into a screen of some description, but that doesn't explain why my less geeky friends still prefer to indulge in their reading material on paper rather than pixel. I have a bookcase at home with what must be around 400+ books, fact and fiction, from technical manuals and programming guides to Terry Pratchett and Douglas Adams right through to Stephen King and James Herbert, and there is not one I would rather read on a screen, tablet PC or not.

      I think books are going to be around for a long time to come, simply because of people like me. When I get around to having children at some point in the future, I hope those books I've enjoyed over the years are going to still be there for me to pass my passion for reading onto them; I'm already helping my girlfriend's baby sister learn to read by passing on all the children's books I had and have kept all these years out of nostalgia, as I remember just how fulfilling it is to cultivate a precocious understanding of English and just how much it helps acquire knowledge in other areas, and the relaxed, enjoyable nature of reading just cannot be fully grasped staring into a screen - as I said above, there's something about turning the pages of a good book that is strangely fulfilling in a way that scrolling up and down a .pdf isn't. Of course, another reason I'm passing them on is that I don't like the idea of the generation after me seeing a 'book' as just another file format, but I think that's a view shared by all but the most rabid of technology entheusiasts. The day I can only buy the latest novel by my favourite author (slightly difficult, I know, what with Mr. Adams being very, very dead) on a plastic DRMed tablet is the day I'll truly learn to appreciate my massive back-catalogue of paper books I havent got round to reading yet.

      Don't get me wrong, fellow nerds, I love computers, but I love books too.

      --
      Dealing with lawyers would be a lot less tedious if they all looked like Casey Novak.
    23. Re:Cold Books vs. Cozy Books by Anonymous Coward · · Score: 0
      don't suffer from bugs or require updates

      Aside from pointing out college texts that would like you to update every few years, many books do in fact contain "bugs", or factual errors, and do in fact have "updates", also known as "errata". In fact, I can link to an example, where the author has offered cash rewards for pointing out bugs, and the errata he has posted on the web since it is easier than distributing updates. Previously, a leaflet sometimes would be distributed with a book listing errors and corrections.

    24. Re:Cold Books vs. Cozy Books by Hatta · · Score: 1

      Examples of cold books are the books that you use at work. You have no attachment to these books. They are there to provide information.

      Wrong. Books that provide information are the ones that I have the greatest attachment to.

      The opposite of cold books is cozy books. These are books that you read while you are curled up in a comfy sofa or bed.

      But the books that provide information ARE the books that I read while curled up in bed.

      Is this so backwards? Why are people comforted by the lack of information, and so put off by the presence of information?

      --
      Give me Classic Slashdot or give me death!
    25. Re:Cold Books vs. Cozy Books by stuartweibel · · Score: 1

      Emissive versus reflective displays Emissive screens are great in some circumstances... bright, high contrast, dynamic. reflective (Paper), on the otherhand may seem dull, but tiny movements can alter the perception of the text and images, allowing a far broader range of usefulness. We do this unconsciously but to great effect, whereas with a screen, when the sun washes it out, there isn't much recourse.

    26. Re:Cold Books vs. Cozy Books by The-Ixian · · Score: 1

      I personally read books only on my PDA. I find it very convenient that I can carry several 800+ page novels in a small container, be able to read in low light conditions without having an external light source, have multiple bookmarks and be able to search for text.

      I should note that the PDA I use for ebooks is an old Compaq iPaq 3150 with a monochrome screen. It is much better suited to ebooks than my newer PocketPC with a color LCD screen. The color screen is not only harder to read in low light conditions but also drains battery power at 8x the rate as compared to the monochrome version.

      --
      My eyes reflect the stars and a smile lights up my face.
    27. Re:Cold Books vs. Cozy Books by Feneric · · Score: 2, Informative

      ... including LIT, Palm, RTF, HTML, anything. (IT doesn't have to support DRM tho. I won't be buying any books with DRM.) ...

      Don't forget Newton books (as are freely available without DRM on Newton's Library) and Z-Machine works (as are freely available without DRM on the Interactive Fiction Archive). I definitely want at least these two formats in my dream e-book reader. A few other less common ones (like TADS, for example) would also be nice, but I'd personally settle for the ones you list plus PDF, Newton book, and Z-Machine.

    28. Re:Cold Books vs. Cozy Books by achurch · · Score: 1
      Hmm, I hadn't looked at that angle; this is a good point depending on how you travel. Though I've personally never found myself pressed for bag/suitcase space due to books in the past, I could see myself taking an electronic reader with me on a trip--though I'd still want the "real thing" to read at home (or elsewhere where I can relax).

      I wonder how much raw storage you could stick in a little chip embedded in the cover/spine, which would then transmit the book's contents to a reader through RF or some other method that doesn't require independent power--then you could have your cake and eat it too . . .

    29. Re:Cold Books vs. Cozy Books by achurch · · Score: 1
      Aside from pointing out college texts that would like you to update every few years, many books do in fact contain "bugs", or factual errors

      And those are the "cold books" mentioned by the OP, which have a completely different reading context from the "cozy books" I'm talking about. I have no dispute that things like college texts and reference books will need to be updated or corrected every once in a while, but they're also not things you sit down with when you want a nice relaxing evening of reading. (Well, maybe if you're a leading quantum physicist you might find an introductory text on quantum physics relaxing, but in that case you wouldn't be paying close attention to any errors anyway.)

    30. Re:Cold Books vs. Cozy Books by Abcd1234 · · Score: 1

      That means reading any format I throw at it, including LIT, Palm, RTF, HTML, anything.

      Tell me you're at least using Palm Fiction (and don't balk at the Russian-language site... the English version works fine :). It certainly reads Palm, RTF, and HTML (though not sure how well it does the latter), as well as Word97, plain text, and some other formats, and has more features than I could ever want in an e-book reader. It's a *fantastic* application!

    31. Re:Cold Books vs. Cozy Books by davidsyes · · Score: 1

      I have near-complete objection to DRM in any works I will create and distribute. As an aspiring naval fiction author, I intend to make sure than NO firm dealing in DRM will be related to any of my work. Even if they offer me a tempting amount of money just for limited distribution rights, they will still not be allowed to impose DRM.

      That's how **I** feel...

      That is the order of things... as the Gem H'dar would say... (spelling?)

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    32. Re:Cold Books vs. Cozy Books by Aladrin · · Score: 1

      Actually, I dumped my Palm/Pilot handhelds long ago. I've used a Jornada for the last few years and it's dying. I use a program called ubook (pronounced microbook, but I'm too lazy to go look for the funny u) thta used to be freeware. I've got the last freeware version installed and it handles txt, rtf, html, pdb and I think a few others fairly well.

      If there was a free reader for a decently priced palm, I would probably be tempted to go back.

      Does 'Palm Fiction' do screen rotation? And what're the minimum reqs? I scanned the russian page, but there isn't enough there for me to figure those out. It DOES look like it'll do zipped files, which is good. I use that a lot, too.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    33. Re:Cold Books vs. Cozy Books by Abcd1234 · · Score: 1

      Does 'Palm Fiction' do screen rotation?

      It does. That's actually one of the main features I wanted in an ereader, and PF was the only one I could find that could do it.

      And what're the minimum reqs?

      Hmm... according to the Palm Freeware page on PF, it requires OS 3.5 or greater, but that's about it.

      Personally, I use it on my TX, but that's not exactly an entry-level Palm. :)

    34. Re:Cold Books vs. Cozy Books by Aladrin · · Score: 1

      Thanks for the info. I'll have to look into Palm again.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    35. Re:Cold Books vs. Cozy Books by aussie_a · · Score: 1

      Right. Because I said dead-tree books would dissapear in 20 years time.

      By your logic, records would still be played. After all, they give a much more crisp and organic feel to the music. Whereas digital music is too mechanical and fake.

    36. Re:Cold Books vs. Cozy Books by jc42 · · Score: 1

      What I've found, from being involved in putting music online in a simple plain-text notation, is that the objections and restrictions always come from the agents, not from the composers themselves.

      The reason is that composers seem to understand that if you want your stuff played, it has to be available to musicians. If they can't find it, they won't play it, and nobody will hear it.

      I even have one clear example of a recent tune that, 10 years ago, was often played by one of the crowds that I hang out with. The agent for the composer contacted me and told me to remove it from my web site. Since then, my web site has become a routine resource for local musicians looking for tunes. They no longer find this tune, but they do find other unrestricted tunes that will work for the gig. So the tune isn't played here much any more. I'll start it if I think the others present know it, but younger members of the crowd don't know it. So this agent's "restriction" of the tune has effectively eliminated it from our repertoire.

      I've seen comments implying that a lot of authors have a similar understanding. People have to read your stuff, or nobody will read your stuff. If your stuff is wrapped up tightly so that people have to jump through hoops to read it, well, there are lots of other more accessible things that they can read. Restrictions that block reader access work to drive readers away, and this really isn't good for business.

      In the long term, this will probably work itself out, as it becomes obvious that DRM is mostly a way of shooting yourself in the foot. But along the way, a lot of good stuff will be lost because the "customers" can't easily learn enough about it to decide that they like it.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    37. Re:Cold Books vs. Cozy Books by Gattman01 · · Score: 1
      Younger people are used to reading everything on screens.


      As a young person, 22, I prefer reading paper books over reading on a screen.

      I agree the other guy, book seem much more "cozy" then a screen.
      PDAs and the like are better then computer screens. I've even read books on my graphing calculator, but I like the physical book much better.
    38. Re:Cold Books vs. Cozy Books by davidsyes · · Score: 1

      What you relate is very interesting. It reminds me of the books/magazines I had read which say, basically, "Your agent will work hard for you; if YOU don't get paid, your agent doesn't either..."

      Well, in the case you mentioned it seems that either the agent threatened to not rep the artist, or convinced the artist it wasn't in the best interest of all concerned. Maybe that agent finds it "beneath dignity" to offer up the material for "please donate/pay if you liked the material" or something like that.

      I really, really wish the artists will start to band together and survive/make a good living on THEIR terms, not the stifling industry terms. Sure, SOME people (maybe a LOT?) will need an "enforcer"/agent, but I agree with you, and others: the material has to be read/seen/heard in order to garner sales potential. I guess they don't want to market (oops, which is what III need to learn to do...)

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    39. Re:Cold Books vs. Cozy Books by Anonymous Coward · · Score: 0

      I, personally, find the weight of the books a bit much to carry around in my carry-on. O.k., so I never go anywhere with less than 3 or 4 books in my carry-on. So I'll vote for digital.

    40. Re:Cold Books vs. Cozy Books by fireboy1919 · · Score: 1

      I don't know if you'd prefer it, but I found a solution for this, and for another problem - storage in a small space. I've got a Palm Tungsten E, which has 32 MB of memory built-in. I've had as many as 20 books on it at once - some of which were over half a meg compressed - and never been able to break the 2MB barrier in terms of book size. Before I used compressed ones, this was a bit of a problem.

      The answer is that you can convert from all of those formats to HTML. In fact, HTML can look like any of those. So what you really want is something that can display HTML in from a perspective of an e-book reader. Just convert to HTML and tell your e-book reader what the root file of your book is (or do like I do and make a nice presentation front page from which you can select whichever book you want).

      I use plucker for my actual reader, and convert most every format using Open Office. Open Office can read RTF, DOC, HTML (if you get very nonstandard HTML from somewhere, as is usually the case) and convert them into compliant HTML. The one exception to this is PDF.

      Since PDF is an exact layout format, it's very difficult to remove text from it programmatically. You can do it with ghostscript, but it doesn't look good. I mostly use Acroread for palm for those - which still doesn't look very good.

      Lit files actually involve an unpacking step which unfortunately breaks DRM. Your other alternative is to pay for a crappy e-book reader, though. Lit files are actually compressed, encrypted collections of HTML files, so you generally lose almost nothing in the conversion in terms of display.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    41. Re:Cold Books vs. Cozy Books by Aladrin · · Score: 1

      When I first used my Pilot to read books, this was the process that was required. You had to convert from whatever it was to PDB format. I'm a basically lazy person and I read a LOT of books. The extra time spent doing this was very annoying to me, so I eventually just spent the money to get a device that didn't need the transformation.

      If I were going to go the translation route, I would probably look for an ebook reader that read OEB format and write a automagical translater for that. (My definition of lazy allows me to work if it will allow me to be MUCH lazier later.) I might even attempt to WRITE an ebook reader than handled it.

      Unfortunately, I can still limp along with my current reader, so I never quite get the motivation to do that.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  38. yeah whatever by ohzero · · Score: 3, Insightful

    I can barely get through a slashdot briefing in a web browser, let alone war and peace.
    Noone reads ebooks as it is now, because a screen is an impractical medium for books.
    Indexing them all will be neato bambino for quick searches and whatnot, but most people don't want to be glued to a screen for that long. Besides, books smell cool and computers do not.

    --
    -- http://www.criticalassets.com
    1. Re:yeah whatever by Anonymous Coward · · Score: 0

      Noone reads? I do a lot. Light laptop is as handy as a book. Its screen doesn't radiate as CRT-s did. I can't think of any feature of a paper book, it doesn't have.

      And if I want to smell something, I go for a walk to a park, because I've read more (no visits in libraries or bookshops) and have got some additional spare time. ;)

    2. Re:yeah whatever by MrRee · · Score: 2, Insightful

      No body reads e-books? I read them all the time. I keep them handy on my Pocket PC phone for those times I'm stuck waiting for a doctor's appointment, subway, business travel, or other such normally dead time. After all, when was the last time you saw a magazine from this decade at a doctor's office?

      They aren't a substitute for paper--I still read paper books and subscribe to paper magazines like Asimov's Science Fiction. However, since I always carry my phone an e-book is easily accessable for those moments when there is literally nothing else to do.

      At such times some game, most stare blankly at the wall, and others are mezmorized by the babble box. I prefer to read.

  39. housed in the ministry of truth by pintomp3 · · Score: 4, Insightful

    not that /. needs any more references to 1984, but this could make it a lot easier to alter the text. unless there were multiple databases controlled by sources with conflicting interests (some sort of checks and balances) or the database had some non-defeatable version tracking, how would you know that the content is genuine?

    1. Re:housed in the ministry of truth by Anonymous Coward · · Score: 0

      A simple cryptographic hash has been known to work for this sort of thing. Hash each book, maintain a seperate database of hashes with a whole lot of backups that anyone can download (I can't imagine that the hashs of, say, a million books would be more then a couple megabytes). Anyone who wants to see if the work has been changed just doublechecks the file against the hash, and presto, you have verified or denied.

      The system would be relatively easy to set up, and it would ensure no work was altered. In fact releasing an official hash would be like releasing an edition of a book - once the hash was released the work COULD NOT be altered without a new hash being released. It would be relatively simple to code a reader that would connect to a hash database of your choice (including one you maintained yourself, possibly) that would check if what you were reading was genuinely what the author wrote.

      In fact, with two layers of people (editors and publishers) removed from the process, hashs would ensure that the work you were reading was even more genuinely what the author wrote then a printed book!

  40. 50 Petabytes on an Ipod? by moultano · · Score: 0, Offtopic

    I may be old fashioned, but doesn't that seem a bit outlandish? I mean, I know, people would have said that about gigabytes in the days of yore, but still. When do we reach the fundamental limit of information density per unit space? Anyone with knowledge on this care to comment?

    1. Re:50 Petabytes on an Ipod? by PTBarnum · · Score: 1

      I can't commment on how much information density people may find useful, but it is possible to say what the physical limits of information density are. A researcher named Seth Lloyd did some calculations and determined that given 1 Kg of mass and 1 L of space, you could create a computer with about 10^31 bits of information.

      Nature -- "Ultimate Physical Limits to Computation" (vol. 406, no. 6788, 31 August 2000, pp. 1047-1054)

  41. Shift, not paradigm change ahead for books by Bombula · · Score: 5, Interesting
    I think one thing that separates books from DVDs and CDs is that books are their own content delivery system.

    With DVDs and CDs (ie: video and music) you need a hardware system to access the content. With a book, the hardware is in the pages and the binding. So when we're talking about e-books, we're talking about changing the playback hardware, not just the distribution channel for the content.

    This is important because for music and video the internet (file sharing) has only really altered the distribution channel for content, not the playback hardware.

    I think e-books have not taken off because the market likes the existing playback hardware: paper pages and binding. I don't think that is likely to change as long as prices for books remain affordable. Unless the point of production of the playback hardware shifts to the end-user (ie: a home book-binding color laser printer or something like that), this is likely to remain so. And even if such devices were possible, people would probably still buy 'the real thing'. After all, there have been home cappucino machines for a long time, yet Starbucks is booming. These are probably the main reasons why books and bookstores have been a booming business since the inception of the internet, and not the other way around.

    The situation may be different in places where books (and Starbucks) are not affordable, like in - say - Bangladesh. And this electronic resource will be wonderful for serving those communities. But giving such markets access to books electronically doesn't constitute any loss of sales since they aren't buyers in any case.

    For all of these reasons, I suspect this resource is going to be a fantastic research tool, but I doubt it is going to be a paradigm change so much as a subtle shift for the distribution of the written word.

    --
    A-Bomb
    1. Re:Shift, not paradigm change ahead for books by Chris+Pimlott · · Score: 1

      I agree. As much as I enjoy high technology, there's also something satisfying about a completely self-sufficient product; even if the bombs started dropping tomorrow, the EMP killed all the circuits and all the oil dried up, they're still as useful and usable as today.

      We're getting to the point, though, where the cost of a player isn't that significant. I saw something interesting at Border's the other day; they're now selling audiobooks pre-loaded on a small MP3 player. They're called Playaway and they come with headphones and batteries included. It's a bit more expensive, but audiobooks always were overpriced, and it's really not that much of a difference in price. There are some faults - the battery life isn't quite enough for a full book and the audio quality is about what you'd expect - but the technology will improve, as it always does.

      It's not hard to imagine a future where all media has its own integrated playback unit.

  42. I think I smell a campaign. by Grendel+Drago · · Score: 1

    Those Norwegians hunger for the sweet taste of American freedom! We must fight the terrorists among the fjords so we don't have to fight them here!

    --
    Laws do not persuade just because they threaten. --Seneca
  43. old tech by obnoxiousbastard · · Score: 3, Insightful

    I have tons of online help BS on my computer but when I really need to figure something out, I still reach for Kerningham's C book or Knuth's Art of Computer Programming.

    Sigh... I'm like sooo last century.

    --
    Is that a SCSI connector or are you just glad to see me?
    1. Re:old tech by montyzooooma · · Score: 1

      But what you need is an ebook reader. If you had an ebook reader you could reach for just as easily as your reference book but that weighed far less and was searchable, wouldn't you rather use that?

    2. Re:old tech by Adhemar · · Score: 1
      I have tons of online help BS on my computer but when I really need to figure something out, I still reach for Kerningham's C book or Knuth's Art of Computer Programming.
      Sigh... I'm like sooo last century.
      If you have Knuth's complete monograph The Art of Computer Programming, then you must be sooo next century.
  44. Where's best to read? by Anonymous Coward · · Score: 0

    So what's the best way to read an eBook? Not on my computer I hope, I sit here too long as it is.

  45. Physics != Politics by ahfoo · · Score: 2, Interesting

    Here's a quote from a guy who considered himself qualified to discuss politics with authority. He seems to think that if we had automated means of producing objects of desire and need that we would essentially be in a position to do away with class in society.

    There is only one condition in which we can imagine managers not needing subordinates, and masters not needing slaves. This condition would be that each (inanimate) instrument could do its own work, at the word of command or by intelligent anticipation; as if a shuttle should weave of itself, and a plectrum should do its own harp playing.

    Aristotle, The Politics 350 BCE

    1. Re:Physics != Politics by Asic+Eng · · Score: 1

      What's Aristotle's actual track record in politics? I don't think he is right, nor do I detect an argument in the quote which would address the points I raised. As far as "physic!=politics" - politics will always be constrained by the laws of physics.

  46. And who will pay the authors? by Anonymous Coward · · Score: 0

    Free everything for everyone sounds nice, but authors still need to be paid for their work. If it only covers books no longer being sold, then it is fair enough. "Every book ever written" goes beyond this however.

  47. malleability by rabiddeity · · Score: 1

    You've beaten me to point number 3, and said it better than I could. Well done.

  48. Not if the writers got anything to say about it by SmallFurryCreature · · Score: 3, Insightful
    Replicators are good sci-fi and bad writers hate them. They ruin storylines. Check how many Star Trek stories have the crew facing limited supplies. How can that be? Replicate some more.

    Same is true with greed story lines. No federation level race can have any desire to gain precious jewels because they can be easily replicated in any amount you want. So none of this gold pressed latinum nonsense.

    The true concept of the replicator was rarely if ever used. In its full glory it would create a world without needs or wants. There would be no scarcity. Not of essentials and not of desirables. You could feed anyone and feed them on the finest foods.

    99% of writers could never accept this. They had to introduce limitations or else their story telling techniques could not work. What is the point of sharing a rare bottle with someone. Rare? Just upload its pattern and anyone who wants to can have it.

    So they introduced limits, like that it never tastes as good. HOW? Since replicators and transporters are similar technology either they create a perfect copy (and we been told time and time again that transporters do exactly that) or they do not and transporters would be useless.

    In Star Trek the true replicators would ruin a lot of the stories because there would be no limit on resources, there would be no value to rare metals and precious stones, there would be no scarcity. Now check how many ST story lines respect the original vision of the replicator.

    That is your clue as to the effect it would have on real life. All the current systems would collapse.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Not if the writers got anything to say about it by hedred · · Score: 3, Insightful

      But things cannot be created from nothing. Energy and elements would be necessary to make the required molecules. I think Snowcrash by Neal Stephenson had a cool 'replicator' technology. As I recall, there was a 'pipe' that delivered the elements to your house and then your home device put them together into whatever you wanted. Basically there was an Element Service Provider. Wealthy people had a fat pipe, so they received many elements quickly and could make things very fast. Poor people could only afford a small pipe, consequently their items might take weeks or months to make.

      --
      :P
    2. Re:Not if the writers got anything to say about it by Agronomist+Cowherd · · Score: 2, Insightful
      That's Stephenson's "The Diamond Age".

      Both are great books. So is his Cyptonomicon. Really, 3 of my favorites of all time from just one author.

      --
      -DwS
    3. Re:Not if the writers got anything to say about it by MeepMeep · · Score: 1

      Actually, there are at least 3 writers who've written of futuristic 'post-scarcity' economies:

      Iain M. Banks - any of the Culture novels
      Neal Stephenson - "The Diamond Age"
      Charles Stross - "Singularity Sky"

      and those are just off the top of my head, I'm sure there are plenty more.

      Worth exploring, if you are interested in how some writers have handled the situation. And it makes for interesting storylines - because once you've taken 'struggle' out of life, what is there? Read and find out what some writers think.

      MeepMeep

  49. E-Books? by IHC+Navistar · · Score: 0
    Didn't the whole "E-Book" idea die a fairly rapid death when it was first launched to the public? My memories of it were that it failed miserably, sort of like "Plan 9 From Outer Space".

    -----

    A Mindless Worker Is A Happy Worker.

    --
    Knowing Google's lust for data collection, the Soviet Union is still alive and well inside the psyche of Sergey Brin....
    1. Re:E-Books? by sedman · · Score: 4, Insightful

      Ebooks died when the publishers missed the point. Buying an e-books is one thing. Buying an ebook for the price of a hardback is quite another.

  50. "And why stop there?" by Polski+Radon · · Score: 1

    Information overload. Something I am unfortunately suffering from.

  51. George O. Smith wrote about it by Mathinker · · Score: 1

    See George O. Smith's "Venus Equilateral" stories, they're compiled into a collection called "The Complete Venus Equilateral".

    I'm sure you'll find it on the Internet somewhere (yea! now I'm back on topic!)

  52. Extending your analogy by Beryllium+Sphere(tm) · · Score: 4, Insightful

    Have you noticed how Internet access makes smart people smarter and stupid people stupider?

    1. Re:Extending your analogy by Anonymous Coward · · Score: 0

      Internet = Intelligence Vector Enhancer?

  53. free by Anonymous Coward · · Score: 0

    sites such as gutenberg and ebooksclub already provide some excellent ebook resources, the first one is excellent for fiction the second site is invaliable for reference (especially IT)

  54. Newspapers will survive by Opportunist · · Score: 1

    Don't worry about the NYT and others. The 'net can easily replace TV (and it will), but never newspapers.

    How do you read it on the toilet or in the subway? With your PDA? Who'll buy a PDA for a few 100s if all he has to do is to dish out 50 cents a day? Most people prefer to pay a little daily to paying some large sum at once.

    Besides, how do you swat a fly with your PDA?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  55. Procrastination by nsmike · · Score: 1

    Oh, man... College databases for stuff like this suck right now...

    If I could've had all of the books available to me for which the copyright had long since run out when I was in college... *Drools*

    Then! If they had made a database of books that no one would read except for research purposes for which the copyrights were still in place that had to be licensed, but you got access to for being a student...

    Well. I would've done a lot better in college if I had had something like that. I hate libraries.

  56. "And why stop there?" by Anonymous Coward · · Score: 0



    "And why stop there?"

    How about a little thing called. . . COPYRIGHT !!

    .

    Mindless linux twit

  57. similar the people of the world? by way2trivial · · Score: 1

    The MAIN thing I love about reading newspapers is seeing how different the take/viewpoint usually is compared to the pablum I get here at home.

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  58. A very nice Article by anandsr · · Score: 1

    For those who havent, RTFM.

    I would like to see the control of the copy as a means to earn a livelyhood get thrown away.

  59. "Approved" Texts and "Corrected" Versions. by Anonymous Coward · · Score: 2, Insightful

    The blessing of electronic media is also it's curse: Instant modification of documents, or outright deletion of the undesirable.

    There is still plenty of need in the world for hard copy.
    Physical, leather bound, acid free paper.
    Stone tablets. Microfilm copies.

    '1984' had it's ministry of truth, 2006 has the ministry of fog - an internet clogged with countless documents.

    The Right to Read has never been greater.

  60. Virtual Books by brunes69 · · Score: 2, Funny
  61. The Future Of Digital Books by victorlamp · · Score: 1

    Enjoyed reading your article.
    We are trying to do exactly what you were mentioning in your column.
    The beta version of our library is at http://www.bookyards.com/
    It is free. and available to all.
    Within two months our full and edited version will be online. Comments on how to improve our site will be appreciated

  62. Offtopic? That's on the first page of the article. by moultano · · Score: 1

    nt

  63. Who is going to author books in the future? by jerseyjim · · Score: 1

    I wrote one of the first books on computer programming back in days before the IBM PC and continue to write for the world's leading publishers. More than 75 books so far. Not much is mentioned about authors being paid for their work. Consider: a library under contract with a search engine buys one copy and then let's the search engine digitize the book and make it available for free on the web. Does that seem fair? Isn't this happening with CDs? Why should I - and my fellow authors - write a book that makes technology easy to understand for our readers only to have a billion dollar search engine copy it and give it a way - and collect ad revenue from advertisers who want their ads to be displayed along side the text of my book. Contrary to what you might read in the press, authors don't make a lot of money writing books. The move to digitize books will steal the little financial incentive there is. The result will be few of us willing write books and the search engines will be serving up a hodge-podge of bits and pieces of useful - and not so useful - information.

    1. Re:Who is going to author books in the future? by robertjw · · Score: 2, Informative

      a library under contract with a search engine buys one copy and then let's the search engine digitize the book and make it available for free on the web. Does that seem fair? Isn't this happening with CDs? Why should I - and my fellow authors - write a book...

      If the full content of the book is available for free on the web, this probably isn't fair, but that's not currently the situation or the goal. From Google:

      The Library Project's aim is simple: make it easier for people to find relevant books specifically books they wouldn't find any other way such as those that are out of print while carefully respecting authors' and publishers' copyrights.

      Google's current intention doesn't seem to be to offer all the content of every book ever written up for everyone. Google wants to act as a search tool so people can find one of your books and purchase it - not read it all online. This could obviously change at any moment, but this really isn't any more of a threat to the publishing industry than book reviews are.

      The other major difference between a book and a CD is the format. Most people don't want to read books off their computer screen. Paper is a much nicer medium - if they want a book. As a tech book author, I would worry much more about all of the forums, faqs, blogs and other sites that offer some of the same education that you write about. I rarely read a tech book because I can find the answers to my questions so much faster in Google.

      Contrary to what you might read in the press, authors don't make a lot of money writing books.

      Now that's interesting. So, if I buy one of the books you authored for, say $30, you mean to tell me you don't get the majority of that money? If that's true, who does make all of the revenue from those book sales? The publishers, printers, distributors and retail outlets? Does that seem fair?

      Honestly, I think the authors of the future will create their content in blogs, ebooks, podcasts or other types of digital formats and use subscriptions or advertising revenue to fund their efforts. The only reason the publishing industry is still viable at all is because no one has come up with a reasonable book reader that people like. As soon as that happens paper books will become a thing of the past.

      The bottom line is the Internet has changed things for many different industries. Traditional media, music, advertising, etc... The best thing to do is find out how to apply your talents to a digital format rather than trying to resist the changes in the legislature and the courtroom.

  64. A timekeeping parallel... by sean.peters · · Score: 1

    There's a parallel here to timekeeping technology. Not so many years ago, mechanical clocks & watches were essentially completely replaced by quartz models, that were "better" in every respect: they were cheaper, kept better time, and offered more functionality in the same space - countdown timers, stopwatches, etc. However, there are lots of us who still like mechanical timepieces BECAUSE they're old fashioned (note that the technology switch discussed above happened while I was a kid - my first watch was digital).

    No matter how great eBooks become (and they've got a long ways to go), there's always going to be a market for paper books for those interested in antique technology.

    Sean

    1. Re:A timekeeping parallel... by Peter+Mork · · Score: 1

      I think it's more than nostalgia. How many times have you looked at your watch and then been asked, "What time is it?" only to realize you need to look at your watch to answer the question. I know that I've experienced this phenomenon several times.

      I believe that one of the biggest reasons we look at a watch or clock is to determine how long until some future timepoint. (For example, how long until my favorite show is on? How soon do I get to leave? Etc.) From that perspective, a mechanical timepiece is quite valuable because there is a natural correspondence between area and time. When you look at a digital clock that reads 3:19, you have to do some math to determine that there's 11 minutes until your 3:30 meeting. Based on this observation, I'm not giving up my mechanical watch.

  65. Sony Reader by eheimer · · Score: 1

    Keep your eye out for the Sony Reader coming out this Spring sometime. Yeah, yeah, all the stuff about Sony ... but if it's as good as it sounds, it's something I could see myself getting.

  66. New ways of compensating artists/authors/etc by adamfranco · · Score: 4, Interesting

    This article goes to some length discussing the historical basis for copyrights and how those may or not still be valid for creative works in the 21st century as the cost of making and distributing copies has effectively gone to zero. The author comes to the conclusion that no matter what laws are made or desires are had by publishers (or authors) technologically, the "copy" has ceased to be acontrollable thing that revenues can be squeezed from.
      An interesting thing will be how authors and artists of the late 21st century will make their livings. Already many performing artists [musicians] are moving towarddistributing their recordings under CreativeCommons licenses that allow them to begenerally free to the public.* They then can increase their following and make a better living selling tickets to performances as well as taking donations and selling easy accessto their music.
      The 'donation' aspect of this new model is one that I find particularly interesting. It remains to be seen how it would work out, but I can imagine a day when a music group or author puts up a 'new album/book fundraiser' on their website. Fan donations could build until the cost of the production is met, at which point the group/author makes their work and provides it for download free of additional charges (as it has already been paid for). This "donations/payment upfront" model would strongly encourage increased production by artists (the purpose of copyright), while also providing a mechanism to support smaller/niche artists. I imagine that this model would not produce the huge incomes of current (<2%) superstars, but it should provide reasonable incomes for the vast majority of artists.
      As a example of this model in use is the musician "Cargo Cult". I downloaded his albums (for free in 128kbps mp3 format) and listened to them on my MP3 player for several weeks. After a while I found that I really liked his music and went back to Magnatune and gave him $8 for the CD-Quality version of the tracks. Also, I sent him an email asking about his experience giving away his music under CreativeCommons. He replied back with a short message that basically said "Before I didn't make any money with my music, now I do." Where might we (and our culture) be if this was the dominant model.
      - Adam
     
      *Some, such as theAttribution-NonCommercial-ShareAlikelicense that I use for mywebsiteallow free use only for non-commercial uses.
     

    --
    "When ideology and theology couple, their offspring are not always bad but they are always blind." -- Bill Moyers
    1. Re:New ways of compensating artists/authors/etc by Anonymous Coward · · Score: 0

      The problem with all of this is that the libraries, etc. are not going to get a dime once the first scans are done. Google, and the other online search engines will milk the thing to death with online ads.

      It's funny, not long ago, everyone and their dog hated online ads and off line ads too (except for maybe Superbowl ads), but now Google rules the roost and nobody really cares... or if they do care they aren't doing much about it, at least not nearly as much as they used to do for ads showing up in other places...

      We got a no call list. Congress still considers the internet to be a phone service type of thing (applying bugging laws, etc. to internet is considered bugging a phoneline type of deal)... Everybody got rid of the ads being called to you. When the heck is everyone going to stand up and say lets get rid of the online ads too - it's clogging up the internet just like the cold calls used to clog up our phone usage time...

  67. Best hardware for reading ebooks? by Anonymous Coward · · Score: 0

    I'm concidering buying a palm or tablet just for reading ebooks. Any suggestions for good models in this field?

    I have just started looking, but it may be that tablets are too expensive and too heavy for the purpose. Palms may have too small screens...

    1. Re:Best hardware for reading ebooks? by AussieVamp2 · · Score: 1

      Suggested to me by a fellow Slashdot user was a Palm M500. Greyscale, can take a 64MB card (so at 200-300K file size that is quite a few books). This is the one I settled on. Small enough to carry around in my pocket, too, even in one of the aluminium protective cases.

      If you just want to try out how you like a palm, you could pick up one of the old greyscale 2MB or 4MB models on ebay for next to nothing, to see how you like it. I ended up with one for $10 on the minimum bid, oh bloody hell, I won it, type deals. Probably a lot cheaper there. Then, you have spent not much, and still have a note taking/address book, etc. toy to play with.

      If you only want to read periodically and not for hours or days at a time, a new color one where the batteries run out much more quickly would be fine, too. Depends what you are after, I think, but I have been happily using the M500 now. You can read it in any light, and has a backlight (which, of course, will drain the battery a lot faster) for those times you are waiting for a lift in the dark, or the spousal unit complains about the light being on, and you just want to read for another 20 minutes.

  68. Orlando Jones by lcde · · Score: 1

    Now all we need is Orlando Jones to read it to us. :-D

    --
    :%s/teh/the/g
  69. Far fewer Open E-texts than relevant publications by golodh · · Score: 2, Interesting
    Two points: 1) Some people might think that the few examples I put up show that a further repository is un-needed. I disagree 2) Some people might fear a monopoly position by Google. I disagree again.

    Ad (1) Do we need additional etexts?

    The list of e-texts on the sites shown might look impressive, but it isn't really. It's a convenient aid to a decent university library but nothing more. In addition it took me quite some time to find these sites, and it took the site builders untold hours to put their sites together. And still it's terribly sketchy.

    Why do I say it looks more impressive than it is?

    -the topics tend to be covered in a very incomplete way

    -the only area that is covered fairly well is undergraduate (first and second year) Mathematics and basic Physics.

    -to my feeling there seems to be a positive correlation (but I didn't check this) between open e-texts and subjects that are studied by people who really really _want_ to study them

    All full e-texts in these sites were made available by their copyright holders or have had their copyrights expired. What Google is planning to do is to make al books searcheable (including those under copyright) and to display only such small morsels as is consonant with fair-use. That's a very different story.

    I for one would pay good money to be able to do an occasional full-text search of textbooks. And I would be happy to then either lend those books from the library or to buy them outright.

    Ad (2) Should we be afraid of a Google monopoly on book searches?

    I am as suspicious of monopolies as the next person, but this is a service which genuinely doesn't exist at the moment. I firmly believe that we can expect nothing of remotely comparable quality from existing publishers. If Google makes money from building such a valuable resource, why not let them? And should there turn out to be problems, we can always address them later, once actually we have a service such as Google is planning.

    As a case in point I would remind you of the situation with scientific journals. There is _no_ single system that allows me to do full-text searches in scientific journals. Most scientific publishers offer (ruinously expensive) searching services for their own journals to libraries, and mostly they let you search for abstracts, keywords, and authors only. The quality of the search engines usually ranges from barely acceptable to really poor and they simply can't hold a candle to the quality of the Google search engine. This is because publishers usually put only bitmaps of their full articles on-line (even to paying subscribers !), which effectively renders them unsearcheable.

    Conclusion

    The long and the short of it is that it really isn't in the publisher's interest to make their books and articles too easy to search. Publishers generally aren't about making knowledge accessible to society, they are about maximising profits by monetising copyrights (no censure intended). They (probably rightly) feel that allowing their publications to be searcheable won't help them sell more copies. Why would that be? Full-text search as proposed by Google would allow people to look a a page or a passage of their books and decide that (a) the book or article is of no use to them, or (b) that they now know enough and don't need to buy the book or article, or (c) that the book or article is a must-read. Mostly the answer will turn out to be (a) or (b). So they block it (which makes perfect sense from their point of view).

    Of course this is counter to the best interest of researchers, but they usually aren't copyright holders. That might surprise some people, but researchers usually have to sign away their copyrights in order to get their work published. And they aren't in a very strong bargaining position because their jobs depend on publishing regularly in well-rated peer-reviewed journals.

    I would definitely support a national library doing exactly what Google is planning. Unfo

  70. You need a new search system to find these books by Anonymous Coward · · Score: 0

    Even when scanned, most of these books in the areas of FICTION will continue to be unavailable, because:

    1) people don't categorize fiction by keywords, as they do with non-fiction, they think of stories as concepts--they search for "romances involving an obsession with an uninterested person", or a story about a "crime victim who falls in love with a thief who is trying to reform" or "sympathetic alien being hunted by government forces". These don't translate well into tagged keywords.

    2) In an unmoderated format, there will be keyword spam, and synonym problems--stories on a sailboat could be tagged as stories on a boat or stories at sea. The searcher may not use the same tag words that the tagging person did.

    One possible solution: the detailed tagging system at www.allreaders.com, where all the tags are laid out in advance. Books are elaborately tagged in many different ways, all of which are searchable. The site has over 2,300,000 visitors per month. You can see a sample search page at
    http://www.allreaders.com/booksearcha.asp?SubjectI D=1
    or the main page at
    http://www.allreaders.com/

  71. Promises, Promises by chivo243 · · Score: 0

    this is what the science teacher promised when I was in 1st grade, back in 1970, fat chance, too many greedy fucks out there that want their slice of someone eles's pie. "Imagine a place where you can find all information at your fingertips".... at what price... is the question that was forgotten.

    --
    Sig Hansen?
  72. Re:Grobarization... by carpeweb · · Score: 1

    Sulery, you meant: Animar Falm and the Bibre, no?

  73. Re:Globalization... The HELL they'll do that to me by davidsyes · · Score: 1

    What about self-publishers. Where would they stand in this scheme?

    If self-publishers shun DRM, then where would THEY stand, too?

    It's kinda scary when the most advanced governments can show just how much of a repressive regime they can be. I imagine the US will be on THAT list, too, for oppressive regimes.

    Segue: The US already is on the list for the number of prisoners PER CAPITA and per number, around 600 per 100,000 incarcerated, and over 2 MILLION out of the whole pop.

    Anyway, just look at how many books sit in the megastores. Periodically, you'll see them relabeling shelves, in prep for a mass redecoration or "change our look". Sometimes it only takes a number (how many, I don't know) of book sales or drops from a category, or a need to make space for new titles and the whole damn floor of a Borders or B&N seems to change. One only need not go there for maybe 6 weeks or so, and things aren't where they used to be. Same as SF's main library... after a month of having not been there, I couldn't find something by foot and eye-- I had to troll the aisles and got lucky because I barely remembered part of the Dewey number, and I was reluctant to mess with the paper catalog and didn't want to wait for a computer, much less touch them.

    Another segue: Yeh, you can pick up hep B from all sorts of sources if following someone by a matter of minutes). Sure, I touch things around me, shake hands with some people on occasion, but I make SURE to go wash my hands at intervals and often right after any contact. Having seen that so many people sneeze, hack, use nasty-ass hanky's, and then touch books and mags makes me very careful as to what I tend to touch. But, I'm not a total hand-wash freak, either...

    But, at some point, when I get around to starting and then releasing a few stories here and there, I want wide dissemination. Even if I make a name for myself, I would rather the stories circulate, as I am NOT big on big business, not aiming for "big bucks", and morally will gun down (metaphorically) and maul anyone who tries to push me higher up the food chain than I am comfortable.

    But, people like myself will at some point cause governments to "nationalize the works" to "keep them from being so free."

    Oh, wait.... that... already.. happens.

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  74. Did Anyone Find the New Business Model? by carpeweb · · Score: 1

    I actually read TFA (TWFA), and all I see is:

    The new model, of course, is based on the intangible assets of digital bits, where copies are no longer cheap but free.

    and (a few sentences later):

    Authors and artists can make (and have made) their livings selling aspects of their works other than inexpensive copies of them. They can sell performances, access to the creator, personalization, add-on information, the scarcity of attention (via ads), sponsorship, periodic subscriptions -- in short, all the many values that cannot be copied.

    That's a new business model?

    First of all, none of those things are new. Authors and artists in the "failed" business model were free to seel all those things (and did, according to the article). So, at best, the "new" business model is the old one, "lite" (i.e., too bad your main revenue stream is trash; you should still be ok because, um ...).

    Secondly, if copies are literally free, then subscription models fail, too.

    Lastly, if the basic model depends on "free", am I the only one who feels like I'm back at an Internet expo in '98, being told that the product is free and the venture is banking on growing customer relationships?

    I'm sure there's a new business model, but I'm pretty sure it's not in TFA.

  75. The facts about Google Book Search by walnut_tree · · Score: 1

    Here's what I understand about the Google Book Search service and some of the contentious issues surrounding it...

    First of all, Google will not allow users to read the full text of in-copyright works. They will only display a small snippet of text (or a few pages for publishers who have signed up to Google's partner program). In order to let users see those snippets of text, Google is scanning the entire content of books. That scanned digital file will be held and owned by Google. But they are scanning entire in-copyright books without the publisher's consent. Rather than approach publishers for their permission to scan their titles first, Google is asking publishers to contact them if they want to opt-out of the scheme. It's not surprising therefore that some publisher's have described Google's approach as arrogant.

    As far we know, the content of the scanned books will only be indexed by Google, not by other search engines (this could change in the future - the decision lies with Google). And what will Google do with those scanned titles once the copyright expires? They're free to do as they wish of course, but publishers remain uneasy that Google is digitizing in-copyright titles right now, well-before many titles reach the end of their copyright status. Why did Google not obtain the permission of publishers first before scanning titles? How could they have not forseen the backlash this would cause? Isn't it rather telling that even the Bodleian library in Oxford will only let Google scan out-of-copyright works?

    Google are spending their own money on scanning titles, so of course one expects them to want to make money from the project in the long term. Nevertheless, the book scanning project puts the accumulated knowledge of thousands, if not millions of books in the hands of just one corporation (yes, that's right, corporation, not philanthropic organization). Should we be concerned by this development or should we welcome it?

  76. Flawed reasoning... by DarthVain · · Score: 1

    Your arguement is kinda flawed. It would be like me saying, well I tried to sell bags of doorknobs in a pizza shop, but no one bought any, therefore one one wants doorknobs.

    The fact is there isn't a lot of scanned books via p2p, so therefore why would anyone search for it there?

    p2p in my experiance is used exactly for 3 things: Porn, Music, Software (probably in that order).

    So unless things change drastically, unless you are offering those 3 commodities, odds are no one is going there to look for it and thus will not search for it, and thus will not download it.

    If however you renamed your boring books from "Trevanian.doc" or whatever it is to "Porn Tits Ass Metallica Madonna Trevanian.mpg or .mp3" it will fly off your computer like hotcakes. You will however invoke the ire of some pretty confused people.

    To summerize I don't try and buy (or even ask) to buy a 12 of beer at Toys R' Us, as I know they don't have any.

  77. mod parent up by mfh · · Score: 1

    This is a great example of logical thinking. I'm curious though... what would you suggest we do for all the people who are currently entrenched in copyright? What purpose could they service society?

    I propose we take many of them and enrich outerspace with their remains -- spread the DNA a little around.

    The rest, could work in mines.

    The bulk of them would simply entertain us.

    --
    The dangers of knowledge trigger emotional distress in human beings.
  78. eBooks: where and how by base_chakra · · Score: 1
    I wouldn't take it too personally. Although I adore ebooks and audiobooks, I would consider P2P networks to be a last resort for the former. I've found a few nice ebooks on BitTorrent trackers, but in my experience, Usenet is the place for ebooks. The small file sizes facilitate copious posting and reposting, so there's usually a hefty list of selections. But perhaps the greatest advantage is the ability to browse offerings, as opposed to performing multiple searches. Searching for broad terms like ebook returns a lot of chaff unless the user provides exclusion strings to filter out ebook readers, converters, etc.

    People post a lot of trash (e.g., best-selling novels) to ebook groups, so some more erudite titles—reposted periodically—would be most welcome. You also might find a more receptive audience in BitTorrent users, since many trackers provide a category for ebooks.

    A few tips for increasing the accessibility of your ebooks:

    1. When posting to a P2P network, insert both the terms ebook and e-book into the shared ebook's file name.
    2. If the book isn't primarily graphical, perform OCR on the scanned images rather than posting a succession of JPEG files.
    3. If you decide to post your book in Microsoft Reader's LIT format (or something similar) in a non-specialized forum, consider also posting a plaintext version. The file format should be evident from the filename, if not from the file extension. In other words, if you use a compression format that overwrites the file extension rather than appending it, indicate the file format somewhere in the shared file name (on P2P networks) or in the subject header (in newsgroups)
    4. Choose a document format appropriate for the text. PDF is often not the optimal format. PDF-capable software has a much bigger footprint than plaintext readers on palmtops, and also alienates users of older palmtops. Before using PDF, consider whether it justifiably enhances the text. In most cases, the accessibility tradeoff is too great.

      Similarly, a collection of HTML documents precludes the use of many ebook readers. Using a web browser to read an ebook means sacrificing special ebook reader functionality, like the ability to set bookmarks at arbitrary points.
  79. Big Book Scanners by bill_mcgonigle · · Score: 1

    A good number of computer programming books at the local Borders have a PDF copy of the book on a CD in the back, convenient for searching and such.

    That's a good idea - too bad O'Reilly sells Safari so their paperbacks don't come with searching.

    Amazon also offers a 'search inside' feature via scanned books, presumably some kind of OCR system. Anybody know how much of each book Amazon scans? If I were them I'd scan the whole thing while I had the book on the autoscanner.

    Google also has something similar - will Google get into the eBook business soon? Many possibilities. [insert hurried sounds of Microsoft trying to get into the eBook business].

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  80. Re:Don't believe them by Some_Llama · · Score: 1

    John Titor, is that you again?