Live data from Hacker News

TerabyteDeals – Compare storage prices by $/TB

terabytedeals.com

71–80 of 91 posts

Re: TerabyteDeals – Compare storage prices by $/TB

#71
https://pcpartpicker.com/products/internal-hard-drive/#sort=...

It has Amazon as well as many other stores, and several other filtering options. It supports hard drives, SSDs, and other computer parts (everything that you need to build a computer). It also has a compatibility checker if you give it a complete parts list. It also works in several countries.

Re: TerabyteDeals – Compare storage prices by $/TB

#73

I haven't needed to buy a spinning hard drive in about 5 years. I have no idea how to choose one any more. There are so many variations. Red, Purple, Blue, Gaming, Enterprise, Business. I just want to store some files.

The thing that makes the most difference is a drive being CMR vs an SMR one. CMR ones are recommended if you are ever going to write large-ish amounts of data in one go or if you ever plan to make a raid 5/ raid 6 arrays. SMR drives are now what you find on most consumer drives between with capacities 1 Besides the recording technology, the color of the label and the product line name are mostly marketing and won't m…

Fully agree on CMR being the way to go, especially for things like home servers.

The only other value might be the power on hours (POH). Effectively the intended daily running time. If youre looking for something that sits in a server, best pick something with 24h.

Beyond that I think the only other difference is warranty. I know Toshiba gives 5 years on their higher end pro models.

Re: TerabyteDeals – Compare storage prices by $/TB

#74
> 500 Internal Server Error

> The operation is insecure.

As a backend engineer, I am beyond tired of frontend engineers taking what is a Javascript programming error ("[Uncaught DOMException:] The operation is insecure" is a JS exception. It is most commonly raised when a page wants access to APIs without permission to such) and blaming it on the backend ("500 Internal Server Error" — except this is just a lie. No 500s occurred).

Re: TerabyteDeals – Compare storage prices by $/TB

#76
post #75

The best price/TB in Amazon US are mostly NAS drives. For Amazon UK they are mostly external drives.

Just tried for Amazon UK.

Apparently the cheapest is £17.75 per TB for a 16 TB disk.

However the second cheapest is £18.75 for an 8, but if you click through the 8 has an option for 16 at £273, which is £17.06. Non-discounted. It's just generally cheaper than the sites suggested cheapest.

So it's unfortunately already demonstrably wrong with its first two suggestions.

Re: TerabyteDeals – Compare storage prices by $/TB

#77
post #10

Every price i checked on Amazon.de was wrong on your website, this is totally useless! Often the real price is like 300% higher

Not affiliated, but for Germany I'd check https://gh.de ... For technical products you can filter for mostly any relevant detail... At least most German shops are there, and only a few not.

I am always curious why there doesn't seem to be something similar everywhere?

Re: TerabyteDeals – Compare storage prices by $/TB

#79

Man even spinning rust has inflated. In mid 2024 I got a 8TB WD Blue for $115 and now the cheapest 8TB I see on PcPartPicker is $160... isn't that like 30% increase in a year or so? :/ We didn't know how good we had it.

$115 / 8 TB is $14.38/TB. In the last 2 or 3 months there have been drives for far less per TB (closer to $10/TB), but it seems like the sweet spot for the best deals has significantly increased in TB.

Re: TerabyteDeals – Compare storage prices by $/TB

#80

UX 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…

it shouldn't need to do this. Nuxt has a @nuxtjs/color-mode module which ensures that the correct colour scheme is applied before the browser starts rendering the html.

if the site author is lurking anywhere - may I recommend https://color-mode.nuxtjs.org ?

Post reply on HN