Honestly, this might be the best way out of the mess the web is becoming. Use RSS for "normal" content delivery. No scripts. No styling. Nothing crazy. Just content. Build tools for searching and some other typical tasks and stop when basic functionality is covered.
This would be great for consumers but won't content creators or publishers be unhappy about it? For any content you don't pay, advts is a motivation for people to create content.
> What are the positive and negative tags for, how do they get applied?
If you hover over the tag, it shows you a score that represents a "sentiment". The README says "entity extraction and sentiment analysis are provided by Dandelion API".
What does this do, exactly? This isn't clear to me from the title, and the page isn't doing anything for me besides showing a loading gif and linking to a Github repo that still has me wondering what this does.
Great projects. Going to keep an eye on it/use it.
I've been wanting to do a web RSS thing for a while, but my idea has bloated into a full featured RSS reader and blogging Platform. It would also need a search engine, but because of the the size of the project I never got very far with actually implementing it. I need to get better at finding a minimal functioning part and start implementing it, like this search engine does.
I don't quite understand how the searching works; if I search for "Steve Kemp" I expect to find my own feed, or nothing. Yet instead I get results just including "Steve".
(Wrapping in quotes didn't make a difference, nor did adding AND in the middle.)
You should configure your Rails application correctly for production. Right now it seems like it's considering all requests as local and returning the Rails exception page to me.
Absolutely. I'm talking about things that should 404 are actually raising exceptions. E.g. https://feedi.me/popular. I hit this link by mistake but that should return a 404 and not the exception page from Rails.
This generally happens because config.consider_all_requests_local is set to true in production env. By default it should only be true in development and test.
Error fetching and parsing data Error: Network Error
at M.exports (createError.js:16)
at XMLHttpRequest.W.onerror (xhr.js:87)
Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR