• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What’s something that didn’t work for you?

      Something that generally works for most people, but you were an exception. Something you were expecting to help, but it didn’t. Something that promised a lot but failed to deliver. Something that...

      Something that generally works for most people, but you were an exception.

      Something you were expecting to help, but it didn’t.

      Something that promised a lot but failed to deliver.

      Something that fell through.

      Something you couldn’t get used to.

      Could be an item, a piece of advice, a plan, a path, a relationship, etc.

      Whatever it was, it didn’t work and that was significant.

      What was it? Why do you think it didn’t work? How do you feel about it?

      34 votes
    2. Caught the cycling bug. Anyone else?

      Title says most of it. Something has clicked for me in the past new months and I've unlocked a level of enjoyment cycling I never had before. I've always ridden by bike since I was young, but only...

      Title says most of it. Something has clicked for me in the past new months and I've unlocked a level of enjoyment cycling I never had before. I've always ridden by bike since I was young, but only recently have I started doing it for health and fitness, and pure enjoyment. I'm addicted to seeing just how far (and how high) I'm able to go! What really did it for me was my first ride with decent elevation. I've always driven past cyclists chugging their way up in the hills and never understood how they did it, and never thought I'd be able to. Well, all it took was trying it one day to realize that while difficult, it was totally attainable, and since then I've been hooked. This has prompted me to also start following pro cycling, which I've done on and off before, but this year I'm very much looking forward to the Tour de France.

      Anyone else into this as a hobby (either doing or watching)? Anyone training for big upcoming rides, and if so what? I mostly just want to chat about what people's weekly rides look like!

      20 votes
    3. AI is bringing my friend out of retirement

      I have a friend that is lucky enough to have retired at 40. A year ago he was adamant he'd never work again, having been burnt out from his time at big tech. Back then he was also an absolute AI...

      I have a friend that is lucky enough to have retired at 40. A year ago he was adamant he'd never work again, having been burnt out from his time at big tech. Back then he was also an absolute AI hater and wouldn't listen to anyone who claimed LLMs were useful for programming.

      He finally tried LLMs when Claude Opus 4.6 released and immediately changed his mind in the face of the overwhelming evidence that LLMs can in fact program pretty well. And now with the release of Fable 5 he's giddily creating all sorts of things that would have taken far too long to make prior to AI-accelerated software development. He actually plans to try and found his own business now. He's a very smart guy, so I hope he can make something interesting that people want.

      There are a lot of AI doomers and haters. In person I mostly see people doing the same thing they've always done, but now saving time on various tasks. But this is the first time I've seen someone go from grumpy and checked out to giddy and optimistic thanks to LLMs.

      31 votes
    4. So I fell for a phishing

      In a moment of distraction, I fell for a phishing phone call and compromised my Google account. It took me 13 minutes to realize how catastrophically stupid I am and begin frantically changing...

      In a moment of distraction, I fell for a phishing phone call and compromised my Google account. It took me 13 minutes to realize how catastrophically stupid I am and begin frantically changing passwords. I've run the official Google "secure your account" process probably 10 times (though 9 of those times there was nothing to do). I've checked all my financial info, changed passwords on all sorts of things. As far as I can tell, other than gaining access to my Gmail, I don't think anything else was compromised.

      How boned am I? I've got 2FA on basically anything remotely important, and I've had decent password hygiene (although I do use the Google password manager, so that's probably comprimised). Is there something else I should do or be on the lookout for?

      50 votes
    5. Why emoji picker default on?

      I'm running a nixos linux machine with Hyperland as my window manager and a few month back (likely after an update) I noticed that firefox started showing a emoji picker when I pressed ctrl+.....

      I'm running a nixos linux machine with Hyperland as my window manager and a few month back (likely after an update) I noticed that firefox started showing a emoji picker when I pressed ctrl+.. This was a bit annoying since the firefox extension for my password manager is activated by that key shortcut. I figured this was some update for firefox, but now that I dug into it to fix it it turns out that it is a gtk thing that apparently each app has to opt out of! I could disable it by flipping widget.gtk.native-emoji-dialog in about:config, but this seems like a really bad choice by gtk. Two gripes with this:

      1. Them adding a global keyboard shortcut for all gtk apps that is ON by default (for a kind of niche usecase).
      2. Overriding shortcuts on a desktop wide basis with no meaningful (afaict) way to disable it.

      Anyone knows if this is intentional? Maybe it's already been reverted upstream and I just need to update... anyway end rant!

      13 votes
    6. 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.

      2 votes
    7. What about having an LLM teach you to code?

      My daughter (11) is doing a week long Python class, which is not using LLMs. It got me thinking about how I learned to program in the pre-internet days (laboriously, from books), and then what a...

      My daughter (11) is doing a week long Python class, which is not using LLMs.

      It got me thinking about how I learned to program in the pre-internet days (laboriously, from books), and then what a marvel it was when you could just search for information, especially for troubleshooting. But for her, the first answer in the Google search is going to be the AI summary, and most of her search tools are going to be AI tools.

      I wonder if it would be possible to make an LLM that has a didactic/socratic mode. So if you said, "help me write a program to do madlibs" maybe it would give you a skeleton of a function, then prompt you to come to with a plan, then critique that plan. Or if you said, "I'm getting this error", it wouldn't just fix it, it would explain what the error means and nudge you towards the answer.

      Thinking in a larger sense, it could have a rubric of important concepts, even tiers of understanding. It could be using the interactions to track the user's understanding, which could let it then tune how it answers future questions, or even be used to customize assignments.

      I recognize that this is potentially replacing a teacher with a machine, which wouldn't be my goal. Good teachers are more holistic in their teaching than a machine is ever likely to be. But for people who don't have access to good teachers, or need more directed support than is available from a teacher, or just want to self study, it seems like it could be a valuable addition.

      Until they solve the obsequiousness problem, it would be vulnerable to prompt hacking, so really more of a tool for someone who recognizes the value of learning over just being given the answer.

      What do folks think about using such a tool? What would you want it to do, or not do?


      Aside: I forgot until I reached the end of this post, but this is also (somewhat) the plot of The Diamond Age, or A Young Lady's Illustrates Primer by Neal Stephenson.

      19 votes
    8. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      15 votes
    9. We're so back

      Had to spend my whole day without refreshing Tildes every 5 minutes 😔 My browser already renamed the Tildes link on my new tab page to "502 Bad Gateway"

      106 votes
    10. What's a game you're dying to play that doesn't exist?

      Greetings everyone. I'm currently in the process of getting a Computer Science degree for two primary reasons. 1.) Because I want to get a stable development job where I'm currently employed, but...

      Greetings everyone. I'm currently in the process of getting a Computer Science degree for two primary reasons. 1.) Because I want to get a stable development job where I'm currently employed, but most importantly to me 2) Because I want to make video games and have the educational credentials to confidently do so.

      I know I know, you don't need a computer science degree to create video games, and my program doesn't even teach game development. So I have a long journey ahead learning game dev alongside my program in my own time. Also I have no intentions of working at an actual game company.

      So my question today is,

      What is a game that you are dying to play, that nobody has made yet?

      I'm trying to get some inspiration. It's hard to think about something that truly doesn't exist, because there's so many amazing games already. I'm genuinely curious.

      If you're struggling like I am, feel free to list a game that's been made exactly once but no ones been able to reproduce it's genius.

      I'll start,

      I am DYING to play a factory builder game, but with ARPG gameplay. So Factorio / Dyson Sphere Program meets Diablo 4 & Path Of Exile. I just think this would create such a dopamine addicting game that would be impossible to pull away from if done right. My idea would be to have the factory be the loot crafting mechanic for progressively better armos, while the ARPG is what you use to get the materials needed to craft truly insane gear. Idk, if done right I think this could have legs.

      44 votes
    11. Tildes Survey #9: How optimistic are you about the future?

      Submit your response here! Direct link: https://survey.tildes.community/-/how-optimistic-are-you-about-the-future-9/ This survey closes on June 21, 2026 at 10:00 UTC The results will be published...

      Submit your response here!


      The current plans for questions that will be asked in the coming weeks are as follows:

      Question Survey opens Survey closes
      Vote for the next 4 surveys 2026-05-24 18:00 UTC 2026-05-31 10:00 UTC
      What is your gender identity? 2026-05-31 18:00 UTC 2026-06-07 10:00 UTC
      What's your favorite video game? 2026-06-07 18:00 UTC 2026-06-14 10:00 UTC
      How optimistic are you about the future? 2026-06-14 18:00 UTC 2026-06-21 10:00 UTC
      How often do you visit/read Tildes? 2026-06-21 18:00 UTC 2026-06-28 10:00 UTC

      Keeping it very simple this time around with some Likert scales! (TIL the name of these)

      The person that originally submitted this question also mentioned doing this periodically (like every six months) so I figured for this first one I'd ask both how you feel about the future now and how you have felt in the past six months.


      Please submit your ideas for questions here! Even if they've been submitted already by someone else. All input is valuable! You can view all submitted questions on this dashboard.

      Thank you all for participating!

      37 votes
    12. Shopping around for a new-and-improved backup solution

      A few days ago, I posted this and quickly realized that the world of data backups is far richer than just sudo rsync -av --delete --exclude=Videos /home /home_bkup. So now I'm window shopping the...

      A few days ago, I posted this and quickly realized that the world of data backups is far richer than just sudo rsync -av --delete --exclude=Videos /home /home_bkup.

      So now I'm window shopping the top Linux-supported backup solutions: borg, duplicacy, kopia, restic and--oh look--a core borg dev just dropped his own new-and-improved solution, vykar.

      Restic was the first tool I started to research, and I thought I really liked it, got as far as installing, initializing a test repo, creating a couple of snapshots. But restic seems to be, hmm, fussy about the source and destination paths, absolute vs relative paths, etc.

      The fact that merely renaming a parent directory (or grandparent, or great-grandparent, etc) causes restic to treat every unchanged byte below that as brand new ... that's a recipe for giant, bloated repos, and it's unacceptable to me ... and hey, lookit that, borg does not do that. So now, restic is out and borg is in.

      But what other pros v cons are there, that I haven't even realized need to be considered? What advantages/disadvantages do other apps offer? Which ones can I easily automate with nightly/hourly cron jobs? Which ones have their own even-better automated solutions?

      Do I even want encryption? All of my drives/volumes are LUKS encrypted, and anything I would store remotely would also get encrypted before it ever left my LAN ... plus, I'm just a bit nervous about having the backups encrypted, requiring working, functional software to restore/recover data from them....

      That may not seem like such a big concern, perhaps, but I am currently working my way thru decrypting a bunch of 10-15 year old TrueCrypt-ed volumes, which requires using an old, outdated version of VeraCrypt and a somewhat "cross-my-fingers" effort to find KeePass repos old enough (also outdated, KeePass 1.0 repos) to still contain the various passwords I used to encrypt those ancient volumes ... but also still use new enough master passwords that I can still get the KeePass repos unlocked.

      With rsync, I can literally just go into any backup, find the specific version of the specific file(s) I want to recover, and manually copy it back to my workspace. Is anything like that option available in any of these deduplicated/encrypted solutions, even if they're not encrypted? If (eg) a borg repo is created w/o encryption, the data is still all just borg-specific blobs, right? Or can I navigate into the repo and just manually grab files?

      Oh yeah ... for reference, the past 10-ish years, my backup routine has been to create a new, dated, destination folder, starting with a full backup of my /home folder (excluding things like Videos, Music, VMs, other bulky stuff that gets backed up separately/differently), and then running nightly diff backups into the same folder, while also maintaining a "one-day-older" second backup of the whole thing on a 2nd HDD ... then, every 3-6 months, zipping up the current backup folder and starting a new one.

      At any rate, there you go; that's the kind of stuff I'm thinking about now, as I overhaul my 20-year-old, 20TB (but could be 2TB) backup system.

      Any and all feedback, recommendations, tips are welcome. Danke.

      17 votes
    13. What internet discussion sites remain?

      I'm using the phrase 'internet discussion site' pretty informally, so I hope my meaning will become clearer as you continue reading. I got rid of Snapchat around 4 years ago now. At some point in...

      I'm using the phrase 'internet discussion site' pretty informally, so I hope my meaning will become clearer as you continue reading.

      I got rid of Snapchat around 4 years ago now. At some point in 2023 I noticed a sharp downtick in discussion quality on Twitter, and got rid of it as well. About two years ago, frustrated with the lack of human interaction and the vying for attention, I deleted Instagram. Near the end of 2025, I stopped using Discord. The final nail in the coffin has now arrived, since I'm unfortunately coming to the conclusion that Reddit is no longer worth visiting, leaving me almost entirely cordoned off from internet communication at a time when more humans are using it than ever before.
      I won't bother repeating my personal reasons for this exodus since I feel confident that most people on this website have feelings on the matter that at least approximate my own.
      Realistically this is a sign that it's time to prioritize interaction in the real world, and that's certainly a worthwhile thing to pursue. But bluntly society has restructured around the internet in a pretty substantial way, and I don't think it's an unreasonable ask to find various forms of forums on which more meaningful discussions can take place.
      Here is my personal survey of the current landscape:

      • tildes.net: Basically good. I really enjoy this website and I think in a lot of ways the 'bar/pub/cafe' model for a forum, where you can peer through the window but require permission to gain admission, is the only viable model for future online discussion places as the internet becomes ever more saturated with bots and bad actors.
      • lobste.rs: Also basically good, for the same reasons as tildes. In some aspects, limited by the fact that it has a particular focus. In other ways, that's a really good thing. Maybe in a perfect world there would be a lobste.rs equivalent for every hobby, and we would return to an early internet forum world.
      • Hacker News: Also basically good but perhaps a bit less so than the above two. I think most of the things posted on there are interesting, but a lot of the discussion has lately felt less insightful than it used to. I think a different tildes post noted this as well, but it's very caught up in the AI news cycle, often to an unfortunate degree.
      • Rateyourmusic: The core site is enjoyable, and the forums are usually fun to check in on every now and then. Certainly a worthwhile place to visit if you enjoy music.
      • Stackexchange networks: This is cheating since this is obviously many sites. I'm a mathematics student and I've found MSE and MathOverflow to be really wonderful places to learn and converse, albeit with some very arcane and strict rules for posting. The philosophy SE seems also generally of a high quality, and there are many other SE sites that I occasionally stumble into and am pleasantly surprised by. Unfortunately I expect its time is finite, since the UX has slowly but surely been degrading and the site traffic dropping.
      • Fediverse networks: These sites clearly have potential, but for whatever reason it's still just not there. I drop into lemmy and Mastodon occasionally, but the posts are rarely of high quality. In many ways they just feel like "Reddit/Twitter but with a different name".

      Surely these can't be all, right? It's a little soul-crushing to think how many people are online at any given time and how hard it is to find a place not drowning in noise. Maybe this is just my lament.

      94 votes