TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Text only news websites (2022)

197 pointsby michaelrknabout 2 years ago

37 comments

Findecanorabout 2 years ago
I get most of my daily news from ... <i>Teletext</i> [1]. I&#x27;m lucky to be in a country that still has it.<p>I much prefer that format over news sites on the web: Headlines are often laid out in a list one entry below the other, which is easy to read through without having to scroll. Because pages are limited to 40 columns × 24 rows, every article is short and to the point.<p>I don&#x27;t usually read it on TV though but on a web-site [2] which has transformed page numbers into hyperlinks, and given multi-pages a tab-like interface. There are still no images, no ads ... and especially no auto-playing videos. Perfect!<p>Recently though, I&#x27;ve spent a lot of time in a hospital bed and it has been easier for me then to use the TV remote with one hand to check teletext than to use the tablet or smartphone.<p>[1] &lt;<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Teletext" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Teletext</a>&gt;<p>[2] &lt;<a href="https:&#x2F;&#x2F;texttv.nu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;texttv.nu&#x2F;</a>&gt; (Swedish SVT Text)
评论 #35316233 未加载
评论 #35320229 未加载
评论 #35315128 未加载
评论 #35323445 未加载
评论 #35317349 未加载
halotropeabout 2 years ago
Check out <a href="https:&#x2F;&#x2F;markets.sh" rel="nofollow">https:&#x2F;&#x2F;markets.sh</a> news. They are actually text only, from many different sources, clustered and summarized. It is really good to get a gist of what’s currently important without having to “read news” with the known nuisances that come with it.<p>Edit, thank you for the feedback. Some clarifications:<p>- we launched the news feature literally yesterday, it is MVP level so expect inaccuracies especially in the summaries. We are using our own models and are in the process of tuning and refining them. Clicking on the cluster will give you the actual headline, titles and sources for each cluster.<p>- the ordering of the feed is super simple right now. We will improve the weighting based on recency, magnitude of the story, coverage, parties involved etc.<p>- This is not text-only like text.npr.org but in the sense of not being stuffed with ads, autoplay videos and images. Both a real text-only statically rendered page and RSS feed are in the works.
评论 #35314552 未加载
评论 #35313899 未加载
评论 #35314546 未加载
评论 #35320201 未加载
评论 #35314404 未加载
评论 #35316697 未加载
评论 #35314359 未加载
评论 #35314807 未加载
评论 #35316293 未加载
CodeIsTheEndabout 2 years ago
For sports, ESPN does have <a href="http:&#x2F;&#x2F;www.espn.com&#x2F;nba&#x2F;lite&#x2F;scoreboard" rel="nofollow">http:&#x2F;&#x2F;www.espn.com&#x2F;nba&#x2F;lite&#x2F;scoreboard</a>, but most of the links go back to the normal website. It may have been been more robust in the past, but I don&#x27;t imagine anyone works on it anymore. It seems like the developer listed in the credits (<a href="http:&#x2F;&#x2F;www.espn.com&#x2F;espn&#x2F;lite&#x2F;credits" rel="nofollow">http:&#x2F;&#x2F;www.espn.com&#x2F;espn&#x2F;lite&#x2F;credits</a>) last worked there in 2002!!<p>So if you&#x27;re looking for a sports alternative, <a href="https:&#x2F;&#x2F;plaintextsports.com" rel="nofollow">https:&#x2F;&#x2F;plaintextsports.com</a> (which I made) works great! All the scores, play-by-play, box scores, standings, and schedules, but just no news stories. Blazing fast.<p>(No, it&#x27;s not technically &quot;Content-Type: text&#x2F;plain&quot;, it uses HTML and CSS. Yes, I know it&#x27;s not necessarily easier to read; it&#x27;s an aesthetic. Yes, this is shameless self-promotion.)
评论 #35314925 未加载
评论 #35314922 未加载
hoppyhoppy2about 2 years ago
There&#x27;s also <a href="http:&#x2F;&#x2F;text.npr.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;text.npr.org&#x2F;</a>
评论 #35317835 未加载
评论 #35314348 未加载
评论 #35314309 未加载
评论 #35314033 未加载
评论 #35319594 未加载
billyhoffmanabout 2 years ago
I too was using text-only versions of sites like CNN, Reuters, or Christian Science Monitor[1], and they were fine. But what I really wanted was to turn any news website into a text-only website.<p>So I build NewsWaffle, which for any website:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;acidus99&#x2F;NewsWaffle">https:&#x2F;&#x2F;github.com&#x2F;acidus99&#x2F;NewsWaffle</a><p>* Automatically builds a list of news stores, separate from the navigational hyperlinks.<p>* Detects RSS&#x2F;Atom feeds to provide a more accurate list of news stories.<p>* Uses Readability to show only article content on article pages.<p>* Uses meta data like OpenGraph or Twitter cards to provide richer formatting, and to determine page type.<p>It regularly converts 900 KB home pages or 1.2 MB news articles into into 3KB for links to news stories and 5K of text<p>It does this by:<p>* Using semantic tags like &lt;header&gt;, &lt;footer&gt;, and &lt;nav&gt; to determines which hyperlinks are navigational and which ones are likely links to news articles.<p>* OpenGraph meta data to determine page type news stories and extra metadata.<p>* A Aggressive HTML parser that strips out a ton of tags, CSS, JS, etc<p>* Readability library to extract out the text of news articles<p>I built this as a service in Gemini, so if you have a gemini browser you can try it. Otherwise, here is a HTTP-to-gemini proxy showing you what a NYT article looks like:<p>Gemini link: gemini:&#x2F;&#x2F;gemi.dev&#x2F;cgi-bin&#x2F;waffle.cgi&#x2F;<p>NYT Homepage: <a href="https:&#x2F;&#x2F;portal.mozz.us&#x2F;gemini&#x2F;gemi.dev&#x2F;cgi-bin&#x2F;waffle.cgi&#x2F;links%3Fhttps%253A%252F%252Fwww.nytimes.com%252F" rel="nofollow">https:&#x2F;&#x2F;portal.mozz.us&#x2F;gemini&#x2F;gemi.dev&#x2F;cgi-bin&#x2F;waffle.cgi&#x2F;li...</a><p>NYT Article: <a href="https:&#x2F;&#x2F;portal.mozz.us&#x2F;gemini&#x2F;gemi.dev&#x2F;cgi-bin&#x2F;waffle.cgi&#x2F;article%3Fhttps%253A%252F%252Fwww.nytimes.com%252F2023%252F03%252F25%252Fworld%252Fasia%252Fasia-china-military-war.html" rel="nofollow">https:&#x2F;&#x2F;portal.mozz.us&#x2F;gemini&#x2F;gemi.dev&#x2F;cgi-bin&#x2F;waffle.cgi&#x2F;ar...</a><p>[1] <a href="https:&#x2F;&#x2F;www.csmonitor.com&#x2F;text_edition" rel="nofollow">https:&#x2F;&#x2F;www.csmonitor.com&#x2F;text_edition</a>
评论 #35315893 未加载
评论 #35316062 未加载
评论 #35321253 未加载
评论 #35318689 未加载
评论 #35320323 未加载
评论 #35316731 未加载
marpstarabout 2 years ago
Someone on here shared <a href="https:&#x2F;&#x2F;brutalist.report&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brutalist.report&#x2F;</a> a few months back and I’ve been using that. Dead simple, no bullshit.
评论 #35318402 未加载
js2about 2 years ago
&gt; If you’re a Facebook user…<p>&gt; mbasic.facebook.com<p>&gt; Ideal if you’re the kind of person who just quickly needs to check the feed and go away again. There’s no javascript so it feels (and definitely is) faster and less bloated. The design is nicely old fashioned.<p>I&#x27;ve been using this site for years but it&#x27;s increasingly bit rotting and regularly serves broken links.
thazeworkabout 2 years ago
Until a few days ago the best solution for text only + no ads + offline reading was a kindle subscription to whichever periodical you fancy. This is gone now.<p>Nook still has a newstand store (for now?) but I haven&#x27;t used it so can&#x27;t comment on the formatting and UX.
评论 #35318749 未加载
yositoabout 2 years ago
I&#x27;m surprised this didn&#x27;t mention Wikipedia&#x27;s Current Events Portal <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Portal:Current_events" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Portal:Current_events</a><p>I also use teddit.net which is essentially a plaintext reddit <a href="https:&#x2F;&#x2F;teddit.net&#x2F;r&#x2F;worldnews" rel="nofollow">https:&#x2F;&#x2F;teddit.net&#x2F;r&#x2F;worldnews</a>
评论 #35323509 未加载
评论 #35321634 未加载
nickjjabout 2 years ago
Question:<p>When reading programming tutorials or a write up about a tech concept do you prefer if the article has a hero image or not? This would be an image loaded at the top which sums up the title of the post visually.<p>On a related note, personally if someone has 500 blog posts I&#x27;d like to see them in a condensed bullet list so I can scan the titles super fast. I don&#x27;t want to see images and have 10 loaded per page. It turns something from a 2 minute effortless quick scan to dozens of clicks and potentially 20 minutes.<p>However, in practice having images for each post seems to get more engagement (ie. people clicking things and beginning to read your article). I never understood why in the context of programming. I understand pictures are useful for hardware or if you need to make a diagram. I&#x27;m mainly talking about the hero image here.
评论 #35317077 未加载
评论 #35317332 未加载
k1mabout 2 years ago
I run an experimental service to turn web articles into plain text (No HTML) by prefixing the URL with &#x27;txtifiy.it&#x2F;&#x27;.<p>Doesn&#x27;t work on all articles: <a href="https:&#x2F;&#x2F;txtify.it" rel="nofollow">https:&#x2F;&#x2F;txtify.it</a>
评论 #35314909 未加载
agumonkeyabout 2 years ago
We should make an &#x27;awesome-text-only&#x27; github repo with all these.
评论 #35314860 未加载
评论 #35315133 未加载
anthkabout 2 years ago
Lynx web&#x2F;gopher browser and if you tweak it a little, you can open the linked images with sxiv for instance:<p><pre><code> - gopher:&#x2F;&#x2F;magical.fish - gopher:&#x2F;&#x2F;gopherddit.com - gopher:&#x2F;&#x2F;mozz.us - gopher:&#x2F;&#x2F;gophernews.net</code></pre>
crop_rotationabout 2 years ago
<a href="https:&#x2F;&#x2F;lite.cnn.com" rel="nofollow">https:&#x2F;&#x2F;lite.cnn.com</a> is my go to source. Extremely minimal and can look at all headlines so quickly.
bertmanabout 2 years ago
There&#x27;s also <a href="https:&#x2F;&#x2F;neuters.de" rel="nofollow">https:&#x2F;&#x2F;neuters.de</a>, a Nitter-like alternative frontend for Reuters.
bradorabout 2 years ago
Try <a href="https:&#x2F;&#x2F;skimfeed.com" rel="nofollow">https:&#x2F;&#x2F;skimfeed.com</a> , it&#x27;s my daily for tech news and how I got here.
dredmorbiusabout 2 years ago
Whilst it&#x27;s headlines only, FreshNews.org still exists (and after a scare last year has been updated to function with today&#x27;s site engineering), and provides a dense presentation of (mostly tech-related) stories from 33 sites (default, customisable with a log-in):<p>&lt;<a href="https:&#x2F;&#x2F;freshnews.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;freshnews.org&#x2F;</a>&gt;
eimrineabout 2 years ago
I love RMS&#x27;s daily news, his PoV is very close to my one so the link [1] is a great source of political news.<p>[1] <a href="https:&#x2F;&#x2F;www.stallman.org&#x2F;archives&#x2F;2023-jan-apr.html" rel="nofollow">https:&#x2F;&#x2F;www.stallman.org&#x2F;archives&#x2F;2023-jan-apr.html</a>
mproudabout 2 years ago
I’m sure CNN has offices and studios in New York, but it is certainly still headquartered in Atlanta.
marbanabout 2 years ago
For business news: <a href="https:&#x2F;&#x2F;biztoc.com&#x2F;light" rel="nofollow">https:&#x2F;&#x2F;biztoc.com&#x2F;light</a> | topic-clustered: <a href="https:&#x2F;&#x2F;biztoc.com&#x2F;hot" rel="nofollow">https:&#x2F;&#x2F;biztoc.com&#x2F;hot</a>
评论 #35317407 未加载
评论 #35364415 未加载
byyllabout 2 years ago
Dutch: <a href="https:&#x2F;&#x2F;noslite.nl" rel="nofollow">https:&#x2F;&#x2F;noslite.nl</a>
croisillonabout 2 years ago
axios.com has almost only text, other than that <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Portal:Current_events" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Portal:Current_events</a> is really good
westcortabout 2 years ago
If you are in the US, this weather and news broadcast application is a good resource: <a href="https:&#x2F;&#x2F;www.locserendipity.com&#x2F;Start.html" rel="nofollow">https:&#x2F;&#x2F;www.locserendipity.com&#x2F;Start.html</a>
defrostabout 2 years ago
(2020) !!<p>.. and already dated wrt <i>Thomson Reuters Foundation Trust</i> link ( news.trust.org ) which is now archived and replaced by<p><a href="https:&#x2F;&#x2F;www.context.news&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.context.news&#x2F;</a>
mari1about 2 years ago
Text-based news pages are better because they allow readers to quickly scan through and absorb information, without being distracted by flashy graphics or autoplay videos.
freediverxabout 2 years ago
Not sure of the premise behind this, so maybe I’m missing the point, but why not curate quality news sources and access them via an rss news reader like NetNewsWire?
评论 #35313639 未加载
评论 #35317482 未加载
sgtnastyabout 2 years ago
What we need are more Gemini[1] sites. [1](<a href="https:&#x2F;&#x2F;geminiquickst.art&#x2F;" rel="nofollow">https:&#x2F;&#x2F;geminiquickst.art&#x2F;</a>)
评论 #35318722 未加载
评论 #35316489 未加载
justaguy37about 2 years ago
I quite like <a href="https:&#x2F;&#x2F;text.npr.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;text.npr.org&#x2F;</a>
rpgbrabout 2 years ago
<a href="https:&#x2F;&#x2F;www.textonly.website&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.textonly.website&#x2F;</a>
chazeonabout 2 years ago
When GPT-4 with image recognition is available, i guess it will not difficult to build a GPT based text mode.
alphabet9000about 2 years ago
i made an automated news site that keeps an eye out for &quot;happenings&quot;. it starts by showing the last 6 links found and automatically adds to the list if something new is found.<p><a href="https:&#x2F;&#x2F;news.coffee" rel="nofollow">https:&#x2F;&#x2F;news.coffee</a>
stargrazerabout 2 years ago
not necessarily native text, but a flowing list of news links:<p>irc.libera.chat has<p><pre><code> ##hntop - updated as hacker news item cream rises to the top ##news - common interest international stuff ##alerts - earthquakes, electricity, ... </code></pre> maybe others
DeathArrowabout 2 years ago
What about using an RSS reader? Or looking at AFP or Reuters news streams?
评论 #35316811 未加载
guestbestabout 2 years ago
I’ve been getting a lot mileage out of safari’s and brave’s reader mode
评论 #35318729 未加载
andrewfromxabout 2 years ago
no mention of <a href="https:&#x2F;&#x2F;legiblenews.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;legiblenews.com&#x2F;</a> ?
dreenabout 2 years ago
One issue is that news sites article content is written to maximise ad impressions. Ads inject between paragraphs typically so you need lots of paragraphs. You start with perhaps two paragraphs of actual information, then break it down into 4 or more and add more information about related topics. Add some opinions, maybe weave in links to related articles on your site, and you end up with 10 or so paragraphs insterspersed with ads and pictures. You can remove the ads and pictures but you can&#x27;t remove the bullshit. We need a good AI tldr machine.
评论 #35318819 未加载
评论 #35314246 未加载
genericacctabout 2 years ago
Commenting to save in my history, this is right up my alley