Earlier quoted context omitted.
Ah, please tell me the easy way to include interactive js demos in wordpress like the blog post author has. It's obvious that the blogpost author wants a level of customization that wordpress can't offer. Also, trying new technologies was literally a goal of the project.
I mean, write a simple plugin that enables you to embed these using a shortcode, if there isn't an existing plugin that does it already? WordPress is insanely customisable - it's "just php". And sure, maybe his new skill learning could be coding on WordPress :-)
A new blog for 2024
41–50 of 114 posts
Re: A new blog for 2024
#42The author and I look at this very differently. He aimed to have his blog up in five days. Last time I created a blog I aimed to have it up that day. IMO the text is more important than the HTML and CSS
Re: A new blog for 2024
#43Blog post, not blog?
It would be titled “A New Blog Post for 2024” if all he did was write a new blog post. But if you read the blog post, you’ll see that he overhauled the entirety of his blog.
Maybe an analogy would help. If you’re a game developer and you replace the game engine of your game, you might update your in-game “about/credits” page to mention “in release x.y.z we switched from Unity to Unreal Engine” — what you wouldn’t do is say “in release x.y.z we updated this in-game ‘about’ page to, well… mention that we changed the about ‘about’ page to now state that we changed the ‘about’ page”.
Re: A new blog for 2024
#44feels like something that could be baked into JSX 2.0 bc its such a common need
Re: A new blog for 2024
#45The background noise is a subtle detail I would have never noticed on my own, but it does subconsciously make the blog appeal to me. Content in front of something that looks like real paper appears more credible than the same content on a flat background.
I agree! Any tips on how to implement it?
Re: A new blog for 2024
#46Again, because I'm boring like that: it's pretty hilarious to me that anyone would choose to make a new blog and not just use WordPress, especially when their stated aim contains this: "...that makes it as easy as possible to create posts". There are some moments when you shouldn't use WordPress. A blog is not one of those moments. Avoiding the obvious tool for the job is classic developer trendytool syndrome.
Sometimes the medium is the message. A web developer's blog can be a platform to show off their skills, and the blog itself is one way to do that.
Re: A new blog for 2024
#47The author and I look at this very differently. He aimed to have his blog up in five days. Last time I created a blog I aimed to have it up that day. IMO the text is more important than the HTML and CSS
Of course, I'm not a designer myself so I would see all of this as overkill if I tried to do it. It's enough for me to write in org-mode and export my blog as HTML with a nice template. A static file server can handle a small bunch of HTML files at scale without breaking a sweat, so no need for the JS take on SSR or AWS Lambda functions or what have you.
Re: A new blog for 2024
#48Earlier quoted context omitted.
I mean, write a simple plugin that enables you to embed these using a shortcode, if there isn't an existing plugin that does it already? WordPress is insanely customisable - it's "just php". And sure, maybe his new skill learning could be coding on WordPress :-)
I'm not sure I'd want to prioritize PHP development as a new skill in 2023^H4.
Re: A new blog for 2024
#49Maybe this will show all the React/Next.js/Server components haters that you can use them to very quickly build pages that are very performant (though used stack isn't that important anyway, the result depends more on the user's effort and attention to details).
And yet many of the HN comments complain about poor performance /shrug
Re: A new blog for 2024
#50Earlier quoted context omitted.
I mean, write a simple plugin that enables you to embed these using a shortcode, if there isn't an existing plugin that does it already? WordPress is insanely customisable - it's "just php". And sure, maybe his new skill learning could be coding on WordPress :-)
> I mean, write a simple plugin that enables you to embed these using a shortcode Ok, so learn php when they could just use js which they likely already know and likely get paid to know. Wordpress and php are negative value skills, you do not want to advertise that you know those things as a developer because someone might try to hire you for them.