Hacker News new | ask | show | jobs
by roddux 2509 days ago
Seems like a hell of a lot of engineering effort for something that could easily be replaced by a gradient...
2 comments

It's a good exercise to test these technologies and how to run things at scale.

A real image from third party is valuable since gradients don't have onload events for example.

An image gradient then. 1 px wide perhaps, or high. Few problems resizing it (even on client) and it should be reusable.
I think the point is not to get away with the scaling problem.

Here's one service I used in a project's development mode:

https://dummyimage.com/2500x2000/000/09f.png&text=HackerNews

In the production build I changed it to the real host.

This describes at least half of all programming efforts