• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. [SOLVED] How can I mark a comment as read if I dont want to interact with it?

      In the notification setting, I have untoggled both options but then I am wondering how can I mark a comment as read if I dont actually want to vote, label, reply or anything? I am used to the...

      In the notification setting, I have untoggled both options but then I am wondering how can I mark a comment as read if I dont actually want to vote, label, reply or anything?

      I am used to the reddit interface where iirc, you can just hit a button for toggle that state on a comment.

      12 votes
    2. Habemus Papam - Leo XIV named first American pope

      There's white smoke on St. Peter's Square (at 18:08 local time). Given the time it's probably been the fourth round of voting that yielded a positive result. You can watch the vatican media...

      There's white smoke on St. Peter's Square (at 18:08 local time). Given the time it's probably been the fourth round of voting that yielded a positive result. You can watch the vatican media livestream here with english commentary and here without any commentary.

      Thought I'd post this as a text post to keep it updated with relevant information (e.g. who it is) over the next hour or so.

      The swiss guard has arrived on the square shortly after 18:30. If the previous two conclaves are anything to go by it'll be another 30 minutes or so until Cardinal Mamberti will step onto the balcony to announce the new pope's name.

      Update 19:13: Mamberti has entered the balcony and is making his announcement (rewatch here):

      Annuntio vobis gaudium magnum; habemus Papam:

      Eminentissimum ac reverendissimum dominum, dominum Robertum Franciscum, Sanctæ Romanæ Ecclesiæ Cardinalem Prevost, qui sibi nomen imposui Leonem XIV.

      Pope Leo XIV, formerly Cardinal Robert Francis Prevost, is a US American by birth, but moved to Peru later on and became bishop there, making him the second pope from America and first ever US American to hold the title. He's generally viewed as a compromise candidate between progressives and conservatives within the catholic church as far as I know. He was created (as a cardinal) by pope francis and was responsible for personell management under him.

      Update 19:23: Pope Leo XIV has entered the balcony and is making his first public statement (rewatch original here or with english subtitles here).

      Update 19:40: After speaking for more than 10 minutes (a lot longer than his predrcessors during their first appearance) he's now issued the traditional blessing 'urbi et orbi' and has left the balcony.

      49 votes
    3. How many languages do you speak?

      How many languages y'all speak? From how many different language families? How many scripts can you read? Any special grammatical quirks that your languages have? It doesn't matter if it's A2...

      How many languages y'all speak? From how many different language families? How many scripts can you read? Any special grammatical quirks that your languages have?

      It doesn't matter if it's A2 level or C2 level, share it with us!

      33 votes
    4. Why do celebrities past their peak so desperately cling to fame?

      I wasn’t sure whether I should file this under ~movies, ~music, or ~society, so I put it here. Feel free to move it elsewhere. I had a thought this morning: I’m confused about the...

      I wasn’t sure whether I should file this under ~movies, ~music, or ~society, so I put it here. Feel free to move it elsewhere.

      I had a thought this morning: I’m confused about the attention-seeking behavior of famous and wealthy celebrities in the music or film industries, past their peak.

      From my point of view, as someone who is neither famous nor wealthy, I think that if I ever reached that level, then I would be more than happy when people stop paying attention to me, and instead start swooning for newer, younger artists on their way to stardom.

      It would signal to me that my time to be in the spotlight is over, that it’s my turn to pass on the torch, and that I can now ride into the sunset, content to potentially have several decades of time left for me to just enjoy a quiet, cozy life, making use of my money to amuse myself as well as to invest it in worthy causes, so that I not only leave behind a legacy of fame and wealth, but also improve the lives of other people.

      Every famous and wealthy musician or actor could do this.

      But so many of them don’t. They choose to, instead, do everything they can to stay in the limelight. They pull extreme stunts with which they harm themselves, which ironically, in many cases only end up embarrassing in the eyes of the world anyway. And they do all of this to retain the attention of people who have long forgotten about them.

      What for? I don’t get it.

      Is it really so that fame and wealth just corrupts a person to such an extent that they become addicted to being the center of attention?

      This thought, by the way, came about because I’ve become aware of many such “extreme and dangerous attention-seeking stunts” from many celebrities in the last few weeks. It’s not about one celebrity in particular. It’s been a thought that has been brewing in my head for a while.

      19 votes
    5. How linked is an account to the original invite code?

      I tried looking through the docs but couldn't find an answer to this question: What is the nature of the link that is established to the sys-admin and devs of tildes for an account and the invite...

      I tried looking through the docs but couldn't find an answer to this question: What is the nature of the link that is established to the sys-admin and devs of tildes for an account and the invite account?

      as in, do they store the invite code that I used to create this account permanently and will be able to link that invite back to the issuing user? so that my account and the issuing user will always be linked in that way?

      21 votes
    6. My most painful Linux experience

      Yesterday presented the biggest pain over my few years of using Linux that I have personally encountered. With the current prevalence of topics related to Linux, and especially ones related to new...

      Yesterday presented the biggest pain over my few years of using Linux that I have personally encountered. With the current prevalence of topics related to Linux, and especially ones related to new users, I figured it would be good to share and leave a place for others to share any similar stories (and ideally how to avoid them).

      The problem I encountered was effectively that my machine crashed and I was locked out on reboot. I'll describe how I crashed it later and for now just focus on the locked out bit.

      During startup something was failing and as a result it would dump me into emergency mode. Emergency mode is basically just a root terminal where your ultimate goal is usually to read your logs and fix whatever was logged as failing. Annoying, but not a real issue. The real issue was that I was also locked out of emergency mode! This meant that literally the only thing I could do was get into a boot cycle telling me everything is locked.

      So I head off to forums on my phone looking for what cryptic wizardry I'm going to need to perform. I need to a live boot OS because it is impossible to fix from my current install. I have to live boot another image, mount my original primary partition (after decrypting it), chroot the new mount point, and then use passwd to set a new root password. If I'm smart I'll come back to this thread later, when I'm not on my phone, and edit in or reply the actual commands needed since in reality I found myself piecing them together from across the Internet and maybe I'll need them again some day.

      For avoiding this: check you have a root password. You may think you have one but might not. Set it to anything. Do it now, not after you're already locked out. The reason for being locked out of emergency mode was that passwordless root is locked, but there's no way to unlock it in emergency mode. I personally encountered this on Arch, but my search for error text was also taking me to Fedora forums so I don't think it is related to distro beyond the distro supporting no root password.


      The bit down here is a bit less relevant as it is specific to my case.

      Ultimately, I had an invalid /etc/fstab entry for a secondary drive (NTFS extra storage, not boot-critical). The thing is that entry has been there through months of daily boots and had worked, even though it may have been giving warnings or something. It's still lost on me as to why that suddenly became a boot blocker.

      I'm pretty sure the original crash was my fault, although it seems pretty insane that what I was doing can break everything to the level it does. I was working on some Vulkan code and I definitely had some bugs in it that made my shader capable of reading out-of-bounds memory, but one would think this would stop at crashing the application. Instead it was causing graphical issues across the entire machine as if I'd simultaneously broken the logical drivers for every application, desktop environment included, at once. If I was lucky Plasma would reboot the whole desktop, if I was unlucky everything was completely frozen with mouse and keyboard doing nothing at all. It was me using the power button to escape the locked machine that triggered my chain of events.

      For whatever reason on reboot it behaved differently than before. I'm still not sure why. I hadn't applied any updates or anything during that boot cycle. I shut this particular machine down every night and the issue was on a reboot, not my first boot of the day.

      27 votes
    7. The Great Tildes Archipelago Randomizer - May 8th YAML thread

      Hello tilderunners! Apologies for the delay on this thread, I was out of town and realized I hadn't posted last week. I'm posting to collect everyone's YAML for their intended Archipelago run and...

      Hello tilderunners! Apologies for the delay on this thread, I was out of town and realized I hadn't posted last week. I'm posting to collect everyone's YAML for their intended Archipelago run and confirm if we have enough people to go.

      For anyone out of the know, Archipelago is a large multiworld randomizer across multiple games. I made an FAQ over here with some details and info. If it sounds vaguely interesting, don't be intimidated and come on in! It's as crazy as it sounds, but not nearly as hard as you think it'll be.

      Let's put a hard cutoff of 9 PM ET on the night of Thursday, May 8th to post your YAML(s) in this thread. The YAMLs have to bake in at the beginning - we can't add you later! So please try to get them in then, or let me know if you'll be a bit late so we can push the start a little bit. If a majority of people cannot make the Thursday night time, I can push the date, so please let me know - I'm thinking if we hit ~7 YAMLs posted and ready for the start time we'll go. There are often a lot of checks at the beginning, so it's typically best to be around for the start to be around for the opening chaos. It's still asynchronous, though - if you can start playing within the first 24 hours, that should be fine!

      I'm not sure what the best way to attach the YAML would be, so I'm going to suggest posting a spoilered code block that I can throw into a text file. If anyone has a better idea, please throw it in here. I've also thrown a discord server together if you want to join and stream or chat while you play! Technically I've got a separate emojis one with Nitro if that's better for the audio quality boost, but this might be fine for now.

      21 votes
    8. Save Point: A game deal roundup for the week of May 4

      Add awesome game deals to this topic as they come up over the course of the week! Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle...

      Add awesome game deals to this topic as they come up over the course of the week!

      Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”

      Rules:

      • No grey market sales
      • No affiliate links

      If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.


      All previous Save Point topics

      If you don’t want to see threads in this series, add save point to your personal tag filters.

      10 votes
    9. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      11 votes
    10. Is the Middle East War megathread not generated anymore?

      There used to be lively discussion about this topic. For context: I find it fairly obvious that the Israeli government is deliberately attempting to wipe out the Palestinian people in a way that...

      There used to be lively discussion about this topic.

      For context: I find it fairly obvious that the Israeli government is deliberately attempting to wipe out the Palestinian people in a way that is slow/ambiguous enough to perhaps not officially qualify as genocide in a legal sense, but that is nevertheless effectively genocide from an emotionally aware human perspective.

      I've mostly steered clear of the related conversation because many people seemed to have gotten tangled up in the legal definitions, as if Tildes were a branch of the International Court of Justice, which made me feel like the humanitarian view is getting dismissed or implied as being inferior. I wanted to see if this approach or its popularity on Tildes might have shifted with the new developments, such as Israel blocking humanitarian aid to Gaza and its recent plans to seize the area and hand aid distribution to private companies.

      Am I somehow just not able to find the megathread? I believe I may have tried to filter it out earlier but it's not on my filters list and I'm unsure if there are other ways to hide content on Tildes that I may have forgotten about.

      15 votes
    11. Business idea and feedback thread

      I was reading the potential gatorade-esque business idea thread @daychilde put up the other day and it got me thinking about all the potential business ideas my partner and I have been kicking...

      I was reading the potential gatorade-esque business idea thread @daychilde put up the other day and it got me thinking about all the potential business ideas my partner and I have been kicking around. I'm hoping folks can post their prospective business ideas here and folks within those industries and provide feedback, insight, or hurdles to the ideas. Kind of like the hobby thread from a few weeks ago. Excited to hear what everyone is thinking about!

      34 votes
    12. Humble Choice - May 2025

      May 2025's Humble Choice is now available with the following eight Steam games. Steam Page Opencritic Steam Recent/All Operating Systems Steam Deck ProtonDB The Thaumaturge: Deluxe Edition 76 80 /...

      May 2025's Humble Choice is now available with the following eight Steam games.

      Steam Page Opencritic Steam Recent/All Operating Systems Steam Deck ProtonDB
      The Thaumaturge: Deluxe Edition 76 80 / 82 Win ✅ Verified 🟨 Gold
      Amnesia: The Bunker 77 92 / 93 Win ✅ Verified 🎖️ Platinum
      Evil West 73 83 / 74 Win 🟨 Playable 🎖️ Platinum
      Shadow Gambit: The Cursed Crew 85 87 / 92 Win ✅ Verified 🎖️ Platinum
      Eiyuden Chronicle: Hundred Heroes 75 84 / 91 Win ✅ Verified 🟨 Gold
      STAR WARS: Bounty Hunter 65 82 / 85 Win ✅ Verified 🎖️ Platinum
      Ultros 79 -- / 80 Win, Mac ✅ Verified 🎖️ Platinum
      Corpse Keeper -- -- / 76 Win 🟨 Playable 🕙 Awaiting Reports

      Does anyone have experience with any of the games and, if so, would you recommend them? Is there anything in here that you're particularly excited to play?

      18 votes
    13. 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
    14. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      8 votes