Hacker News new | past | comments | ask | show | jobs | submit login

Change that Twitter account. Do you have a RSS feed? How can I donate?

Last but not least, your blog is unusable without JS. The posts are not links for some reason, why would you make such a paywall?




I just added an RSS feed -

https://rxjourneyserver.pythonanywhere.com/rss_feed/rss/

I have fixed the javascript issue with the links


You can donate here -

https://buymeacoffee.com/chistev12

I don't have a RSS feed but I have a newsletter with a subscribe button.

What do you mean by posts are not links? You mean you can't click on them to get to the detail page?

Edit: What's wrong with my Twitter account?


> What do you mean by posts are not links?

Not GP, but he is right; the behavior of your website is semantically incorrect. Looks like you redirect the users to your blog posts by using <button /> instead of <a />.

I also agree that your website should absolutely not require JavaScript to work. Clicking on links is something that is possible with 0 lines of JavaScript.

> I don't have a RSS feed but I have a newsletter with a subscribe button.

This is also not very hacker-friendly behavior. Why should users give you their email addresses when a RSS feed is much easier to implement and use?


> Not GP, but he is right; the behavior of your website is semantically incorrect. Looks like you redirect the users to your blog posts by using <button /> instead of <a />.

I'll fix this. Thanks.

> This is also not very hacker-friendly behavior. Why should users give you their email addresses when a RSS feed is much easier to implement and use?

I'll do this too. Thanks.


I'm glad you took it nicely. You should definitely post here when you write a new article.

There's always something to learn! Just remember to do things the easiest way possible; <a> allows you to "redirect" users using HTML-only, while <button> needs an event attached to it using JavaScript. There are many things that people use JavaScript for but that are 100% possible using HTML. We should favor those.

Also, writing a static website removes a plethora of vulnerabilities. Collecting email addresses comes with its legal burden, too (do you delete people's email addresses if they ask you to and are in the EU?).


Yea, sure I will delete emails if asked to, but no one has ever asked.


RSS feed added, and buttons changed to a href tags.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: