Search

Ideas that are…

Search Ideas


2356 ideas match your query.:

This sounds like sacrifice/altruism.

Shouldn’t use ‘this’ in isolation. Use a noun with it.

#3376​·​Dennis HackethalOP, 5 months ago​·​Criticism

You actually want people who don’t care. You need neutrality.

#3374​·​Dennis HackethalOP revised 5 months ago​·​Original #3314​·​CriticismCriticized1

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(opening_char) + insert(closing_char) + 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 (next_char == input_char) { move_caret(+1); prevent_default(); }

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 (prev_char == open && next_char == 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: surround_selection(input_pair)

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).

#3372​·​Dennis HackethalOP revised 5 months ago​·​Original #3271​·​CriticismCriticized1Archived

As of 9087189, the footer automatically hides and shows based on scrolling behavior.

Try it out and let me know if this doesn’t help.

#3370​·​Dennis HackethalOP revised 5 months ago​·​Original #3369​·​CriticismArchived

As of c08f508, the footer automatically hides and shows based on scrolling behavior.

Try it out and let me know if this doesn’t help.

#3369​·​Dennis HackethalOP, 5 months ago​·​CriticismCriticized1Archived

From what I recall, it’s a scam in Germany, too. From skimming the article, ~all of its criticisms apply there as well. For example, “Organic food has a larger impact on climate because of the greater area of land required to farm it.” I don’t see why that would be different in other countries.

#3362​·​Dennis Hackethal, 5 months ago​·​Criticism

Food quality [in the US] is worse than third world countries.

That seems like a wild claim to make, seeing as you can safely drink tap water in the US but not in third-word countries. That tells us something about the concern for the safety of consumables in the US. I cannot imagine that food safety in the US would be anywhere near as bad as it is in third-world countries. I mean… India? Nah.

#3359​·​Dennis Hackethal, 5 months ago​·​Criticism

Organic food is a scam. Participants in double-blind experiments can’t tell what’s organic and what isn’t. Organic food hasn’t been found to be healthier than non-organic food. The ‘organic’ label was never even meant as a health endorsement. It’s just a way for stores to charge you more. Don’t be a sucker.

https://news.immunologic.org/p/organic-foods-are-not-healthieror

#3358​·​Dennis Hackethal, 5 months ago​·​Criticism

Yeah. Kidding aside, although California is gorgeous, taxes are a serious issue. Politicians have floated the idea of a future exit tax. Retroactive, I believe (!). It’s made me think twice about moving back there.

#3357​·​Dennis Hackethal, 5 months ago

I mean ‘mustn’t’ as in ‘must not’.

I realize that. The linked Wiktionary page covers the contraction. The contraction isn’t the issue.

#3356​·​Dennis HackethalOP, 5 months ago​·​Criticism

mustn’t

Maybe this is the non-native speaker in me, but do you mean ‘can’t’? I thought ‘mustn’t’ means ‘may not’: https://en.wiktionary.org/wiki/must_not

#3342​·​Dennis HackethalOP, 5 months ago​·​CriticismCriticized1

I think having a jury of your peers is important in criminal cases and they shouldn’t be done away with. Juries protect the accused from abuse of authority and unjust laws.

#3341​·​Dennis HackethalOP, 5 months ago​·​Criticism

There is no contract with the country. A contract implies consent, the freedom to sign or not sign. A forced signature is null and void.

#3334​·​Dennis HackethalOP, 5 months ago​·​Criticism

[Jury duty is] part of your contract with the country.

Source

#3333​·​Dennis HackethalOP, 5 months ago​·​Criticized2

… if it were voluntary, it wouldn’t be fair for those who did serve.

By that ‘logic’, we never could have abolished slavery. What a stupid argument.

#3332​·​Dennis HackethalOP, 5 months ago​·​CriticismCriticized1

The difficulty of finding volunteers alone means that jury duty must be mandatory.

Not necessarily. It might just mean that courts suck at persuading people to be jurors.

#3331​·​Dennis HackethalOP, 5 months ago​·​CriticismCriticized1

Who would subject themselves to that [gruesome] experience [of being a juror] voluntarily? The difficulty of finding volunteers alone means that jury duty must be mandatory. And if it were voluntary, it wouldn’t be fair for those who did serve.

Source

#3330​·​Dennis HackethalOP, 5 months ago​·​Criticized2

Why does John Doe deserve your best effort? He’s a random stranger to you. Why should you care what happens to him? What has he done to deserve your effort and consideration?

This sounds like sacrifice/altruism.

https://aynrandlexicon.com/lexicon/sacrifice.html
https://aynrandlexicon.com/lexicon/altruism.html

#3329​·​Dennis HackethalOP, 5 months ago​·​CriticismCriticized2

I think [the inner workings of the justice system are] goddamned impressive. And humbling. And when I get a summons to serve? I go. Because both “the People of the State” and that “John Doe” deserve my best effort. I would expect it if I was ever on the wrong side of that -vs- and I would hope that you would too.

Source

#3328​·​Dennis HackethalOP, 5 months ago​·​Criticized1

If jury duty were required for a free society to work, that would mean some people would have to be enslaved for a while to ensure freedom for everyone else. In other words, freedom would require some amount of slavery. That’s contradictory.

#3327​·​Dennis HackethalOP, 5 months ago​·​Criticism

No, again, if you persuade enough people, you will have a diverse pool to choose from.

#3326​·​Dennis HackethalOP, 5 months ago​·​Criticism

If jury participation were voluntary, “it would just be the same batch of NCIS fans deciding every case.” (Source)

#3325​·​Dennis HackethalOP, 5 months ago​·​Criticized1

Nonsense. If you persuade people, make it worth their while, they will show up in droves.

#3324​·​Dennis HackethalOP, 5 months ago​·​Criticism

People are ordered to appear for jury duty simply because, if it were a toothless request instead, hardly anyone would show up.

Source

#3323​·​Dennis HackethalOP, 5 months ago​·​Criticized1

There are loans, charity, insurance, etc.

#3322​·​Dennis HackethalOP, 5 months ago​·​Criticism