

Yes, I agree that they should not have shut this down. The “concerned” people should just not use the fruits of the project rather than try to prevent everyone from being able to.


Yes, I agree that they should not have shut this down. The “concerned” people should just not use the fruits of the project rather than try to prevent everyone from being able to.


It is offensive to me on a philosophical level to see that so many people feel that they should have control, in perpetuity, over who can see/read/experience/use something that they’ve put from their mind into the world. Doubly so when considering that their own knowledge and perspective is shaped by the works of those who came before. Software especially. It is sad that capitalism has so thoroughly warped the notion of what society should be that even self-proclaimed leftists can’t imagine a world where everything isn’t transactional in some way.
Extraordinary rendition is actually something they’ve been quite credibly accused of doing, look into the case of Ling Huazhan.
I can’t read Chinese, can you?
Yes, I lived in China for almost a decade.
The things mentioned in the article aren’t police stations, Chinese or otherwise, nor are they secret.
That is the exactly the crux of the conflict, when does a citizen service station abroad that maintains communications with province-level PSBs and performs functions that the PSB would perform domestically need to seek approval from a host country? And why would the volunteers burn comms after the FBI started snooping in there were no secret dealings behind the scenes in the non-secret, totally-above-board hukou and drivers license operation? Beyond that, the testimonials from diaspora Chinese in the US are hard for me to handwave away. To be clear, I don’t intend to take any moral stance on this, I just think it is a bit naive to assume China wouldn’t do that or hasn’t done that, even without considering the weight of the claims on either side, diaspora community/Biden DOJ and Zhao Lijian/the MFA.
[https://www.mfa.gov.cn/fyrbt_673021/jzhsl_673025/202211/t20221102_10797427.shtml](A briefing by MFA spokesman Zhao Lijian)
It is widely known and actually mentioned in the article you linked above. You also read the Chinese government’s explanation for their existence if you search the MFA website for 海外警务服务中心
It was my understanding that the existence of police stations in foreign countries is not debated, they have them. The allegation that they are used for repressive purposes beyond their stated aim of providing administrative services to citizens living abroad is what is controversial. It really seems like, when you cut all the baggage away, all we have is testimonials from expats claiming harassment and assurances from the MFA that it never happened, so I struggle to land firmly on one side of belief considering both parties have historically been loose with the truth.
Anything that deals more directly with the issue than the past of the founder of one associated organization? “One of the guys saying it is bad, so it isn’t true” doesn’t work well on the people I argue with.
I was hoping this had been debunked, any (non-CCP affiliated) sources for this?

Neat strawman, but I don’t see improvements plateauing yet.

Sounds like Tom tried LLM-assisted coding once about 6 model release cycles ago and hasn’t revisited it.


That seems like a solid next step to figure out if it is the drive or the board (or the whole thermal situation in the rig). Good luck and sorry about the bad news, thanks for humoring my troubleshooting compulsion


A GPU bench might raise temps in a way that would cause the problem to recur, but I’m not sure you’d see anything without doing something to get data flowing to the drive at the same time, so maybe try running the GPU bench and at the same time run sudo dd if=/dev/{your drive} of=/dev/null bs=1M status=progress (just pull data from the drive and write it to nowhere, but be careful about the of and if or you might overwrite your whole drive), and while those are going, run sudo dmesg -w in another terminal and watch for the same error you were getting before. If you don’t get errors, the problem was probably just some power state problem that the kernel parameter fixed. But I have to tell you, unfortunately, that the presence of the error under windows is a bad sign that points to a hardware problem, so I don’t feel very hopeful. Independent of all the other suggestions, could you try running sudo nvme smart-log /dev/{your drive}? That might give you some data.


I’d wager a toe from my left foot that if you look in the Event Viewer on windows you will see similar looking errors (though not as descriptive, no doubt, it might say something like “corrected read error” or something obtuse instead), this is a hardware issue that linux tends to be more aggressive in handling. These errors are on the physical layer and data link layer, so it is likely a communication problem between the drive and the motherboard, but interestingly, they are corrected on retry, so the data the system is calling from the drive is fine even if it sometimes fails to get there in time. This screams electrical connection to me, either thermal expansion is making the contacts wonky (and they might not be seated perfectly), there is a flaw in the traces somewhere, or there is some power management issue affecting your PCIe bus. Can you try running it with one more kernel parameter? Under pcie_aspm=off add nvme_core.default_ps_max_latency_us=0 and watch dmesg while running something heavy.
So edgy and cool.