Post 9y3DEF5rXjcdqGysiW by abbienormal@floss.social
(DIR) More posts by abbienormal@floss.social
(DIR) Post #9y2WBKW0dINNl9ZkYq by craigmaloney@octodon.social
2020-08-12T04:17:29Z
1 likes, 1 repeats
RSS, or why lack of developer imagination will be the end of the open web http://decafbad.net/2020/08/11/rss-or-why-lack-of-developer-imagination-will-be-the-end-of-the-open-web/ #Adayinthelife #Programming #Computers #Rants #misc
(DIR) Post #9y3DEF5rXjcdqGysiW by abbienormal@floss.social
2020-08-12T11:13:30Z
0 likes, 0 repeats
@craigmaloney part of the problem is the "popularity" of formats readable through the services of large companiesIf the format is not that accessible then the incentive to use it fades, to some people, becuse they're not in the game for political advances, but to get rewarded for their rich kids games
(DIR) Post #9y3DEG5tp5FIwg0QPg by craigmaloney@octodon.social
2020-08-12T11:47:33Z
0 likes, 1 repeats
@abbienormal My argument is that if we let companies lead the way we lose.We don't have to let them lead every single dance.
(DIR) Post #9y3Z5tjhGQWcHI2Us4 by ScottMortimer@infosec.exchange
2020-08-12T19:48:59Z
1 likes, 0 repeats
@craigmaloneyRSS is still relevant in many places. I use NextCloud on an RPi4 to host a feed reader that pulls in over a hundred different RSS feeds from INFOSEC to Role-playing Game info. It's very much alive in my life.
(DIR) Post #9yTJMJhXPmFDcZ07FI by andycuccaro@mastodon.social
2020-08-13T01:39:50Z
0 likes, 0 repeats
@craigmaloney Great read! For anyone else reading the thread: what's a good suggestion for providing a RSS feed for your website that's simple to implement? Is there any way to do it on a Github/Gitlab page?
(DIR) Post #9yTJMKUSTtNO4HtBUu by vinnl@mastodon.social
2020-08-13T15:43:04Z
0 likes, 0 repeats
@andycuccaro @craigmaloney That depends on how your page is generated - in the end, it's just a bunch of files that are made available. On GitHub Pages, you're likely using Jekyll, and all you need to do is enable the jekyll-feed plugin: https://pages.github.com/versions/
(DIR) Post #9yTJML7S8uZI1E8KHI by craigmaloney@octodon.social
2020-08-13T15:52:49Z
0 likes, 0 repeats
@andycuccaro @vinnl You're both fixing a problem for an author that isn't on Mastodon and will never read this solution.
(DIR) Post #9yTJMLqpQCreHxMZ0K by noeldemartin@noeldemartin.social
2020-08-25T06:01:59Z
0 likes, 0 repeats
@craigmaloney @andycuccaro @vinnl I agree with the problem, but at least in this example there is light at the end of the tunnel! Github has built-in functionality to generate RSS feeds, so you don't need to contact the author of that blog.Subscribe to this url: `github.com/{user}/{repository}/commits/{branch}/{path-to-file-or-folder?}.atom`It is not ideal, but I use it for a couple of repositories and it's better than nothing.
(DIR) Post #9yTJWzZGbuyeMcDrGK by noeldemartin@noeldemartin.social
2020-08-25T06:04:01Z
0 likes, 0 repeats
@craigmaloney @andycuccaro @vinnl And funny enough, I've been for holidays a couple of weeks and there is no way I'd had read this blog post without your RSS feed :).
(DIR) Post #9ylFvUGxCVd1ZTMOLA by andycuccaro@mastodon.social
2020-09-02T21:48:23Z
0 likes, 0 repeats
@noeldemartin That's pretty cool, thanks! It seems Gitlab offers very similar functionality. I'm a noob regarding webdev and I don't know much yet, but I wonder if it could be possible to offer a rss feed for a website hosted as a Gitlab Page... 🤔