• 0 Posts
  • 8 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.





  • Ctrl+c not copying on rare occasions. Even if it’s my keyboard’s fault, it could be avoided with some visual feedback to confirm to me that ctrl+c was registered ans clipboard was updated, so that I’d immediately know that it didn’t work after pressing ctrl+c, rather than later when i switched to a different window/tab and pasted the wrong thing

    The fact that i can’t route audio between apps (without 3rd party closed-source apps). Why is something so basic not included into the system?

    Registry

    As a c++ dev: winapi. Right away you are greeted by windows.h adding loads of macros with common identifiers without any prefix to your preprocessor. That’s a sign of things to come for anyone who has to use it. Maybe that explains lack of open-source audio routing apps: nobody wants to deal with windows driver development for hobby - and if that’s the case i sure can’t blame nobody for that.