Sandra

joined 2 years ago
[–] Sandra@idiomdrottning.org 1 points 4 months ago

Holy Sword! One of the best one page dungeons of all time.

[–] Sandra@idiomdrottning.org 2 points 4 months ago (1 children)

Thank you! I really loved the songs she made for Mighty Nein and Vox Machina.

@Ultragramps@lemmy.blahaj.zone @criticalrole@lemmy.world

 

Shaun running a drive for PCRF:

https://www.youtube.com/watch?v=Rc_agp6b6eQ

@breadtube@lemmy.world

[–] Sandra@idiomdrottning.org 2 points 5 months ago

@lovestha@mtgjudge.social

So in the end I am safe from Ghyrson shooting me with his autostubs? Then we played it right.♥︎

@halo@idiomdrottning.org @mtg@mtgzone.com @xgranade@wandering.shop

[–] Sandra@idiomdrottning.org 2 points 5 months ago (9 children)

Thank you! The issue is that Ghyrson and the goblins do their damage simultaneously (3+1-1=3, but if that's 2+1 I still get shot but if that's 3+0 I don't).

@xgranade@wandering.shop @mtg@mtgzone.com

 

Which damage gets prevented?

So in a game of @mtg@mtgzone.com the other day, my enemy attacked with Mons's Goblin Raiders and Ghyrson. Which would normally deal four damage total then two more from Ghyrson. But I had played a Bandage, preventing "the next" damage. If that next damage is the one from the Goblins, I don't get the extra Ghyrson damage, so that's why it matters.

There was no first strike in this particular situation.

[–] Sandra@idiomdrottning.org 3 points 7 months ago

It's still so awesome to me that a roleplaying group is in Rolling Stone magazine.

@Ultragramps@lemmy.blahaj.zone @criticalrole@lemmy.world

[–] Sandra@idiomdrottning.org 1 points 1 year ago

As I noted in my patch message and in the previous post, behavior gets a li'l weird when someone leaves mml-enable-flowed on (the default!) but forgets to turn on use-hard-newlines (not the default! And since it's buffer local, it needs to be turned on every single time, for example with a hook).

So with these two settings kept at their defaults, separate paragraphs will get flowed together with my patch! So I sent a new version of the patch to the same #71017 thread that'll auto-harden according to markdown semantics as a dwimmy fallback.

@emacs@lemmy.ml

12
Emacs RFC 2646 email flowing (idiomdrottning.org)
submitted 1 year ago* (last edited 1 year ago) by Sandra@idiomdrottning.org to c/emacs@lemmy.ml
 

Emacs RFC 2646 email flowing

Heck it Emacs!

A few months ago I fixed a bug in RFC 2646 handling where the last paragraph wouldn't get reflowed unless I remembered to add a hard newline (that is, a newline with the 'hard text property) after it, at EOT. I needed to hit one extra RET at the end. All other paragraphs would be wrapped, not just the last one.

(I even bugged @jas@fosstodon.org about it.)

But it still didn't always work and today I tried to get to the bottom of why, spending the entire day debugging it, finally realizing that... It's not even being called when there's only one paragraph in the email. I wasted so much time before realizing that! And then getting to the bottom of why that wasn't happening was the opposite of easy but it turnes out that Gnus by design doesn't call the fill-flowed-encode function when there aren't any hard newlines in the buffer. Which there aren't gonna be if it's a single-paragraph letter 🤦🏻‍♀️

Use-hard-newlines is beyond useless since that's always buffer-local and the text-reflowing is being done in a temp buffer. Instead since 2010 we're supposed to set mml-enable-flowed to true. But don't worry, fans of the messages-are-flowing package, I'm gonna send patches there to reflect that. I have a bunch of other changes to that package too since I've been using that a lot this summer.

This is all in bug#71017 (cursed palindrome!) for people who wanna dig in 👩🏻‍🏫

@emacs@lemmy.ml

[–] Sandra@idiomdrottning.org 1 points 1 year ago

There's also cook's utensil rules in XGE.

@dogsoahC@lemm.ee @dnd@lemmy.world

[–] Sandra@idiomdrottning.org 2 points 1 year ago

This is great, makes me happy to hear!

@flumph @dnd

[–] Sandra@idiomdrottning.org 2 points 1 year ago

They've also removed Talks Machina.

@Ultragramps @criticalrole

[–] Sandra@idiomdrottning.org 1 points 1 year ago

Kudos to CR for listening to the backlash on this illconsidered project. They must've taken quite a hit 💸 but this was not a good idea. I mean, they have their fair share of bad sponsors like NordVPN or D&D Beyond but this was a li'l too much 🤷🏻‍♀️

@Ultragramps @criticalrole

[–] Sandra@idiomdrottning.org 4 points 1 year ago

I think this is spot on and I overall dislike the game. One thing that I am a li'l bit interested in is the hitpoints system which seems like a good mix of Fate stressboxes with D&D damage.

The amount of incoming damage can go to certain thresholds and that has different consequences (both symbol-layer mechanical and diegetic). I think that's neat and I'm glad to see that experiment carried further.

How much gold is in that hoard?

Wow, I had missed that. That's not good. I mean, CR gets criticized for their "shopping episodes" (even though my own group is even more extreme in that regard) so maybe that's to address that? Diaspora, for example, just has a "recourses" roll instead of detailed accounting of space credits, and it seems to work well in the context of that game.

How far does that bandit run?

I don't think that's a fair characterization; range bands is trued and tested tech. Cartesian spatialization is overkill for most game groups.

@Aielman15@lemmy.world @Shyfer@ttrpg.network

 

Weird order of switch-to-buffer with packages that augment completing-read?

I'm using vertico, consult, consult embark, and orderless and it's OK but for switch-to-buffer specifically it kind of bugs me that the order isn't connected to the last-used-order (the order that list-all-buffers uses). I'm like "I just used that buffer three seconds ago and now I need to search for it?!"

Help please? 🙏🏻 ♥ @emacs@lemmy.ml

 

Why does replace-regexp backwards work so differently?

C-u - M-x replace-regexp \w+

The - prefix arg replaces backwards but it hits one char at a time, as if the plus sign weren't there. The same replacement forwards (without the prefix arg) does hit one word at a time. What's going on, @emacs@lemmy.ml?

 

Where I can buy ammo in New Atlantis?

@starfield

 

Thinking of packing light and only bringing a Dalmuti deck!

@boardgames

https://boardgamegeek.com/thread/3137192/looking-more-games-pairs-or-dalmuti-decks

 

Huh? Is there an @emacs setting to get format=flowed?

https://useplaintext.email/

 

Here are the emotes I wished existed on Arena:

• Hello
• Dang it, I made a misplay, but that's OK
• I like your style
• Noooo!
• Good game

I don't wanna say "Oops". That just sounds sarcastic.

@digital

 

It would've been great if the free peoples of Middle-Earth had been Rakdos-colored and the tyranny of Sauron and Saruman had been based on white mana.

The Lidless Eye is working towards homogeny and stagnation. Kind of a missed opportunity to break from the "black magic is evil" trope 🤷🏻‍♀️ @mtg

 

I used to say "I sleeved up Flash Wolves" (or w/e deck name) to mean that I've put together and started using a new deck, whether a brew or a netdeck. But I need to find a new phrase now that I am increasingly playing formats where I don't sleeve.

@mtg

view more: next ›