[-] BatmanAoD@programming.dev 2 points 7 months ago

I've never seen that, and I've been using Windows professionally and personally for...ever.

[-] BatmanAoD@programming.dev 2 points 7 months ago

Oof, yeah, those count. The fact that CMake was best-in-class when I wrote C++ professionally was...awful.

[-] BatmanAoD@programming.dev 2 points 8 months ago

One list, two list, red list, blue list

(I genuinely thought that was where you were going with that for a line or two)

[-] BatmanAoD@programming.dev 2 points 1 year ago

Exactly; the OP image is saying that there's no point to doing that.

[-] BatmanAoD@programming.dev 2 points 1 year ago

...what is your point? Some software (in a language that doesn't have tail-recursion optimization) used recursion to handle user-provided input, and indeed it broke. Someone wrote to explain that that's a potential vulnerability, the author agreed, and fixed it. Who here is misunderstanding how computers implement recursion?

[-] BatmanAoD@programming.dev 2 points 2 years ago

You are saying "yes" to a comment explaining why the Google AI response cannot possibly be correct, so what do you mean "and [it's] correct"?

[-] BatmanAoD@programming.dev 2 points 2 years ago

Regular vim has that (as a compile option, like most of its features).

[-] BatmanAoD@programming.dev 2 points 2 years ago* (last edited 2 years ago)

The bit in Big Hero 6 with the video records of Tadashi inventing Baymax are about as close to this as I've ever seen in a sci fi action movie.

[-] BatmanAoD@programming.dev 2 points 2 years ago

I'm honestly not convinced JavaScript is good even for the front-end, because it's intentionally designed to swallow, ignore, and otherwise minimize errors; which is not helpful at all for development of any software. My point is that the only reason JavaScript is dominant in front-end development is that, prior to WASM, it was literally the only option; if that hadn't been the case, I doubt it would have become nearly so widely used.

[-] BatmanAoD@programming.dev 2 points 2 years ago

Yeah, Boats' point there is definitely about semantic correctness rather than performance. Goroutines do indeed have good performance.

[-] BatmanAoD@programming.dev 2 points 2 years ago

The poster finds it "kinda odd" that people don't immediately correctly interpret statements like this toot as being exclusively about the upstream kernel: https://fosstodon.org/@kernellogger/111742009818641713

I find it "kinda odd" that he expects that to be a natural reading of the original toot.

[-] BatmanAoD@programming.dev 2 points 3 years ago

I'm not a performance expert by any means, but...it seems like the bit about there being "no situation, ever" in which a garbage collector that "worked just as well as in any other language" outperformed reference-counting GC. The things I've read about garbage collection generally indicate that a well-tuned garbage collector can be fast but nondeterministic, whereas reference-counting is deterministic but generally not faster on average. If Apple never invested significant resources in its GC, is it possible it just never performed as well as D's, Java's, or Go's?

view more: ‹ prev next ›

BatmanAoD

0 post score
0 comment score
joined 3 years ago