# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 17
# self = https://watcher.sour.is/conv/wjcqxjq
I installed on the advice of @mckinley newsboat but to test it I need feeds to follow, and I haven't any that comes in mind, advice ?
@tkanos You can start out with these four: https://mckinley.cc/blog/atom.xml, https://www.uninformativ.de/blog/feeds/en.atom, https://xkcd.com/atom.xml and https://newsboat.org/news.atom
@lyse Good choices!

@tkanos, welcome to the club. https://lab6.com/rss.xml is one of my favorites, but posts are very infrequent.

I'm also a big fan of https://www.prologic.blog/feed.xml, https://codemadness.org/atom_content.xml, and https://jcs.org/rss.
Also every pod has atom feeds for the pod itself as well as every user đź‘Ś
Also every pod has atom feeds for the pod itself as well as every user đź‘Ś
@mckinley Some of them are obligatory of course. :-D
Thanks, If they are mandatory, I should add them to my feeds now.
Thanks
thanks @mckinley, newsboat works well. but for https://xkcd.com/atom.xml @lyse, it's a bit depressing :D
@tkanos Yes, indeed. I just open XKCD articles in the webbrowser using the default keybinding o. Far from optimal, but what can you do? There are possibilities to somehow™ render images in some terminals, but I forgot how that is called and it didn't seem to be straight forward when I looked at it. And then teaching that to Newsboat via a macro is probably a whole other story in itself.
@lyse Image rendering in terminals is usually done with Sixels and it's not straight forward. A Newsboat developer has confirmed that it won't be implemented any time soon because of complications with ncurses.

Photon supports image rendering with sixels. It's just a feed viewer. It have a database or anything, it just pulls in feeds specified on the command line and displays the items chronologically in a grid view.

It works alright for XKCD. It looks a lot better in the article view. The images aren't downscaled very well.

Photon displaying the XKCD RSS feed

Photon's article view on the most recent XKCD
@lyse Image rendering in terminals is usually done with Sixels and it's not straight forward. A Newsboat developer has confirmed that it won't be implemented any time soon because of complications with ncurses.

Photon supports image rendering with sixels. It's just a feed viewer. It have a database or anything, it just pulls in feeds specified on the command line and displays the items chronologically in a grid view.

It works fine for XKCD. It just looks a lot better in the article view because the images aren't downscaled very well.

Photon displaying the XKCD RSS feed

Photon's article view on the most recent XKCD
@lyse Image rendering in terminals is usually done with Sixels and it's not straight forward. A Newsboat developer has confirmed that it won't be implemented any time soon because of complications with ncurses.

Photon supports image rendering with sixels. It's just a feed viewer. It have a database or anything, it just pulls in feeds specified on the command line and displays the items chronologically in a grid view.

It works fine for XKCD. It just looks a lot better in the article view because of the color limitations.

Photon displaying the XKCD RSS feed

Photon's article view on the most recent XKCD
@lyse @mckinley Sixel images aside: On X11, you could also grab the terminal’s X11 window ID and just overwrite what’s there. That’s what w3m does. (Doesn’t appear to work in my VTE terminal, but XTerm does.)

Pretty wonky, of course. 🥴

@lyse @mckinley Sixel images aside: On X11, you could also grab the terminal’s X11 window ID and just overwrite what’s there. That’s what w3m does. (Doesn’t appear to work in my VTE terminal, but XTerm does.)

Pretty wonky, of course. 🥴

@lyse @mckinley Sixel images aside: On X11, you could also grab the terminal’s X11 window ID and just overwrite what’s there. That’s what w3m does. (Doesn’t appear to work in my VTE terminal, but XTerm does.)

Pretty wonky, of course. 🥴

@lyse @mckinley Sixel images aside: On X11, you could also grab the terminal’s X11 window ID and just overwrite what’s there. That’s what w3m does. (Doesn’t appear to work in my VTE terminal, but XTerm does.)

Pretty wonky, of course. 🥴

Ah, right, thank you @mckinley and @movq!