humanspiral

joined 10 months ago
[–] humanspiral@lemmy.ca 2 points 2 hours ago

Because I think it is very clear that to realize the potential of AI, you have to have the power to deliver it. And we have underinvested in this country, and to stay ahead, we need to actually address it head-on.”

I understand the ugliness of overall conference message/purpose, but those comments could be interpreted as polite.

Still, next election, as DNC alternative, there needs to be a Humanist America organization. Purpose is to provide UBI to Americans, but to also gain the political power to do so. All weapons, climate terrorist energy, and those who humanize Bergum, including at this conference must have 99%+ of their corporate shares nationalized. Zionist loyalty oaths by policy relevant people invalidate citizenship, and zionist agenda political funding get all wealth confiscated.

Only commensurate recusatory massive donations to Humanist America can prevent the nationalization seizure. Anyone opposing the nationalization as inappropriate, also zeroed out.

The idea that corporations must provide polite loyalty to climate terrorist fascist regime as a calculated politeness, must be significantly recalculated.

[–] humanspiral@lemmy.ca 1 points 5 hours ago

It’s not stupid of AMD not to start a turf war where both they and they patron saint are hurt.

AMD is far ahead of intel in iGPUs. Key to laptop and mini pc segments. Desktop motherboards are bad at USB 4, and so 4 monitor support, and performance per watt. Desktop PC vendors, with external GPUs, don't promise exact number (3+) of monitors supported.

Intel is the one that needed AMD to survive to avoid monopoly designation many years ago. That hasn't stopped AMD from kicking Intel's ass in iGPUs. 2+ generations ahead where latest high end intel barely outperforms 680m, with AMD having 780m cheaper, and 8600s and 890m. AMD is not "being thankful" to Intel by refusing to compete with it.

Nvidia was never under monopoly scrutiny. AMD making stupid decisions on drivers and memory configurations has no explanation. Industry underbelly NVIDIA bribes to CEO would be an explanation.

[–] humanspiral@lemmy.ca 1 points 6 hours ago (2 children)

the playbook for Intel and Nvidia that allows AMD to continue existing.

This isn't a good explanation for why AMD would act stupid. But there still needs to be one.

[–] humanspiral@lemmy.ca 1 points 6 hours ago* (last edited 6 hours ago)

barebones 780m amd mini pc. 128gb ddr5600. About $700. Under $800. Vulkan is good, non AMD supported version of ROCm works for some, because AMD says fuck you to its users. $2000 higher end mini pc with 8600s gpu is other option for high ram with under double the performance, but closer for cheaper than apple solution.

[–] humanspiral@lemmy.ca 3 points 6 hours ago

Much easier black market than drugs, because it is legal to import it, and no one checks when you export it.

Nvidia has 18%-28% of its sales to Singapore. They defend this by saying only 2% of their product is shipped there, but they don't say which countries receive the bulk of shipments that are billed through Singapore.

some 5090 cards in Hong Kong (from OP) are the same price as the US, which makes it hard to understand why US people have been charged with smuggling, and shows complicity of entire supply chain to funnel to China. Premiums over MSRPs in US would be zero or lower if this was all above board. You also can't find a 5090 on Amazon, but you can in Hong Kong boutique?

Prohibition for the loss, as always.

[–] humanspiral@lemmy.ca 8 points 10 hours ago

It should/would then also be illegal to block virus/spyware delivery, or everyone's favorite, 50 porn window pop ups. The latter was "fixed" by browsers maybe 10 years ago.

[–] humanspiral@lemmy.ca 14 points 10 hours ago

So you're saying I'll be safe from this if I stick with win 10 past October?

[–] humanspiral@lemmy.ca 12 points 3 days ago

I've done a test of 8 LLMs, on coding. It was using the J language, asking all of them to generate a chess "mate in x solver"

Even the bad models were good at organizing code, and had some understanding of chess, were good at understanding the ideas in their prompts. The bad models were bad mostly on logic. Not understanding indexing/amend on a table, not understanding proper function calling, or proper decomposition of arguments in J. Bad models included copilot and openAI's 120g open source model. kimi k2 was ok. Sonet 4 the best. I've mostly used Qwen 3 245 for better free accessibility than Sonet 4, and the fact that it has a giant context that makes it think harder (slower) and better the more its used on a problem. Qwen 3 did a good job in writing a fairly lengthy chess position scoring function, and then separating it into 2 quick and medium function, incorporating self written library code, and recommending enhancements.

There is a lot to get used to in working with LLMs, but the right ones, can generally help with code writting process. ie. there exists some code outputs which even when wrong, provide a faster path to objectives than if that code output did not exist. No matter how bad the code outputs, you are almost never dumber for having received it, unless perhaps you don't understand the language well enough to know its bad.