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.
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).
A place to live: Tunuyán or Tupungato districts, Mendoza, Argentina
Milei's administration has authorized semi-automatic rifles for civilians again (reversing a ban) and streamlined the "Legitimate User" (CLU) process.
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.
A place to live: Prescott, Arizona
At sea level, so fails altitude criterion in #2294.
A place to live: Greenwich, London, United Kingdom
Auckland tap water is drinkable, but fluoride is added.
A place to live: North Shore, Auckland, New Zealand
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.
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).
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.
Obsidian autopairs markdown syntax and brackets. I like it a lot and would like Veritula to have something similar!
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.
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.
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.
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.
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.
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.