this post was submitted on 04 Apr 2024
25 points (77.8% liked)

Technology

58091 readers
3144 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Saw this post the other day and was inspired to make something slightly more stupid, plus it gave me an excuse to work on my website, lol

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 5 months ago* (last edited 5 months ago) (1 children)

I do have an RSS feed! It's https://floridaman7588.me/feed.xml I should probably put it in a more obvious place on my site tho, haha. And thanks for reading!

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

Thank you, I should have tried that. (I tried /feed - without the .xml). I'm also pretty sure there's some html meta tag pointing at the feed. I use Feeder on android and it can usually find the feed, even if it has some nonstandard path. EDIT: This is how it looks like in the linked The Thin Computer article linked:

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Feed" href="https://thin.computer/index.php/feed/" />

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Comments Feed" href="https://thin.computer/index.php/comments/feed/" />

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Using Termux on Android for Self Hosting? Yes, really. Comments Feed" href="https://thin.computer/index.php/2024/03/21/using-termux-on-android-for-self-hosting-yes-really/feed/" />
[–] [email protected] 2 points 5 months ago

Ah, I will look into adding that to my React layouts. Thanks for the suggestion!