Search

Ideas that are…

Search Ideas


203 ideas match your query.:

… any replicator’s primary ‘concern’ is how to spread through the population at the expense of its rivals.

Why “through the population”? Doesn’t this presuppose a replicator needs to exist within a population to do what it does? The first replicator spread with no population to spread into.

#3278​·​Benjamin Davies, 9 months ago​·​CriticismCriticized3

I’ve asked Gemini to explain it:

1. Auto-Closure (Insertion State)

When the user inputs an opening delimiter, the system immediately injects the corresponding closing delimiter and places the caret (cursor) between them.

Input: (

Buffer State: (|)

Logic: insert(openingchar) + insert(closingchar) + move_caret(-1)

2. Type-Through (Escape State)

If the caret is positioned immediately before a closing delimiter that was autopaired, and the user types that specific closing delimiter, the system suppresses the character insertion and instead advances the caret.

Context: [text|]

Input: ]

Buffer State: [text]| (Not [text]])

Logic: if (nextchar == inputchar) { movecaret(+1); preventdefault(); }

3. Atomic Deletion (Regression State)

If the caret is between an empty pair of delimiters, a backspace event deletes both the opening and closing characters simultaneously, returning the buffer to the pre-insertion state.

Context: (|)

Input: Backspace

Buffer State: |

Logic: if (prevchar == open && nextchar == close) { delete_range(caret-1, caret+1); }

4. Selection Wrapping (Transformation State)

If a text range is selected (highlighted) and an opening delimiter is typed, the system wraps the selection rather than replacing it.

Context: |selected_text|

Input: [[

Buffer State: [[selected_text]]

Logic: surroundselection(inputpair)

5. Markdown-Specific Heuristics

Obsidian applies context-aware logic for Markdown syntax (e.g., * or _). It often checks word boundaries to determine if the user intends to bold/italicize or use a bullet point.

Context (Start of line): | + * + Space -> Bullet list (autopair disabled/consumed by formatting).

Context (Middle of line): word | + * -> word | (autopair enabled for italics).

#3271​·​Benjamin Davies, 9 months ago​·​CriticismCriticized1Archived

A place to live: Tunuyán or Tupungato districts, Mendoza, Argentina

#3257​·​Benjamin DaviesOP revised 9 months ago​·​Original #3244​·​Criticized4

Milei's administration has authorized semi-automatic rifles for civilians again (reversing a ban) and streamlined the "Legitimate User" (CLU) process.

#3250​·​Benjamin DaviesOP, 9 months ago​·​Criticized1

A place to live: Mendoza, Argentina

#3244​·​Benjamin DaviesOP, 9 months ago​·​Criticized5

While Nevada offers 0% State Income Tax, residents still pay Federal Income Tax. The United States enforces Citizenship-Based Taxation (CBT). You are subject to federal tax on worldwide income and invasive reporting (FATCA), regardless of residency.

#3227​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

A place to live: Galena Forest, Nevada

#3226​·​Benjamin DaviesOP, 9 months ago​·​Criticized2

A place to live: Incline Village, Nevada

#3222​·​Benjamin DaviesOP, 9 months ago​·​Criticized3

A place to live: Prescott, Arizona

#3216​·​Benjamin DaviesOP revised 9 months ago​·​Original #3215​·​Criticized4

A place to live: Prescott Arizona

#3215​·​Benjamin DaviesOP, 9 months ago​·​Criticized1

Fluoridated water.

#3203​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

At sea level, so fails altitude criterion in #2294.

#3199​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

A place to live: Greenwich, London, United Kingdom

#3197​·​Benjamin DaviesOP, 9 months ago​·​Criticized12

Auckland tap water is drinkable, but fluoride is added.

#3190​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

A place to live: North Shore, Auckland, New Zealand

#3187​·​Benjamin DaviesOP, 9 months ago​·​Criticized8

I would like to have kids one day. I should find places that allow kids to pursue their interests with minimal or no legally required education standards infringing in that.

#3184​·​Benjamin DaviesOP, 9 months ago​·​Criticized1

I am a life-long nail-biter. I am thinking a habit like nail-biting can be thought of as an addiction in this way.

I have an explicit preference for letting my nails grow normally, and an inexplicit/unconscious preference for removing rough/uneven parts of my nails as soon as possible (this part seems entrenched).

#3183​·​Benjamin Davies, 9 months ago​·​Criticized3

It would be nice if I could collapse the 'submit top-level idea' form. It currently takes up a third of my screen when I scroll on PC.

#3182​·​Benjamin Davies, 9 months ago​·​CriticismCriticized1Archived

Obsidian autopairs markdown syntax and brackets. I like it a lot and would like Veritula to have something similar!

#3171​·​Benjamin Davies, 9 months ago​·​Criticized1Archived

For something to be a core virtue, it needs to be a virtue that should always be applied in any situation where it can be applied. Forgiveness is not something that should be applied in relevant all situations, so I don’t believe it is a core virtue.

At best it would be an applied virtue, as an expression of Justice.

I actually think people are too forgiving in some ways.

I’ll think about adding it to the applied virtues list.

#3169​·​Benjamin DaviesOP revised 9 months ago​·​Original #3167​·​CriticismCriticized2

For something to be a core virtue, I think it should be a virtue that should always be applied in any situation where it can be applied. Forgiveness is not something that should be applied in relevant all situations, so I don’t believe it is a core virtue.

At best it would be an applied virtue, as an expression of Justice.

I actually think people are too forgiving in some ways.

I’ll think about adding it to the applied virtues list.

#3167​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

Core Moral Virtues (influenced by Ayn Rand and CR)

  • Rationality: The commitment to the ongoing deliberate use of conjecture and criticism, and to only adopting ideas that have no pending criticisms.

  • Honesty: A refusal to evade one's thoughts, a commitment to searching for one's own errors, and a refusal to fake reality to others.

  • Integrity: The refusal to permit a breach between one's convictions and one's actions.

  • Independence: The acceptance of one's own mind as the first and final executor of rationality within their own lives.

  • Justice: The application of rationality in judging ideas, people, and actions, and acting on those evaluations proportionately.

  • Productiveness: The application of rationality to sustaining and improving one's life and circumstances.

  • Pride: An insatiable drive to find and fix errors in one's character, knowledge, and creations. “[M]oral ambitiousness”, as Ayn Rand puts it.

#3162​·​Benjamin DaviesOP revised 9 months ago​·​Original #3089​·​Criticized1

Core Moral Virtues (influenced by Ayn Rand and CR)

  • Rationality: The commitment to the ongoing deliberate use of conjecture and criticism, and to only adopting ideas that have no pending criticisms.

  • Honesty: A refusal to evade one's thoughts, a commitment to searching for one's own errors, and a refusal to fake reality to others.

  • Integrity: The refusal to permit a breach between one's convictions and one's actions.

  • Independence: The acceptance of one's own mind as the first and final executor of rationality within their own lives.

  • Justice: The application of rationality in judging ideas, people, and actions and acting on those evaluations proportionately.

  • Productiveness: The application of rationality to sustaining and improving one's life and circumstances.

  • Pride: An insatiable drive to find and fix errors in one's character, knowledge, and creations. “Moral ambitiousness” as Ayn Rand puts it.

#3146​·​Benjamin DaviesOP revised 9 months ago​·​Original #3089​·​Criticized2

There is overlap but I don’t think that is necessarily a bad thing. Many virtues overlap. The purpose of identifying them is to draw focus to different aspects of virtuous as such. Conscientiousness and thoroughness are quite similar, but I think different enough to merit mentioning both.

Excellence and pride are more similar IMO, but I think that it is fine to feature both.

#3145​·​Benjamin DaviesOP, 9 months ago​·​CriticismCriticized1

Good question. It is not something I have thought about much myself, but I wanted to allow for the possibility that people may want to discuss keeping their digital devices tidy, not just physical spaces.

I suppose digital tidiness would consist of organising your computer, phone, or tablet in such a way that it is straightforward to find things when you need them, and it isn't overwhelming at any point.

#3122​·​Benjamin DaviesOP, 9 months ago​·​Criticized1