• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. May 2025 Backlog Burner: Week 4 Discussion

      Week 4 has begun! Post your current bingo cards. Continue updating us on your games! If you did not participate in Week 1 but want to start this week, that's fine! Reminder: playing bingo is...

      Week 4 has begun!

      Post your current bingo cards.
      Continue updating us on your games!

      If you did not participate in Week 1 but want to start this week, that's fine!
      Reminder: playing bingo is OPTIONAL.

      Quick links:


      Week 3 Recap

      10 Participants played 7 bingo cards and moved 38 games out of their backlogs!
      There were 0 bingo wins.

      Participants played as at least 7 animals:

      • a dolphin
      • a frog
      • a martian
      • a rat
      • two cats
      • a squirrel

      At least 1 of those animals possessed a gun.

      68% of the games played this week started with a letter in the first half of the alphabet.

      Thus far, a total of 107 games have been played for the May 2025 Backlog Burner.

      Game List:

      Week 2 Recap

      9 participants played 8 bingo cards and moved 46 games out of their backlogs!

      There was 1 bingo win. Congrats to u/Durinthal!

      Games were played at at least 1 major gaming convention.

      8 games played had at least five words in their titles.

      Game list:

      Week 1 Recap

      10 participants played 7 bingo cards and moved 23 games out of their backlogs!

      At least 6 different platforms were used: Nintendo DS, PC, Playdate, Switch, Wii U, Wonderswan

      There were 0 bingo wins.

      • 4 people played Flow bingo cards
      • 1 person played a Flow Golf bingo card
      • 2 people played Flux bingo cards
      • 3 people played free choice

      Game list:

      16 votes
    2. St. Louis local bookstores

      Last time I asked for local bookstore recs I had an AMAZING time visiting local bookstores in Minneapolis!! I'm going to St. Louis this weekend and I would love recs again! Some extra info: Not...

      Last time I asked for local bookstore recs I had an AMAZING time visiting local bookstores in Minneapolis!! I'm going to St. Louis this weekend and I would love recs again!

      Some extra info:

      • Not shopping for any kids currently so children's sections don't matter to me and I would not go to an all-children's bookshop (though I deeply appreciate their existence)
      • Primary interest is sci-fi & fantasy, so given the choice between a bookstore with a good overall selection, and a bookstore with a not-great overall selection but incredible spec fic section, I would go to the latter
      • My free time will mostly be on Monday, so both store opening & Memorial Day traffic patterns are relevant to me. If the traffic is expected to be untenable I might stay in my hotel instead, but that's helpful to know too

      But, all that said, I would love to hear about any bookstores at all in St. Louis that you enjoy going to!

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

      9 votes
    4. Have a hard time letting go of old tech?

      Was rifling through a drawer looking for a printer cord and came across my old school calculator. This Sharp Elsimate 201 was my pride and joy. I think I got it in junior high so about 1975. And...

      Was rifling through a drawer looking for a printer cord and came across my old school calculator. This Sharp Elsimate 201 was my pride and joy. I think I got it in junior high so about 1975. And for a 50 yr old calculator it still does exactly what it should.

      Then I realized how much old tech I have that I have an emotional attachment to. I still have a Mac Plus and a Mac SE as well as an Imagewriter dot matrix printer and about a hundred 3.5" floppies sitting in a closet. I loved the first time I tried a Mac after the frustration of using DOS on a 286 PC. It just seemed like light years of improvement to actually use a mouse and playing with MacPaint was magical. I sometimes got chided for being a Mac evangelist at university and many people thought Apple would be crushed by Microsoft - looks like they're doing just fine.

      My Marantz stereo is about the same vintage, mid 70s, and the Yamaha speakers still sound as good as the first day I fired them up. That stereo was built back when 22 watts per side was actual output and its loud enough to shake the walls. None of this "300 watts" fakery that came along when boom boxes became a thing. Plenty of distortion and zero fidelity is easy, quality sound takes quality engineering.

      What have you got laying around that you just dont want to get rid of?

      35 votes
    5. What happens after dying in tutorials?

      Inspired by my long-ago try at Witcher 3, during which I died in the tutorial by falling off a platform. Yeah, definitely one of the lamest deaths possible. Gotta wonder what the others present...

      Inspired by my long-ago try at Witcher 3, during which I died in the tutorial by falling off a platform. Yeah, definitely one of the lamest deaths possible. Gotta wonder what the others present thought about the legendary Geralt of Rivia dying from a simple fall, like geez isn't this guy supposed to be a living legend who's faced giant monsters that could fell armies?? I'm pretty sure the tutorial was a dream of a memory so his death didn't matter, but since then I've wondered:

      How screwed would various video game worlds be if the hero dies during the tutorial of all things?

      Figured this might be a fun question to ponder since there's so many possibilities. So think of any game with a tutorial where you can die, and then think about the consequences! Maybe you did die, maybe you didn't or came close. And maybe those potential deaths were super lame and super anticlimactic, leaving the other characters to just stare blankly because this guy casually walked right off a cliff, as if expecting some invisible barrier to stop them.

      It's just fun to think of how the rest of the cast moves on without the protagonist—you know, assuming they can actually survive the game's plot without you. Or maybe they'll actually be better off...

      34 votes
    6. Non-engineers AI coding & corporate compliance?

      Part of my role at work is in security policy & implementation. I can't figure this out so maybe someone will have some advice. With the advent of AI coding, people who don't know how to code now...

      Part of my role at work is in security policy & implementation. I can't figure this out so maybe someone will have some advice.

      With the advent of AI coding, people who don't know how to code now start to use the AI to automate their work. This isn't new - previously they might use already other low code tools like Excel, UIPath, n8n, etc. but it still require learning the tools to use it. Now, anyone can "vibe coding" and get an output, which is fine for engineers who understand how the output should work and can design how it should be tested (edge cases, etc.)

      I had a team come up with me that they managed to automate their work, which is good, but they did it with ChatGPT and the code works as they expected, but they doesn't fully understand how the code works and of course they're deploying this "to production" which means they're setting up an environment that supposed to be for internal tools, but use real customer data fed in from the production systems.

      If you're an engineer, usually this violates a lot of policies - you should get the code peer reviewed by people who know what it does (incl. business context), the QA should test the code and think about edge cases and the best ways to test it and sign it off, the code should be developed & tested in non-production environment with fake data.

      I can't think of a way non-engineers can do this - they cannot read code (and it get worse if you need two people in the same team to review each other) and if you're outsourcing it to AI, the AI company doesn't accept liability, nor you can retrain the AI from postmortems. The only way is to include lessons learned into the prompt, and I guess at some point it will become one long holy bible everyone has to paste into the limited context window. They are not trained to work on non-production data (if you ever try, usually they'll claim that the data doesn't match production - which I think because they aren't trained to design and test for edge cases). The only way to solve this directly is asking engineers to review them, but engineers aren't cheap and they're best doing something more important.

      So far I think the best way to approach this problem is to think of it like Excel - the formulas are always safe to use - they don't send data to the internet, they don't create malware, etc. The worst think they can do is probably destroy that file or hangs your PC. And people don't know how to write VBA so they never do it. Now you have people copy pasting VBA code that they don't understand. The new AI workspace has to be done by building technical guardrails that the AI are limited to. I think it has to be done in some low-code tools that people using AI has to use (like say n8n). For example, blocks that do computation can be used, blocks that send data to the intranet/internet or run arbitrary code requires approval before use. And engineers can build safe blocks that can be used, such as sending messages to Slack that can only be used to send to corporate workspace only.

      Does your work has adjusted policies for this AI epidemic? or other ideas that you wanted to share?

      23 votes
    7. Formula 1 Monaco Grand Prix 2025 - Race Weekend Discussion

      Warning: this post may contain spoilers

      Monaco Grand Prix
      Circuit de Monaco
      Sunday, May 25, 2025


      Qualification:
      Saturday, May 24, 2025 - 14:00 UTC / 10:00a US EDT

      Grand Prix:
      Sunday, May 25, 2025 - 13:00 UTC / 9:00a US EDT

      See your local time here


      Qualifying Results, Provisional -- SPOILER
      Pos No Driver Car Q1 Q2 Q3 Laps
      1 4 Lando Norris McLaren Mercedes 1:11.285 1:10.570 1:09.954 27
      2 16 Charles Leclerc Ferrari 1:11.229 1:10.581 1:10.063 27
      3 81 Oscar Piastri McLaren Mercedes 1:11.308 1:10.858 1:10.129 29
      4 44 Lewis Hamilton Ferrari 1:11.575 1:10.883 1:10.382 28
      5 1 Max Verstappen Red Bull Racing Honda RBPT 1:11.431 1:10.875 1:10.669 21
      6 6 Isack Hadjar Racing Bulls Honda RBPT 1:11.811 1:11.040 1:10.923 27
      7 14 Fernando Alonso Aston Martin Aramco Mercedes 1:11.674 1:11.182 1:10.924 30
      8 31 Esteban Ocon Haas Ferrari 1:11.839 1:11.262 1:10.942 32
      9 30 Liam Lawson Racing Bulls Honda RBPT 1:11.818 1:11.250 1:11.129 26
      10 23 Alexander Albon Williams Mercedes 1:11.629 1:10.732 1:11.213 34
      11 55 Carlos Sainz Williams Mercedes 1:11.707 1:11.362 25
      12 22 Yuki Tsunoda Red Bull Racing Honda RBPT 1:11.800 1:11.415 20
      13 27 Nico Hulkenberg Kick Sauber Ferrari 1:11.871 1:11.596 23
      14 63 George Russell Mercedes 1:11.507 13
      15 12 Kimi Antonelli Mercedes 1:11.880 11
      16 5 Gabriel Bortoleto Kick Sauber Ferrari 1:11.902 13
      17 87 Oliver Bearman Haas Ferrari 1:11.979 13
      18 10 Pierre Gasly Alpine Renault 1:11.994 11
      19 18 Lance Stroll Aston Martin Aramco Mercedes 1:12.563 11
      20 43 Franco Colapinto Alpine Renault 1:12.597 12

      "Note: Stroll penalised one grid position for causing a collision during practice. Bearman penalised 10 positions for overtaking under red flags in practice."

      Source: F1.com

      Grand Prix Results, Provisional -- SPOILER
      Pos No Driver Car Laps Time/retired Pts
      1 4 Lando Norris McLaren Mercedes 78 1:40:33.843 25
      2 16 Charles Leclerc Ferrari 78 +3.131s 18
      3 81 Oscar Piastri McLaren Mercedes 78 +3.658s 15
      4 1 Max Verstappen Red Bull Racing Honda RBPT 78 +20.572s 12
      5 44 Lewis Hamilton Ferrari 78 +51.387s 10
      6 6 Isack Hadjar Racing Bulls Honda RBPT 77 +1 lap 8
      7 31 Esteban Ocon Haas Ferrari 77 +1 lap 6
      8 30 Liam Lawson Racing Bulls Honda RBPT 77 +1 lap 4
      9 23 Alexander Albon Williams Mercedes 76 +2 laps 2
      10 55 Carlos Sainz Williams Mercedes 76 +2 laps 1
      11 63 George Russell Mercedes 76 +2 laps 0
      12 87 Oliver Bearman Haas Ferrari 76 +2 laps 0
      13 43 Franco Colapinto Alpine Renault 76 +2 laps 0
      14 5 Gabriel Bortoleto Kick Sauber Ferrari 76 +2 laps 0
      15 18 Lance Stroll Aston Martin Aramco Mercedes 76 +2 laps 0
      16 27 Nico Hulkenberg Kick Sauber Ferrari 76 +2 laps 0
      17 22 Yuki Tsunoda Red Bull Racing Honda RBPT 76 +2 laps 0
      18 12 Kimi Antonelli Mercedes 75 +3 laps 0
      NC 14 Fernando Alonso Aston Martin Aramco Mercedes 36 DNF 0
      NC 10 Pierre Gasly Alpine Renault 7 DNF 0

      Fastest Lap: Lando Norris, 1:13.221 on lap 78
      DOTD: Charles Leclerc

      Source: F1.com // FIA.com [PDF]


      Next race:

      Spanish Grand Prix
      Circuit de Barcelona-Catalunya
      Sunday, June 1, 2025

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

      7 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!

      14 votes