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

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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