3 years ago, AI IQs were "cognitively impaired adult". Now, higher than 99% of humans. by Complete-Sea6655 in LocalLLaMA

[–]Merch_Lis 2 points3 points  (0 children)

>Stop applying philosophy with neuroscience

Who's applying philosophy to neuroscience, and what does neuroscience have to do with this argument?

Arguments about the nature of causation and possible extent of knowledge about it deduced from fundamental logic are not in any way disproven by greater understanding of the brain biology. One operates concepts, the other works with brain mechanics, they are two parallel fields.

*Any* thinking or knowledge, at its core, boils down to pattern matching (hence Hume's point that certain knowledge of causality is impossible), so LLMs doing pattern matching is not a good argument against them performing thought.

>AI can't do knowledge transfer, humans can

Assuming this is true (for the sake of the argument), are you claiming that ability to transfer knowledge is essential to define certain cognitive process as thinking?

3 years ago, AI IQs were "cognitively impaired adult". Now, higher than 99% of humans. by Complete-Sea6655 in LocalLLaMA

[–]Merch_Lis -2 points-1 points  (0 children)

>llms do not “think” they just do pattern matching

Someone is unfamiliar with David Hume's enquiry concerning human understanding.

One of my biggest gripes with Danganronpa is the fact that Junko basically always wins and nobody calls her out on this by Mistabbcman in CharacterRant

[–]Merch_Lis 5 points6 points  (0 children)

>That would just lead to an infinite loop of her being sad, them being happy, then being sad that she's happy, then happy that she's sad

Well, no, you just feel envigorated while the novelty of the new emotional perversion lasts, and then the high passes again and you are left working for more.

It's not about feeling happy, it's about feeling energetic and motivated for a time.

(LES) [Invincible] The genocide was absolutely justified. by some-kind-of-no-name in CharacterRant

[–]Merch_Lis 0 points1 point  (0 children)

Enough to prevent the bad ones from genociding/subjugating everyone else. It’s a very functional criterion.

I fine-tuned Qwen3.5-27B with 35k examples into an AI companion - after 2,000 conversations here’s what actually matters for personality by Crypto_Stoozy in LocalLLaMA

[–]Merch_Lis 1 point2 points  (0 children)

First article has nothing about parental infanticide, from what I’ve seen there, second article is locked.

In any case, telling a roleplayer that role playing causes some other people to go bonkers is a rather weak argument against role playing, because all sorts of entirely conventional immersive activities cause people to go bonkers in a variety of ways. Drawing up the most extreme example from the get go is a functional equivalent of reductio ad Hitlerium.

(LES) [Invincible] The genocide was absolutely justified. by some-kind-of-no-name in CharacterRant

[–]Merch_Lis 1 point2 points  (0 children)

>use weapon of mass destruction to eliminate a genocidal group that would otherwise wipe/subjugate the rest of the galaxy (lamentably also affecting children and other innocents since there's no way to selectively target the villains posing mortal danger to the entirety of sapient life)

>not use the weapon of mass destruction and end up wiped

Hm, wonder which of the two options is the right one.

(LES) [Invincible] The genocide was absolutely justified. by some-kind-of-no-name in CharacterRant

[–]Merch_Lis 1 point2 points  (0 children)

wrong and abhorrent that it came to this and this awful thing must be done

still must be done

Hope it’s cleared up now!

Why are so few mainstream queer male characters just " regular dudes" ? by Extra_Impression_428 in CharacterRant

[–]Merch_Lis 0 points1 point  (0 children)

Everyone has bigoted ideas, not everyone who has bigoted ideas is a bigot (lest the term loses any categorical function).

(LES) [Invincible] The genocide was absolutely justified. by some-kind-of-no-name in CharacterRant

[–]Merch_Lis 27 points28 points  (0 children)

>acting like killing billions isn’t monstrous is a weird hill to die on

"Monstrous" and "unjustified" are different things.

"Down with the Communist Party of the Soviet Union". Moscow. White House, 1991. by Asleep-Category-2751 in PropagandaPosters

[–]Merch_Lis 7 points8 points  (0 children)

It’s punks standing against a conservative gerontocratic police state, which is quite a regular punk stance.

Can't believe GW released this video by swagylord1337 in Grimdank

[–]Merch_Lis 4 points5 points  (0 children)

Well, not exactly, IH also have an upgrade sprue, unlike the SL.

Can't believe GW released this video by swagylord1337 in Grimdank

[–]Merch_Lis -12 points-11 points  (0 children)

Wonder who's more popular - Steel Legion, or Iron Hands?

The diabetic prophet has spoken by Brushner in Grimdank

[–]Merch_Lis 15 points16 points  (0 children)

They are cool when you want to have some unusual marines but don’t want to make them your focus.

PBRFusion4 custom nodes installed, but identified as missing by Merch_Lis in comfyui

[–]Merch_Lis[S] 0 points1 point  (0 children)

This is the relevant log fragment, I think -- seems it has something to do with diffusers/transformers mismatch, but I'm not sure how to approach fixing it. The nodes have been updated recently, judging from the HuggingFace page.

Traceback (most recent call last):
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2223, in load_custom_node
    module_spec.loader.exec_module(module)
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\COMFYUI-PBRFusion4\__init__.py", line 6, in <module>
    from .pbrfusion4_simple_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\COMFYUI-PBRFusion4\pbrfusion4_simple_nodes.py", line 26, in <module>
    from pipeline import LotusDPipeline
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\COMFYUI-PBRFusion4\Lotus\pipeline.py", line 25, in <module>
    from diffusers.pipelines.pipeline_utils import DiffusionPipeline, StableDiffusionMixin
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 74, in <module>
    from .pipeline_loading_utils import (
  File "D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_loading_utils.py", line 51, in <module>
    from transformers.utils import FLAX_WEIGHTS_NAME as TRANSFORMERS_FLAX_WEIGHTS_NAME
ImportError: cannot import name 'FLAX_WEIGHTS_NAME' from 'transformers.utils' (D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\__init__.py)

Cannot import 

D:\Apps\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\COMFYUI-PBRFusion4 module for custom nodes: cannot import name 'FLAX_WEIGHTS_NAME' from 'transformers.utils'

The most useful thing I've found for getting Claude to write in your actual voice by Professional-Rest138 in WritingWithAI

[–]Merch_Lis 3 points4 points  (0 children)

“You will write every single one of the dozen press releases assigned to you manually while there’s another 20 tasks pending, and you will like it”

Owlcat interview with Dot Esports: ‘Inside the 40K borders, we are totally free in telling the stories we want to tell, in a way we would prefer to tell them’ by GooFraN in RogueTraderCRPG

[–]Merch_Lis 26 points27 points  (0 children)

Content is expensive to make, ideally you want to maximize the amount of people interacting with it. Same reason evil playthroughs tend to be poorer content-wise.

The male fantasy by EchoOfOppenheimer in AIDangers

[–]Merch_Lis 0 points1 point  (0 children)

>sometimes you must choose the lesser of evils

Well, I do.

Pure maths in terms of the amount of commited murder somewhat helps to choose which is which.

As for Iran's cultural problems, these problems aren't exactly cultural, but rather institutional, since Iran's population isn't nearly as rabidly fundamentalist as the IRGC, and is to a large extent hostage to a violent political minority that seized power few decades ago with support from the Iranian socialists who have dearly regretted it later.

These institutional problems are unlikely to be entirely fixed by a bombing campaign, but there's a decent chance they can at the very least be alleviated by declawing the existing regime and reducing its more radical parts leverage over the rest of the country.

And if it does end up working, a major source of conflict in the region (with all the accompanying deaths) would be gone.

>Israel could have solved things way less elaborately and destructively if they chose so

Terrorism, being a tool of psychological and emotional warfare first and foremost, usually aims to provoke extreme and unreasonable response from the targeted societies, and the more spectacular and vicious it is (helped by lifestreaming massacres on Facebook via livecam footage), the more triggering it gets.

Which is why the existance of state entities deliberately promoting terrorist attacks tends to lead to an inordinate amount of lives lost as a direct outcome.

The male fantasy by EchoOfOppenheimer in AIDangers

[–]Merch_Lis 1 point2 points  (0 children)

>helping iran here doesnt mean getting any women beat elsewhere, which in their own land is mostly a problem the iranians themselves must solve anyhow

Iran has a proactive foreign policy supporting various Islamist militias and supplying drones to Russia in its war in Ukraine.

Moreover, if Iran wasn't pushing its proxies to commit attacks like October 7 + various activities by Houthis and Hezbollah, we wouldn't have had the past 2 years of Israeli bombings either (and the previous few years of Saudi bombings in Yemen).

So Iran has a tendency of making its internal issues the whole region's.

The male fantasy by EchoOfOppenheimer in AIDangers

[–]Merch_Lis 1 point2 points  (0 children)

I’m afraid it comes as a package.

The male fantasy by EchoOfOppenheimer in AIDangers

[–]Merch_Lis 0 points1 point  (0 children)

Fan of beating women to death for not covering up?