• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "social media". Back to normal view / Search all groups
    1. Best way to consume YouTube without the algorithmic results?

      I'd love to get a passable alternative interface to YouTube that just shows me what I'm subscribed to, a search bar, and nothing else. Does this exist as a userscript or alternate site? Edit: My...

      I'd love to get a passable alternative interface to YouTube that just shows me what I'm subscribed to, a search bar, and nothing else. Does this exist as a userscript or alternate site?

      Edit:

      My current solution is to have my YouTube bookmark go directly to my subscriptions listing. I also have my ad blocker cut out the recommendations feed on the side. It works okay but maybe there's a better solution out there.

      This is the ad block rule:

      www.youtube.com##.ytd-watch-next-secondary-results-renderer
      www.youtube.com##.ytd-guide-entry-renderer[title=Explore]
      www.youtube.com##.ytd-guide-entry-renderer[title=Home]
      
      18 votes
    2. Why do people follow social media from those presenting a perfect life when it makes them feel inadequate?

      I've never been one to follow much social media - certainly not the kind that is just a (almost certainly fake) presentation of a perfect life. Someone's highlight reel. But I did catch myself on...

      I've never been one to follow much social media - certainly not the kind that is just a (almost certainly fake) presentation of a perfect life. Someone's highlight reel. But I did catch myself on the other side of this. I spent hours on some days baking or cooking specifically to flex on people with well-crafted photos of the finished food. I still enjoyed it, but once I realized what I was doing I started cooking much more reasonably difficult dishes - so I'm sure it was motivated by a wish to instill envy in others.

      So I think I understand that side of the equation. But I had a more or less captive audience (a Slack #food channel). Can anyone speak from the side of the willing consumer? The avid subscriber?

      14 votes
    3. YouTube experimenting with removal of public dislike count

      @YouTube: 👍👎 In response to creator feedback around well-being and targeted dislike campaigns, we're testing a few new designs that don't show the public dislike count. If you're part of this small experiment, you might spot one of these designs in the coming weeks (example below!). pic.twitter.com/aemrIcnrbx

      23 votes
    4. A progress update on LinkLonk - a trust based news aggregator

      Hey everyone, I launched my little project LinkLonk here on Tildes back in December and wanted to tell you how it has been going and get your feedback/suggestions. New changes since the launch:...

      Hey everyone,

      I launched my little project LinkLonk here on Tildes back in December and wanted to tell you how it has been going and get your feedback/suggestions.

      New changes since the launch:

      • The temporary accounts now automatically get deleted after 30 days of inactivity. I didn't have the deletion logic at the time of the launch, but had it implemented about 30 days after launch. Automatic account deletion is quite destructive - removes the account from the database (thank goodness for foreign keys and cascade deletes) and from Firebase Authentication. I'm happy that there were nobugs when I ran it the first time.
      • In addition to submitting external links you can now create text posts. The posts are Markdown-formatted (similar to Tildes). One novel thing is that you can post "anonymously". The database has a record of who the author is so the author can delete/edit their post, it's just the name is not show next to the post.
      • Comments - each item has a comment section. The comments are ranked based on how much you trust the people who upvoted each comment (as opposed to being pure popularity). This is the same ranking system that is used to rank the "For you" page, but now applied to comments.
        • Unlike Tildes, the comments have a downvote button. The downvote does not bury the comment for everyone else. Instead, it makes your trust in upvotes of people who upvoted that comment go lower. So the downvote button effects what you see, not what others see. It is much harder to abuse that button that way. For that reason I feel much more comfortable putting it there. However, there is a second order effect. If you downvote a comment that someone else already downvoted - then you will trust the downvotes of that person. When they downvote some other comment - then it will rank lower for you. In a sense they earn your trust to moderate content for you by identifying comments you don't want to see.

      In terms of users, there have been 260 user records created (some from my shameless plug comments on HackerNews). Of those, ~45 rated something - excluding those that were temporary accounts and were deleted. And I think we have 2 regularly active users (excluding myself). In my mind I had 10 as the number of active users that I was hoping to get by the end of 2021. At this rate we may reach it.

      I was pleasantly surprised that there have been no misbehaving users. I didn't need to remove any content even once. This lead me to constantly postpone the implementation of a content reporting system. I hope it stays this way for a long time.

      The whole idea of a trust based recommendation system is based on having someone to trust. Right now it is the RSS feeds that are generating most of the content recommendations for the active users. But ideally it would be mostly users recommending content to users. I have two priorities for the near future:

      • Make the "single-player" experience better so the active users find value already. As an example, I added full-text search through items you liked
      • Find more users to improve the "multi-player" experience. One option is to submit a "Show HN:" post on HackerNews. But you can only do it once and I'm not sure I'm ready to use that shot yet.

      What do you think I should do next on these two fronts?

      If you would like to give LinkLonk a try register with code "tildes" at https://linklonk.com/register. Feel free to comment on this post: https://linklonk.com/item/6347369602224750592

      17 votes