Veritula – Meta
#4436·Benjamin Davies, 24 days agoBug: When I try to type a top level idea into a discussion on my phone, the text is covered by the keyboard.
Should be fixed as of 9ea99f9 but let me know if you’re still having issues.
#4445·Benjamin Davies, 24 days agoWhen I go on a profile, the posts are lost amongst the other user activity.
Posts should have an exclusive place on the profile, as well as featuring in the user activity.
Done as of af4e814. There’s now a default wall tab and an activity tab. The wall only shows posts made specifically to the profile. That means posts by the user and others to that profile, and the user’s reposts from anywhere. Version chains are collapsed into the most recent version.
#4445·Benjamin Davies, 24 days agoWhen I go on a profile, the posts are lost amongst the other user activity.
Posts should have an exclusive place on the profile, as well as featuring in the user activity.
… the posts are lost amongst the other user activity.
To be clear, when you say “posts”, you mean specifically ideas the user posted only to their profile, outside of discussions?
What about reposts from discussions?
If I mute a discussion, does that stop me from getting notifications from the people I follow, when they interact with that discussion?
Yes.
As a rule of thumb, specificity beats generality. For example, if you follow someone but mute a discussion, you won’t be notified of their posts in that discussion. But if you then subscribe to a specific thread in that muted discussion, you will get their notifications for that thread.
There are exceptions. If you mute someone, you’ll never be notified of their actions.
If I mute a discussion, does that stop me from getting notifications from the people I follow, when they interact with that discussion?
Yes.
As a rule of thumb, specificity beats generality. For example, if you follow someone but mute a discussion, you won’t be notified of their posts in that discussion. But if you then subscribe to a specific thread in that muted discussion, you will get notifications for that thread.
There are exceptions. If you mute someone, you’ll never be notified of their actions, no matter how specific.
#4444·Benjamin Davies, 24 days agoI would like to follow you but I don't want my notifications full of bug fix stuff 😅
If there was more granularity to the follow function I would use it a lot I think.
If I mute a discussion, does that stop me from getting notifications from the people I follow, when they interact with that discussion?
If I mute a discussion, does that stop me from getting notifications from the people I follow, when they interact with that discussion?
Yes.
As a rule of thumb, specificity beats generality. For example, if you follow someone but mute a discussion, you won’t be notified of their posts in that discussion. But if you then subscribe to a specific thread in that muted discussion, you will get their notifications for that thread.
There are exceptions. If you mute someone, you’ll never be notified of their actions.
When I go on a profile, the posts are lost amongst the other user activity.
Posts should have an exclusive place on the profile, as well as featuring in the user activity.
#4442·Dennis HackethalOP, 24 days agoAlso, did you know you can follow people? Click the bell icon when you visit someone’s profile.
I would like to follow you but I don't want my notifications full of bug fix stuff 😅
If there was more granularity to the follow function I would use it a lot I think.
If I mute a discussion, does that stop me from getting notifications from the people I follow, when they interact with that discussion?
#4438·Dennis HackethalOP, 24 days agoDoesn’t the ‘Search’ tab offer what you want? I could rename it to ‘Posts’. Maybe ‘Ideas’.
Search is site-wide. I have in mind a feed of what people are writing, that isn't in discussions.
I understand this might be too social-media-y for your taste, but I think it would be good to have. It doesn't need to be prominent. Discussions can remain the main focus.
#4422·Benjamin Davies, 24 days agoVeritula should have a 'Posts' tab next to the 'Discussions' tab, where people can browse the things people post on their profiles.
Also, did you know you can follow people? Click the bell icon when you visit someone’s profile.
Try appending /latest to the link. I still need to expose this feature somehow, but you can use that in the meantime.
Example: https://veritula.com/ideas/4434-5-minute-creativity-tl-dr-when-making-a/latest
Try appending /latest to the link. I still need to expose this feature somehow, but you can use that in the meantime.
Example: https://veritula.com/ideas/4421-5-minute-creativity-tl-dr-when-making-a/latest
#4437·Benjamin Davies, 24 days agoWhen a reader comes to a Veritula post via a link, the site should let them know if there is a superseding revised version of it, and if they would like to see that version instead. When I share things with my friends, I want them to see the most current version, not the version that corresponds to the link they have been given at some point in the past.
Right now it depends on the user seeing that it is not the most recent revision on their own.
Try appending /latest to the link. I still need to expose this feature somehow, but you can use that in the meantime.
Example: https://veritula.com/ideas/4434-5-minute-creativity-tl-dr-when-making-a/latest
#4422·Benjamin Davies, 24 days agoVeritula should have a 'Posts' tab next to the 'Discussions' tab, where people can browse the things people post on their profiles.
Doesn’t the ‘Search’ tab offer what you want? I could rename it to ‘Posts’. Maybe ‘Ideas’.
When a reader comes to a Veritula post via a link, the site should let them know if there is a superseding revised version of it, and if they would like to see that version instead. When I share things with my friends, I want them to see the most current version, not the version that corresponds to the link they have been given at some point in the past.
Right now it depends on the user seeing that it is not the most recent revision on their own.
Bug: When I try to type a top level idea into a discussion on my phone, the text is covered by the keyboard.
Veritula should have a 'Posts' tab next to the 'Discussions' tab, where people can browse the things people post on their profiles.
But having a separate model isn’t exactly keeping things simple either.
#4416·Dennis HackethalOP, 24 days agoThat would prevent existing discussions from being embedded on other sites. But why prevent that?
To keep things simple. This is just an MVP.
Extend the existing Discussion model to have a nullable embed_url. An embedded discussion would not have a title.
#4415·Dennis HackethalOP, 24 days agoCreate an
EmbeddedDiscussionmodel, separate fromDiscussion.
That would prevent existing discussions from being embedded on other sites. But why prevent that?
Create an EmbeddedDiscussion model, separate from Discussion.
#4410·Dennis HackethalOP, 24 days agoOption 1: when you create a discussion, an embed code is shown, which you can paste anywhere.
That would mean people couldn’t programmatically use embed codes, like on their blogs. They would always have to manually go into V and create a discussion first.
Option 2: an embed code is shown on your profile, with a page-url attribute you fill in. That’s the page where you place the code.
Option 2: an embed code is shown on your profile, with a page-url attribute you fill in. That’s the page where you place the code. The first time someone posts a comment, the associated discussion is created. Instead of a title, the discussion gets assigned the URL. That way, people seeing the discussion on V can open the URL for context.