• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. What did you do this week (and weekend)?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do nothing at all? Tell us about it!

      4 votes
    2. Why do you like your job?

      I know if I posted that on Reddit, all the top answers would be something like "Money"or "It lets me survive" but I'm looking for something deeper than that. I'm a teacher and school just started...

      I know if I posted that on Reddit, all the top answers would be something like "Money"or "It lets me survive" but I'm looking for something deeper than that.

      I'm a teacher and school just started where I lived and I realize how much freedom the job gives me. I can considerably modify how my day will go as long as the students learn the curriculum. I love that freedom.

      I also love the human nature of it. I get to know and see 100 kids develop every year, plus, I teach juniors and I've had a lot of my last year students stop by me to say hello and talk about their summer or their current teachers. It's fun having all these random positive conversations every day.

      I get to learn a lot about people and about me. I love that growth.

      What about you?

      48 votes
    3. Home network help part 2, SSH and Server

      Edit: I've made some progress if you want to read the edits at the end. Last year I started slowly planning out a home server setup with help from Tildes. I've gotten a few things up and running,...

      Edit: I've made some progress if you want to read the edits at the end.

      Last year I started slowly planning out a home server setup with help from Tildes. I've gotten a few things up and running, but have been bouncing off a variety of walls trying to get to the next step.

      The first goal was-
      "Ok i've got Cosmos up and running for local access using self signed certs. I'd like to get it up and running using lets encrypt and a domain so I can eventually start giving a few family and friends proper logins and external access". Of note, ideally,

      This led to a second goal of-
      "Gosh it sure would be nice if I didn't have to be sitting at the physical server to do testing and could instead be at another computer in my house. I should probably configure ssh locally (working) and get it to forward windows so I can work in other rooms (not working...)"

      "The stack":

      Server - MS01 running LTS Ubuntu with Cosmos Cloud installed (well it was, but is currently not)

      Router - Ubiquiti Dream Machine Pro (of note i've done some minimal guided config of this to try and harden it at a basic level so my cameras and IoT devices are better isolated. Not fully default, but the server is, for now, in the same network/vlan as the rest of my main computers so don't think this should matter.)

      Clients - All local windows 10/11 machines for now, although in the off off chance it matters, i'm running nushell in the terminal

      Domain Provider - Cloudflare

      The SSH Problems:

      I have a friend who's set SSH up for themselves with their home server, however they haven't had time to come over and troubleshoot. My rough understanding is "setup VcXsrv, change some configs, then it just works.". Windows these days has ssh built in, and I can SSH to the machine just fine with my key.

      ssh -X...less so. I've read some docs, followed some guides, tried copilot, and it all leads to "yeah should work" and it just doesn't. I have configured a ssh config on both machines to allow X11 forwarding, i've started the XLaunch making sure I disable access control, made sure my unbuntu login isn't on wayland and so on. So far, no dice.

      If someone has an end to end guide they trust to link, i'll gladly read and start from scratch. I've been cobbling together so many sources at this point i'm very lost. Lots of things jump quickly to "well just use WSL", which yeah ok i probably should test that next, but I was hoping I wouldn't need to (and am unclear if that'll even help).

      The HTTPS/Domain Problems:

      So..cosmos cloud.

      I like the theory behind this software in that it helps enforce best practices so you don't blow your own head off when you screw something up. Maybe it's not the absolute best starting place, but getting it running without a domain was trivial, and more importantly, shockingly well documented. Not perfect, but for what I understand is mostly a one man show it's better than a lot of professional grade stuff i've dealt with.

      And so I figured it'd be easy to just do the setup from scratch but choose https and point to my domain. There's been two attempts here, no DNS challenge and DNS challenge

      No DNS Challenge Method

      Per their docs it seemed easy enough. I'd never touched a DNS screen before but I configured an A record pointing at my WAN IP (eventually...) and disabled the cloudflare proxy.

      Well going to that domain took me to my router login. Hmm. After screwing around with port forwarding and router DNS records I never got it to work and felt like I was playing with fire, so undid everything I'd done and decided I'd try the DNS challenge. Of note I could still access the cosmos cloud page from http directly to the IP, where it confirmed it failed to get the TLS cert, but https to the domain wasn't having it.

      DNS Challenge Method

      This seemed like I was close, and then nothing. I have no idea if i need to do internal routing on the router for this, it just sorta says "Do the DNS challenge, here's a form, you don't need to fill out all of it" which uh...ok.

      I filled out what I think I needed to after setting up a token(not an API key) in cloudflare. I'm pretty certain I got that correct as I saw text files with keys created on cloudflare's DNS page and had I screwed that I'm guessing it couldn't have.

      However from what I can tell, that's as far as it got. The files nuked themselves 2 minutes later when the TTL expired, and going to the domain locally gave me the cloudflare "our shit's fine, the server is timing out" page. From what I could tell diving into logs, cosmos had the same error, and I couldn't hit cosmos at all, even using the IP and http.

      I do however wonder if maybe it did work BUT since I undid the router DNS record before trying this maybe that killed it? dunno.

      Any ideas?

      That's basically my situation. Figured i'd throw it here and see if anyone has some guidance or troubleshooting they'd recommend. Aforementioned friend who's done some of this before should be free one of these weekends and can probably help, and I haven't tried again since the second attempt. I've thrown some of the questions i've had on the discord and gotten minimal response(although I'm kinda using the thread as a rubber ducking spot as well). Next attempt is probably just DNS challenge again after more research on it and seeing if that works if I put back on the router DNS record, but i feel like logically that shouldn't work.

      Oh also if anyone has some general recommended reading so that I can really understand what the hell it is I'm doing I'd love that. There's a ton of networking books/articles/etc, and in general I'd like to learn more about the subject, but I'm curious if there's a go to for people who are techy and trying to dip their toe in all of it the same way I am and setting up a proper home network and server.

      Edit:
      So after lots of testing, doc reading, and help from the cosmos discord I:

      1. Got the DNS challenge to work according to the cosmos logs.
      2. narrowed down that the main issue was my UDM pro router policies. Needed a firewall rule and a port forward, and had only done one of those at a time in my various attempts and not realized they were really different.

      Now once that was all working and I could hit the site i was getting "likely a false cert" errors, but since i've got all the pieces I'm probably going to try another clean install later and see what we get. Hurrah for troubleshooting, good docs, rubber ducking, and helpful humans.

      8 votes
    4. 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.

      8 votes
    5. 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.

      4 votes
    6. La Dispute – No One Was Driving the Car (2025)

      There was some discussion here when the earlier singles for this album came out, so I figured it was worth posting the full album now that's out (as of today, September 5)....

      There was some discussion here when the earlier singles for this album came out, so I figured it was worth posting the full album now that's out (as of today, September 5).

      https://ladispute.bandcamp.com/album/no-one-was-driving-the-car

      Have you listened yet? What do you think? Standout songs? What did you think of the rollout for this album? (If you're unaware, the band released nearly the full album, except for the final two songs, over the past several months. They essentially released each "chapter" in the story of the album as individual EPs or singles.)

      For me, this is miles better than PANORAMA was, and I'm glad that I held off on listening to anything after Environmental Catastrophe Film was released until this full album drop. I sort of hated the rollout for that, but I also think I understand why they did it.

      I don't think it tops Rooms of the House, but it's absolutely among the band's top three (with Wildlife being the third in that mix). It really does feel like a mashup of the urgency/aggression of Wildlife and the artistry of Rooms of the House, and brings in some of the band's spoken word releases as well.

      Environmental Catastrophe Film is the best song on the record, but that was going to be hard to beat because it may be the band's best song in general -- certainly their best song in a decade. Steve has also caught my attention each time it's come up in my play throughs.

      5 votes
    7. Tildes Book Club discussion - August 2025 - Cats Cradle by Kurt Vonnegut

      Warning: this post may contain spoilers

      This is the seventeenth of an ongoing series of book discussions here on Tildes. We are discussing Cats Cradle by Kurt Vonnegut. Our next book will be Stories of Your Life and Others at the end of September.

      I don't have a particular format in mind for this discussion, but I will post some prompts and questions as comments to get things started. You're not obligated to respond to them or vote on them though. So feel free to make your own top-level comment for whatever you wish to discuss, questions you have of others, or even just to post a review of the book you have written yourself.

      For latecomers, don't worry if you didn't read the book in time for this Discussion topic. You can always join in once you finish it. Tildes Activity sort, and "Collapse old comments" feature should keep the topic going for as long as people are still replying.

      And for anyone uninterested in this topic please use the Ignore Topic feature on this so it doesn't keep popping up in your Activity sort, since it's likely to keep doing that while I set this discussion up, and once people start joining in.

      20 votes
    8. What creative projects have you been working on?

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on. Projects can be personal, professional, physical, digital, or even just...

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.

      Projects can be personal, professional, physical, digital, or even just ideas.

      If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.

      12 votes
    9. Free training today to help fight book banning

      Tonight at 7 pm Central/8 pm Eastern, there is a free workshop/training to help people learn how to make book résumés for highly targeted books. These would then go on the Unite Against Book Bans...

      Tonight at 7 pm Central/8 pm Eastern, there is a free workshop/training to help people learn how to make book résumés for highly targeted books. These would then go on the Unite Against Book Bans website.

      Quote from the UABB website on what a Book Resume is:

      Book Résumés help teachers, librarians, parents, and community members defend books from censorship. They detail each title’s significance and educational value and are easy to share with administrators, book review committees, elected officials, and board members.

      Their goal is to create a process for sourcing these résumés from the community because the ALA cannot keep up with demand (and is drowning with budget cuts).

      The registration link for the training is here:
      https://givebutter.com/R0SVw9

      21 votes
    10. CGA-2025-09 🕹️🚂 INSERT CARTRIDGE 🟢 The Last Express

      Warning: this post may contain spoilers

      Introduction

      July, 1914. Paris.

      Tensions are high all around the European continent. A long-growing discontent has reached a sharp peak not even a full month earlier with the assassination of Archduke Franz Ferdinand. In the midst of these ever-uneasy days, a young American doctor by the name of Robert Cath gets a sudden invitation from his best friend, urging him to join him on the now-legendary Orient Express.

      As he boards the train, he cannot predict the chaos that will follow. Luxurious as the train may be, this will not be an idyllic trip, but the scene of a murder. Blood will be shed, conspiracies will unfold, secrets will be revealed and romance will have a chance to blossom. With the official beginning of the Great War only a matter of days away, he may be the last passenger to step aboard what will be...

      The Last Express


      Welcome everyone to the first month of the Colossal Game Adventure! I am sure most people reading this will know the details already given the activity on the setup threads. Just to reiterate though, the Colossal Gaming Adventure is a monthly event where we will be playing through older games together. While @kfwyre organized the voting and nomination phases, each month will have a different host. We have seven months' worth of games already scheduled through March 2026, and I have the honor of being the conductor for the inaugural round!

      As you saw above, our first leg of this grand journey will have us board The Last Express, a 1997 adventure game about a mystery on the Orient Express. I myself have not played it yet and will be experiencing it for the first time with most people here, because this game seems to be the poster child for hidden gems. A game that received critical acclaim and praise from critics and players alike, and clearly a work with serious passion and effort, but according to Wikipedia it sold only 100,000 copies on its initial release.

      Luckily for us, one of those 100,000 copies belongs to kfwyre, who brought it to my attention with this passionate recommendation back in May. That link has some mild spoilers for the very beginning of the game, so you may not want to read it, but here's the key takeaway that made this game so interesting: this game plays out in real time. As you explore the train, characters will go about their set routines and events will unfold off screen regardless of you being present to witness them. These events can set up unknown domino effects that will impact you, and your own choices can also have unforeseen consequences that won't come into play until much later.

      To that end, don't be discouraged by failure. Many adventure games of this era rely on trial and error but in this game failure is particularly integrated into the gameplay. Someone might somehow get the luckiest run ever and manage to complete the game on their very first playthrough without ever encountering a fail state, but ultimately, this game will call for a bit of patience. And maybe guides if you have the original version or the hints don't help. Which I personally think is pretty neat. Doesn't get much more classic/retro than looking up walkthroughs on GameFAQs!

      So all aboard The Last Express, and enjoy the ride.


      Game Information

      Versions: Original Release and DotEmu/Gold Edition. The DotEmu version is a re-release which has additional features such as hints and tutorials, which may make it easier.

      Platforms: Windows, MacOS, MS-DOS, iOS, Android

      Genre(s): Adventure, Mystery, Point-and-Click

      Links: Mobygames, Wikipedia

      Stores:

      • GOG, Original: The original 1997 release, in all its 1990’s glory for purists. (Also may come with some extras like a soundtrack and "making of" from a 2011 Collector’s Edition published by DotEmu, but which is now wiped from the internet...?)
      • Steam, Gold Edition: The remake/remaster released by DotEmu with added hints and tutorials, as well as interface tweaks. (Note: while it lists macOS, the game is 32-bit, which is unsupported by any macOS versions beyond 10.14 Mojave.) This version is on sale for only 11 more hours at the time of this topic being posted!! An extreme time crunch for sure, so if you see this message, now's the time to buy it!!
      • iOS (Apple App Store) and Android (Google Play Store). These ports are also by DotEmu and predate the Gold Edition.

      Game Setup

      The main purpose of this topic is to get people up and running with the game. As such, it's recommended that you:

      • Share which version of the game you're playing
      • Share what hardware you're playing it on
      • Share if there are any tools/mods that you recommend
      • Share anything you think is important for people to know before they start the game
      • Ask questions if you need help

      Another purpose of this topic is to revisit the game and its time period:

      • Do you have any memories or associations with this game itself?
      • What about its system or era?
      • What aspects of retro gaming were common at the time?
      • What other games from the same time period are you familiar with?
      • What are you expecting from this game in particular?

      Finally, this topic is the beginning discussion for people starting to play it:

      • Post updates sharing your thoughts as you play.
      • Ask for help if you get stuck.
      • Offer help to others.

      It is recommended that you reply to your own posts if you are making consecutive updates so that they are in the same thread.

      IMPORTANT: Any links to the game should be legal distributions of the game only. Please do NOT link to any unauthorized copies.

      IMPORTANT: Put any spoilers in a dropdown block. Copy/paste the block below if needed.

      <details>
      <summary>Spoilers</summary>
      
      Spoiler text goes here.
      </details>
      

      FAQ

      What is CGA?

      Colossal Game Adventure (CGA) is Tildes' retro video game club.

      Each month we will play a different retro game/games, discuss our thoughts, and bask in the glorious digital experiences of yesteryear!

      Colossal Game Adventure is a reference to Colossal Cave Adventure. It's one of the most influential games of all time, one of the first text-based interactive games, and one of the first games to be shared online.

      What do we want to do with this group? Play influential games; interact with each other through text; and share the love for retro games online!

      It also abbreviates to CGA (because we love chunky pixel art), and its name communicates the Colossal amount of fun and excitement that we have with retro video Games in our shared Adventure of playing them together.

      Do I have to sign up?

      No. Participation is open to all.

      There is a Notification List that will get pinged each time a new topic goes up. If you would like to join that list, please PM u/kfwyre.

      Are there restrictions on what/how to play?

      Each month will have a focus game or games that will guide our discussions. Beyond that, there are no restrictions. The philosophy of CGA is to play in a way that works for you!

      This means:

      • Choose whichever version of the game you want.
      • You can use cheats, save states, mods, etc.
      • You can watch a streamer or longplay instead of playing it.

      If you have already played a game and want a different experience:

      • Try a randomizer or challenge run.
      • Play a different version of it.
      • Play a related game (sequel, spiritual successor, something inspired by it, etc.)

      There is no wrong way to participate in CGA, and every different way someone participates will make for more interesting discussions.

      What is the schedule?

      Each month the Insert Cartidge topic will be posted on the 1st, while the Remove Cartridge topic will be posted on the 20th.

      Nomination and voting topics will happen in March and September (every 6 months).

      Schedules are also posted then.

      All CGA topics are available using the colossal game adventure tag.

      What do Insert and Remove Cartridge mean?

      Inserting and removing cartridges are our retro metaphor for starting and stopping a given game or games.

      The Insert Cartridge topic happens at the beginning of the month and is primarily about getting the game up and running.

      The Remove Cartridge topic happens toward the end of the month and is primarily about people reflecting on the game now that they've played it.

      There are no hard restrictions on what has to go in either topic, and each can be used to discuss the game, post updates, ask questions, etc.


      With all the pleasantries out of the way...

      > PRESS START

      (Credit to @Boojum for the splash screen. It's too awesome not to include!)

      44 votes
    11. Offbeat Fridays – The thread where offbeat headlines become front page news

      Tildes is a very serious site, where we discuss very serious matters like vehicles.autonomous, jb pritzker and hollow knight.silksong. Tags culled from the highest voted topics from the last seven...

      Tildes is a very serious site, where we discuss very serious matters like vehicles.autonomous, jb pritzker and hollow knight.silksong. Tags culled from the highest voted topics from the last seven days, if anyone was jotting these down.

      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!

      13 votes
    12. Does anyone have a digg invite code I can get ?

      I joined their waitlist last month and still didn't get an invite, now they even have mobile apps but still invite-only... so any chance I can get an invite code from someone here 👉👈. I just want...

      I joined their waitlist last month and still didn't get an invite, now they even have mobile apps but still invite-only... so any chance I can get an invite code from someone here 👉👈. I just want to try and see what it's like

      Edit: I didn't expect so many comments, I hope everyone gets an invite! but I just want to say, it seems it doesn't work the same way as tildes and from what I can tell, you need to be a "Groundbreaker" to create invites and only 2 invites can be created? (would appreciate if someone can clarify that in the comments) and I'm personally not able to create invites from my account unfortunately, otherwise I would've sent an invite to everyone who commented. :(

      43 votes
    13. 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
    14. Humble Choice - September 2025

      September 2025's Humble Choice is now available with the following eight Steam games. Steam Page OpenCritic Steam Recent/All Operating Systems Steam Deck ProtonDB WWE 2K25 80 79 / 67 Win 🟨...

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

      Steam Page OpenCritic Steam Recent/All Operating Systems Steam Deck ProtonDB
      WWE 2K25 80 79 / 67 Win 🟨 Playable 🎖️ Platinum
      Destiny 2: Legacy Collection (2025) 84 56 / 79 Win ❌ Unsupported 🟥 Borked
      The Plucky Squire 82 75 / 82 Win ✅ Verified 🎖️ Platinum
      SpellForce: Conquest of Eo 77 73 / 81 Win ✅ Verified 🎖️ Platinum
      Return to Monkey Island 87 81 / 90 Win, Mac, Linux ✅ Verified ✅ Native
      Eastern Exorcist 76 63 / 86 Win 🟨 Playable 🎖️ Platinum
      Warhammer 40,000: Speed Freeks 70 -- / 85 Win 🟨 Playable 🟨 Gold
      Grapple Dog 78 71 / 89 Win ✅ Verified 🎖️ Platinum

      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
    15. 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?

      8 votes