Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PI
Posts
0
Comments
455
Joined
2 yr. ago

  • Size has some pretty big advantages.

    In particular, it feels like lemmy is mostly memes and news.

    While on reddit, you can have productive discussions about the internals of the Haskell compiler, or ask questions to actual historians. Niche subreddits having a quorum of experts to actually have discussions about stuff was always the best part about reddit. And that part has always been sadly lacking from lemmy because of size.

  • What frustrates me is that I have no power to push the party further left.

    The way to do that is exactly the same way that the tea party and MAGA influenced their parties:

    Show up at primaries. Vote for further left primary candidates. Primary centrists.

    Rashida Tlaib and Ilhan Omar won after the previous Democrat decided not to seek re-election. AOC successfully primaried a more centrist Democrat.

    The Senate and House are really, really important. The president isn't a dictator, and the median senator honestly has a ton of power. Just look at how e.g. John McCain tanked Trump's Obamacare repeal, and how Manchin has controlled what went into Build Back Better.

    President Bernie Sanders combined with a Republican House, a Republican Senate and our current Republican Supreme Court would get approximately nothing useful done.

  • That has to happen at the state level, as they control how the elections are conducted.

    Ish.

    If each state holds an internal ranked choice election and assigns their electors based on that, almost certainly the result would be that no one has 270 electoral college votes and the house of representatives gets to appoint whoever they want.

    You'd have to have a national ranked choice vote. That's because ranked choice is inconsistent; you could have an election where A wins every state, but nationally D wins. More likely, though, you'd have vote splitting across states.

  • What exactly is your alternative?

    Have 4, 8, 12 years of Repubican rule in the hopes of getting a better Democrat? 4 years if Trump was awful enough, and did quite a lot of long-lasting damage.

    If you're offering me the certainty of a lot more long-lasting, hard to undo damage against the uncertain hope of a bit of progress, you'll forgive me if I accept the certainty of the status quo combined with pushing for voting method reform at the state and local level.

  • Cruise ships are pretty big polluters, yes. Cruise passengers have about 8x the emissions that they'd have from a comparable land-based vacation.

    But when people talk about ship pollution, they're usually talking about non-carbon pollution.

    For example, ships often burn heavy fuel oil, which produces tons of sulfur dioxide, which causes acid rain, and NOX, which depletes the ozone and causes smog and asthma.

    Cruise ships are bad for the environment, but there's honestly bigger fish to fry. Gas power plants are way, way worse for the planet.

  • You don't really have to.

    You can just handwave public static void main, and only deal with primitives, then static functions, before introducing objects.

    That's what they did at my high school. It's weird, and there's much better ways and languages to introduce procedural programming, but it's possible.

  • https://vault.fbi.gov/domestic-terrorism-symbols-guide/domestic-terrorism-symbols-guide-part-01/view

    No.

    The document lists symbols that violent extremists use, but explicitly calls out that not everyone who uses those symbols is a violent extremist.

    The punisher skull is also in there, but that doesn't mean they're claiming every asshole with a punisher skull on their truck is a terrorist. Just that if someone with a punisher skull on their truck shoots up a mosque, that the punisher iconography is evidence that it was an act of right-wing militia terrorism.

  • That makes about as much sense as saying that a truck and excavator both draw a lot on engine power, so, same difference.

    Or that both ray tracing and brute force decryption require a lot of compute so they're basically the same.

  • Basically, a scene in a game has a bunch of objects in it.

    It's not to hard to just light them, but it doesn't look that good. Most games want to have shadows, reflections, that sort of thing.

    The traditional approach is to use a bunch of extra manual work by pre-calculating a bunch of stuff.

    Ray tracing works by simulating how physical photons bounce around in real life. It's existed for a long time; they've used it in animated movies for decades.

    The issue with games is that we haven't had hardware capable of doing it in real time until quite recently.

    Edit:

    That is to say, if you want to animate water or a mirror with ray tracing, you know where the camera is in the scene, and you know where the water/mirror is, so you know the angle the reflection would have come from. So you bounce the photon back that way til you get to the light source.

  • IPoAC is a joke about printing actual IP packets, sending them by pigeon, then scanning them.

    You do the whole usual TCP ACK/SYN thing, but with pigeons.

    It's not the same as 'sneakernet, but strapping microsd cards to a pigeon'. It's way, way sillier.