The tourist map of flash drives (things.gnod.com)
I made this map of the 200 most popular flash drives on Amazon today. It looks a bit like a mandelbrot set :)
I made this for myself, because I wanted to have an overview of whats available. Do you think this is something people want? It could easily be extended to ssd-drives, monitors and whatnot.
79 comments
[ 3.4 ms ] story [ 158 ms ] threadI made this for myself, because I wanted to have an overview of whats available. Do you think this is something people want? It could easily be extended to ssd-drives, monitors and whatnot.
how would things look if you plotted just capacity on the y axis instead of capacity/price?
what algorithm do you use to make the points form a grid in the dense areas?
You can add #y=gb to the url, it will change capacity/price to price.
I just brute force the positions. In the first iteration, I go through all empty cells and choose the best. For all items. Then I search for items that can be swapped.
Maybe "CAPACITY PER DOLLAR" would be better? But that would be really long.
How about "Value (GB per USD)"
Edit: what maaarghk said https://news.ycombinator.com/item?id=7466153
Edit2: I think everyone wants this instead: http://things.gnod.com/flashdrives/#y=gb
[1] English plurals can be funny.
(A cool thing btw. Just to make sure you don't get me wrong)
Hey no_gravity: this comment is "dead" and I don't know why https://news.ycombinator.com/item?id=7465983
Strange, that the comment is dead. It is the explanation of this post, so what's wrong with it?
Interested to hear how you got the price/size data out of Amazon? :)
It's still kind of broken though. How about actually plotting the drives at their correct position rather than stacking them neatly?
Capacity vs. Price seems perfectly reasonable. The PNY 128GB drive which is at the top of the original linked graph is nestled between two other drives -- one smaller and pricier per dollar, the other the same size and pricier per dollar.
It would be one big mess of overlapping stuff. I can code an option for that if there is demand for it.
Differentiating USB3 vs. USB2 would probably be informative too.
Here is a try to make the y-axis strictly capacity based:
http://things.gnod.com/flashdrives/#y=gb
Do you think this is better?
All I changed in the y=gb chart is the meaning of the y-axis.
You cannot perfectly sort things in a grid.
When you move your mouse normal to the axis marked "capacity", all your data points should have the same... capacity. So they should all be 32G, 128G, whatever.
If you decide you want to spread them out, sure. But I shouldn't move my mouse down from a 128G drive, and find I'm on a 32G drive.
I think a more useful view would be to show the flash drives in terms of price per GB, within a certain range. By plotting them in this discrete (best word I could think of) where they cannot occupy the same space in the graph it's misleading about the best value for money.
Unfortunately it's not as simple as price and size, with the advertised speeds tending to be higher than measured. Also, a while ago I got a drive which promised pretty nice nominal read and write speeds; it turned out however that it had a small buffer and for larger files (or more of them) the transfer speed slowed to a crawl within a few seconds.
Tricky items, those little drives.
I also learned that while the cloud solves lots of problems for me, sometimes a flash drive is still the easiest thing to use.
Edit: Then again, sometimes speed doesn't matter. I just got a USB drive in the form of a fictional character that sits next to my other trinkets above my desk. I use it to back up my GPG and SSH keys in case my laptop goes kablooey.
Sneakernet wins again!
http://www.makeuseof.com/tag/5-of-the-fastest-usb-3-0-flash-...
Did you create the chart yourself or is it built on top of some kind of js library?
it's open source: https://github.com/forrestv/storage
The actual as opposed to advertised speeds vary wildly. Anything below 20 MB/s isn't really state of the art anymore, and the one I bought gets 60 MB/s. Drives with 100 MB/s are available; after that comes the very-fast-very-expensive USB3 SSD market. If you buy a drive without paying attention to benchmarks, you can easily wind up with a 5 MB/s dud.
For what it's worth: I couldn't find a micro usb drive (ie. about as small as the USB port itself) that had great transfer rates. The best I could find was -- I think -- a Corsair stick offering 20 MB/s. If you want 50 MB/s+, like I did, you're stuck with "regular sized" drives, for the moment; all the faster drives I found were even more bulky.
http://www.usbstick-charts.de/
Then, if not ranked, in the information the speed to which the drive works?
Over all, really cool site! I love it.
Speed is a really complicated issue, because afaik the speed can even be different between 2 drives that are sold as the same. The brands do not produce the drives themselfes, but brand drives from different manufacturers. So you can order 2 times the same drive and get 2 completely different ones. Except for price and capacity.
Edit: Looks like the axis are inverted?
http://things.gnod.com/flashdrives/#y=gb
I have to make it more clear or switch to a different default view. Not sure yet.
Also some punishment seems to have kicked in. This post suddenly jumped down 20 positions. Posts older and with less points are above it now.