Search

Ideas that are…

Search Ideas


2225 ideas match your query.:

The following commits should address this:

  • 3af3966 Clarify in title that someone revised an idea (rather than originated idea)

    The HTML title now says ‘Idea x revised by…’

  • 6c70cea Underneath idea, indicate that someone revised an idea (rather than submitted it)

    It says ‘Dennis Hackethal, 1 day ago’ for new ideas, ‘Dennis Hackethal revised 1 day ago’ for revisions

  • d20d386 Explain that users can revise each others’ ideas

    As part of the alert on the revision page, when the user is about to revise someone else’s idea.

  • c5748e3 Turn ‘revise’ link into ‘revise their idea’ when it’s someone else’s idea

    Underneath each idea.

  • e0fbd41 List user under each revision in version history

    So that each version is clearly attributed to the corresponding user.

  • 06d3241 List contributors at top of version history

    Comma-separated list to see all contributors at a glance. Eg see here

#2663​·​Dennis HackethalOP revised 4 months ago​·​Original #439​·​CriticismArchived

Changing the view logic so that the controller can stream each deeply nested idea separately sounds non-trivial. It’s not clear to me how to do that currently. It may be possible someday if I adjust Hiccdown to allow the use of enumerators or something like that.

#2661​·​Dennis HackethalOP revised 4 months ago​·​Original #2658​·​CriticismArchived

I could use ActionController::Live to stream top-level ideas to the page one by one. Instant page load.

#2659​·​Dennis HackethalOP revised 4 months ago​·​Original #2646​·​ Battle testedArchived

Changing the view logic so that the controller can stream each deeply nested idea separately sounds non-trivial. It’s not clear to me how to do that currently, It may be possible someday if I adjust Hiccdown to allow the use of enumerators or something like that.

#2658​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

Complex, requires non-trivial scroll listeners correlated to deeply nested ideas.

#2657​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

Just saw this app that lets you play ambient sounds at home: https://x.com/mirdhaaakanksha/status/1983238682154021218

#2656​·​Dennis HackethalOP, 4 months ago

Idea: ‘Return to Reason’, ‘RR’

#2655​·​Dennis HackethalOP, 4 months ago​·​Criticized1Archived

Idea: ‘The Second Renaissance’, ‘2nd Renaissance’, ‘2R’ for short.

#2654​·​Dennis HackethalOP, 4 months ago​·​Archived

‘Veritula’ is a difficult name, people don’t know how to pronounce it. They usually can’t remember it.

#2653​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

Replacing a raw SQL query in Idea.tree with a standard ActiveRecord query solves this issue.

#2652​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

I’ve since been able to reproduce the issue after all. Running a raw SQL query in Idea.tree in combination with the inclusion of the Live module seems to mess with Rails’s reloader.

#2651​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

After resetting my working directory and beginning to implement streams a second time, I can no longer reproduce this issue, despite reasonable attempts to reproduce it.

#2650​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

A slow developer experience will slow down all further development, including bug fixes and feature rollouts, which hurts UX as well.

#2649​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

Fast UX is more important than fast developer experience.

#2648​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

Including that module significantly slows down hot reloads on all pages. I need a tight feedback loop in dev.

#2647​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

I could use ActionController::Live to stream ideas to the page one by one. Instant page load.

#2646​·​Dennis HackethalOP, 4 months ago​·​Criticized2Archived

Ah, but I can reproduce when I manually make the selection by clicking and dragging to cover the entire quote.

#2645​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

… copying extra stuff above and below the box quote, and neither gave me the > sign.

Cannot reproduce, neither on iPad nor macOS.

#2644​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

I tried copying the entire quote…

Cannot reproduce. If I triple-click a word in a box quote, then copy/paste, I get the > sign.

#2643​·​Dennis HackethalOP, 4 months ago​·​CriticismCriticized1Archived

A single new idea somewhere down the tree could invalidate the cache and slow things down again.

#2641​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

Initial page loads would still be slow for users.

#2640​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

To be clear, if you copy the entire box quote and paste it into a textarea, it will start with the > sign. I just double checked.

You’re saying you’d still want the > if you only copy/pasted part of the box quote, right?

#2639​·​Dennis HackethalOP, 4 months ago​·​Archived

Cache invalidation for user-based caching sounds like a nightmare.

#2638​·​Dennis HackethalOP, 4 months ago​·​CriticismArchived

On initial page load, I could just load the first ten or so top-level ideas and their immediate children, just to reduce wait times and populate the page. Then load the rest asynchronously.

#2636​·​Dennis HackethalOP, 4 months ago​·​Criticized1Archived

I could lazy load ideas: only load the parts of the page that would be visible on the current viewport. Then load more parts as the user scrolls.

#2635​·​Dennis HackethalOP, 4 months ago​·​Criticized2Archived