• 0 Posts
  • 1.01K Comments
Joined 2 年前
cake
Cake day: 2023年7月3日

help-circle
  • In one of my old groups, I’d usually verify the player and I understood each other , and they understood the likely consequences. Like, “You can shoot her, but remember this is her club, with her friends , and she’s a vampire so she probably won’t die. But if you want to roll, it’s at -4 from her Celerity you’ve seen her use.”

    One player was always like “you never let me do anything!”

    I was like you can do it, but I don’t want you to be surprised and mad if there are consequences.

    Another player, by contrast, would listen to me clarify what was likely to happen, and be like “cool bro let’s do it.”. We still talk about the time his character jumped out a 20 story window to save his friend’s girlfriend. Great player. Took a lot of damage, as warned, but lived.


  • If I was raising kids, I absolutely would not want to do it in the suburbs. It’s isolating and limiting. I was always so jealous of the kids I knew that lived in the city. They could do things. I was stuck indoors , or walking for like 90 minutes to get anywhere.


  • jjjalljs@ttrpg.networktoMemes@sopuli.xyzBruh, chill
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    21 小时前

    I do not miss driving. Public transit forever.

    But when I did drive, after my reckless youth, I’d usually just chill in the right lane. I don’t care. Fly by at 120mph. I’ll be here going with the flow of traffic, or about the speed limit if I’m alone.

    I do remember one time in the suburbs when I was visiting my parents, I was driving to the grocery store. It’s a short drive (because it’s the suburbs, you can’t safely walk to the supermarket), no highways. About 10 minutes to get there from driveway to parking lot. Some guy behind me started absolutely losing his shit, screaming, and passed me dangerously by driving onto the shoulder. He pulled into the same parking lot. I parked well away from him because I didn’t want to deal with crazy.

    I’m not good at math, but if the entire trip was about 10 minutes, I feel like the time difference between me going about the speed limit and me speeding is, at most, what, 2 minutes? 5 minutes? The guy probably took more than 5 minutes off his life being so angry.


  • There are credible allegations that the AI companies are not merely scraping publicly available resources, but are also consuming content in violation of the terms of use / copyright law. Like, a site has a robots.txt file that says “no scrapers” and they scrape it anyway. People would be mad about traditional search doing that as well.

    Secondly, if a search service scrapes your site and then directs relevant users to it, that’s probably fine. Most websites want users to visit. A lot of AI stuff sucks up the content, and then the creators of that content get nothing. No users are sent there. The scraper hitting the site takes resources, and gives nothing back.

    Google has also gotten some flak for putting stuff on their own site instead of sending users to the source. Like you do a search and get a snippet on the google page, and you never click through to example.com/cool-stuff. Well, now the owner of example.com/cool-stuff doesn’t get the click. If they run ads, they get no credit. If they have metrics, they probably don’t see any visitors. If they have like forums, people are less likely to engage.

    If the “AI Search” includes links back to the source, that’s not perfect either. One, it’s kind of excessive to use an LLM to parse text when the origin site is already there and readable. If I search for “population of london”, you can just send me to a census website or even wikipedia. You don’t need to use a whole ass LLM. Two, as I touched on in the previous paragraph, users are less likely to click through if google is putting the core of the information right there (even if it’s not always accurate). It’s still lessening traffic to the origin site, and traffic is often the lifeblood of websites.

    Lastly, a lot of AI stuff is simply inaccurate or misleading. We’ve all laughed at the “use glue on your pizza” stuff or the “there are two Rs in ‘strawberry’” fuckups. If traditional search was really bad, like you type in “cat food” and you got a webpage that was all jewelry and “buy gold” scams, you’d be annoyed, too. That’s more like how search was before old google came about. There were a lot more low effort “SEO” hacks like putting a bunch of keywords in tiny print to fool the search indexer. Now google is the shitty old guard, but they have too much money and power to be easily replaced.

    That’s just off the top of my head. Scraping for AI isn’t the same as scraping to make a searchable index.








  • It was a good game. Not perfect, but very good.

    Even the things I don’t like are pretty minor.

    • upgrading weapons is kind of tedious. Once you know where the stones are or the bearings, it’s kind of a chore to get them.
    • related: once you know where some high value items are, it’s really tempting to just beeline for them from the start. But that’s kind of tedious. I guess I could just pretend I don’t know where the +5 stats talisman is.
    • a lot of side content isn’t especially rewarding. The first time you play it’s exciting because you don’t know what you’ll find. But later it’s like “nah, this catacomb has a useless ash and boss I’ll fight elsewhere”. Which is a shame because most of the level design is great.





  • I bet some obsessive nerd has converted DND to point buy (like wod, gurps, etc) instead of class and level based.

    You get XP for stuff, and you can spend that as you like on all the stuff you’d get from leveling. Follow the recommended route and get a standard looking fighter. Or go crazy and buy nothing but hit dice. Or make a glass cannon by buying all the sneak attack dice and second attack (in case you miss) and nothing else.

    Or, per this meme, buy superiority dice and maneuvers, and then also buy extended crit from champion.

    It would be a mess. I think part of why dnd is popular is its comparably small decision space. There’s just not a lot of room to fuck up your character



  • This doesn’t seem like a good idea.

    One, releasing should be easy. At my last job, you clicked “new release” or whatever on GitHub. It then listed all the commits for you. If you “need” an Ai to summarize the commits, you fucked up earlier. Write better commit messages. Review the changes. Use your brain (something the AI can’t do) to make sure you actually want all of this to go out. Click the button. GitHub runs checks and you’re done.

    Most of the time it took a couple minutes at most to do this process.