awesome-embedded-rust icon indicating copy to clipboard operation
awesome-embedded-rust copied to clipboard

Removal of Badges

Open memoryruins opened this issue 6 years ago • 9 comments

Previously opened an issue about formatting and badge use on the awesome-rust list https://github.com/rust-unofficial/awesome-rust/issues/419.

For awesome-embedded-rust, I propose continuing with the format we have now, which is the "simpler alternative" in the above link, except without any graphical badges (the graphical logo at the top looks fantastic, however). Removing the noise of misaligned badges, It's easier to read and especially to load. Bringing up now before the lists begin to grow, especially with the many crates to be added for no-std #2.

memoryruins avatar Apr 29 '18 18:04 memoryruins

@memoryruins So you're proposing to revert #1? I'm more in favour to go with #20 instead which would also remove a lot of the badges from the entry page to unclutter the entry page.

therealprof avatar Apr 30 '18 07:04 therealprof

Ah yes, my bad. I would have left a comment there if I saw earlier. Many awesome lists do without, and the ones that add structure and alignment, e.g https://github.com/bnb/awesome-hyper, still experience sluggish load times.

I’m also in favor of splitting certain sections into their own pages, and less badges may be best in the long run there as well.

memoryruins avatar Apr 30 '18 12:04 memoryruins

I don't like those badges either, they're cluttering the page.

berkus avatar May 01 '18 00:05 berkus

Exhuming this thread from the dead, I do think removing the badges is a good plan. @japaric what was the original reason to add them? They’re neat but was there other reasons than the coolness factor?

The practical reason I can see is to check for newer versions of crates in one place.

RandomInsano avatar Sep 16 '18 22:09 RandomInsano

Aside from the coolness factor, it has been useful to me to distinguish which projects have a published crate and which ones do not. Personally, for the ones with a published crate I assume that the library is usable, there is a reliable versioning and a somewhat thought-through API, even if it is not complete. Without a published crate I expect more of an unstable and not very usable project.

The slow loading is somewhat annoying, though. Would this be better if we used pngs instead of svgs?

eldruin avatar Sep 28 '18 07:09 eldruin

@eldruin If this is done right (haven't checked) SVGs would be vastly smaller than PNGs. I think the main problem here is that each image is individually loaded from the server...

therealprof avatar Sep 28 '18 10:09 therealprof

vastly smaller

Depends on the resolution of the rendered image. A one pixel bitmap beats them all.

It could be the browser implementation of parsing and walking a new complex data structure each image that is the delay we’re seeing.

Update: (now with facts!)

-rw-rw-rw-@ 1 me  staff  3060 29 Sep 09:09 lpc82x.png
-rw-rw-rw-@ 1 me  staff   963 29 Sep 09:09 lpc82x.svg

Forced full refresh of: SVG: 1.56MB, between 16 to 20 seconds PNG: 1.69 MB, 9.5 seconds first refresh, 2 seconds

SVG: image

PNG: image

If I were to guess, the badge generator or one of it's content delivery network servers is not caching SVGs. I had the browser cache disabled for both tests and they were performed on Firefox 61.0.2.

Considering that drastic improvement, I've opened a PR for this change and we can keep arguing if it's ugly or not later.

RandomInsano avatar Sep 29 '18 13:09 RandomInsano

Sorry, but I don't see any improvement here. It neither renders faster for me nor would I consider it a fattening the already big page further a worthwhile tradeoff.

therealprof avatar Sep 29 '18 20:09 therealprof

Really?! Can you open your browsers profiler, disable caching (both FF and Chrome support this) and check the networking timeline?

Update: I just did it myself (for science!) and you're right. Yesterday I ran refreshes about five or six times per page and it seemed to be consistent. Today they're inconsistent in both browsers. As good as 1.07 seconds on one load and as bad as 20 seconds in others regardless of the content type served up.

I think these speed differences are mostly in the caching somewhere out on the Internet. I'll go close that one off.

RandomInsano avatar Sep 30 '18 15:09 RandomInsano

As there is already a failed test for this change, maybe this PR needs to be closed.

Israel-Laguan avatar Jan 18 '23 12:01 Israel-Laguan

I'll go and close this - seems like the consensus is to not proceed.

berkus avatar Jan 18 '23 17:01 berkus