惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
Microsoft Azure Blog
Microsoft Azure Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
D
DataBreaches.Net
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements

abyss.fish thoughts

abyss * your_dotfiles_are_not_a_distro abyss * tree-style_invite_systems_reduce_AI_slop abyss * all_eyes_on_minneapolis j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh
j3s.sh
2023-03-20 · via abyss.fish thoughts

↵return

vore: a new rss feed reader

another pufferfish drawn by rekka

vore: a new rss feed reader 2023-03-20 over the last few weeks i have been working on an rss/atom feed reader. i named it vore, and run a hosted instance here: https://vore.website vore (noun combining form) ˌvō(ə)r, ˌvȯ(ə)r, ˌvōə, ˌvȯ(ə) : one that eats (something specified) vore is dead simple. it has 1 goal: subscribe to a list of feeds and display their posts to you. since vore consumes feeds, i thought the name was perfect!! i can't resist controversial names apparently :3 when you login to vore, you have the option to subscribe to any number of rss/atom feeds. vore will keep those feeds refreshed and present you a chronological list of the latest posts among all of your feeds, any time you want. for an example of what vore looks like, check out my personal feed page at https://vore.website/j3s cool vore facts 1. the UX was prioritized a thought a lot about the vore user experience. this led me to make some choices i'd like to explain. there is only 1 user input in vore: a huge text box that contains one feed url per line. it functions as both a "submit feeds" and a "subscribe to feeds" mechanism. you just stick the feeds you want to follow in the text box, hit update, and go about your day. i decided on not including tagging. tagging has always felt cumbersome and inaccurate to me. i prefer getting a feel for blogs on my own, which informs which links i click on. that strategy has always worked well for me! your vore feed list is always available at /<username>, which makes it convinient to access via a phone or a public computer or whatever. it also makes it easy to share your feed with a friend. 2. no os dependencies all vore dependencies (all 2 of them) were chosen because of their minimalism and self-reliance. the sqlite library i'm using reimplements sqlite in golang. this means that you do not even need to have sqlite installed in order to run vore - the database is fully embedded. if you want to run vore yourself, this should be enough: go run . yesterday i launched the public vore instance and it's already seeing quite a bit of use! $ printf 'select count(*) from user' | sqlite3 vore.db 114 😌 114 people consuming vore 😌 i plan on keeping vore.website up and maintained indefinitely & for free. please try it out and let me know what you think! shoot me an email or a toot or a matrix message or whatever! until next time~ - jes

follow me on mastodon or bluesky!

last updated 2023-03-20T00:00:00.000Z