TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is your favorite way to read online content?

40 点作者 MaximumMadness将近 5 年前
I&#x27;ve been spending a bunch of time recently browsing online content now that I&#x27;m at home a lot more.<p>I find that the reading UX between newsletters, news sites, Medium, Reddit etc is super varied.<p>Is there anyone site that makes reading content particularly enjoyable for you?

38 条评论

glaberficken将近 5 年前
I use pocket. It is installed by default in Firefox (my default browser). From there I save the articles I want to read. And then i read them on my Kobo eReader (which syncs pocket saved articles automatically). The perfect combo to save my eyes a few &quot;back-lit screen hours&quot;.
评论 #23345377 未加载
评论 #23341341 未加载
评论 #23340602 未加载
dilippkumar将近 5 年前
I am happily addicted to NetNewsWire 5.0 + Feedbin<p>I get extremely high quality content and no advertisements, tracking or pop-ups. Also, NetNewsWire is blazing fast.<p>If you&#x27;re looking for some RSS recommendations:<p>[1] An extremely good blog for the latest in Covid related pharmaceutical research: <a href="https:&#x2F;&#x2F;blogs.sciencemag.org&#x2F;pipeline&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blogs.sciencemag.org&#x2F;pipeline&#x2F;</a><p>[2] Math with bad drawings: <a href="https:&#x2F;&#x2F;mathwithbaddrawings.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mathwithbaddrawings.com&#x2F;</a><p>[3] A blog that analyzes military details in fictional battles: <a href="https:&#x2F;&#x2F;acoup.blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;acoup.blog&#x2F;</a>
blueridge将近 5 年前
I don&#x27;t read much of anything online these days. Most &quot;reading&quot; environments treat you as a user, not a <i>reader</i>. Poor typography, endless scrolling, and an endless supply of content that isn&#x27;t worth reading in the first place. So I mostly consume text on screen only so that I can accomplish tasks. In other words, &quot;reading&quot; online is a means to an end.<p>All that said, if I stumble on a long form piece of writing that looks interesting, I&#x27;ll print it!
评论 #23340777 未加载
评论 #23340794 未加载
mrob将近 5 年前
Firefox&#x27;s Reader View, with custom userContent.css to fix the unnecessarily low contrast:<p><pre><code> @-moz-document url-prefix(&quot;about:reader&quot;) { body { background-color: #FFFFFF !important; color: #000000 !important; } } </code></pre> In recent versions of Firefox this requires toolkit.legacyUserProfileCustomizations.stylesheets to be set to true in about:config<p>The most legible style is the style you&#x27;re most familiar with, so &quot;design&quot; is almost always a negative. I don&#x27;t care about your unique branding.
ken将近 5 年前
For any text with more than a couple paragraphs, I always hit the &quot;reader mode&quot; button. If a webpage doesn&#x27;t work with that, I&#x27;m not interested.
sogen将近 5 年前
Fraidycat: <a href="https:&#x2F;&#x2F;fraidyc.at" rel="nofollow">https:&#x2F;&#x2F;fraidyc.at</a><p>helps a lot to read LESS and focus more
评论 #23343143 未加载
gumby将近 5 年前
Like many others I use RSS pretty much exclusively (using native clients on MacOS and iOS). I use reader mode by default in those apps and for my web browser too. HN is the only non-RSS sites read regularly.<p>The one site I&#x27;d <i>like</i> to read but don&#x27;t is Scott Galloway&#x27;s -- he doesn&#x27;t have an RSS feed and it&#x27;s just not worth visiting the site to see if there&#x27;s anything new.
评论 #23341668 未加载
sandr0将近 5 年前
RSS. Feedly to manage sources. Newsify on iOS and ReadKit on macOS to consume content. Love Newsify&#x27;s extensions to share and publish
JacobLinney将近 5 年前
My system primarily revolves around Instapaper[0].<p>If I run into anything that looks like it might be intereseting I save it to Instapaper using the browser extension on my workstation, or the app on my phone &#x2F; tablet.<p>I also have a handful of email lists that automatically forward into instapaper, and a couple rss feeds that auto send to instapaper (Via ifttt[1]).<p>When I want to actually consume content I use the instapaper iPadOS app, which has a simple and clean UI. (This can also be done in your browser if you prefer)<p>[0]: <a href="https:&#x2F;&#x2F;www.instapaper.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instapaper.com&#x2F;</a> [1]: <a href="https:&#x2F;&#x2F;ifttt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ifttt.com&#x2F;</a>
cameronbrown将近 5 年前
Earlier last year, I wrote a tool which scrapes a ton of web feeds (industry news, news about investments, cooking blogs, etc..) to my email. (shameless plug[0]). Everything gets organised with labels that fit my morning reading workflow well.<p>Something else I&#x27;ve also been practicing is not letting online reading disrupt me at work. If I ever find my concentration drifting, I use an extension which bookmarks it for later (either Google Keep or Pocket). Usually I have a nice backlog for when I&#x27;m in the reading mood.<p>[0]<a href="http:&#x2F;&#x2F;feedsub.com" rel="nofollow">http:&#x2F;&#x2F;feedsub.com</a>
dwdz将近 5 年前
Push to Kindle [1]. There are extensions for both Chrome and Firefox.<p>I wrote myself a simple python script so I can send articles from terminal [2].<p>[1] <a href="https:&#x2F;&#x2F;www.fivefilters.org&#x2F;push-to-kindle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fivefilters.org&#x2F;push-to-kindle&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;url2kindle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;url2kindle&#x2F;</a>
mintym将近 5 年前
From principles: you want to minimize the left right action of your eyes&#x2F;neck, to reduce fatigue, and not blast your retinas with a wall of white pixels.<p>One column of centered text with a non-busy black and white background looks great. For a while I read Amazon books like that because I put the online reader in an iframe.<p>Now I use a HiSense A5 e-Ink screen with a remote control for page turning and I couldn&#x27;t ask for more.
etiam将近 5 年前
I like to read my online content as offline content. Paper prints FTW.
JZL003将近 5 年前
This is mostly aimed at night-time reading and is an extension of f.lux but on linux you can apply custom glsl scripts to the screen with the compton compositor. I invert the screen and then highly red-tint it. This way I get &#x27;native&#x27; darkmode on everything black-on-white, without having to depend on developers making a dark mode, buggy userscripts, and it works on all applications, even videos. (<a href="https:&#x2F;&#x2F;github.com&#x2F;JZL&#x2F;linux-color-inversion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JZL&#x2F;linux-color-inversion</a>)<p>I have a script which changes my terminal and texteditor colorscheme then calls this script
wrsh07将近 5 年前
I like to bound the amount I read (fewer endless scrolling sites) by subscribing to a limited number of email lists.<p>It prevents fomo, idly browsing sites with content I&#x27;ve already read, etc<p>And if the content stops being high quality (or starts bring diluted with low quality content), unsubscribing is cheap<p>Ideally, I would pay ~$1000 per year and have high quality content (no more than 1-2 hours of reading per day) ranging my interests be delivered to my inbox<p>If something is overly topical, it&#x27;ll quickly get archived if I didn&#x27;t end up reading it the day it arrived
mellosouls将近 5 年前
Pocket + Kindle. Kindle doesn&#x27;t do it automatically, but (e.g.) P2K handles the automation side.<p><a href="https:&#x2F;&#x2F;p2k.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;p2k.co&#x2F;</a>
评论 #23341792 未加载
elric将近 5 年前
Been reading a lot of longer articles and papers lately. If the author doesn&#x27;t provide a PDF, I roll my own -- using Reader Mode and Print To File. I store a copy in Zotero so I can keep track of things and so I can add notes.<p>This enables distraction free reading and lets me archive the stuff I&#x27;m reading.<p>Used to have a similar workflow with Polar instead of Zotero, but switched to Zotero.
评论 #23341814 未加载
Avi-D-coder将近 5 年前
Pocket and @Voice apps tts. @Voice allows you to jump through text by double tapping and supports more sites and formats (PDF, etc.), but pocket manages your article list so much better so I use pocky 90% of the time.<p>Pockets uses a readermode view, so it&#x27;s non tts UI is nicer, so if you don&#x27;t care about tts just use pocket.<p>Firefox reader mode is also nice, Firefox preview is great.
评论 #23340574 未加载
SamWhited将近 5 年前
I use Innoreader for feeds and a lot of email newsletters. If you don&#x27;t like things in multiple places, Innoreader can also generate feeds from websites (with mixed results depending on the structure of the website) and can give you temporary emails that you can subscribe to newsletters in so that they&#x27;ll show up in the same interface.
ethn将近 5 年前
You can give <a href="https:&#x2F;&#x2F;intrgr.com" rel="nofollow">https:&#x2F;&#x2F;intrgr.com</a> a try. It standardizes the Article format (removing clutter), gives you related articles from around the web, and recommendations if you make an account.<p>I made it because the web has become unreadable for me.<p>Disclaimer: Mobile view comes out next week
AdmiralAsshat将近 5 年前
Pocket + Kobo (my eReader)<p>Kobo has no RSS client, though, so for catching up on news feeds, Feedly on my Android phone or tablet. But I&#x27;ve largely stopped using Feedly at all, as my backlog would simply get so far that it started feeling like a chore to get through them.<p>I recommend longform.org for finding great longform article content.
cdiamand将近 5 年前
I started aggregating a few finance sites via RSS, and then added twitch trading streams, and some discord servers.<p>It was my own personal feed for a while, but I&#x27;ve now put it on the homepage of a side project - <a href="https:&#x2F;&#x2F;topstonks.com" rel="nofollow">https:&#x2F;&#x2F;topstonks.com</a>
franky47将近 5 年前
The author&#x27;s website. I&#x27;m done with big aggregated content platforms, I started using RSS again recently and trend to my own digital garden of blogs and newsletters.<p>I use Slack&#x27;s RSS integration to get new articles notifications, then read them as they were intended to be read by the author.
Artemix将近 5 年前
I use a RSS feed aggregator, which I curate with blogs and websites I discover and want to follow.
charlieegan3将近 5 年前
I find Reeder for iOS to be exemplary in terms of UX. I use inoreader to sync the state and find it to work well as a tool for that.<p>I get everything I can in there. Email newsletters, hacker news etc are all in here to save my inbox.
hrnnnnnn将近 5 年前
For longer articles I save them to pocket and read them on my kobo e-reader.
notatoad将近 5 年前
the nytimes website (with an adblocker) is about as good as it gets for me. my wants are pretty simple:<p>- nothing jumping around as i try to read, whole article on one page<p>- decent contrast (accessibility guidelines says &gt;= 4.5:1)<p>- ~150% line height<p>- ~80char line width<p>- ~16pt font size
omreaderhn将近 5 年前
If anyone has a Kindle and is willing to help us beta test a new RSS&#x2F;newsletter reading service for the Kindle please email me at the email address in my bio. I would love to get your feedback.
jlelse将近 5 年前
Miniflux + Pocket.<p>RSS &#x2F; Atom &#x2F; Json feeds are the way I subscribe to content and then read it either in Miniflux or Pocket. I rarely visit sites directly.
ijustwanttovote将近 5 年前
I save everything to pocket that I want to read later while browsing the web.<p>I use feedly for RSS feeds that go to pocket.<p>I have a script that tags pocket articles.
评论 #23341624 未加载
CarelessExpert将近 5 年前
tt-rss (with plugins to inline full content into the feed) + wallabag + calibre RSS push to Kindle (for offline reading of long-form content).
excitednumber将近 5 年前
Android:<p>Fwiw, pocket is great. ReadEra is perfect for PDF reading.
thelazydogsback将近 5 年前
RSS in InnoReader (web and Android)
mikece将近 5 年前
Hacker News, Twitter, and QuiteRSS
rp00将近 5 年前
RSS using Inoreader
50将近 5 年前
Instapaper!
lazlee将近 5 年前
Feedly.
Fiveh2751将近 5 年前
On latest news: I&#x27;m hooked on TLDR Newsletter.