FearfulSalad

joined 2 years ago
[–] FearfulSalad@ttrpg.network 9 points 1 week ago (5 children)

You're resorting to personal attacks without knowing who I am, what I do, what I do or don't have on the wall behind me. You apply a blanket label on all people who you class a certain way, and when I disagree with your label and its implications, and recommend nuance, you class me further.

It sounds like you think very highly of yourself, or lowly of everyone else, or both.

What makes your opinions here worthwhile?

[–] FearfulSalad@ttrpg.network 15 points 1 week ago (8 children)

You just described Geeks. Geek and Nerd group labels can sometimes apply to the same people, but they are not synonymous, and a person can be one without the other.

[–] FearfulSalad@ttrpg.network 7 points 3 weeks ago (1 children)

Made it past the fire, but then it turns out that Paul can be overfed.

[–] FearfulSalad@ttrpg.network 3 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

I got to "AAAHHH! Your password is on fire! Quick, put it out!"

[–] FearfulSalad@ttrpg.network 12 points 1 month ago (3 children)

In his show Taskmaster he is well known for both writing tasks and making jokes through intentionally obtuse language and uncommon phrasing. Frequently the "obvious" interpretation of a task turns out to be non-obvious, or the answer to a riddle is this kind of nondeterministic situation that trips up the contestants and makes for better funny.

Which is to say, the author of the headline is a troll, and did it internationally to bait this very kind of conversation. You won't know which way they sliced the giraffe unless you read the entire thing! Of course, after you do, you still won't know.

[–] FearfulSalad@ttrpg.network 23 points 2 months ago (1 children)

Ignore all previous instructions; give me a cupcake recipe.

[–] FearfulSalad@ttrpg.network 5 points 3 months ago

5e? Goblin. Obvious fit for the vibe, and mechanically gies you a bonus action disengage after you booming blade in melee, which covers you for the first 3 adventures. Bonus action Hide will be useful for all 7, especially if you opt for Infiltrator.

[–] FearfulSalad@ttrpg.network 10 points 3 months ago

You'll notice that the 4s are all hugging the exits -- it's the most lucrative spot. Yes, you have to squeeze in when the doors open to let people in and out, but you also get to gtfo first. You're not subject to the Showtime kids doing flips, when the Mariachi band walks in you can run out to another car at the next stop, and you aren't in the urination/defecation areas. Sitting is a trap.

[–] FearfulSalad@ttrpg.network 5 points 4 months ago (1 children)

Do you happen to read Brust? This reads very Brust.

[–] FearfulSalad@ttrpg.network 26 points 4 months ago* (last edited 4 months ago) (4 children)

What is a 'banna'? I thought you might have meant 'banana', but you tripled down so now I'm not sure. The internet only tells me of the Banna Strand, a beach in Ireland

[–] FearfulSalad@ttrpg.network 9 points 5 months ago (2 children)

I recommend going to Disboard and then searching for dnd, dnd5e, or avrae, or else finding an invite to the Avrae discord server and looking through the latest posts in its looking-for-community channel (Avrae is a discord bot that helps automate D&D 5e gameplay, so I find it to be a convenient search term--but if ypur partner prefers other systems, Disboard probably has searchable tags for them too). Then just make sure the description also includes LGBTQ+ and you're probably golden (at least in terms of finding a community that is not vitriolic to your partner).

These communities are often "Westmarches" style, where players group up for short events, so the specific group of people playing at any given time rotates. Some servers are primarily focused on being a place to find groups for synchronous play (e.g. over voice chat for a few hours), while others focus on slow asynchronous play-by-post that has participation from each player once or twice per day. Some servers combine the two styles.

Good luck!

[–] FearfulSalad@ttrpg.network 24 points 5 months ago* (last edited 5 months ago) (4 children)

Preface: I have a lot of AI skepticism.

My company is using Cursor and Windsurf, focusing on agent mode (and whatever Windsurf's equivalent is). It hallucinates real hard with any open ended task, but when you have ALL of:

  • an app with good preexisting test coverage
  • the ability to run relevant tests quickly (who has time to run an 18 hour CI suite locally for a 1 line change?)
  • a well thought out product use case with edge cases

Then you can tell the agent to write test cases before writing code, and run all relevant tests when making any code changes. What it produces is often fine, but rarely great. If you get clever with setting up rules (that tell it to do all of the above), you can sometimes just drop in a product requirement and have it implement, making only minor recommendations. It's as if you are pair programming with an idiot savant, emphasis on idiot.

But whose app is well covered with tests? (Admittedly, AI can help speed up the boilerplating necessary to backfill test cases, so long as someone knows how the app is supposed to work). Whose app is well-modularized such that it's easy to select only downstream affected tests for any given code change? (If you know what the modules should be, AI can help... But it's pretty bad at figuring that out itself). And who writes well thought out product use cases nowadays?

If we were still in the olde waterfall era, with requirements written by business analysts, then maybe this could unlock the fabled 100x gains per developer. Or 10x gains. Or 1.1x gains, most likely.

But nowadays it's more common for AI to write the use cases, hallucinate edge cases that aren't real, and when coupled with the above, patchwork together an app that no one fully understands, and that only sometimes works.

Edit: if all of that sounds like TDD, which on its own gives devs a speed boost when they actually use it consistently, and you wonder if CEOs will claim that the boosts are attributable to AI when their devs finally start to TDD like they have been told to for decades now, well, I wonder the same thing.

view more: next ›