Earlier quoted context omitted.
> 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.
Failing to understand what "Wordpress and php are negative value skills" even means. I'm pretty happy with the work I get paid for ;-)
A new blog for 2024
61–70 of 114 posts
Re: A new blog for 2024
#62Re: A new blog for 2024
#63My favourite animated blog header of all time is that of acko.net: https://acko.net/blog/zero-to-sixty-in-one-second/ The design language is (understandably) feeling a bit 2013 these days, but objectively I think it's held up great. It's something I'd like to do for my blog, since I'm getting tired of looking at the same static header, but I've yet to come up with the perfect design.
Re: A new blog for 2024
#64The 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.
Re: A new blog for 2024
#65Earlier quoted context omitted.
I agree! Any tips on how to implement it?
What about a background (pattern) that has the noise already in it? I use https://bg.siteorigin.com/ often to create subtle backgrounds like the one on https://www.winkeljustitia.nl/
Re: A new blog for 2024
#66The 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?
background-image: url(/css/noise.png);
background-repeat: repeat;
background-size: 182px;
filter: brightness(6);
opacity: 0.018;
In my experimentation with it, I can't quite figure out how he applies the effect to the whole page without it either dissapearing on adjustments to the viewport or affecting the pages text opacity.Re: A new blog for 2024
#67Earlier quoted context omitted.
Sorry to be argumentative, but it just isn't. It's PHP, and you probably don't need to code anything at all. You also don't need many plugins. Incompatibility issues and vulnerabilities just aren't a thing - as long as you keep stuff up to date and don't install a thousand dodgy plugins, you'll be fine. And yes, this is what I do: maintaining 50+ sites for clients, so I have been round the block a few times, not just…
"This is what I do and I am fine with all the trade-offs so doing it any other way is wrong and a waste of time" - classic developer do-as-i-say-ism.
I see many on HN as being sort of “automatically negative” about Wordpress and php and unable to see that there are actually some times when they’re totally the right tools for the job.
I’d be the last person to suggest anyone use Wordpress for everything - yes, I happen to have a niche that is about this tool, and I like it and am passionate about it, and for what we do it’s highly relevant and very much the right tool - but we’re also very pragmatic about decision making.
What I see so much in developer land is that certain trends drive strategy. It’s so often not the boring, known, stayed tool which wins the day but the bleeding edge one which actually isn’t as good a fit.
As I say in a comment lower down here - the tradeoffs to me here are: no feed, no comments, no categories, no OG tags, no API - all of which are out of the box with Wordpress.
Re: A new blog for 2024
#68Earlier quoted context omitted.
> 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.
> 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. This was unnecessary.
I'm already in the part of my career where learning another programming language is not what will take me to the next level so unless there is something unique about a programming language that makes it very useful I'm not interested in learning it.
Learning how to use more tools is not necessarily better when you are already proficient in other more flexible tools.
Re: A new blog for 2024
#69Again, 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.
If you don't want a pre-built theme, you don't need the plugin ecosystem, and you don't need/want a WYSIWYG editor, there's no reason to choose Wordpress.
Re: A new blog for 2024
#70Again, 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.
Please don't post shallow dismissals, especially of other people's work. https://news.ycombinator.com/newsguidelines.html