HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nexle

no profile record

投稿

Ente Photos v1

ente.io
5 ポイント·投稿者 nexle·昨年·0 コメント

コメント

nexle
·先月·議論
TBH if the government didn't implements these racial policies, I think Malaysia will be worst off - it will stuck in a civil war between the races like many other countries.

But I do think many of those policies are no longer needed - many of the Malays are more educated and smarter compared to 50 years ago. Right now those policies likely doing more harm than good - driving brain-drain and limiting economy growth, but any government try to remove those policies is just suicidal.
nexle
·4 か月前·議論
Breakdown of the (semi-clickbait) 208MB cache: 16MB L2 (8MB per die?) + 32MB L3 * 2 dies + 64MB L3 Stacked 3D V-cache * 2

For comparison, 9950X3D have a total cache of 144MB.
nexle
·6 か月前·議論
they already paid 10x more to their lawyers to ensure that torrenting for LLM training is perfectly legal, why they want to pay more?
nexle
·8 か月前·議論
> Singapore is an odd country

The reason you find it odd is because you really can't find another country that the citizen have such a high trust towards the government and let the government do (almost) anything they wanted, yet the government doesn't abuse this power (mostly, at least) and continue focus on long term benefits of the country (rather than short term gains because the political party need to survive the next election in few years time)

> One of the most militarized countries (#3 by military spending per capita) in the world, yet their military has barely been used.

Ther reason is quite simple: Singapore is a very small country and it is very easily to be invaded. The high military spending is more of a deterent.

> What would you even call their socioeconomic system?

It is very much a free market capitalism with some state intervention, similar to many other countries. If anything, I would say Singapore is more free market than many western countries due to the fact that the government is very pro-business as the country is heavily rely on foreign businesses to survive.
nexle
·9 か月前·議論
High Yield has a video that deep dive into the 395 chip on the silicon level: https://youtu.be/maH6KZ0YkXU
nexle
·昨年·議論
It is mindblowing how AMD managed to squeeze such a powerful iGPU (essentially a low-end dGPU) into an APU while much more energy efficient compared to a dGPU (and thus requires less heat sink = more compact).

Of course the major problem about Strix Halo is the price. I'm just wondering how much the iGPU contributed to the insane price tag compared to the NPU. If AMD can release a similar APU without the useless NPU (at least in Linux) with a more accessible pricing (e.g. 8745HS), they can easily dominate the low-end mobile dGPU market.
nexle
·昨年·議論
The pushing on their cloud offering almost everywhere (main page: https://linkwarden.app/, GitHub README: https://github.com/linkwarden/linkwarden, and installation guide: https://docs.linkwarden.app/self-hosting/installation) just give me a bad taste about it.

I understood an open source project need revenue to survive, but the reason why this project grew so large is because of the self-hostable nature, and the push of the cloud offering is the opposite of that.

I really hope this is not the first steps towards enshittification...
nexle
·昨年·議論
slightly off topic but it should be a crime for a website hijacking the back button
nexle
·昨年·議論
Thanks for the link, seems like the loophole is already there since the introduction of the package visibility restriction, and almost everyone and their mother knows how to bypass this restriction.

> Google refuses to patch this

While I don't believe Google engineers are not aware of this widely used loophole, do you have any source that they refused to fix it?
nexle
·昨年·議論
The official reasons can be found here: https://fedoraproject.org/wiki/Changes/FedoraPlasmaWorkstati...
nexle
·昨年·議論
That's a lot of steps just to convince Ubuntu to stop shoving snap through our ass. More the reason to switch away from Ubuntu.
nexle
·昨年·議論
VWRA (all world UCITS) probably the more famous one charging 0.22%, while the closest corresponding US ETF VT (total world) is just 0.06% (dropped from 0.07%)
nexle
·2 年前·議論
MSRP comparison with 7000 series:

7600: $229, 9600X: $279

7700: $329, 9700X: $359

7900X: $549, 9900X: $499

7950X: $699, 9950X: $649

(using non-X variant for 7600 & 7700 since they have same 65W TDP)
nexle
·2 年前·議論
If you have a Galaxy Watch you can export workout as GPX file through the Samsung Health app
nexle
·3 年前·議論
Basically, they have different use cases. Docker is designed to run a single application with immutable volume, while LXD is designed to run a (mutable) OS, like a VM. Sure, you can use Docker run an OS, but it is not designed for that.

Imagine you need to install an application that will install/persist some files to /etc, some files to /var, some files to /bin... etc. In Docker, you will need to install that application during build time, specify volume path, specify the ENTRYPOINT to the application and use the resulting image to run it. In LXD, you can exec into the container and install it, setup systemd service to run it on startup - exactly like what you would do in a VM.