Show HN: Icons.run – use 85,000 icons as PNG
1–6 of 6 posts
Re: Show HN: Icons.run – use 85,000 icons as PNG
#2Re: Show HN: Icons.run – use 85,000 icons as PNG
#3They are encouraging this to be used as a permalink service for icons even in markdown files, but what guarantee this will be around in the long term?
Anecdotally, I recently worked on a project that used a Flag CDN - worked fine for a long time, then started sporadically failing.
As such I don't think I'd used anything in production hosted on a none static copy CDN like Cloudflare, sure Cloudflare could do down, but we probably all have bigger issues then than my flags not working.
Re: Show HN: Icons.run – use 85,000 icons as PNG
#4They are encouraging this to be used as a permalink service for icons even in markdown files, but what guarantee this will be around in the long term?
There's no guarantee of anything being around. Anecdotally, I recently worked on a project that used a Flag CDN - worked fine for a long time, then started sporadically failing. As such I don't think I'd used anything in production hosted on a none static copy CDN like Cloudflare, sure Cloudflare could do down, but we probably all have bigger issues then than my flags not working.
Sprawling these kinds of links in your markdown instead if /assets/icons/mylocalicon.png seems a bit risky. Markdown tends to get used in Github / Local Git which can happily just reference the files stored along with it.
Also maybe hugo/jekyll type sites or internal docs. Same thing.
So the effort posted here is great but I would prefer a zip to a CDN link.
Re: Show HN: Icons.run – use 85,000 icons as PNG
#5Re: Show HN: Icons.run – use 85,000 icons as PNG
#6Earlier quoted context omitted.
There's no guarantee of anything being around. Anecdotally, I recently worked on a project that used a Flag CDN - worked fine for a long time, then started sporadically failing. As such I don't think I'd used anything in production hosted on a none static copy CDN like Cloudflare, sure Cloudflare could do down, but we probably all have bigger issues then than my flags not working.
True! but the mitigation for nothing being guaranteed is to … well avoid free public CDNs :-). Unless they are backed by a big company maybe. Sprawling these kinds of links in your markdown instead if /assets/icons/mylocalicon.png seems a bit risky. Markdown tends to get used in Github / Local Git which can happily just reference the files stored along with it. Also maybe hugo/jekyll type sites or internal docs. Same…