Search

Ideas that are…

Search Ideas


3850 ideas match your query.:

Scarcity of resources should not be assumed. You want underlying necessity of the mechanism, not a strained analogy. There is no scarcity for idea resources.

#5141​·​Zakery Mizell, 13 days ago​·​CriticismCriticized1

The change in population of a replicator is non-specific to its content?

#5140​·​Tyler MillsOP, 13 days ago​·​Criticism

The capital allocated to a business is non-specific to its content? Conflating with the prices of a good?

#5139​·​Tyler MillsOP, 13 days ago​·​Criticism

But the extinction of a replicator by destroying its last instance does seem absolute, unlike the change in its population, which I suggest is non-specific to the content in #5133.

#5138​·​Tyler MillsOP, 13 days ago​·​Criticism

Yes, the quantity variable is instantiated in the collective physical substrate comprising all of the replicator instances.

#5137​·​Tyler MillsOP, 13 days ago​·​Criticism

Wouldn't it have to be instantiated in the overall system itself, which contains the replicators (among other things?)? Otherwise, how could that variable be a form of criticism by the system?

#5136​·​Tyler MillsOP, 13 days ago​·​CriticismCriticized1

None of the replicators have that information. If that quantity variable exists, it's instantiated somewhere else.

#5135​·​Tyler MillsOP, 13 days ago​·​Criticism

How is the quantity of a replicator not based in the same medium as the replicator?

#5134​·​Tyler MillsOP, 13 days ago​·​CriticismCriticized1

Non-specific criticisms, those not taking into account the content of their target, are always "analogue" (or quantitative as opposed to qualitative) in the sense of being based on a variable whose quantity changes in a medium distinct from that hosting the knowledge it is serving as criticism for. (E.g. capital allocation in an economy; number of instances of a replicator.)

#5133​·​Tyler MillsOP, 13 days ago​·​Criticized2

Specific criticisms, those taking into account the content of their target, are always discrete and absolute because they identify a contradiction. (E.g. criticisms of a scientific theory.)

#5132​·​Tyler MillsOP, 13 days ago​·​Criticized1

Why aren't mutations made to DNA a form of conjecture? I think of conjecture as being a pretty general term -- isn't all knowledge conjectural, ours or otherwise? Maybe semantics. Agreed that criticism is a subset of selection: selection that is a function of the knowledge in the target, perhaps? Whereas differential replication is how selection proceeds without referring to the specific knowledge in the target..? [Overall idea stands despite my concession above]

#5131​·​Tyler MillsOP, 13 days ago​·​Criticism

Maybe natural selection logically does not require death, but when we introduce a scarcity of resources, isn't death an inevitable byproduct? Eventually, the best replicating will be those which take the resources from others? If no death, then number of entities increases without bound. So any real system will have it, or will stop functioning when the limit is reached.

It's sort of like: the "this is replicating less" criticism has no actual weight to it unless there is a point beneath which any less fecundity = bye-bye.
**If things with arbitrarily low fecundity are left intact forever, how is differential replication a criticism?**

#5130​·​Tyler MillsOP, 13 days ago​·​CriticismCriticized1

No, my thinking here is that any given set of knowledge can only do inference: apply what transformations it has to whatever data it has, and that's it. It can't output things that are not already implicit in it, so cannot grow, in any epistemic sense. Even if running some kind of evolutionary procedure. An external source of novelty is required for growth, with respect to any given set of knowledge.

#5129​·​Tyler MillsOP, 13 days ago​·​Criticism

Unassailable argument for property rights?:
Does my body belong to anyone? Who? What about the knowledge in its brain, or the computations that it's carrying out? Or its sense of self? Ownership does not apply to these things? Anyone has as much of a claim to them as me? If not, and I do own these things, then ownership is indeed an unrefuted theory with respect to them. Then, why are these things a different case from other objects and processes, such as those in the room around me, and onward (per explanations, as the case may be)?

#5127​·​Tyler Mills revised 14 days ago​·​Original #5126

I wonder if there is any significance to the "distance" the laws of physics are from us, in the sense of emergence. Each quantum application of the laws of physics (conceived as discrete steps) is so far down, but maybe it need not be so. Maybe there are people in other laws of physics, where the laws are much closer at hand. Do the laws need to have a certain minimum range of emergence for personhood to be possible..? Couldn't people like us exist in a universe where fundamental physics is no more complex than the operation of our minds, or is the "breathing room" we have here necessary?

#5126​·​Tyler Mills, 14 days ago​·​Criticized1

Natural selection requires differential replication, not death. (Death is just an extreme form of differential replication, when compared to any allele that does replicate.)

#5124​·​Zakery Mizell revised 15 days ago​·​Original #5123​·​Criticism

Natural selection requires differential replication, not death. (Death is just an form of extreme differential replication, when compared to any allele that does replicate.)

#5123​·​Zakery Mizell, 15 days ago​·​CriticismCriticized1

Did you mean "Any given set of knowledge cannot grow itself inferentially"?

#5122​·​Benjamin Davies, 15 days ago​·​CriticismCriticized1

I think it is a mistake to say or imply that variation and selection IS conjecture and criticism. At best C&C is the subset of V&S that occurs in minds. The biosphere doesn’t actually conjecture anything.

#5121​·​Benjamin Davies, 15 days ago​·​CriticismCriticized1

Any relation in all this to entanglement and decoherence? In the picture laid out here, the non-specificity of feedback seems to be preventing decoherence of a sort...

#5120​·​Tyler MillsOP, 15 days ago

I.e., information caused (if only partially) by some source can be "content independent" w.r.t. that source in a similar sense to how information itself is substrate independent.

#5119​·​Tyler MillsOP, 15 days ago

An example of this is prices in a market: a price communicates information about (or caused by) knowledge in a system while being agnostic to the content; the specifics and interactions of the target knowledge are abstracted away, so any changes made by sources receiving the price information remain blind to the target, and therefore can remain a source of novelty to them (the prices themselves are not a source of novelty; they are a means of retaining a causal relationship while preventing the “collapse” of two epistemic systems into one)...

#5118​·​Tyler MillsOP, 15 days ago

No because 1) there’s always a finite amount of deeply nested criticisms, and 2) the discussion graph is acyclic.

#5117​·​Dennis HackethalOP, 15 days ago​·​Criticism

should_adopt? and pending_criticisms are implemented in terms of each other. Doesn’t that cause an infinite regress?

#5116​·​Dennis HackethalOP, 15 days ago​·​CriticismCriticized1

Recursive Epistemology

Veritula implements a recursive epistemology. For a criticism to be pending, it can’t have any pending criticisms itself, and so on, in a deeply nested fashion.

ruby
def should_adopt? idea
pending_criticisms(idea).none?
end
def pending_criticisms idea
criticisms(idea).filter { |c| should_adopt?(c) }
end
def criticisms idea
children(idea).filter(&:criticism?)
end

This approach is different from non-recursive epistemologies, which handle criticisms differently. For example, they might not consider deeply nested criticisms when determining whether an idea is currently criticized.

#5114​·​Dennis HackethalOP revised 15 days ago​·​Original #1736