Posts

Why can't I find the file location in the terminal?

Image
0 I am using the KUP backup system. To the right, in the KUP backup interface, it mentions the location of the backup is in Backupskup... but I cannot find the kup under the backup directory in the terminal. Is there a reason for that ? ubuntu backup share asked 3 mins ago Joseph Adam Joseph Adam 4 add a comment  |  0 ...

Browser-like Reader Mode with text-only output

Image
0 1 Background: Reader Mode, as seen in Safari and other browsers, extracts the main content of article based web pages using sophisticated heuristics, and displays this with a very readable font. All navigation, headers, footers, and other fluff is removed. The mode only works with "articles", ie. pages where there is a "main content" like a news article, scientific paper, etc. The question: Is there an open source implementation of this for Terminals (ie. text-only)? Or alternatively, another way to accomplish the same thing? Example: This article from The New York Times should output like so: $ utility --reader-mode https://www.nytimes.com/2019/01/30/reader-center/polar-vortex-tips.html SEND US YOUR IDEAS FOR WHAT TO DO DURING THE POLAR VORTEX. WE WANT TO HEAR FROM YOU. It’s s...