Building a Personal Online Library with NAS, Docker, and Calibre Web

Anyone who reads e-books frequently and has used a Kindle must have experienced the pain of organizing e-books. Especially for people like me who often download e-book files and then import them to Kindle for reading (either to save money or because there are no books we want to read in the Kindle store), there is a lack of an effective management solution for those complicated e-books with different titles, authors, covers, and file formats to fully manage their reading progress and time. ...

2020-05-12 · Mason

Anki May Be the Best Memory Aid Around

For quite a few people, including me, memorizing words has almost become a necessity. Whether it is to prepare for exams, obtain various levels of certificates, or simply improve language skills, vocabulary is a challenge that we have to face head-on. In today’s Internet age, the method of memorizing heavy vocabulary books or dictionaries has been abandoned by most people, because it is boring and inefficient. It not only kills our enthusiasm for learning a language, but is also not conducive to cultivating a sense of language and putting it into practical use. ...

2020-03-26 · Mason

macOS 10.15.4 Adds iCloud Folder Sharing

Compared with foreign countries, the public network disk ecology in China is like a pool of stagnant water. Of course, this is due to manufacturers not wanting to make progress, but more importantly, the government’s strict review of network information makes it difficult for public network disk service providers to strike a balance between maintaining their own survival and improving user experience. After a bloody storm a few years ago, the only public network disks that are famous in China are [Baidu Network Disk] (https://pan.baidu.com/ “Baidu Network Disk Official Website”), [Yutong Network Disk] (https://union.ctfile.com/ “Yutong Network Disk Official Website”) and [Nutt Cloud] (https://www.jianguoyun.com/ “Nutt Cloud Official Website”). The most notorious among them is Baidu, which not only has harsh functional restrictions on non-member users (land capacity + download speed limit), but is also extremely bloated and has many redundant functions that most users cannot use at all. In contrast, Nut Cloud is much better. It only limits monthly traffic for free users. In addition, it neither limits speed nor redundant content. It can be said to be very conscientious. However, compared with the convenience of Baidu Netdisk generating links for direct sharing, Nut Cloud is slightly insufficient in file sharing. Therefore, in the current domestic public network disk ecosystem, it is almost impossible to use a network disk product with simple functions, convenient sharing, and unlimited speed for free. In this case, many users began to turn to the Private Cloud (NAS) solution, that is, to establish a private network storage server, such as purchasing Synology or QNAP NAS host or build a DIY host yourself. However, both the former and the latter have certain technical thresholds and are not suitable for all users. ...

2020-03-25 · Mason

What Are We Really Opposing When We Oppose 'Gratitude Education'?

On March 7, 2020, the Changjiang Daily published an article titled “Carry Out Gratitude Education Across the City and Build Strong Positive Energy.” It disclosed instructions from Wang Zhonglin, then Party secretary of Wuhan, at a video meeting of the city’s Covid prevention and control headquarters. He called for “gratitude education” among citizens, Party members, and cadres, centered on “listening to the Party, following the Party, and building strong positive energy.” ...

2020-03-11 · Mason

Building a Personal Blog with Hugo and GitHub Pages

As you can see, this blog is a completely static HTML site. Compared with dynamic sites written in PHP, static sites load faster and are easier to deploy. Even a complete beginner who cannot program can build a site of their own by spending a little time learning a few tools. This site is rendered with Hugo . Hugo is very simple to use. If you want to learn it yourself, you can read the official documentation . Like other blogging systems, Hugo has many clean and attractive themes . The theme originally used by this site was maupassant . Update in 2024: after the blog migration, the current theme is PaperMod . The theme was originally developed by cho for Typecho , then ported to many other platforms and expanded with new features. ...

2020-03-10 · Mason