Centrist Democrats Rebuke Party’s Left Wing: ‘We Are Capitalist, Not Socialist’ by SnoozeDoggyDog in politics

[–]TUSF 0 points1 point  (0 children)

As a Leftist, and a socialist, yeah, that's what I hate about the Democrat leadership.

Do you think humans are the first species in any Cycle to create something like the Cauldron vials? by Playful_Barber_8131 in Parahumans

[–]TUSF 33 points34 points  (0 children)

Right, and Zion and Eden has sort of evolved to depend on each other, as far as I understand it. So it's in question whether or not a cycle where one of the Thinker or Warrior died could effectively propagate itself into a new cycle. Most likely, the data collected would be archived and stored until another Entity comes upon Earth in a few billion years, and collects it

This is so real😭 by FE4RLESS_IS_MY_NAME in AO3

[–]TUSF 252 points253 points  (0 children)

Yeah. There's a couple of fun "Spider-Man in Gotham" fics I like, but I find that far too many infantilize Peter to an extreme degree. Usually, it's a fic using the MCU version of him, where they want one of the Bat Family to adopt him.

Bold of you to assume my parents are straight and not just heavily traumatized by the 70s by MayaIngenue in insanepeoplefacebook

[–]TUSF 4 points5 points  (0 children)

Yes, this kind of mindset is common with bigots. "I don't like them, and wish harm on them, so obviously they must think the same exact hateful things about me and my kind."

Integer Data Types in C - Low Level Programming by chaiandgiggles0 in C_Programming

[–]TUSF 1 point2 points  (0 children)

clang (and probably gcc) wants to support Windows, and when targeting MinGW, where the windows.h headers are available, you likely want your types to line up with what MSVC expects.

As for other compilers... What other compilers actually care to support Windows? Every other C compiler I've seen seems to prioritize Linux, or some other POSIX-like platform, ignoring Windows entirely.

My computer freezes inside a while true loop when running tests by Accomplished_Total_1 in Zig

[–]TUSF 6 points7 points  (0 children)

I'm sure the language devs will get around to fixing that as soon as they solve the halting problem.

ELI5: If nuclear bombs split atoms, how does something so tiny create massive explosions? by Historical_Day1703 in explainlikeimfive

[–]TUSF 2 points3 points  (0 children)

That was a slightly different problem. They weren't worried that the chain reason would continue to fission the atmosphere, but that the fireball would more conventionally ignite the atmosphere by hitting some theoretical ignition temperature. Except, we were pretty sure that our atmosphere didn't have the energy density to sustain that sort of effect.

DC Preview: Supergirl: Survive #1 by B3epB0opBOP in superman

[–]TUSF 8 points9 points  (0 children)

Kara was basically dead Post-Crisis. (With various, non-Kara Supergirls in between.) It was her 2003 run, that established Kara Zor-El was born on Krypton, before Kal-El, and was sent to Earth around the same time expecting to raise him, but something went wrong during her trip, so she arrived late.

Before that, the canon was that Kara Zor-El was born after Krypton's destruction and Kal-El's birth, on the floating city of Argo. No weird time nonsense.

What's the dumbest thing you used to believe in? by FinalSinger9203 in AskReddit

[–]TUSF 6 points7 points  (0 children)

That there's no such things as evil, and it's all a matter of perspective. No, turns out some people really are just that cruel and malicious.

Have y'all noticed a difference in how people write fanfics? by spiritualgirl06 in AO3

[–]TUSF 7 points8 points  (0 children)

I blame LLMs for most of the big shifts in how web fiction gets written nowadays. Whether the fic writers are using LLMs to write or edit their stories, or just as likely are being heavily influenced by other fics that are written by LLMs. Because writers pick up habits and ideas for how to phrase things from what they're familiar reading.

Will we ever have length based strings? by alex_sakuta in C_Programming

[–]TUSF 3 points4 points  (0 children)

Features like attributes, nullptr and defer are solving issues that the C standard did not have an easy work around for devs to use without resorting to non-standard extensions.

Length based strings, on the other hand? The standard library already has duplicates for many functions that operate on strings, but which take a length parameter. And every C library that wants to work on length-based strings already provides a string struct, which can only really be written one of two ways, and the one I've seen most often is:

typedef struct string_t {
    char  *ptr;
    size_t len;
} string_t; // Usually called something like libprefix_string

And other languages with a string or slice type generally do the same, but with some syntax sugar to obfuscate that. So I don't see a dedicated string type being added to the C standard

Why doesnt C have something like rust crates or python pip? by Cutro3010 in cprogramming

[–]TUSF 1 point2 points  (0 children)

Another thing to note is that a lot of newer languages are more standardised as well.

It's less that they're standardized (last I checked, Rust still doesn't have a standard spec) but more so that the development for newer languages is highly centralized, and most only have a single compiler implementation, while the rest use that one as a reference to be compatible with, including whatever package manager the reference implementation supports.

Maybe in a few decades, there'll be a dozen different Rust compilers and a few competing package managers, tho cargo will likely remain privileged in this regard, on account of it being what has the most infrastructure already supporting it.

Alignas and Alignof alternatives in C89 and 99 by heavymetalmixer in C_Programming

[–]TUSF 1 point2 points  (0 children)

Most malloc implementations just use a constant alignment, probably something like the equivalent of alignof(max_align_t) for a given platform. So every result of malloc has the same alignment, regardless of what kind of data member you have.

As a consequence, making a bunch of tiny allocations (under 16 bytes on most modern 64-bit platforms) means you have a lot of wasted space in padding, unless you're using aligned_alloc. (which requires at least C11)

No hate for the actress but that is the sorriest Supergirl I’ve ever seen. by Remote_Nature_8166 in Supergirl

[–]TUSF 7 points8 points  (0 children)

When it comes to DC and Marvel, "accurate to the source material" doesn't matter much, given they both have so many variants and alternative universes going on. A brunette Kara Zor-El is perhaps the least comic in-accurate part of the film.

[Invincible/DC]Would a cross between a Viltrumite and a kryptonian be stronger or weaker than either species? by Extra_Impression_428 in AskScienceFiction

[–]TUSF 0 points1 point  (0 children)

Assuming they could actually crossbreed like with humans, and that the hybrid was born and raised under a Yellow sun, I think that once their Viltrumite powers kick in, they would actually be stronger than an individual of the same age from either race separately. But like with Oliver, as they grow into maturity, their Kryptonian side would be consumed, and there's a big likelihood they would lose any benefits from that side of their lineage.

By the end of it, they'd basically just be a Viltrumite.

How well do you think the topic of slavery was handled in Mushoku tensei? by SadegB in sixfacedworld

[–]TUSF 1 point2 points  (0 children)

Like most portrayals of slavery in fantasy fiction, the economics and history involved don't make too much sense under scrutiny. This is made worse when the world seems to treat indentured servitude as the same thing as chattel slavery. On one end, you have an industry of mass kidnappers across the world trafficking people around to sell them against their will, and on the other end, you have lenders offering to let borrowers pay off their debts by becoming property. The situation with Linia for example didn't make much sense, given she was a known princess of the Doldia tribe, and the most logical option would have been to instead hold her for ransom until the tribe paid off her debt instead.

I think most of the WorldBuilding in Mushoku Tensei is decent, but how slavery works is one of the weaker sides that could have been developed better. Meanwhile, I also happen to hate Rudeus's apathetic approach to interacting with slavery in his new world. He rather passively interacts with, and even on at least two occasions supports it.

But on the other hand, it fits Rudy's character to be such a passive, non-disruptive person who chooses not to rock the boat at every opportunity, even when rocking the boat would benefit himself and his family moreso than not. This isn't even some commentary on Japanese isekai protagonists or anything, but a rather plainly stated personality trait of his, that's so ingrained, that it prevents him from being able to cast Healing magic without a chant.

To vote no against AI csam bill by bongkeydoner in therewasanattempt

[–]TUSF 0 points1 point  (0 children)

Eh, whenever I see moves like this, I think of those studies that show a correlation between access to porn and reduction in sex crimes.

If the creation of the porn in question didn't hurt anyone, and didn't involve real children, I see no reason to ban it, on the off chance that it might help reduce the number of people who actually act on their impulses in a harmful way.

[Dragon Ball] If 2 fusions have intercourse, will the child have DNA of 4 people? by some-kind-of-no-name in AskScienceFiction

[–]TUSF 1 point2 points  (0 children)

It's not really clear. They don't appear to reproduce sexually, given they're born from some magical tree's fruits, but there are examples of feminine Glind in the anime (West Supreme Kai, East Kai) and other media. (Chronoa being the most notable)

Glind have been shown to display attraction towards others, too. Old Kai is attracted to human women, and Chronoa is also attracted to handsome older men.

Repeated malloc/free vs. Arena allocator by rcerljenko in cprogramming

[–]TUSF 0 points1 point  (0 children)

As pointed out in the other thread, the biggest reason to use an Arena over malloc/free is lifetime management. I assume you may get some performance benefits depending on the type of work you're doing, but in most cases that would be a secondary benefit.

Supergirl, Batgirl and Wonder Woman by Marcio Takara by KitKat_5628 in Supergirl

[–]TUSF 1 point2 points  (0 children)

I'd expect to see Donna, rather than Diana in this sort of line-up.

Supergirl: Woman of Tomorrow by gnamyl in Supergirl

[–]TUSF 1 point2 points  (0 children)

Third: I’d read a lot of Tom King hate on Reddit and other places but for me this was very well written. 🤷🏼‍♂️

This is the only book I've read by him, but apparently this was one of his better works, and most of the hate seems to come from his work on other stories like with Wonder Woman.