• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. 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
    2. 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!

      5 votes
    3. Formula 1 Italian Grand Prix 2025 - Race Weekend Discussion

      Warning: this post may contain spoilers

      Italian Grand Prix
      Autodromo Nazionale Monza
      September 5-7, 2025


      Qualifying Results -- SPOILER
      POS. NO. DRIVER TEAM Q1 Q2 Q3 LAPS
      1 1 Max Verstappen Red Bull Racing 1:19.455 1:19.140 1:18.792 18
      2 4 Lando Norris McLaren 1:19.517 1:19.293 1:18.869 21
      3 81 Oscar Piastri McLaren 1:19.711 1:19.286 1:18.982 19
      4 16 Charles Leclerc Ferrari 1:19.689 1:19.310 1:19.007 20
      5 44 Lewis Hamilton Ferrari 1:19.765 1:19.371 1:19.124 20
      6 63 George Russell Mercedes 1:19.414 1:19.287 1:19.157 18
      7 12 Kimi Antonelli Mercedes 1:19.747 1:19.245 1:19.200 22
      8 5 Gabriel Bortoleto Kick Sauber 1:19.688 1:19.323 1:19.390 21
      9 14 Fernando Alonso Aston Martin 1:19.658 1:19.362 1:19.424 20
      10 22 Yuki Tsunoda Red Bull Racing 1:19.619 1:19.433 1:19.519 18
      11 87 Oliver Bearman Haas 1:19.688 1:19.446 15
      12 27 Nico Hulkenberg Kick Sauber 1:19.777 1:19.498 15
      13 55 Carlos Sainz Williams 1:19.644 1:19.528 19
      14 23 Alexander Albon Williams 1:19.837 1:19.583 16
      15 31 Esteban Ocon Haas 1:19.816 1:19.707 15
      16 6 Isack Hadjar Racing Bulls 1:19.917 6
      17 18 Lance Stroll Aston Martin 1:19.948 9
      18 43 Franco Colapinto Alpine 1:19.992 9
      19 10 Pierre Gasly Alpine 1:20.103 9
      20 30 Liam Lawson Racing Bulls 1:20.279 5

      Source: F1.com

      Grand Prix Results -- SPOILER
      POS. NO. DRIVER TEAM LAPS TIME / RETIRED PTS.

      Fastest Lap: //
      DOTD:

      Source: F1.com


      Next race:

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

      1 vote
    4. 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.

      11 votes
    5. 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?

      49 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.

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

      5 votes