Activity
#2626·Dennis HackethalOP, 19 days agoChanging the query on the search page moves the cursor to the start of the query input. It should move to the end or, ideally, keep its position.
Done as of 765ba05.
#453·Dennis HackethalOP revised about 1 year agoThe more ideas there are in a discussion, the further the form for top-level ideas is pushed down. Then people don’t know how to submit a new idea and comment on an existing one instead, even if it’s unrelated, as happened with #448. So I need to make this clearer.
Done as of 4922b8c. The form now sticks to the bottom of the discussion page.
#2748·Benjamin Davies, 12 days agoAny progress on this? Scrolling to the bottom to submit new ideas is annoying.
Yes, see here: https://veritula.com/discussions/veritula-meta
Give it a shot.
#2743·Benjamin Davies, 12 days agoIdea: Activity feed should track when you last visited it, take you there when you open it. Currently, someone like me who likes to see everything happening on Veritula needs to go back through pages to find the last thing they saw.
You may want to hit the bell icon for each discussion and at the top of the page listing all discussions. Then you’ll be notified of every activity on existing discussions, and of new discussions.
#2751·Benjamin Davies, 12 days ago‘Articles’ are functionally no different than top-level ideas in a discussion thread.
I think so. If Veritula did implement articles, the first thing I’d want is the ability to criticize them; to submit deeply nested counter-criticisms; and to render a label showing how many pending criticisms an article has, calculated based on criticism chains. Which is just what Veritula has already.
#2752·Benjamin Davies, 12 days agoTop-level ideas in a discussion thread are not standalone pages.
One thing that Wikipedia does well is having a structured, high level page for each idea/subject. This enables readers to get a good sense of an idea quickly.
Right now, to get a good sense of an idea on Veritula, a user often has to study a branching discussion, which can take a lot of work depending on how the discussion played out. A discussion also emphasises things that were relevant to the disagreements that took place in the discussion, rather than distilling the most important elements of an idea into a hierarchy, regardless of disagreements that took place in getting to it (like an encyclopedia entry does).
Right now, to get a good sense of an idea on Veritula, a user often has to study a branching discussion, which can take a lot of work depending on how the discussion played out.
While this is true for most existing discussions, it’s not a fundamental limitation of discussions in general. For example, ‘How Does Veritula Work?’ has several long-form posts without much discussion. It just depends on what kinds of posts people want to submit.
#2755·Benjamin Davies, 12 days agoTop-level ideas need to be published to a specific discussion, which will cause some amount of silo-ing or similar dynamics.
Didn’t you want competing articles on some topic? In which case the same criticism applies to articles as well, unless I’m missing something.
#2752·Benjamin Davies, 12 days agoTop-level ideas in a discussion thread are not standalone pages.
One thing that Wikipedia does well is having a structured, high level page for each idea/subject. This enables readers to get a good sense of an idea quickly.
Right now, to get a good sense of an idea on Veritula, a user often has to study a branching discussion, which can take a lot of work depending on how the discussion played out. A discussion also emphasises things that were relevant to the disagreements that took place in the discussion, rather than distilling the most important elements of an idea into a hierarchy, regardless of disagreements that took place in getting to it (like an encyclopedia entry does).
Top-level ideas in a discussion thread are not standalone pages.
Every idea (including every top-level one) has a separate, linkable page. You can reach it by clicking the link starting with the # sign.
#2756·Benjamin Davies, 12 days agoUsers may wish to publish articles that don’t neatly fit into a discussion topic.
They can start a new discussion with as wide a topic as they want.
#2763·Dennis HackethalOP, 12 days agoThere could be a side pane that stays visible while scrolling content.
No room for that, at least not on mobile.
#453·Dennis HackethalOP revised about 1 year agoThe more ideas there are in a discussion, the further the form for top-level ideas is pushed down. Then people don’t know how to submit a new idea and comment on an existing one instead, even if it’s unrelated, as happened with #448. So I need to make this clearer.
There could be a side pane that stays visible while scrolling content.
#453·Dennis HackethalOP revised about 1 year agoThe more ideas there are in a discussion, the further the form for top-level ideas is pushed down. Then people don’t know how to submit a new idea and comment on an existing one instead, even if it’s unrelated, as happened with #448. So I need to make this clearer.
There could be a floating button on the side that takes you to the bottom of the page.
#2733·Dennis HackethalOP, 12 days agoSearch page is getting slower the more ideas there are in the db.
https://veritula.com/ideas?q=&nature=uncontroversial is down from 2988ms to 476. Growing db should now have marginal effect, if any.
#2741·Benjamin Davies revised 12 days agoWould ideas that no longer have pending criticisms (perhaps because the criticism chain has been flipped further up) be pulled out of the archive?
further up
Further down
#2741·Benjamin Davies revised 12 days agoWould ideas that no longer have pending criticisms (perhaps because the criticism chain has been flipped further up) be pulled out of the archive?
Yes
Search page is getting slower the more ideas there are in the db.
#2730·Dennis HackethalOP, 13 days agoAutofocus should put the cursor at the end of an input, not the beginning.
Done for the search input as of 765ba05. It makes sense for that input because the user expects to be able to keep typing after submitting the form. For other inputs, the user will expect whatever default their browser implements.