• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What's a setting that you'd recommend?

      Kind of an awkward title, but I'm talking about settings for your phone, your OS, your coffee maker, etc. With all the tech in our lives, and with so many devices and software having quite a...

      Kind of an awkward title, but I'm talking about settings for your phone, your OS, your coffee maker, etc.

      With all the tech in our lives, and with so many devices and software having quite a robust set of options for how they work, it's easy for us to not even know that something is available. How many cool things are we missing out on if we're just accepting the defaults?

      So, what's a setting, on anything you have or use regularly, that you recommend to others?

      What makes it so worthwhile?

      76 votes
    2. Formula 1 Azerbaijan Grand Prix 2025 - Race Weekend Discussion

      Warning: this post may contain spoilers

      Azerbaijan Grand Prix
      Baku City Circuit
      September 19-21, 2025


      Qualifying Results -- SPOILER
      POS. NO. DRIVER TEAM Q1 Q2 Q3 LAPS
      1 1 Max Verstappen Red Bull Racing 1:41.331 1:41.255 1:41.117 23
      2 55 Carlos Sainz Williams 1:42.635 1:41.675 1:41.595 23
      3 30 Liam Lawson Racing Bulls 1:42.257 1:41.537 1:41.707 26
      4 12 Kimi Antonelli Mercedes 1:42.247 1:41.464 1:41.717 21
      5 63 George Russell Mercedes 1:41.646 1:41.455 1:42.070 22
      6 22 Yuki Tsunoda Red Bull Racing 1:42.347 1:41.788 1:42.143 23
      7 4 Lando Norris McLaren 1:41.322 1:41.396 1:42.239 21
      8 6 Isack Hadjar Racing Bulls 1:41.656 1:41.647 1:42.372 25
      9 81 Oscar Piastri McLaren 1:41.839 1:41.414 DNF 18
      10 16 Charles Leclerc Ferrari 1:41.458 1:41.519 DNF 19
      11 14 Fernando Alonso Aston Martin 1:42.211 1:41.857 18
      12 44 Lewis Hamilton Ferrari 1:41.821 1:42.183 17
      13 5 Gabriel Bortoleto Kick Sauber 1:42.511 1:42.277 16
      14 18 Lance Stroll Aston Martin 1:42.101 1:43.061 16
      15 87 Oliver Bearman Haas 1:42.666 DNF 11
      16 43 Franco Colapinto Alpine 1:42.779 8
      17 27 Nico Hulkenberg Kick Sauber 1:42.916 8
      18 31 Esteban Ocon Haas 1:43.004 9
      19 10 Pierre Gasly Alpine 1:43.139 8
      20 23 Alexander Albon Williams 1:43.778 4

      Source: F1.com

      Grand Prix Results -- SPOILER
      POS. NO. DRIVER TEAM LAPS TIME / RETIRED PTS.
      1 1 Max Verstappen Red Bull Racing 51 1:33:26.408 25
      2 63 George Russell Mercedes 51 +14.609s 18
      3 55 Carlos Sainz Williams 51 +19.199s 15
      4 12 Kimi Antonelli Mercedes 51 +21.760s 12
      5 30 Liam Lawson Racing Bulls 51 +33.290s 10
      6 22 Yuki Tsunoda Red Bull Racing 51 +33.808s 8
      7 4 Lando Norris McLaren 51 +34.227s 6
      8 44 Lewis Hamilton Ferrari 51 +36.310s 4
      9 16 Charles Leclerc Ferrari 51 +36.774s 2
      10 6 Isack Hadjar Racing Bulls 51 +38.982s 1
      11 5 Gabriel Bortoleto Kick Sauber 51 +67.606s 0
      12 87 Oliver Bearman Haas 51 +68.262s 0
      13 23 Alexander Albon Williams 51 +72.870s 0
      14 31 Esteban Ocon Haas 51 +77.580s 0
      15 14 Fernando Alonso Aston Martin 51 +78.707s 0
      16 27 Nico Hulkenberg Kick Sauber 51 +80.237s 0
      17 18 Lance Stroll Aston Martin 51 +96.392s 0
      18 10 Pierre Gasly Alpine 50 +1 lap 0
      19 43 Franco Colapinto Alpine 50 +1 lap 0
      NC 81 Oscar Piastri McLaren 0 DNF 0

      Fastest Lap: Max Verstappen // 1:43.388 (Lap 50)
      DOTD: Carlos Sainz

      Source: F1.com


      Next race:

      Singapore Grand Prix
      Marina Bay Street Circuit
      October 3-5, 2025

      14 votes
    3. TV Tuesdays Free Talk

      Warning: this post may contain spoilers

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      9 votes
    4. In Neovim, C-a and C-x will increment/decrement a number under the cursor in Normal mode

      Also works in Vim. Thought this was neat. Wanted to share. Thanks @spicyq. It turns out Emacs does have this feature built-in (via Org-mode) with the commands org-increase-number-at-point and...

      Also works in Vim.

      Thought this was neat. Wanted to share.


      Thanks @spicyq. It turns out Emacs does have this feature built-in (via Org-mode) with the commands org-increase-number-at-point and org-decrease-number-at-point.

      The commands:

      • Work in any mode, not just org-mode
      • Support prefix arguments with C-u
      • Do not have a default keybind

      I bound the commands to C-z <up> and C-z <down>, since I had previously unbound suspend-frame from C-z:

      (keymap-global-unset "C-z" 'remove) ; suspend-frame
      

      Keep in mind you can repeat your last executed command with C-x z (and then just keep pressing z to repeat the command however many times you want).

      Of course, now that I've got this far, I'm realizing that typing out either C-u 10 C-z <up> or C-z <up> C-x z + z * 9 is probably a lot more keystrokes than just changing the number myself. (At least for a single number at a single point in the buffer.)

      I don't think there is a built-in Emacs feature that does the same thing. You can find several custom Emacs Lisp solutions by searching online though.

      20 votes
    5. Three Cheers for Tildes: App updates and feedback (April 2025) — Version 1.4 adds a text size setting

      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.4.3 (Apr 30, 2025): Fixed a layout bug on topics.

      [Android] Version 1.4.2 (Apr 11, 2025): Reduced highlighting when formatting markdown. Fixed minor text size bugs.

      [iOS] Version 1.4.1 (Apr 11, 2025): Fixed a bunch of text size bugs reported through TestFlight, especially when rendering comments. Reduced highlighting when formatting markdown.

       

      Version 1.4.0 (Apr 6, 2025):

      • Added text size setting
      • Fixed markdown formatting bar bugs

       

      The text size setting for accessibility is long overdue. I've been feeling bad that some users couldn't even use the app because the text was too small.

      This has been another large change where I had to go back and re-test screens throughout the entire app, and fix many layout bugs caused by the dynamic text size. It's been very tedious!

      In fact, the iOS release is delayed because I found some last-minute bugs and have had to go back to figure out solutions. iOS is up on TestFlight!

      Also I am aware that there are still bugs in some places when you set the text excessively large. It's not a priority for me to fix those, unless they make the app unusable.

      Have been particularly busy so far this year and that will continue for a while, so I may be less responsive here, even though I likely will see your messages. Thanks for continuing to report issues; v1.4 fixes some bugs based on those reports.

       

      Previous topic: February 2025

       


      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
    6. Offbeat Fridays – The thread where offbeat headlines become front page news

      Tildes is a very serious site, where we discuss very serious matters like jimmy kimmel, captcha and balatro. Tags culled from the highest voted topics from the last seven days, if anyone was a...

      Tildes is a very serious site, where we discuss very serious matters like jimmy kimmel, captcha and balatro. Tags culled from the highest voted topics from the last seven days, if anyone was a superfan.

      But one of my favourite tags happens to be offbeat! Taking its original inspiration from Sir Nils Olav III, this thread is looking for any far-fetched offbeat stories lurking in the newspapers. It may not deserve its own post, but it deserves a wider audience!

      15 votes
    7. What writing 'tics' stand out to you? Repeated phrases, strange words, or otherwise weird stuff that jumps out at you.

      Up front: I don't like the term 'tics', as it's a medical term for neurological or psychological involuntary movement, but the term is widely used to describe this phenomenon. I couldn't find a...

      Up front: I don't like the term 'tics', as it's a medical term for neurological or psychological involuntary movement, but the term is widely used to describe this phenomenon. I couldn't find a more modern term despite trying. If we could come up with a better term, that'd be great!

      I was just reading Starfarers by Poul Anderson, one of my favourite mid-century sci fi writers. He uses the word yonder so much - for space exploration, for what's over the horizon, even calling aliens 'the Yonderfolk'. I don't know if he knew it was an uncommon word or if he didn't like it.

      It made me remember reading another sci-fi series, The Expanse, where I noticed a similar phrase that would yank me out of reading. It was essentially 'It is until it isn't.' As in, 'That plan'll work great, until it doesn't.' 'We'll keep living, till we don't.' 'They will until they don't.' Once I noticed it, it was in every second chapter (I guess one of the two writers preferred it).

      My more nebulous one makes its way a lot into literary fiction - '[building] was all glass and steel', '[the dress] was all silk and shadows', and, if they're feeling very adventurous, '[something] was all copper and wine and smells of before.' Every time I see that phrasing I whack myself in the head gently with my book.

      What are your funny, annoying, infuriating, or notable phrases that stop you in your tracks - or, once noticed, always jump out at you?

      32 votes
    8. Save Point: A game deal roundup for the week of September 21

      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.

      8 votes
    9. My experience suddenly being very pretty

      I've had a strange experience recently in that I got a very cute haircut and suddenly I am the belle of the ball wherever I go. One major downside is that it is exhausting. People treat me like...

      I've had a strange experience recently in that I got a very cute haircut and suddenly I am the belle of the ball wherever I go. One major downside is that it is exhausting. People treat me like I'm a fairy, which I use to dole out generous compliments. But mostly people just notice me, a lot, and it's weird to feel so many eyes watching my every movement.

      It reminds me a bit of living in Shanghai. I was practically a celebrity, people would ask for selfies with me to show their friends they met a blonde white guy.

      Don't get me wrong, I've enjoyed pretty privilege most of my adult life, but embracing my femininity in it's fullness has really amplifier things.

      For example, I went to a dance performance tonight and ended up basically on a date with a girl, which was lovely but also what? I walked away to give her an out and she followed me.

      At work it can be a problem as well. I have some coworkers that get really giggly when they're with me. Luckily, once it steers to work talk they're a whilsmart professional I'm Uber glad to work with.

      Anyways, just had to vomit this curious anyone thoughts

      33 votes
    10. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

      11 votes
    11. 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!

      13 votes
    12. Midweek Movie Free Talk

      Warning: this post may contain spoilers

      Have you watched any movies recently you want to discuss? Any films you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      13 votes