• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: May 15th, 2024

help-circle





  • source

    @JeremyECrawford\

    Wish spell: (1) Duplicated a spell of 8th level or lower? No stress. (2) Did anything else with wish? Stress. #DnD

    So the other things, such as making a valuable thing of up to 25000gp or undoing some effects of “deck of many things” and thing in the post, that are explicitly stated as something a wish can do are still stressfull. I guess they are listed because that should work without monkey-paw-ing, not because it’s not stressful. Damn.





  • On GC With no virtual memory, memory fragmentation is a possibility on wasm targets It’s funny that for memory management you either have to deal with fragmentation like it’s a microcontroller (or 90s) or a fully blown garbage collection.

    I mean, don’t get me wrong, having GC is perfectly reasonable. Every other language was gonna (and currently does) implement it anyway - so might as well lower it into native code.