Jeez. I'm glad I "splurged" for the 24gb RAM in my macbook air. Should last me a few more years..
The joke is that Apple RAM pricing is now close to market level, they still have margin in there even at market prices, and they are notorious for supply chain management and locking in contracts/prices ahead of time. So doubt Apple will change anything here short term. On the flip side if you're buying a new computer in 2026 - it's going to be even harder to justify not getting a MacBook, the chips are already 2 yea…
RAM now represents 35 percent of bill of materials for HP PCs
191–200 of 355 posts
Re: RAM now represents 35 percent of bill of materials for HP PCs
#192I had my formative years in programming when memory usage was something you still worried about as a programmer. And then memory expanded so much that all kinds of “optimal” patterns for programming just become nearly irrelevant. Will we start to actually consider this in software solutions again as a result?
> And then memory expanded so much that all kinds of “optimal” patterns for programming just become nearly irrelevant. I don't think that ever happened. Using relatively sparse amount of memory turns into better cache management which in turn usually improves performance drastically. And in embedded stuff being good with memory management can make the difference between 'works' and 'fail'.
Re: RAM now represents 35 percent of bill of materials for HP PCs
#193If you are on Linux you can 'download' some RAM. Enable zram, configure sysctl variables to make good use of it. Note that it won't help you if your workload makes use of all your RAM at once. If you have a bunch of stuff running in the background it will help a lot. I get 2 to 3 compression factor at all times with zstd. I calculated the utility to be as if I had 20GB extra RAM for what I do.
Re: RAM now represents 35 percent of bill of materials for HP PCs
#194Is there any hope for RAM to stabilize in prices again?
Re: RAM now represents 35 percent of bill of materials for HP PCs
#195Earlier quoted context omitted.
Chinese manufacturers like CXMT face the same kinds of issues that Huawei faced in entering the EU market - the EU is clamping down on Chinese suppliers across their supply chain [0]. Where can CXMT and other Chinese players export when Japan, South Korea, much of ASEAN, India, much of North America, the EU, the UK, Australia, NZ, and parts of the Gulf have enacted or begun enacting trade barriers against Chinese exp…
RAM isn't a critical security category like 5G base stations. Also, I don't think you've seen true consumer rage until the opposition in the EU would start pointing out the current parties are making the smartphones, laptops, TVs and whatnot consumers wanna buy much more expensive (or more crappy). Large parts of the EU are currently being crushed by one of the worst housing crises in the world, the economy seems to…
Those base stations are only security critical because mobile networks are deliberately insecure to enable government surveillance.
And I can image backdooring RAM. At least the controller part.
Re: RAM now represents 35 percent of bill of materials for HP PCs
#196I asked ChatGPT directly how it was fair that OpenAI bought 40% of the world’s RAM supply. It denied this saying that the figures quoted were estimates only, that such massive RAM contracts would be easily obtainable public knowledge and that primarily the recent price increases were mostly cyclical in nature. Any truth to this? Edit to add: I am actually curious; I was under the impression that this 40% story going…
Re: RAM now represents 35 percent of bill of materials for HP PCs
#197Earlier quoted context omitted.
> The only way they will is if the hyperscalers and AI companies start to implode -- which will kill a huge portion of the US economy and lead to global recession, so, cheap RAM but nobody can afford it I disagree. Modern RAM is made in fabs, which are ridiculously expensive to manufacture. Modern EUV lithography machines cost around 500M each. They're manufactured by hand. Only one company in the world knows how to…
>Modern RAM is made in fabs, which are ridiculously expensive to manufacture. Modern EUV lithography machines cost around 500M each. They're manufactured by hand. Only one company in the world knows how to manufacture them right now. You're wrong here. You don't need the most cutting edge ASML EUV machines to make RAM. Most RAM fabs still use standard DUV.
Maybe some RAM chips don't need EUV lithography. but I suspect I'm still right about the economics.
Re: RAM now represents 35 percent of bill of materials for HP PCs
#198Earlier quoted context omitted.
Once everybody has a decent amount of VRAM they can just run local AIs and the need to mess with Ad-laden search results will fizzle. So of course they are desperate to grab a new monopoly. People haven't realised yet, that local AIs are fast and produce good results - on pretty average hardware. If they don't manage to grab a new monopoly Google will be history. But it doesn't really need a nefarious plot for the pr…
LLM inference is mostly read only, so high-bandwidth flash looks like it could provide huge cost savings over VRAM. It's not yet in commercial products but there are working prototypes already. Previous HN discussion: https://news.ycombinator.com/item?id=46700384
Re: RAM now represents 35 percent of bill of materials for HP PCs
#199Earlier quoted context omitted.
You can't explicitly allocate cache, but you can lay things out in memory to minimize cache misses.
Out of curiosity, why has there not been a slight paradigm shift in modern system programming languages to expose more control over the caches?
Also, additional information on instructions costs instruction bandwidth and I-cache.
Re: RAM now represents 35 percent of bill of materials for HP PCs
#200Earlier quoted context omitted.
I never really bought in to the anti-Leetcode crowd’s sentiment that it’s irrelevant. It has always mattered as a competitive edge, against other job candidates if you’re an employee or the competition of you’re a company. It only looked irrelevant because opportunities were everywhere during ZIRP, but good times never last.
Most developers work at banks, insurance companies and other “enterprise” jobs. Even most developers at BigTech and who are working “at scale” are building on top of scalable infrastructure and aren’t worrying about reversing a btree on a whiteboard.