• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. How come the mods on here keep editing the titles of my post to be exactly what they already were?

      I was going to get screenshots to backup what I am talking about but apparently they aren't kicking around in the system forever so most of the evidence is gone but I often see mycketforvirrad...

      I was going to get screenshots to backup what I am talking about but apparently they aren't kicking around in the system forever so most of the evidence is gone but I often see mycketforvirrad editing the title of a post I make to exactly what it already was while they are editing tags as they see fit.

      What's up with that?

      15 votes
    2. How do you customize Tildes?

      Other than using the Atom One Dark theme instead of default theme, I also: View at 80% zoom (in desktop) Use the Tildes Formatting Toolbar userscript (not sure who wrote this or where the install...

      Other than using the Atom One Dark theme instead of default theme, I also:

      • View at 80% zoom (in desktop)
      • Use the Tildes Formatting Toolbar userscript (not sure who wrote this or where the install link is but I'm sure someone in the comments can say)

      And that's it for me! Which is relatively speaking almost no personal customization for me. (I also have a universal stylus sheet that removes ligatures on the entire internet but I don't think that does anything here)

      What does everyone else do? What do you recommend?

      22 votes
    3. Do topic logs get deleted after a period of time?

      I was going to post a question regarding the topic logs but looking through my old posts, I see that much less than I remember have any topic logs on them. I can't tell if I am imagining that alot...

      I was going to post a question regarding the topic logs but looking through my old posts, I see that much less than I remember have any topic logs on them.

      I can't tell if I am imagining that alot more of them used to have topic logs or Deimos coded it to be a temporary record of the changes that the mods here make?

      and if so, why temporary?

      7 votes
    4. Is there a way to filter out all link posts?

      I’m new to Tildes and really hope to get into interesting conversations. I’m not really interested in looking at the content behind links and commenting on them though. Is there a way to...

      I’m new to Tildes and really hope to get into interesting conversations. I’m not really interested in looking at the content behind links and commenting on them though. Is there a way to completely filter them all out so that only text posts remain visible to me?

      12 votes
    5. Three Cheers for Tildes: App updates and feedback (February 2025) — Version 1.3 uses edge-to-edge UI on Android

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      [Android] Version 1.3.6 (Feb 28, 2025): Fixed minor UI bugs.

      [iOS] Version 1.3.1 (Feb 27, 2025): Fixed an annoying scroll bug when typing comments and posts.

      [Android] Version 1.3.5 (Feb 19, 2025): Fixed keyboard and animation bugs.

      [Android] Version 1.3.4 (Feb 12, 2025): Fixed keyboard and markdown bar bugs.

      [Android] Version 1.3.3 (Feb 11, 2025): Fixed keyboard bugs. [Cancelled this release.]

      [Android] Version 1.3.2 (Feb 11, 2025): Fixed bugs reported in comments.

      Version 1.3.0 (Feb 9, 2025):

      This is an Android-focused update. Android 15 makes apps edge-to-edge by default so it's time to move to edge-to-edge. I've enabled it on Android 11 and higher.

      Edge-to-edge mostly means turning the system bars translucent, so you can see the content all the way to the edge, instead of a blank area. In practice, we still need to keep some translucent bars there, so status bar icons and the clock can still be distinguished from app content and not become a jumbled mess.

      Implementing this was a gigantic pain (which is why Google received pushback from so many developers and added an opt-out). I had to redo many layouts and re-test every screen in the app multiple times, on different Android versions and different settings (portrait, landscape, single pane, dual pane). Hope it's well received by Three Cheers users! Personally it took me a day to get accustomed to it, but I've ended up liking the edge-to-edge style more. I probably won't add a setting to turn it off.

      Screenshots of what it looks like on an Android 14 device as of v1.3.1:

       

      Three Cheers for iOS v1.3.0 is only minor bugfixes. iPhone apps are already edge-to-edge, and this change is Google's way of copying/catching up to Apple.

       

      Previous topic: November 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      83 votes
    6. a/s/l? Tildes user survey question.

      Another post got me thinking about this community as a whole. Where in each country do people live? What is the general age range? What occupations and industries are represented here? Have there...

      Another post got me thinking about this community as a whole. Where in each country do people live? What is the general age range? What occupations and industries are represented here?

      Have there been Tildes surveys in the past, and if so, where might I find one?

      41 votes
    7. Update on Tildes codebase: Less community fork, more official maintainers

      Last month we started a community-maintained fork of the Tildes codebase. A lot has happened since then. The biggest change: @Bauke and I have been added as maintainers to the official Tildes...

      Last month we started a community-maintained fork of the Tildes codebase. A lot has happened since then.

      The biggest change: @Bauke and I have been added as maintainers to the official Tildes repo! As a result, we're moving the community fork to the backburner for now, as we focus on nearer-term changes that will directly improve the main website. Later on it's possible we'll pick up the fork again, where it will likely serve the purpose of self-hosting your own Tildes spinoff sites.

      Deimos still has the final say on what makes it to the website. Bauke and I can't deploy changes directly. However, this arrangement is still much more streamlined than before, because we now have a lot more code review bandwidth for accepting outside contributions. Deimos has less work to do now: mostly testing out the live code on a staging server, and scanning over the code for security/privacy issues—but not full code reviews which often involve a lot of back-and-forth communication and reading and testing code.

      What work have we done this past month?

      It's mostly been setting up foundational stuff like configuring the GitLab repository, fixing the development environment, and writing docs.

      More recently we have started fixing actual website bugs too: a bug when escaping a user mention (making sure \@talklittle doesn't turn into a link), and hiding <details> content in collapsed comments. Starting small but we've found a good rhythm and will work on more and bigger issues soon.

      Big props to @Bauke for setting up a staging server! Currently at https://testing.tildes.community/ — This server will be instrumental in getting new code in a testable state in a live environment, which makes it easier to approve new features before deploying on the real Tildes site.

      So we shouldn't submit code to the community fork?

      No, please don't. We'll use the official Tildes repo from now on. I'll update last month's post to reflect this.

      Is Docker support coming to the official repo?

      Yes, very likely. Deimos has warmed up to the idea. Bauke and I have been using the Docker development environment and ironed out a lot of bugs this past month.

      The official repo looks the same as before?

      Our next steps are to port the community fork changes back upstream to the official repo. In addition to the master branch, we plan to add staging and develop branches. develop will be where development happens, while master will reflect what is currently deployed on Tildes.net.

      How do I contribute to Tildes development?

      Check this document: https://gitlab.com/tildes/tildes/-/blob/master/CONTRIBUTING.md

      104 votes
    8. Tildes feels like the last bastion of the Information Superhighway

      (Information Superhighway, for you youngin's, was a term that was thrown around quite a bit in the early days of the internet. See also: "world wide web" and "cyberspace") I'm writing this post to...

      (Information Superhighway, for you youngin's, was a term that was thrown around quite a bit in the early days of the internet. See also: "world wide web" and "cyberspace")

      I'm writing this post to say thanks to the developers, admins, and moderators of Tildes. This is one of the few corners of the internet that hasn't been completely taken over by bots, trolls, shills, or astroturfers. This is a tight-knit community of folks who are good at disagreeing with each other respectfully. It's the way the world should be.

      I'm thankful that I can come here and talk about things that I'm uncomfortable discussing elsewhere on the internet or even in the real world.

      I came from the great Reddit exodus of 2023. For a while, when I was actively watching the Tildes User Growth chart, I started to worry when it looked like user registrations were stagnating. I even created a post asking the community if it was time to accelerate growth. Thankfully, there was pushback from Tildes veterans who understood that bigger is not necessarily better. I now agree with that sentiment.

      Be human, everybody!

      116 votes
    9. How can I unsubscribe from the politics tag?

      I came to Tildes to get away from the endless political talk of reddit. Is there any way to unsubscribe from the political threads here? Most of them seem to be posted in ~misc, but there's other...

      I came to Tildes to get away from the endless political talk of reddit. Is there any way to unsubscribe from the political threads here? Most of them seem to be posted in ~misc, but there's other content there too.

      10 votes
    10. New users: Ask your questions about Tildes here! (v4)

      It looks like we're getting some new sign-ups! Welcome to Tildes! This thread is for you to ask any question you have about the site, from “what is the moderation philosophy?”to “what does that...

      It looks like we're getting some new sign-ups! Welcome to Tildes!

      This thread is for you to ask any question you have about the site, from “what is the moderation philosophy?”to “what does that blue line next to some comments mean?” to “what is the general vibe like here?” Tildes has a lot of documentation, history, and embedded social norms that can be daunting or opaque at first glance, so here’s your opportunity to get help with anything you need.

      Questions about anything and everything are fair game. Follow-up questions are encouraged! No question is too simple.

      Also, a quick note: the only person who can speak in any official capacity on Tildes is our admin @Deimos. Everyone answering who is NOT him is just a helpful community member!

      It is perfectly okay to ask any question — even if you think it’s been asked before, or even if you didn’t search for an answer beforehand. Just ask away, and someone will answer you!

      57 votes
    11. New users: Ask your questions about Tildes here! (v2)

      At over 600 comments and over a month old, v1 of the questions thread is due for retirement. Here’s a new, fresh one for all the users we are continuing to get. We have a lot of new users joining...

      At over 600 comments and over a month old, v1 of the questions thread is due for retirement. Here’s a new, fresh one for all the users we are continuing to get.


      We have a lot of new users joining the site. Welcome to Tildes!

      This thread is for you to ask any question you have about the site, from “what is the moderation philosophy?”to “what does that blue line next to some comments mean?” to “what is the general vibe like here?” Tildes has a lot of documentation, history, and embedded social norms that can be daunting or opaque at first glance, so here’s your opportunity to get help with anything you need.

      Questions about anything and everything are fair game. Follow-up questions are encouraged! No question is too simple.

      Also, a quick note: the only person who can speak in any official capacity on Tildes is our admin @Deimos. Everyone answering who is NOT him is just a helpful community member!

      It is perfectly okay to ask any question — even if you think it’s been asked before, or even if you didn’t search for an answer beforehand. Just ask away, and someone will answer you!

      96 votes
    12. Interest in a new Tildes /~group?, ~electronics or perhaps ~makers?

      This is a community I've missed since leaving Reddit, but I didn't expect to find or create such a /~group here given Tildes is a much smaller community (I figured, statistically, there wouldn't...

      This is a community I've missed since leaving Reddit, but I didn't expect to find or create such a /~group here given Tildes is a much smaller community (I figured, statistically, there wouldn't be enough users with overlapping interests in Right to Repair / Electronics / 3D Printing / Makerspace / etc... for such a community to be present or to naturally form here.

      With the recent post asking for advice on a soldering station, and the number of users that participated in that discussion, I've been rethinking those assumptions of 'not enough users / not enough interest'. Then I further reflected on the significant number of people we have here that have fluently discussed other technical areas such as Linux, Programming, servers / Homelab topics and I realize upon reflection that a fair many of our users here are pretty high on tech literacy...

      So, as a prelude to requesting a new group like /~electronics or /~makers or some group name along that philosophical theme, I wanted to ask the community at large first as to how much interest there might be in this.

      Do you, dear reader, have an interest in electronics repair? In a garage workshop or other space at home where you fix or build things? Makerspace topics like 3D printing? Right to Repair law? If you want to know how to replace your cell phone screen, or ask about soldering or Raspberry Pi or Arduino, are you interested in having a place here on Tildes specifically for these things? Please, if you have such interests, let's discuss here.

      Pinging those who participated in the soldering discussion:
      @AugustusFerdinand @PraiseTheSoup @teaearlgraycold @Banazir @chocobean @elight @Plik @lynxy @Akir @TheD00d @pallas @ShroudedScribe @em-dash @luks @Tannhauser @kmcgurty1

      47 votes
    13. Three Cheers for Tildes: App updates and feedback (November 2024) — Version 1.2 lets you save comment drafts

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Version 1.2.2 (Dec 5, 2024):

      • Added advanced settings to auto-vote on topics when opening them
      • Added advanced setting to hide "Reply" from text long-press menu
      • Fixed inserting markdown links with parentheses
      • Fixed UI bugs in profiles
      • Fixed crashes opening certain topics

      Happy Thanksgiving! Three Cheers version 1.2 is out for Android and iOS! (Nov 27, 2024)

      • Save drafts of comment replies, edits, and private message replies
      • Manage drafts via Settings
      • Improved some error messages

       

      Does not yet support saving drafts of new submissions

      I know some of you were hoping for topic submission drafts, but I wanted to release what I've implemented so far with comment drafts. This version took a decent amount of time to develop, and I didn't want to delay it further by adding submission drafts in this release. Thanks for your patience!

       

      Previous topic: September 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      97 votes
    14. Is it possible to filter out posts or comments with Twitter links?

      I would like to see if I can filter out Twitter posts (and comments) from my feed on Tildes. I personally don't want to further engage anymore with the site and I've blocked the URL using ublock...

      I would like to see if I can filter out Twitter posts (and comments) from my feed on Tildes. I personally don't want to further engage anymore with the site and I've blocked the URL using ublock so would be good if I can pre-emptively filter the site. There's not a huge traffic but I'll do what I can.

      30 votes
    15. Sanity check: is using links to your personal blog as a glorified text post type reasonable?

      As a follow up to this, I now have a blog that I intend to use for longer write-ups on things I find interesting enough to want to share, and continuing this chain of thought, it would effectively...

      As a follow up to this, I now have a blog that I intend to use for longer write-ups on things I find interesting enough to want to share, and continuing this chain of thought, it would effectively fill the purpose of what I would until now use a text post for. This very post serves as an obvious counter-example of something that would make sense as a blog article, so there would presumably be exceptions, but overall that would mean I would switch from text posts to links to my blog where the text is (and I'd probably add a collapsible copy of the article as a comment for redundancy in case something happens to the blog. I have no idea if I'm keeping this specific domain name in the long term, and in fact I do want to switch to a proper domain name I own rather than using yunohost's domains, but for right now it's not in the cards.).

      To me, this reasoning makes sense and isn't in conflict with Tildes' principles, however I have a concern regarding the code of conduct's self-promotion policy, specifically the it shouldn't be the primary reason that you post on the site part. My gut tells me that I would be in the clear since the overall intent of this policy is to curb outright advertising and self-serving behavior, and I assume linking to my blog which is non-monetized and decoupled from any endeavor I might profit from wouldn't apply. While I think this is the most natural interpretation, I can't argue in good faith that, taking the text purely at face value outside of the broader context, "ceasing submitting text posts and replacing them with links to my blog" isn't pretty much making that blog the primary reason I post on the site (at least outside of the comment section).

      So, as a sanity check, I'm asking if going ahead with this does fit the expected conduct on Tildes and I'm not missing something that makes it not okay. If I am missing something, what should I do instead?

      29 votes
    16. Starting a community-maintained Tildes source code fork

      *Update (Feb 3, 2025): We've been added as maintainers on the official Tildes repo! Much of the below is outdated now. Bauke and I will be helping out on the official Tildes repo instead, and the...

      *Update (Feb 3, 2025): We've been added as maintainers on the official Tildes repo!

      Much of the below is outdated now. Bauke and I will be helping out on the official Tildes repo instead, and the community fork is paused now.

      See the new topic.


      Original post below

      It's happening: We're launching a community-maintained Tildes source code fork!

      Link: https://gitlab.com/tildes-community/tildes-cf

      @Bauke, as one of the top Tildes open source contributors, is on board as a co-maintainer, alongside myself. I hear @cfabbro is willing to help manage the issue tracker as well, continuing their long term efforts from the official repo.

      Tildes' admin, @Deimos, has direct access to the repository as well. Although he is not expected to take an active role in maintaining this community fork, he will have visibility into everything going on with the fork.

      Why?

      Deimos has a lot going on outside of Tildes. We want to keep the Tildes codebase well maintained and remove some burden from him.

      Back when he founded Tildes, Deimos was working as a fulltime unpaid volunteer on it, continuing that way for a few years. Not just code, but on everything administrative and financial; public relations, as in communicating officially inside the community and beyond; moderating the community; system administering the systems. Basically a ridiculous amount of effort for one person.

      Now Tildes is a side project, and he has a day job, and there is not physically enough time for a (human, non-drug-reliant) owner to do all those things.

      How will this new fork affect the Tildes website?

      The hope is that Tildes can merge relevant changes back into the official upstream repository. If we implement things useful and desirable for Tildes, it should be possible to get those improvements onto the website.

      Why not just add maintainers to the official repository?

      There are some features that may be desirable for the community, but not relevant to Tildes itself. This includes things like a Docker development environment, which code contributors may find convenient, but are an extra maintenance burden on the official Tildes repo, as Tildes does not use Docker in any way (AFAIK).

      Adding us to the official repository would also create a different dynamic, where there'd be an implicit endorsement by Deimos of all changes. This means the burden would essentially remain on the Tildes administrator to review, critique, and greenlight every single change. However, the entire point of this endeavor is that there isn't free bandwidth for that.

      Also this fork opens up possibilities like making the code reusable for self-hosting entirely new websites based on the Tildes source code. While I don't personally have any specific plans regarding such, self-hosting has been a repeated request ever since Deimos open sourced Tildes years ago.

       

      Is "Tildes Community Fork" good enough of a name?

      Thanks for reading this far! The fork needs a name. It will live in the "Tildes Community" GitLab group at https://gitlab.com/tildes-community/.

      For now I've simply called it "Tildes Community Fork" and put it at https://gitlab.com/tildes-community/tildes-cf.

      Any better naming ideas? It's not too late to change.

      Next steps: We'll start migrating GitLab issues over

      I think we're ready to start copying any "low-hanging fruit" issues from the official issues to the new community fork issues. If you have an issue you think qualifies as such, especially if it was ever labeled as "Approved" in the past, please feel free to copy it to the new issue tracker. Please link back to the original too.

      It's still a side project for us

      Please keep in mind it's still a side project for us. Although we're excited to push the project forward, please keep expectations in check. We're doing this as volunteers. Please be polite and don't rush us!

      115 votes
    17. A vast swathe of varied topics, and the conversations built around them, were just lost from Tildes – what to do when users leave with their posts

      I'd just like to say that I never make meta posts like this one, but for some reason this topic has really struck a chord with me on this Wednesday evening... We recently lost a user from Tildes....

      I'd just like to say that I never make meta posts like this one, but for some reason this topic has really struck a chord with me on this Wednesday evening...

      We recently lost a user from Tildes. I don't know which day, but I'd already noticed they weren't around a few days before I did some digging into it. The names here are not important. But this user had been a prolific poster over the last six months. As someone on Tildes who does a lot of tagging, they were high up on my 'user interaction list' in the passive way that comes from amending tags can do.

      Some departing users leave all of their contributions behind, along with their username, never to be seen from again. Perhaps they regenerate with a new handle or perhaps they find pastures fresh elsewhere. Some users take all of their topics with them, along with the conversations, the ideas, the thoughts, and in my mind a little piece of the Tildes community. The latter is what happened here with our prolific user.

      This has made me unusually sad. There are lots of users I miss on a personal connection level, whether that be the status they held in the community, or simply missing the elegance of their prose. Sometimes they return and I smile at my keyboard. Sometimes I check how they're doing by looking on Reddit. The sadness here comes from a feeling that when a prolific user leaves with their topics, it feels like a library user leaving the country with their borrowed library books. I've never been very good with analogies.

      People talk about link rot and video game preservation and the walled gardens of the internet and it feels like this mourning over lost information from a link aggregator with a close-knit community bound up in it fits in there somewhere in the discourse.

      In a comment to this topic I'm going to link to as many of the lost topics as I was able to find. These will be direct links to the articles, not to the Tildes discussion. I don't want this act to feel like grave-robbing by linking to deleted Tildes pages.

      This is the end of my hopefully only foray into meta posting. I don't think I have the wordsmith-ery for it.

      70 votes
    18. "Rate limit exceeded. Please wait 56 minutes before retrying"

      I got this error message this morning when making content ( replying to a thread ) first thing in my Tildes.net session https://paste.pics/SN1N0 Oddly, I didn't have any trouble making a new...

      I got this error message this morning when making content ( replying to a thread ) first thing in my Tildes.net session

      https://paste.pics/SN1N0

      Oddly, I didn't have any trouble making a new thread ( this one ), just replying to existing threads.

      It happened on only the second comment I tried to make this morning.

      10 votes
    19. You make friends *HERE*?!

      No, really. Sincerely putting this out there. Using Tildes sometimes feels like talking into the void. The UI, even in Three Cheers, is minimal. The conversations sometimes clinical, though I...

      No, really. Sincerely putting this out there.

      Using Tildes sometimes feels like talking into the void. The UI, even in Three Cheers, is minimal. The conversations sometimes clinical, though I greatly appreciate the compassion that comes through here versus other places that shall remain nameless.

      Yet I am struck. I've seen people here, more recently, cite meeting other Tildans (Tildaniens? Tilwhoseits?).

      As a somewhat reclusive 51 year-old married dude with only furry children, I don't get it. But I do know that I need more friendships. It gets harder, as you get older. (As for me, not keeping toxic friendships from school and later 2 decades working remotely led to, well, this.)

      So how do you connect with humans as humans here? How do you "make friends"?

      Asking as someone who has a diagnosed potent ADHD and perhaps other as yet medically undetermined NDisms.

      (No idea what tags to use for this. Help?)

      67 votes
    20. Tags for filtering out news content

      I've made a strong effort toward intentional news exposure by trying to limit the times I run across news articles. This has "minimized" my exposure to the times when I specifically look to read...

      I've made a strong effort toward intentional news exposure by trying to limit the times I run across news articles. This has "minimized" my exposure to the times when I specifically look to read news sources.

      I'd be curious to know if anyone here is accomplishing something similar by filtering out Tildes tags and, if so, what does your list look like? Seems to be a hard balance between quieting the unwanted news posts and not limiting exposure to posts and articles I'd like to see.

      12 votes
    21. Font size?

      I recently upgraded to a pixel 9 pro and noticed that the higher resolution resulted in text that was often too small. I went to my settings and increased my font size to 125%. However, I noticed...

      I recently upgraded to a pixel 9 pro and noticed that the higher resolution resulted in text that was often too small.

      I went to my settings and increased my font size to 125%. However, I noticed that this doesn't seem to apply to titles on Tildes, at least not in a uniform way.

      It's hard to say without going back to my old phone, which I can't easily do right now, but I do think I recall title font size varying depending on the length of the title. But perhaps the difference wasn't as drastic on my old phone due to the difference in resolution? Perhaps the titles with smaller font sizes were still easy to see so I didn't really notice? It's just very noticable on this phone. I don't want to increase zoom on Chrome for every website just to solve this issue.

      Ideas?

      12 votes
    22. Where does your username come from? (Following up on last year's thread)

      We had a fun thread last year about what came to mind when other people's usernames come up. It ended up turning into a cool little online intro of the history of your username, if you have one....

      We had a fun thread last year about what came to mind when other people's usernames come up.

      It ended up turning into a cool little online intro of the history of your username, if you have one. There are so many usernames I don't recognise now that I'm back with a steady internet connection after a long time away.

      Mine is boring sorry - I switch usernames every 12 months or so for the illusion of control regarding anonymity. My main username used to be Iain M. Banks' Culture series related, so I do miss meeting fellow Culture fans, but this year it's just from a random number generator.

      Does your username have an interesting backstory? I recently learned that @chocobean wasn't a chocolate bean, and @cfabbro wasn't a Computational Fabrication Bro, I'm sure there are plenty of others out there.

      67 votes
    23. Follow up on the username thread: What Tildes users do you recognize when browsing and, without being rude or inflammatory, what is your impression of them?

      It only now just occurred to me after reading the username thread that people actually recognize each other on Tildes by username. I certainly recognize a few of the "big" usernames but otherwise...

      It only now just occurred to me after reading the username thread that people actually recognize each other on Tildes by username. I certainly recognize a few of the "big" usernames but otherwise I kind of have username blindness. I was absolutely shocked to see someone tag me and more shocked to see that someone remembered even a single thing I had ever posted.

      I'll start:

      @cfabbro is pretty on top of things around here. Super knowledgeable about various topics and a stickler for the rules in a really positive way that demonstrates their love for the community and their desire to keep it special. One of the most important Tilderinos (or Tildos, which is my personal favorite that someone suggested a while back). Thanks for all that you do, and if you're the one who has to go though and fix my god-awful tags then a double thanks and a sincere apology.

      @boxer_dogs_dance, like cfabbro has a very wide range of interests and is quick to share interesting tidbits of information that a lot of people may not know. I think I have disagreed cordially with boxerdogs a few times maybe? But I have a good impression of them overall.

      @deimos is a bit like God, which I think works on multiple levels. The highest power, behind-the-scenes, hard to prove his existence. I have a conspiracy theory that he uses alt accounts to participate anonymously, which I think would be a really smart thing to do. Joking aside, I think Tildes' resiliency and ability to maintain its small town vibe while being quite large is due mostly to his political/philosophical genius. The guiding principles for this site and moderation style have made this a pretty awesome place to be. Case in point: The few times I saw people complain about Tildes' moderation on other websites, I was able to immediately see why that person wasn't a good fit here. They were people who didn't even understand that they were being antisocial or were playing coy when they knew exactly what they were doing. Keeping Tildes more or less free of that stuff is one of the greatest internet achievements I've ever seen.

      61 votes
    24. I've added ~society for topics related to politics, law, policies, and similar societal-level subjects

      The quick summary and important info first: I've just added a new group to the site named ~society, which will encompass politics as well as some other similar subjects. Over the next few hours,...

      The quick summary and important info first:

      I've just added a new group to the site named ~society, which will encompass politics as well as some other similar subjects. Over the next few hours, I'll be moving many existing topics into it, and then based on those topics I'll be automatically subscribing users who have a history of regularly participating in them (based on commenting, voting, labeling, etc.). Feel free to subscribe manually now if you already know you'll be interested, and if you'd like to ensure that you're not automatically subscribed to it by me, go to your topic tag filters page, add politics on a line by itself, and click the save button (I'll be excluding anyone that has politics ignored). I'll edit a note into the bottom of this post later today when I've finished doing the automatic subscriptions.


      Adding a group like this is something that I've been thinking about doing for a long time, but I didn't want to make any major changes as it got closer to the US election, and then I've considered the last week to be a bit of a "blowing off steam" period, where I've been more lenient on the number and quality of political topics than I normally would have. However, I think now will be a good time to add it, since we're probably going to have a lull in significant political news for a short while until it kicks up again, and this will allow the group to get established.

      I've never wanted to have a group devoted to politics on Tildes, and I'm sure that a lot of the older users will be able to remember my explanations about why and find our old discussions about it. I don't think a lot of those reasons have actually borne out over the years. ~misc has effectively ended up as ~politics-in-all-but-name, and political topics are also spread over a lot of other groups (politics-but-with-a-financial-angle ends up in ~finance, politics-but-with-a-healthcare-angle in ~health, politics-but-based-on-a-study in ~science or ~humanities, and so on).

      The default topic sorting on Tildes being activity-based has also ended up making these types of topics feel too prominent. In terms of number, they're a small portion of the total topics posted to the site, but there's a set of highly-active users (who are also a very small portion of the active commenters on the site overall) that comment heavily and quickly in them, which keeps them being constantly bumped back up in the activity listings.

      And on the opposite side, many users clearly want to avoid these topics. "politics" is by far the most common tag that people filter out, with about four times as many users putting it in their filter list as the second most common one (to nobody's surprise, "elon musk"). In theory, tag filtering is a good solution for this, but it's not a visible enough feature and the large majority of users don't use it (or even seem to know it exists). The group system is far more intuitive for this purpose.

      I could continue with other reasons for a while, but the upshot is that I believe it's time to accept that the existing approach hasn't worked out and it's worth trying something different. There are also a few other similar subjects/tags that are generally spread across other groups for lack of an obvious relevant place, so I think going with ~society as a little broader of an umbrella will be able to give those ones more of a home as well. I'd appreciate input about which other subjects you think might fit (but to be clear, I don't intend for this to subsume or replace any of the other existing groups, and especially not ones like ~lgbt, ~life.men, and ~life.women).

      I expect to be busy for quite a while today figuring out which topics to move into the group and experimenting with some different possibilities for choosing which users to auto-subscribe to it, so I probably won't be replying much, but I'll definitely read through the discussion here later. I'd also like to take the opportunity to thank @mycketforvirrad again for their tireless devotion to keeping topics well-tagged across the site—it's a mostly-invisible and mostly-thankless task, but it makes doing a major reorganization like this so much more feasible than it otherwise would have been.

      Edit: Auto-subscriptions should be mostly done now, hopefully I managed to select a decent set of users (and didn't subscribe many people that don't actually want to be—please unsubscribe if you'd like)

      242 votes
    25. Sorry for the mess (post mortem for a Topic that went sideways?)

      Last night I posted a video that came across my YouTube feed. I had never seen this particular creator before, but I found the video entertaining and thought provoking in isolation. I hadn't seen...

      Last night I posted a video that came across my YouTube feed. I had never seen this particular creator before, but I found the video entertaining and thought provoking in isolation. I hadn't seen any videos like this anywhere else on Tildes, so I decided to post a new Topic. I wasn't sure how to word the description. I knew I wanted to hear other points of view, so I hinted at wanting a discussion and didn't really get into my own thoughts.

      I hit submit and went to bed, thinking that in the morning I might be able to clarify my thoughts, and add to the discussion without dominating it.

      But I woke up to a mess! A mess that I made. The post had been locked and deleted. Apparently this particular YouTuber is very controversial, and posting without any context turned out to be problematic. I was hoping for discussion and boy howdy did I get discussion.

      But since I never really voiced my original intent for posting, it all left me feeling like I had spilled some milk and then someone else had cleaned it up for me. The problem is that I never got to apologize for spilling the milk, and never got to thank the people who cleaned up for me while I was sleeping.

      So I suppose this is sort of a meta post. Has anyone else here had something locked/deleted before being able to "make it right"? Should I have provided more context up front? Vetted the creator better by researching their other videos or other online activity? Am I doing the wrong thing by talking about it post-mortem? I definitely don't want to make things any worse, and super duper do not want to be kicked from Tildes! I really enjoy interacting with people here, and want to make sure I'm adding rather than taking away.

      Also, I just want to say that I'm sorry if this reignites any problems related to the original (now deleted) Topic, and I will happily accept if this Topic also needs to be removed. Please excuse my mess. :)

      49 votes
    26. Can/should Tildes pull out of search engine results?

      The other thread about potential spam on the site got me thinking, can/should Tildes hide itself from Google and other search engines (aside from just the main page) to avoid the tentacles of SEO...

      The other thread about potential spam on the site got me thinking, can/should Tildes hide itself from Google and other search engines (aside from just the main page) to avoid the tentacles of SEO from infiltrating the site? I'm not sure how feasible that is, but I know reddit has the option to prevent your profile from getting indexed by search engines so perhaps that could be applied to the site as a whole.

      23 votes
    27. Tildes often takes me away from Tildes (via links) and that's a good thing

      It's no secret that the big (commercial) social media platforms are designed to maximize on-site engagement as much as possible. Anything that leads the user away from the site, be it an external...

      It's no secret that the big (commercial) social media platforms are designed to maximize on-site engagement as much as possible. Anything that leads the user away from the site, be it an external news article, an image/video hosted somewhere else or relying on external communication tools, is antithetical to your business model if you rely on ad impressions or sponsored content.

      So when I visit Tildes it's feels different. Often I stumble across interesting links or discussions that take me elsewhere on the web and encourage me to research or think about topics in a variegated way. So after an hour or two I can decide that I have gotten my share of curiosity, entertainment or social interaction and can move on to something else. It helps that the content on here is generally genuine and high quality.

      This is in stark contrast to the endless scrolling loop of other sites that keeps one busy, but never quite satisfied. It's a very good sign.

      37 votes
    28. Could we get a ~politics.us?

      With the inevitablre result of the US election, for the next four years all media will be totally overwhelmed by one person. It'd be nice to be able to at least on Tildes shove all of that into...

      With the inevitablre result of the US election, for the next four years all media will be totally overwhelmed by one person. It'd be nice to be able to at least on Tildes shove all of that into one corner so it can be hidden.

      While Tildes is quite US focused, there is still a lot of us non-us people here.

      40 votes
    29. I am missing a neutral way to flag low-effort or potentially spammy posts

      Lately I have seen a few posts here and there from accounts that have been silent for a while, where I can't help but feel that these new posts are made by different people or that the initial...

      Lately I have seen a few posts here and there from accounts that have been silent for a while, where I can't help but feel that these new posts are made by different people or that the initial posts they made were intended to "pad" the account. In other words, they feel a bit like spam and because of that I would like to "flag" them somehow.

      The obvious question people will have is likely "Why not just comment about it under the post?"

      I have done that various times, and it has the opposite effect of what I'd like:

      1. Commenting boosts the post for people who sort based on comments or activity.
      2. From what I have observed, when a post has one comment, it is more likely to receive more votes as well. If it has more than one comment, it will receive more votes. This, to me, bizarre voting behavior is something worthy of a meta discussion in itself. But from what I gather, people seem to think that it indicates discussion. Making them think that there must be something worthwhile about the post. This obviously doesn't apply when it's just the OP sharing a quote and me raising a concern.
      3. Sometimes I am not entirely sure and would like to have someone with more insights behind the screens take a look at it. If I commented my suspicions while being wrong, that would suck for everyone involved.

      Basically for the first two points I am not sure what a good solution would be. I am not advocating for a downvote ability, though something would be nice.
      For the third point, I guess I am saying that I am missing the ability to report a post. With comments, I can use the malice label and write out a report, for posts there is no such thing.

      29 votes
    30. Has there been a discussion about labels on posts themselves?

      I love the labels feature of Tildes and use it fairly regularly where I feel appropriate. But recently I wanted to label a post (rather than a comment) and realized that there is no option for...

      I love the labels feature of Tildes and use it fairly regularly where I feel appropriate. But recently I wanted to label a post (rather than a comment) and realized that there is no option for that.

      Is this something that has been discussed before? I did a cursory search but was not able to find anything specific to labels on posts. I'm not even saying that I'd be 100% for the feature, just wondering if it's been discussed before. Questions like 'would it provide a benefit?' or 'if so, should those labels be the same as the ones for comments?' were along the lines of what I was thinking.

      Might be a terrible idea, or difficult to implement for some reason or another, but sometimes I feel like a post could use a label (like 'exemplary' for a well-thought-out post, or 'malice' for one where the article posted feels deceptive and/or misleading) and right now there does not appear to be a way of doing that. Wondering what others think.

      18 votes
    31. Is there a way to hide or otherwise opt out of always seeing votes?

      To hide votes on one’s own posts and comments from oneself, that is. I’d prefer the ability to choose whether or not to view the vote count on my own interactions, though I do enjoy having the...

      To hide votes on one’s own posts and comments from oneself, that is. I’d prefer the ability to choose whether or not to view the vote count on my own interactions, though I do enjoy having the option of upvoting other people.

      This isn’t a tildes specific preference, btw, just an aspect of social media I find trying overall.

      19 votes
    32. An export feature would be nice

      It would be nice to be able to press a button which would create a zipped file for me to download all of my content on Tildes. Just one markdown file for each post or comment I ever wrote on Tildes.

      22 votes
    33. Announcing Tildes' Make Something Month (Timasomo) for 2024!

      Timasomo is "Tildes' Make Something Month": a creative community challenge that takes place in the month of October. The best way to get a feel for Timasomo is to check out our previous Showcase...

      Timasomo is "Tildes' Make Something Month": a creative community challenge that takes place in the month of October.

      The best way to get a feel for Timasomo is to check out our previous Showcase topics, where creators share their creations with the community at the end of the event:

      There are no hard and fast rules on what you can create. You can make anything!

      All of the Timasomo topics will be over in ~creative.timasomo, so if you're interested in participating or following along, make sure you're subscribed there.

      All people who respond to this topic will be added to a notification list that I will ping each time I put up a new Timasomo topic. If you do not wish to be added to the list, or you wish to only be notified for the final Timasomo showcase, please let me know.

      The Roll Call thread will be posted in ~creative.timasomo on October 1st. That is the official beginning to the event and is where people will formally commit to their projects for Timasomo.


      FAQs

      What is Timasomo really though?

      Timasomo is a chance to create something/anything!

      There are no restrictions on what you can choose to make.

      Can I participate?

      Yes! Timasomo is open to anyone on Tildes! Please make sure you are subscribed to ~creative.timasomo.

      The greater Tildes community is also encouraged to participate in discussion threads even if you are not actively working towards a creative goal. This is meant to be an inclusive community event -- all are welcome!

      If you are interested in participating but do not have a Tildes login, please e-mail the invite request address here for an invite to the community.

      If you do not want to create something but still want to check out the showcase, let me know in a comment here and I will add your name to a separate notification list that I will ping for the showcase topic only.

      How do I sign up?

      Make sure you are subscribed to ~creative.timasomo and/or are included in my notification list (simply comment on this topic to be added).

      On October 1st, there will be a Roll Call thread. By posting your plans to participate in that thread, you have formally signed up for Timasomo!

      Didn't it used to be in November?

      Yes. Timasomo was originally inspired by NaNoWriMo, the National Novel Writing Month, which takes place in November.

      Initially, I wanted people participating in NaNoWriMo to be able to share their work with Timasomo as well. In the entire time it has run, however, no participant has publicly submitted any work from NaNoWriMo to Timasomo. Instead, Timasomo has gained its own identity independent of NaNoWriMo (which, after recent events, is probably for the best).

      Many participants from previous years have shared that October would be a better month for them personally, so we moved the event to October.

      Also, the event was so fantastically popular that it regularly upstaged American Thanksgiving, thus we only felt it fair that Canadian Thanksgiving be targeted as well.

      What are the rules?

      Timasomo is self-driven and its goals are self-selected.

      On October 1st, participants will commit to a creative project (or projects) that they plan to complete within the month of October.

      There is no restriction on the methods/products of creativity: writing, painting, code, food, photos, crafts, songs -- if it's creative expression for you, it works for Timasomo!

      Though most will be participating individually, collaborations are welcome too!

      What is the schedule?

      Timasomo begins October 1st and ends October 31st.

      All creative output towards your goal(s) should be confined to this time.

      This week prior to the start of October is for planning. There will be a few days at the beginning of November given to "finishing touches" before we have our final thread, which will be a showcase of all the completed works.

      Below are the dates that I will be posting weekly threads:

      Tuesday, October 1, 2024: Roll Call Thread
      Tuesday, October 8, 2024: Update Thread #1
      Tuesday, October 15, 2024: Update Thread #2
      Tuesday, October 22, 2024: Update Thread #3
      Tuesday, October 29, 2024: Final Update Thread
      Tuesday, November 5, 2024: Timasomo Showcase Thread

      Do I have to share my creation(s) publicly?

      Tildes is a privacy-respecting site, and you are not obligated to share your creation here if you do not want to. We'd still love to hear about it though, if you're willing to share process and details!

      Is it Timasomo or TiMaSoMo?

      Either.

      I personally use "Timasomo" because I think it looks cleaner and because too much time on the internet has made my brain incapable of reading "TiMaSoMo" as anything other than sarcasm, but go with whichever you prefer.

      The best option, however, is “𝑻𝑰𝑴𝑨𝑺𝑶𝑴𝑶” for reasons that are self-evident.


      This Thread: Planning!

      Post your ideas.

      Give feedback to others.

      Set up collaborations.

      Ask questions.

      Everything in this thread is non-commital! Bounce around ideas and figure out what you'd like to do in our communal brainstorming session.

      Also, please do NOT start work on your project yet! Stage setting, planning, and other preparations are allowed (e.g. getting supplies/materials, setting up workspaces, etc.), but save the creation initiation for the 1st.

      Get excited for another GREAT Timasomo!

      50 votes
    34. Three Cheers for Tildes: App updates and feedback (September 2024) — Version 1.1 adds an in-app YouTube player

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.1 is out for Android and iOS! (Sep 14, 2024)

      • Added an in-app YouTube player
      • Added 2 settings related to YouTube and autoplay
      • Tweaked the labels dialog UI
      • (Android) Fixed Back button navigation in the WebView
      • (iOS) Fixed UI bug commenting on a deeply nested comment

      Android version 1.1.2 (Oct 4, 2024): Fixed YouTube player setting, should take priority over Browser type setting. Fixed a UI bug with ignored topics appearing unignored.

       

      Some technical details: The YouTube player uses the YouTube IFrame Player API using the Android and iOS wrapper libraries. They are both open source and I was able to submit some improvement patches to them.

       

      Regarding release schedule: Prior to version 1.0 of the app, I was working (a little too) hard on the app and putting out monthly megathreads. These days I'm allocating my time differently, so topics won't be monthly. Please continue to feel free to reach out, whether posting in the megathread even if months old, or emailing me using the contact info on the app store pages, or using iOS TestFlight feedback functionality.

      Huge thank you to the few people who have set up a recurring donation in the app. From a worker perspective, it's still a tiny tiny amount if comparing with an actual wage developing apps, but luckily for my users, I'm not trying to make a wage from this app, and plan to continue developing it at my own pace. That does mean that updates will be somewhat unpredictable though.

       

      Previous topic: May 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      91 votes
    35. It is time to do away with the empty recurring weekly threads

      It's time to do away with the recurring weekly threads about US politics, about Israel and Palestine and other similar threads that clearly do not need weekly recurring threads. Those who do not...

      It's time to do away with the recurring weekly threads about US politics, about Israel and Palestine and other similar threads that clearly do not need weekly recurring threads.

      Those who do not wish to see topics on those events should unsubscribe from the relevant keywords for their own browsing, as all of us with other interests unsubscribe from those keywords.

      There is no flood of this content that makes gathering things in weekly threads relevant.

      No content is drowning on tildes, as no group has issues with too many posts.

      It's uninviting to folks who are actually contributing submissions to the site to be told they shouldn't be making these, but should rather make them in empty, dead posts. That is not fair to them, nor is it a good look for the site.

      These dead recurring threads should be done away with. They serve no function. The experiment has shown they are not needed, are not used and are simply auto-generated robotic clutter.

      109 votes
    36. Crossposting on Tildes, general thoughts?

      It seems like the last real discussion about the subject was about 6 years ago I am mostly wondering what the thoughts now are on crossposting something in different tildes groups. This was...

      It seems like the last real discussion about the subject was about 6 years ago

      I am mostly wondering what the thoughts now are on crossposting something in different tildes groups. This was inspired by a few things. Last week I was unsure where to post something and ended up posting it in the most topical tildes group even though previous posts that took off were posted in a different group. Meaning that people that are subscribed to ~comp but not ~life might have missed the post even though they might be interested.

      Then there is this post. I was about to post the same link before realizing it was already posted. The post in question is posted in ~games, I would have posted it in ~tech. I feel like the overlap between ~games and ~tech subscribers likely is a bit bigger, but also here I feel like people might potentially be missing out.

      I realize this might not be the biggest issue, the majority of people on tildes seem to be subscribed to all groups. But it still, it tickled something in my brain and this is the second time in a short period that I find myself thinking about this.

      Ideally, in my mind, this would be solved on a technical level where you can post something in two groups with a consolidated comment section. However, I don't see this happening in the sort term.

      Tags sort of cover this, but given they can be anything and quite numerous, browsing through them is not something I personally would ever use or actually address this.

      The second-best solution, and the one I'd like to discuss, is to simply cross post and in one of the posts leave a comment linking to the other post to consolidate discussion a bit.

      Am I overthinking the issue? Probably. :) But overall, what are peoples thoughts on allowing cross posts between groups? Any real downsides besides double entries in the listing?

      22 votes
    37. Comment fields are hard to use on mobile

      It seems like the input fields for comments are missing some required HTML meta parameters or something like that. When I'm typing in them, on mobile, I don't get any autocorrect or...

      It seems like the input fields for comments are missing some required HTML meta parameters or something like that. When I'm typing in them, on mobile, I don't get any autocorrect or autosuggestions, I can't use swipe input, I can't move my cursor with the space bar, etc. This doesn't happen with any other text field on the site (search, post body, ...), so the problem must be in something like the type param of the input element. This is incredibly annoying and there have been multiple times where I didn't want to write a comment just to avoid dealing with this experience.

      Edit: it also seems like it happens when editing a post, but it doesn't happen when making a new post

      Edit 2: I just tried clicking around and for some reason it only happens when entering a text field for the first time, but not when clicking off and the back into the text field? Might be a GBoard bug then, weird that it doesn't happen on any other site though

      Edit 3: the issue only happens that use markdown_textarea with auto_focus=True

      11 votes
    38. Tildes growth

      Do we have any information on how Tildes growth is going? I only use Tildes, used to only use reddit until they pulled their bullshit last year. I don't use any social media and I feel like I am...

      Do we have any information on how Tildes growth is going?

      I only use Tildes, used to only use reddit until they pulled their bullshit last year. I don't use any social media and I feel like I am missing out on a lot of news and things. When I used reddit I had curated my subs to my interests and I feel like I was up to date on everything I wanted to be.

      But now, due to Tildes being a much smaller community, the news I receive is much more generalized and I've been noticing a lot of times I miss things. For example because all video games are clumped together in one Games Tildes, only the most popular kinds of gaming news gets posted there, so more specific or niche things I miss.

      Another example, I had never heard of Ozempic before the South Park episode, and a friend was shocked and told me I was so out of the loop for not knowing what it was. I'd never seen anyone talk about it on here, so how would I know?

      I also notice there's just significantly less engagement overall on Tildes. I can scroll through the front page of Tildes every morning, see maybe half posts I've already seen and half new ones, and by the end of the day there will be a handful of new posts but not many. In its golden years, Reddit would have new posts every few hours with new info or news about different things. Tildes feels really small still.

      Point being, I'm curious how Tildes is doing in terms of growth and whether it looks like it'll be getting larger communities which will split more subcategories into the broad categories we have now. Or if it has plateaued and this is how it'll be for good?

      55 votes
    39. Three Cheers for Tildes: App updates and feedback (March 2024)

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing. I'll summarize the previous month's updates at the start of each topic, so people can...

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.0 is out for Android! (Mar 25, 2024)

      • Submit topics!
      • Added donation option in Settings
      • Share links from other apps to create a Tildes submission
      • Edit topic text
      • Delete topics
      • Require minimum Android 7.1.1
      • Fixed refreshing feed after login/logout

       

      iOS v0.11.3 (Mar 28, 2024): Fixed UI bugs and crashes on large iPhones (Pro Max series), particularly when using the in-app WebView browser.

      iOS v0.11.2 (Mar 8, 2024): Fixed crashes in Inbox under the Comments tab.

      Android and iOS v0.11.0 (Mar 3, 2024)

      • Added sort options for topics
      • Tap username on comment, and topic OP, to view profile
      • View markdown of topic OP
      • Fixed minor UI bugs
      • (Android) Fixed wrong profile showing via bottom tab, after logging into a different account

       

      Android and iOS v0.10.0 (Feb 15, 2024)

      • View and send private messages
      • Added button to send private message from a user's profile
      • Added "Tap to refresh" when a feed is empty
      • Show posted time in topic OP
      • Renamed bottom tab to Inbox (instead of Notifications)
      • (Android) Removed animation when using bottom tabs
      • (Android) Fixed crash when replying from a user's profile
      • (iOS) Fixed crash toggling Details in topic OP
      • (iOS) Fixed layout bugs with markdown tables
      • (iOS) Fixed UI bugs when replying in a user's profile
      • (iOS) Fixed minor UI bugs and crashes

       

      Last month's topic: February 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      116 votes
    40. Additional length tags?

      Sniffing around in the topic history here, I see a single mention of "medium length/watch", which would fit in with what I have in mind. However, what I'm really angling for here is "very long...

      Sniffing around in the topic history here, I see a single mention of "medium length/watch", which would fit in with what I have in mind. However, what I'm really angling for here is "very long read/watch" tags, as I've seen articles here that are at least twice the length of others with "long read", and anything by, for example, NeverKnowsBest, is going to be an order of magnitude larger than the 30 minute minimum for long watch.

      "Very short read/watch" is probably fine too, but I imagine that anything that would actually fit that label is probably against the posting spirit of Tildes.

      7 votes