Live data from Hacker News

Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

twitter.com

751–760 of 787 posts

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#751

Earlier quoted context omitted.

I think the plan is to defend, with allies motivated by the goal of saving TSMC facilities. If you destroy them the moment China declares war, Taiwanese allies might be much less invested But at the same time everyone understands that the Taiwanese would destroy the facilities before they fall into Chinese hands

Why would China care if Taiwan blows up its fabs? The talent is still there, so they could rebuild, or recruit the talent to work for Chinese mainland fabs instead?

We are talking about facilities that are extremely complex and expensive to build, to the point that only a very small handful of locations in the world exist today - despite their massive economic value.

TSMC is not something you can rebuild with some brains in front of laptops.

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#753
post #566
post #544

Earlier quoted context omitted.

China and Taiwan are considered one country, even according to US https://www.congress.gov/crs-product/IF12503 How do you make one country into one country? It's already one country and is treated as such by even countries that consider China an adversary

> China and Taiwan are considered one country, even according to US Your link does not say what you think it does. My guess is you read the first sentence and saw "one-China police" and stopped. But the US's one-China policy is not the same thing as China's one-China principle. The US's one-China policy is that (continental) China is a single China governed by the PRC. It's silent on Taiwan. But, considering the laws…

> The US's one-China policy is that (continental) China is a single China governed by the PRC. It's silent on Taiwan

Oh really?

https://2021-2025.state.gov/countries-areas/taiwan/

>The 1979 U.S.-P.R.C. Joint Communique switched diplomatic recognition from Taipei to Beijing. In the Joint Communique, the U.S. recognized the Government of the People’s Republic of China as the sole legal government of China, acknowledging the Chinese position that there is but one China and Taiwan is part of China.

https://2021-2025.state.gov/u-s-relations-with-taiwan/

>The United States approach to Taiwan has remained consistent across decades and administrations. The United States has a longstanding one China policy, which is guided by the Taiwan Relations Act, the three U.S.-China Joint Communiques, and the Six Assurances. We oppose any unilateral changes to the status quo from either side; we do not support Taiwan independence

Doesn't sound like silence to me.

>But, considering the laws we have on the books declaring our commitment to ensuring the sovereignty of Taiwan, it's a hard row to hoe to get to "the US considers Taiwan to be territory the PRC has a right to control."

You're moving the goal posts. Sovereignty isn't the same as being a country. States in the US have some sovereignty and their own governance and international relations too, but it wouldn't be correct to say that the US consists of 50 independent countries.

Also, using the word right sounds a bit like muddying the waters. You could argue the United States government doesn't have the right to control their land, as it has been stolen from the indigenous people. But that doesn't mean United States is not an independent country that controls the area within its borders.

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#754

Earlier quoted context omitted.

The age old problem of mobile chips have brilliant performance for about 15 seconds until they thermal throttle. If you are just using apps, 15 seconds is more than enough to launch and setup an app, for anything more it will be down graded a little. Still dang impressive but the form factor becomes the limiting factor.

There’s still one mystery for me. I’m now at the iPhone 16. The performance of those chips with 8GB in non throttled environment (Neo..) can run as a fully performant macOS. Yet, as a phone I don’t feel upgraded performance since my SE 1st gen days. Sometimes I get stuttering, basic browsing can get the device pretty warm, sometime camera lags to launch. My usage profile didn’t change much over the years. So I can on…

There are so many apps out there which take every shortcut they can to make it easier for developers regardless of the impact on users. On iOS, using things like react native instead of actually native code; on desktop systems, using Electron instead of any other toolkit.

I understand why, mind you; would VS Code or Slack have as much velocity of improvement if they had to individually manage GUI toolkits for each platform? Would VS Code be as extensible if the UI were built in Swift or Qt?o But the results are still there.

There are projects to try to make this /better/, like Tauri - Electron but using your system's built-in browser engine rather than shipping a new one, so that you don't have to have eight separate copies of Chromium loaded into memory - but they still need to reach feature-completeness and projects need to do a non-trivial migration, and then they need to test across multiple browser engines, etc., so it's still not the same.

Regardless, this is the situation we have right now; everyone figured that RAM capacity would continue to increase at the same rate as RAM usage, "it works on my machine" but it's a 32 GB Macbook, Chromium optimized for performance and not memory usage by assuming that each 'page load' would be short lived (browser behavior) rather than having one 'page load' run for hours or days (Slack, VS Code, Spotify).

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#755
post #559

Earlier quoted context omitted.

The age old problem of mobile chips have brilliant performance for about 15 seconds until they thermal throttle. If you are just using apps, 15 seconds is more than enough to launch and setup an app, for anything more it will be down graded a little. Still dang impressive but the form factor becomes the limiting factor.

You said it. It was over 100 F here where I live, and I was on my phone outside trying to get work done while watching my kid, and I couldn't even type because of the thermal throttling triggered just by it being so damn hot outside.

A few years ago I decided I was going to get some fresh air by going and working on the (south-facing) deck. Put my phone and drink outside, went back to get my laptop, brought it outside.

Outside was too bright for me to see my laptop screen even at full brightness, but by the time I had it outside and had discovered that my phone had overheated so much it refused to turn on until it cooled down.

At least my drink was still cold.

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#756

Earlier quoted context omitted.

The US cannot offer lots of money to chip fab refugees today, because they are not refugees. Trying to headhunt people at a high quality job is very different.

The pay might not be as good but they could also go to Europe. Might depend where they've got family / contacts.

Part of the reason a Chinese invasion of Taiwan seems more realistic is Trump being a sycophant towards any dictator who will give him the time of day, including Xi Jinping.

It's not impossible, but I feel as though if Trump decides that China is friends and Taiwan is enemies (as he seems to have done with North/South Korea lately) then Taiwanese refugees might not be as eager to move to the US as, say, Canada, Australia, or Europe.

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#757

Earlier quoted context omitted.

There’s still one mystery for me. I’m now at the iPhone 16. The performance of those chips with 8GB in non throttled environment (Neo..) can run as a fully performant macOS. Yet, as a phone I don’t feel upgraded performance since my SE 1st gen days. Sometimes I get stuttering, basic browsing can get the device pretty warm, sometime camera lags to launch. My usage profile didn’t change much over the years. So I can on…

There are so many apps out there which take every shortcut they can to make it easier for developers regardless of the impact on users. On iOS, using things like react native instead of actually native code; on desktop systems, using Electron instead of any other toolkit. I understand why, mind you; would VS Code or Slack have as much velocity of improvement if they had to individually manage GUI toolkits for each pl…

Looking over the actual killer feature for Electron: running your existing web code with native features layered on top. I mean yeah Tauri does this too, but I think it's relatively rare for someone to decide "I'm going to build a standalone native desktop app in Electron because it's easiest," they're thinking "I already have this PWA that i can repackage with native features without maintaining a whole second UI."

Or at least, that's how it went where I work.

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#758
post #679
post #677

Earlier quoted context omitted.

Yeah, it is a really weird one. Especially iOS is optimized to the gills, there is no real desktop running to speak of and app developers care just a little more than on Android, yet somehow an iPhone can't keep a few apps in memory, yet a MacBook Neo with 8GB RAM does just fine with multiple chunky desktop (often Electron) applications in memory, along with macOS itself being more chunky.

So true and SO annoying. I have been away from Android for a while, is it any better there?

I'm really struggling to think of a time I've been disappointed in the performance of my Pixel 8 but I don't ask a ton of it

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#759
post #661

Earlier quoted context omitted.

> Because there is change coming to the US and the next president isn't likely to be such a complete moron. All past elections prove you otherwise.

If you honestly think that, then you are not paying attention, or you're just a typical troll.

Everybody always forgets George Bush for some reason

Re: Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

#760

Earlier quoted context omitted.

Also the US has very publicly shown they don’t have the ability to effectively wage war over any period of time.

Yes and no. The Iran war is deeply unpopular and won’t even pass congressional approval for money. It’s being fought from pocket change budgets because they know they can’t pass a funding bill for it. Also not the same kind of war. Any period time? US waged war for 20+ years in Afghanistan. Pretty effectively! To what end? Not an end an army can really achieve so… there you are. But a war that might actually be popul…

Ah yeah that $1T a year for the last forever is just pocket change
Post reply on HN