• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. Steam Summer Sale 2026: Hidden gems

      Inspired by the recurring topic every Steam sale over at /r/GameDealsMeta: What are some lesser-known or overlooked Steam games that you recommend? Are there any genres you’d like hidden gem...

      Inspired by the recurring topic every Steam sale over at /r/GameDealsMeta:

      • What are some lesser-known or overlooked Steam games that you recommend?

      • Are there any genres you’d like hidden gem recommendations for?

      If you're interested in previous Hidden Gem topics, you can find them here.

      For popular recommendations and general purpose sale discussion, please use the main Steam sale topic.

      Optional: Feel free to categorize your recommendations by number of reviews (as a proxy for popularity)

      Category Maximum Review Count
      Shockingly Overlooked 20
      Under the Radar 50
      Buried Treasure 150
      Underrated Great 500
      Cult Classic 1000
      Gem Graduate 1000+

      Note to future kfwyre: please see this comment about changes to the Hidden Gems topic when you come back to this one in six months.

      45 votes
    2. AI adoption and IntelliSense

      Complete off the top of my head thing, no source/research, just anecdotes and pontificating. As i've been doing some heavy editing today of a 300+ line SQL query, one thing I'm wondering about...

      Complete off the top of my head thing, no source/research, just anecdotes and pontificating.

      As i've been doing some heavy editing today of a 300+ line SQL query, one thing I'm wondering about with these AI usage stats are how much of the "adoption" falls into things like intellisense suggestions.

      There's two parts to this, with the first being just bad suggestions.

      I've found them to be "okay" for something like F#, but for SQL, which has always required me to knife fight for an alias to begin with, they're just utter garbage.

      I normally don't blow through my free github copilot suggestions in my month (I'm not in the code mines as much anyways), but I blew through it in a day of shitty SQL suggestions (and then just turned it off). This was last month, so not even while dealing with the current monster, and I'm left wondering how many people just have it vomit out useless stuff they change anyways.

      The second part, is just the usual "you don't really know your tools".

      While doing this query I considered turning it back on or using it. I have several CTE's for readability as this is a prototype but it necessitates an annoying pattern of taking the names of your columns, uplifting them to the next query select, and then summing and renaming them AGAIN such as SUM(COALESCE(a.example,0)) AS [example]

      When you have 84 columns to do this with, it can be tempting to let AI notice the pattern and just do it. However it's not actually necessary, and now that they're clocking the tokens as we knew they would, I'm back to just using my multi line editor skills. Middle click select, some home/end to get a starting point, then ctrl+shift+arrows mixed with Alt+arrows and some copy paste and I'm mostly done. Few Ctrl + D's or straight up find and replaces and I'd edited 80 lines in maybe 30 seconds?

      AI would've been a bit easier, and from what i've seen of MANY coders, something I suspect they only think is doable through AI. However much like how AI is getting people to use features they never even knew existed in their business tools, I wonder how much adoption on the coder side is the same. All these text editor helper tools many coders don't use (please keep all VIM manifestos under 400 pages) suddenly being automated out by the VASTLY more expensive AI.

      And like some of the other AI solutions, as the money starts to hit the budgets, I think we'll see a lot more "Look you need to learn how to do this normally" (or "hey guess what we're removing from VS code!").

      Not sure I have an overall point to this, but I'd be curious to hear what other people are seeing in their environments.

      18 votes
    3. Cargobike recommendations and advice

      My wife and I had a baby a few months ago and we learned that you can put a carseat in the front of a front load cargo bike starting at 3 months. I was already keen for a cargo bike, as was my...

      My wife and I had a baby a few months ago and we learned that you can put a carseat in the front of a front load cargo bike starting at 3 months. I was already keen for a cargo bike, as was my wife, so we're taking the dive. There are a few common brands available in the USA, namely Urban Arrow, Omnium, and Harry vs Larry's Bullit Bike, and while those are still in contention we're currently in Munich and considering buying one and getting it home. Lots context on what we're thinking and doing and then to questions.

      I was able to test drive the Muli Classic and the Carrie from Riese and Muller as representatives of shorter bikes, and we're considering the Load from Riese and Muller, the Loven's s75, the Urban Arrow Family, and the Bakfietz.nl Cruiser. We also rented the Lovens for the month we're here and pick it up today.

      Ok, so we have a few questions on our plate. Do we go compact cargobike - like a Muli - or do we go for the full family van - like a Lovens or Urban Arrow? Within those categories are there any considerations we need to be mindful of like repairability? Our concern is that the Bafang engine is loved by all but seemingly hard to get parts for stateside. Whereas Bosch or Shimano would be easier. Could we rock a non-electric version like the Muli Muscle, or is that impractical?

      I've been able to talk to a few owners and everyone loves the bike they have. The Muli guys love the Muli. The Lovens moms love the Lovens. It's great signal that cargobikes generally work well for the people interested in them, but not much as to which way we should go.

      Last is context on what we hope to do and what we want to use it for. I'd love to go down to a 1 car family. We live within 6 blocks of all our core needs - grocery store, hardware store, pharmacy, repair places - and within .5 miles of our main recreation areas - the forest and the beach - so largely we're set walking. But there are so many great things that are just outside that area, within about 10 miles, that a cargobike would be great to have - parks, larger stores, everything really. And our Costco is about 500 feet off the main municipal bike trail so I would Looooooove to do my Costco runs on the bike. We also have one kiddo and there will likely be a second. I'm going to be getting a shotgun seat for my normal townie and mountain bikes for when the kids are old enough, but I'd also really love to be able to ferry them to school, have their friends join us, and make it the primary transport until for the family. Our friends in town have a street legal golf cart and I'd love to do something similar with the cargo bike. There is some possibility that we end up with 2, like a Muli and a Lovens, but with storage space that is currently very impractical. Also we live up a hill - about 150ft elevation gain over 5 blocks - from the main trail that connects us to the surrounding towns. We live a weird place where our pennisula is bisected by a military base and golf course so that is literally the only way to access any of the other surrounding towns. Also I'm currently a deep memeber of the Surly gang and am finding myself drawn to bikes like that - probably why the Muli keeps coming up on here - but realize that may be a foolish way to choose a family cargo bike. Also the price range is fairly steep $5-10k, so I'm trying to be level headed about it.

      I'd love to hear about your experiences with cargobikes: what you rode, what you loved, what you'd skip. If you have friends or family who have indulged. Or just any thoughts really! I realize it's a small group that owns them so any info helps!

      18 votes
    4. 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?

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

      6 votes
    6. Save Point: A game deal roundup for the week of June 28

      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.

      11 votes
    7. My parent is a bad person [rant]

      Not the worst. Not outright criminal, maybe small time stuff. But I mean in terms of moral ethics, is a bad person who's hurt people in the past. And hurts people right now. There might be...

      Not the worst. Not outright criminal, maybe small time stuff. But I mean in terms of moral ethics, is a bad person who's hurt people in the past. And hurts people right now. There might be extenuating circumstances why they grew up like this, but nevertheless the person is a bad person who hurts people. They are a decent parent who I believe do really love me and my sibling, but not selflessly and they don't trust us siblings and is suspicious of us because they project that we must also be terrible people after their money.

      I am certain that they grossly misrepresented their age when they met my other parent. I am certain that they had been unfaithful. There are many lies and I do not feel like us siblings or anyone have ever successfully been able to engage with them honestly. They have many facades. My other parent was an honest and good person who deserved much better than how they were treated.

      Advice not unwanted, but I'm not really sure what I expect, just airing out a sentiment I do not feel okay to express to any of my friends, and I am trying not to wear out my partner from having to hear it over and over as well. Yes I have an appointment to talk to a therapist

      41 votes
    8. I'm looking for an adage or "law" (like Conway's law), but for dealing with AI slop

      I currently work in an organization that is very AI forward. It is common for individuals to forward AI generated documents, meeting notes, or etc, with no critical thinking or review, in lieu of...

      I currently work in an organization that is very AI forward. It is common for individuals to forward AI generated documents, meeting notes, or etc, with no critical thinking or review, in lieu of actual work.

      This practice is insanely counter-productive, as it means that any good-faith attempt to interact with the individual pushing such documentation, really just pushes the burden of putting together said documentation onto the receiver, except now they also need to edit and verify the document they were forwarded.

      I need a shorthand way to refer to this practice, that calls it out as a bad practice.

      A few months ago I found an article that explained that it was bad manners to reply into a conversation anything akin to the phrase "I asked ChatGPT and it said X", for exactly the reason mentioned above. Can anyone find a link? I can't seem to find it.

      This article (https://tombedor.dev/human-attention-and-human-effort/) seems to hit the nail on the head, though it does so so succintly and at such a surface level, I don't think it really gets the point across. The reason we use books as reference points for knowledge, is because they are difficult to make, and therefore we trust that the author put real work into ensuring their work was credible. If we knew they did not, their work would not be credit worthy. Neither is an unreviewed AI generated message. By this rule, the more obviously something is AI generated, the less likely it is worth reading.

      I would love a law (like Conway's law is a law), that said something like: "It is never worthwhile to spend more time reading a document, than it took to write." that I could point people at when they send me AI slop, with explanations of the above.

      Is anyone aware of such a thing or website?

      39 votes
    9. I made a satirical AI detector

      It's been annoying me lately how often I see people declare that certain blog posts or articles are AI-generated due to the presence of certain "tell-tale signs," (emdashes being the #1 example)....

      It's been annoying me lately how often I see people declare that certain blog posts or articles are AI-generated due to the presence of certain "tell-tale signs," (emdashes being the #1 example). It annoys me even if I agree that the thing in question is probably is AI-generated—mainly because I really like emdashes and I use them in my own writing all the time, and it grinds my gears knowing that some percentage of the population will assume I used AI because "hurr durr emdash == AI."

      I'm not necessarily talking about Tildes. I'm sure I've seen it on here, but the worst offender by far is Hacker News where often one of the top comments on a linked article that has an emdash somewhere in the body will be a snarky comment about how it's clearly AI generated.

      Anyway, I blew off some steam this weekend by making this silly satirical website/art project called GENIUS AI Detector that makes me giggle, so I'm sharing it in the hopes that it brings a bit of joy to any fellow emdash users who are likewise depressed about the shadow that has been cast over one of my favorite punctuation marks.

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

      5 votes
    11. Do you cook with cast iron? Is it the hassle everyone says it is?

      I've been thinking about getting into cast iron cooking. I need a new skillet, and I've seen recommendations for cast iron, but some things seem daunting: Seasoning. How bad is it really? Did you...

      I've been thinking about getting into cast iron cooking. I need a new skillet, and I've seen recommendations for cast iron, but some things seem daunting:

      • Seasoning. How bad is it really? Did you purchase a pre-seasoned pan and just cook with it? Do you re-season occasionally? How often? What oil do you use? What is your process?
      • Cleaning. How do you clean your skillet? Soap and water? How do you know when you are done cleaning? What materials do you use?
      • Unknowns. What did you not know until you started cooking with cast iron? Any surprise benefits/costs?

      Have any of you used cast iron, then returned to Teflon or stainless steel after being disappointed in the experience? What are the biggest differences between cooking with cast iron and other materials?

      Considering that non-stick manufacturing poses environmental risks, and iron may provide a net positive effect for folks needing more iron in their diet, it seems like this is a natural way to go.

      55 votes