Matt Sephton

Results 1368 comments of Matt Sephton

CommonMark is great for getting a ratified spec of Markdown. But, you'll find they are reluctant to add any extensions. We use the Swift ~~port~~ wrapper https://github.com/KristopherGBaker/libcmark_gfm so there is...

Another plain text fan here, currently struggling with the WYSIWYG editor whilst editing my project description: it keeps inserting paragraphs in the middle of lists, and other weirdness. I'd prefer...

C is converted into machine code, or sometimes interpreted, so there's a bunch of stuff happening before the CPU even executes instructions (which aren't sin and cos directly, but rather...

Here we go @crutch-meef try this code ```c #include #include int main() { double x; double result; x = 3.14159; result = cos(x); printf("cos(%.2lf) = %.2lf\n", x, result); x =...

Just a disclaimer their had to run my code in BasiliskII because it's all I had to hand. But same Symantec C++ 7 on 7.5.5 I'm intrigued about this one!

Absolutely agree. Thanks for looking into it further.

I was also thinking about this, but not ever emulator is equal. Apple still don't allow some of the technologies that certain emulators use (eg. JIT compilation) and also the...

> Apple allowed UTM SE on visionOS. I have no idea how it got through. you said > because JIT is disabled this is why

Source link is truncated, should be https://x.com/UTMapp/status/1799647652134654045