News

Ereader news from all over the world!

  • Reading on a tablet: a danger to the eyes

    blue eye

    Reading is a pleasure it would be a shame to miss out on. When you know all the benefits of reading, it’s easy to see why we probably never read enough. But did you know that reading on a tablet is dangerous for your eyes?

    (more…)
  • The Kobo Libra 2 e-reader has reached the end of its life

    Kobo Libra 2 e-reader end of life

    According to the official Kobo website, the Kobo Libra 2 e-reader is sold out. Although still available from a number of vendors, all indications are that this e-reader will soon disappear from the catalog, following the release of the new version with color screen: the Kobo Libra Colour.

    (more…)
  • Pocketbook and Bigme join forces to expand their e-reader offering

    cartoon drawning of 2 man making a deal

    E-reader brands Pocketbook and Bigme have just signed a partnership agreement that makes Pocketbook co-owner of Asian company Bigme.

    (more…)
  • Daylight Computer DC-1: a new kind of e-reader

    Daylight Computer e-reader dc-1

    The DC-1 is the first e-reader model from Daylight Computer to use a black-and-white screen, capable of simulating paper printing, but with a different approach to electronic ink.

    (more…)
  • How to write a novel fast and the calculator to help you do it!

    novel word count generator

    Writing a novel is a dream for many, and getting published even more so. With the development of digital reading and ebooks, it’s becoming easier and easier to distribute and sell ebooks (some even become millionaires, as you’ll read in this article).

    Contrary to popular belief, writing the first draft of a book, novel or essay is quite easy.

    All you need to do is draw up a plan and think in terms of the number of words to be written per day.

    Here’s the word count for a novel:

    Minimum: Around 40,000 words is the absolute minimum for a novel. It would be on the very short side, but some publishers might consider it.

    Average: Most novels fall between 70,000 and 100,000 words. This range gives you room to develop characters, plot, and setting.

    Genre can affect length: Some genres, like romance, can be shorter (around 50,000 words) while fantasy or historical fiction may be longer (up to 120,000 words).

    And here’s the calculator to work out how many words you need to write per day to get to the end of your book:

    <form id="word-count-form"> <label for="novel-length">Target Novel Length (words):</label> <input type="number" id="novel-length" name="novel-length" min="40000" value="40000" required> <br> <label for="writing-days">Number of Writing Days:</label> <input type="number" id="writing-days" name="writing-days" min="1" value="20" required> <br> <button class="submit success button" type="submit">Calculate Daily Word Count</button> </form> <p class="label" id="result">You need to write approximately 2000 words per day to complete your novel in 20 days.</p> <script> const form = document.getElementById(‘word-count-form’); const result = document.getElementById(‘result’); form.addEventListener(‘submit’, function(event) { event.preventDefault(); const novelLength = parseInt(document.getElementById(‘novel-length’).value); const writingDays = parseInt(document.getElementById(‘writing-days’).value); if (novelLength < 40000) { result.textContent = "Novel length must be at least 40,000 words."; return; } const dailyWordCount = Math.ceil(novelLength / writingDays); result.textContent = You need to write approximately ${dailyWordCount} words per day to complete your novel in ${writingDays} days.; }); </script>

    As you can see you only need to write for a mounth in order to write a short novel!

  • Pocketbook InkPad Eo: a new color e-reader available online

    Pocketbook InkPad Eo color e-reader

    The Pocketbook e-reader range is getting bigger every day, or at least that’s the impression I get from regularly visiting their website. The announcement of a new reader, the Pocketbook InkPad Eo, comes as no surprise, and we’ll see what this machine has in store for us.

    (more…)
  • E Ink Kaleido 3 vs Kaleido 1: A Comparative Analysis

    spider-man comicbook on kindle colorsoft
    Kindle Colorsoft with color e ink display

    E Ink has been at the forefront of e-ink technology for years, and their Kaleido color displays have been a popular choice for e-readers. However, with the recent release of the Kaleido 3, it’s time to take a look at how these two generations of displays compare.

    (more…)
  • New Tolino color e-reader

    Tolino Shine Color german e-reader

    This will come as no great surprise to observers: the German e-reader brand Tolino is also announcing color e-readers: the Tolino Shine Color and Tolino Vision Color.

    (more…)
  • Kobo Clara BW: the best 6-inch black and white e-reader?

    kobo clara bw e-reader

    Kobo is hitting back with a new 6-inch e-reader with a black and white screen. Nothing new, you may ask? Well, this e-reader comes with a latest-generation E Ink Carta 1300 screen at an unbeatable price.

    (more…)
  • What is books3, the largest collection of pirated books used by AI?

    ebook piracy

    You may have heard about the incredible way in which artificial intelligences like ChatGPT manage to learn the contents of the most popular books. Here’s how the Internet giants managed to do it – and it’s not pretty!

    (more…)