How is it different from https://diskprices.com/ ?
TerabyteDeals – Compare storage prices by $/TB
61–70 of 91 posts
Re: TerabyteDeals – Compare storage prices by $/TB
#62We didn't know how good we had it.
Re: TerabyteDeals – Compare storage prices by $/TB
#63I don't use dark mode. Every time I open this site, it firstly shows in dark mode and then switches to light mode after 0.x seconds.
Re: TerabyteDeals – Compare storage prices by $/TB
#64Earlier quoted context omitted.
I guess you didn't read the amazon tos then. Price trends and history is not allowed.
ToS are not enforceable if you don't use an official product feed from Amazon in this case. As shown by thousands of companies providing exactly this service for competitor analysis.
Re: TerabyteDeals – Compare storage prices by $/TB
#65UX bug: I don't use dark mode. Every time I open this site, it firstly shows in dark mode and then switches to light mode after 0.x seconds.
Re: TerabyteDeals – Compare storage prices by $/TB
#66How is it different from https://diskprices.com/ ?
Re: TerabyteDeals – Compare storage prices by $/TB
#67How is it different from https://diskprices.com/ ?
Neither have a column for Endurance (TBW), or power consumption (load watt, idle watt, RPM...).
Both list disks not actually available for purchase (fake prices).
Very limited usefulness.
Re: TerabyteDeals – Compare storage prices by $/TB
#68Re: TerabyteDeals – Compare storage prices by $/TB
#69UX bug: I don't use dark mode. Every time I open this site, it firstly shows in dark mode and then switches to light mode after 0.x seconds.
That’s because the HTML code is server-side rendered (SSR) with data-theme="dark" hardcoded on the element, so on the initial page load the browser immediately renders with dark mode styles applied. After ± 500ms-600ms Nuxt’s JavaScript hydration kicks in (as this is a Nuxt app based on __NUXT__ at line 11,236), which detects your macOS system preference via prefers-color-scheme media query and updates data-theme to…