Live data from Hacker News

A new blog for 2024

chrisnicholas.dev

81–90 of 114 posts

Re: A new blog for 2024

#81
post #23

My 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.

Oh yeah! I remember being impressed by acko.net more than a decade ago. Thanks for the link!

Re: A new blog for 2024

#82
post #14

The 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.

It dramatically reduces readability for me. Not a fan, even though it might look “nice”. (As viewed on an iPhone)

I thought I was the only one considering the praise it's getting throughout the thread and others saying that they didn't even notice it until it was pointed out in the article. I had to reduce the opacity by at least half for it to not be so distracting.

Perhaps the noise doesn't "scale" on mobile as I'm also viewing it on an iPhone and/or is just more apparent in dark mode.

Re: A new blog for 2024

#83
The animation seems to tax the CPU. I ran Chrome profiler and compared to hackernews (my performance gold standard) ...

Hackernews = 99.9% idle , 0 rendering

Your new blog = 94% idle, 4.7% rendering + painting

Someone mentioned the fans / activity monitor showing cpu usage as well

Re: A new blog for 2024

#86
post #83

The animation seems to tax the CPU. I ran Chrome profiler and compared to hackernews (my performance gold standard) ... Hackernews = 99.9% idle , 0 rendering Your new blog = 94% idle, 4.7% rendering + painting Someone mentioned the fans / activity monitor showing cpu usage as well

[deleted]

Re: A new blog for 2024

#87
post #83

The animation seems to tax the CPU. I ran Chrome profiler and compared to hackernews (my performance gold standard) ... Hackernews = 99.9% idle , 0 rendering Your new blog = 94% idle, 4.7% rendering + painting Someone mentioned the fans / activity monitor showing cpu usage as well

I'm not going to dive in and play with it, but often it can help to add the CSS rule "transform: translateZ(0)" in order to force rendering to the GPU instead of CPU.

Re: A new blog for 2024

#88

The 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 wonder if it looks different on different platforms. My first reaction looking at the site was that it looked super grainy - a lot of the embedded screenshots and interactive snippets are almost too noisy to read. I played with the setting and found that while I do like the aesthetic, it needs to be about half as strong to my eye.

Re: A new blog for 2024

#89
post #69
post #24

Again, 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.

Wordpress is incredibly complex when compared to a static site that can be served ~entirely from a CDN. A database-backed blog has been outmoded now for years. 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.

Is a blog a blog when it hasn’t got comments, feeds, categories, tags? I’d say not.

So: sure, if your cdn and static files can do all of those then yeh. But it can’t.

Post reply on HN