
It’s no longer a secret, but we now have confirmation that the next color e-reader from the French brand Vivlio will be called the Vivlio Light HD Color – and we also know its price.
(more…)
It’s no longer a secret, but we now have confirmation that the next color e-reader from the French brand Vivlio will be called the Vivlio Light HD Color – and we also know its price.
(more…)
The special Amazon Prime Day will take place on July 16 and 17, 2024. This day is reserved for Prime subscribers who will be able to enjoy exclusive discounts. Of course, Kindle devices will be on sale, and you can expect significant discounts on e-readers!
(more…)
Hey readers and tech fans!
I’m super excited to tell you about my brand new YouTube channel, World of e-reader!
New channel here : The French EReader Guy !
Have you ever wondered if you should stick with paper books or try an e-reader? Or maybe you already love e-readers and want to learn more about the latest ones? Well, this channel is perfect for you!
I love reading and I love tech gadgets. I’ve spent a lot of time checking out e-readers, from opening new ones to finding tricks that make reading even more fun.
I thought, why not share my discoveries and fun experiments with everyone?
World of e-reader is dedicated to e-reader and tech gadget with e ink screen (electronic paper):
Subscribe to the channel, hit the notification bell, and be the first to see my videos. Leave your comments on the videos, and let’s enjoy e-readers from all brands together.

If you’ve got a Kindle e-reader, you’re probably keen to read away from home and without an Internet connection. But the Kindle works with WiFi. Is it possible to read books without Wifi enabled?
(more…)
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…)
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…)
E-reader brands Pocketbook and Bigme have just signed a partnership agreement that makes Pocketbook co-owner of Asian company Bigme.
(more…)
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…)
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!

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…)