I looked around andros.dev and found no (real) feeds so I'll probably just forget the site in a week. If it had had a feed I'd have added it to my desktop native readers.
By the way, andros.dev has an RSS feed.
The great thing about hosting your own website is that you can decide for yourself what "standards" and "recommendations" actually make sense for you.
> By the way, andros.dev has an RSS feed.
You should add <link rel="alternate"> links to the RSS/Atom feed. The way people (or at least I) discover RSS feeds is to paste the blog/article URL into my feed reader - if that can't find the feed then I more than likely just give up and move on. All I can find on your site is a button in the side bar that doesn't even work.
Had to look at the page source to find it, since without JS, the bottom left button does nothing.
Second, for a modal, I should use a `<dialog>` that opens via a `<button>`, which it already does. JavaScript does the magic. Not a `<a>` as you suggested.
Finally, if it's a bug, which I find very strange because it's a very simple piece of code and no one has reported it, you're not posting it in the right place. An email or the contact form would have been more appropriate.
As unnecessarily snarky as this person is being with you, don't let a HackerNews comment stop you from being an great person.
If that's just the way you like things, sure, that's what personal sites are for. How you like it. I apologize for implying otherwise (it must come off that way since two different people took it that way). I just really dislike the web as 'executable application distribution layer' model and try to stick to websites that are HTML pages.
I believe that in my case, the use of JavaScript is justified because it's information that doesn't require a separate page; there are just a couple of configuration buttons. On the other hand, the page is rendered using HTML over WebSockets, and what you're experiencing is the vanilla SEO version... hut of course, that's just my opinion.