• 1 Post
  • 476 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • azertyfun@sh.itjust.workstoMicroblog Memes@lemmy.worldlibs
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    The people who just now realized that Trump is a fascist aren’t “on the left”. They are NPCs. It doesn’t matter what anyone says about them or to them, the world will literally end before these schmucks lift a finger to fight it.

    The idea that “concerned centrists” exist to be convinced with Discourse not to support fascists is literal thought poison. Anyone who was going to resist Trump has already chosen sides. Everyone else is just a passive observer or a literal enabler (instead of whatever you think that term means).

    Make no mistake, the time for discourse is over. Whether the American antifascists continue the fight illegally through direct action or bend over is up to them. Historical precedent (Italy, Germany, Russia, Turkey, China…) doesn’t favor victory, but I would love to be proven wrong. However the idea that you’re doing anything by appealing to the most politically disconnected’s hearts and minds is laughable.


  • azertyfun@sh.itjust.workstoMicroblog Memes@lemmy.worldlibs
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 days ago

    I don’t owe anyone, anything. Least of all a “you tried” gold star for failing at even the bare minimum.

    This random thread on one of the least conservative and most politically-engaged parts of the internet is not somewhere that I’m expecting to find or engage with one of these hypothetical schmucks. I’m merely venting my contempt for them.

    There is no “divide and conquer” strategy by the way. That’s just something you made up. Divided into what and what? The politically active left hasn’t really changed course and everyone else just. doesn’t. give. a. single. flying. fuck. that their country is being run into the ground by a literal demented fascist.

    I don’t know what the winning strategy is but it certainly doesn’t involve convincing the people who are so far disconnected from reality that they just realized that Trump is a fascist. WW3 will break out long before anyone convinces even a single one of these clueless morons to take meaningful action.


  • azertyfun@sh.itjust.workstoMicroblog Memes@lemmy.worldlibs
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    8
    ·
    2 days ago

    Hard disagree. The US is cooked. Arguably it’s been cooked since the election, but there was a world in which the US public banded together and blocked the regime from taking any effective action. But now that Trump has consolidated power and set all kinds of precedents that fascism will be answered by nothing crickets and ass-licking, there’s no stopping him through legal means anymore.

    So please allow me to regard these “oh shit it that bad?? :((” people with the highest level of disgust and contempt. I don’t owe fascist enablers anything. Just like I don’t owe anything but contempt to the Germans who woke up a morning of 1936 and realized “hey guys maybe we fucked it”.


  • Induction is objectively better than every other option for anyone connected to the grid looking to buy a new kitchen stove.

    Unfortunately it’s one of these things that takes five minutes to explain because everyone has tried the Slumlord Special resistive stove and the general public can’t tell the difference. Those five minutes are why induction uptake is pathetically low compared to how superior it is in literally every way.

    Same deal with people who would still buy incandescent lightbulbs if they could just because they don’t understand that technology has moved on from CFLs and to them it’s all “newfangled economic bulbs that can’t light for shit”.



  • It’s not even about predictions or estimations - everything’s so many years late everyone stopped counting. They just… don’t seem to understand “scoping”? The pitch is “ultra-realistic life-size universe sandbox simulation” and they keep hitting walls because they’re using tech that’s completely inadequate for the task at hand but they won’t let that deter them. They’ve probably reimplemented every subsystem of the Crysis 3 engine a dozen times by now, and it’s still not anywhere near capable of achieving even a tenth of their ambitions. Fuck, they just very recently got their server meshing thing barely working after like a decade of development (at the cost of rewriting everything again of course).

    It’s like watching a team raising billions to build the Burj Khalifa but all they have is a bunch of dry sand and some spoons. Deadlines aren’t really the issue.


  • That’s treading dangerously close to a specific kind of conspiracy theory there.

    The EBU has pretty strong financial ties to Israel, not least of which their main sponsor Moroccan Oil. But at the end of the day you can count on the ghouls in charge to always find the coward’s way out and follow the money. It’s the exact same pattern of behavior they had with Russia in 2022, which they initially allowed to compete before backpedalling.

    Pretending that this is an issue solely because of some conspiracy is not only baseless, but it also unfairly lets most European broadcasters off the hook for refusing to uphold the set the same hard lines with Israel that they set with Russia. Israel competed because European broadcasters were happy enough to include Israel. Simple as.



  • It’s like every other media industry. The monoculture is dying. Everyone’s who’s “about it” is into niche subcultures and micro-celebrities you’ll probably never hear of.

    There was a weird period of time from the mid-20th through the early 21st century where radio and TV had very strongly concentrated media production which made up most people’s media consumption.
    For the last 15 years or so the tools of professional-looking media production for mass consumption have been available to anyone with a few hundred bucks to spare.

    In some ways it’s a communist utopia. The means of production have been commodified so much virtually anyone can afford them. However capitalists have moved on from owning the means of production to owning the means of distribution (the platforms).


  • Like Trump needs distraction. He could breathe slightly funny or his hands could turn a different shade of purple and the news circus would move on from the birthday book tomorrow, which doesn’t even confirm anything we didn’t already know.

    Killer was well-prepared and a good shot, unlike the weirdo who tried to take out Trump. The only unusual thing is that people who have the mental acumen to actually pull something like this off and not get caught immediately tend to be mentally stable enough not to attempt something like that.

    But times are a-changing and political violence in the US is going to get a lot worse before it gets better. People forgot that the Rule of Law and Social Contract were meant not just as ways to prevent conservatives from implementing ethnic/religious fundamentalism, but also to prevent this exact kind of thing happening. Trump is at the helm of a government he seemingly distrusts, whose own rules he constantly breaks or ignores, whose institutions he actively sabotages, whose fundamental principles he spits on. As a consequence trust in all three branches of government is crumbling, which inevitably legitimizes political violence as a last resort vector of change.


  • I mean, complete genocide is certainly a proven way of achieving that same goal. Dead people don’t make terrorists either.

    How about - hear me out - we don’t try to make everything fit into some kind of utilitarian cost-fitting function. Human rights are sacred. No ifs, no buts, no back-forming some convoluted reasoning why the Right Thing To Do is actually Self-Serving™.

    The indiscriminate killing of children is a Crime Against Humanity and that argument alone renders every other argument futile at best, disingenuous at worst.



  • Counterpoint: Yes, parse don’t validate, but CLIs should not be dealing with dependency management.

    I love Python’s argparse because:

    • It’s “Parse, don’t validate” (even supports FileType as a target)
    • It enforces or strongly encourages good CLI design
      • Required arguments should in most situations be positional arguments, not flags. It’s curl <URL> not curl --url <URL>.
      • Flags should not depend on each other. That usually indicates spaghetti CLI design. Don’t do server --serve --port 8080 and server --reload with rules for mix-and-matching those, do server serve --port 8080 and server reload with two separate subparsers.
      • Mutually exclusive flags sometimes make sense but usually don’t. Don’t do --xml --json, do -f [xml|json].
      • This or( pattern of yours IMO should always be replaced by a subparser (which can use inheritance!). As a user the options’ data model should be immediately intuitive to me as I look at the --help and having mutually exclusive flags forces the user to do the extra work of dependency management. Don’t do server --env prod --auth abc --ssl, do server serve prod --auth abc --ssl where prod is its own subparser inheriting from AbstractServeParser or whatever.

    Thinking of CLI flags as a direct mapping to runtime variables is the fundamental mistake here I think. A CLI should be a mapping to the set(s) of behavior(s) of your application. A good CLI may have mandatory positional arguments but has 0 mandatory flags, 0 mutually exclusive flags, and if it implements multiple separate behaviors should be a tree of subparsers. Any mandatory or mutually exclusive flags should be an immediate warning that you’re not being very UNIX-y in your CLI design.


  • this is all about something Eve did, not something that Eve is.

    Except the first sentence applies to all mothers who ever were. It is literally about what women are. Mr Omnipotent couldn’t figure out how to punish Eve without punishing all her daughters throughout all eternity? The mental acrobatics required to not interpret that verse as a call to sexism are olympics-level.

    I don’t actually have a vested interest in doing the mental gymnastics either way. But I do find it fascinating how deeply knowledgeable and creative some people get in order to pretend that the Bible is actually woke lmao.


  • Counter-point: AFAIK “fecal matter contamination” usually means “we found some ecoli”. A bacteria that is completely ubiquitous and almost always harmless unless you manage to ingest a significant amount or rub them into your eyes. It can be a useful general cleanliness indicator, for example if high concentrations of ecoli are measured in a body of water it probably means raw sewage made its way there, and you should be worried about the things that aren’t ecoli. However you’re not particularly likely to catch cholera or dysentery from your own sponge.

    Furthermore sponges aren’t meant to be clean per se. They’re meant to be mechanically abrasive, so that all the impurities are detached from the surface you’re cleaning. Those impurities then bind to the soap molecules which prevent them from clinging to surfaces, and therefore allow them to be easily washed away when rinsing.
    It does not matter much if the sponge was dirty because the bacteria from the sponge will rinse away alongside the bacteria from the item you’re cleaning. Just make sure to soap, rinse, and dry things properly and wash your hands after handling a sponge.


  • I’ve been using the AI to help me with some beginner level rust compilation checks recently.

    I never once got an accurate solution, but half the time it gave me a decent enough keyword to google or broken pattern to fix myself. The other half of the time it kept giving me back my own code proudly telling me it fixed it.

    Don’t worry though, AGI is right around the corner. Just one more trillion dollars bro. One trillion and we’ll provide untold value to the shareholders bro. Trust me bro.


  • It has certainly helped to be able to work from home in the last couple years so I do take a walk during lunchtime. Working in an office you’re expected to socialize during lunch breaks, which happen indoors…

    Even then, 30 minutes of daylight every day five days a week in the best case scenario is NOT a lot, especially when it’s cloudy for weeks on end so saying “daylight” is already kind of stretching it.


  • You mustn’t get “winter depression” particularly bad then. I can’t get anything done when DST does away. Extreme cold or extreme heat I can easily find physical solutions to (my house is well-insulated), but spending all daylight hours in front of a screen then having zero sunlight for after-work activities is just a burden I have to bear 5 months out of the year and it makes me want to kill myself or become a bricklayer or sth.


  • I don’t trust the US government to do literally anything right with this, and I’m kinda surprised Google didn’t already gift an underage child to Trump so he’d make the problem go away.

    However a perfectly viable option that I’m sure the previous government looked into would be to entrust Chromium (which is Open-Source though not copyleft) to a new, independent nonprofit made of Google’s former chromium team led and paid for by a consortium of the major commercial chromium users (Google, Microsoft, etc.). It would be in everyone’s best interest to share the relatively small financial burden so that Chromium can remain decent and competitive.

    This wouldn’t be anything revolutionary. This approach of financing an independent open-source project as a “common good” is basically how the Linux kernel has been developed for many years now, most Linux code is written by corporate sponsors.


  • Virtually every kind of “fun” creates pollution. Even going for a run you pollute. What about doing a road trip in a modern car is “better” than putting around town in an old one when both activities pollute a similar amount?

    The real questions worth asking are:

    1. Are these classic cars a threat to public health? (Presumably no, their numbers are small and ever dwindling)
    2. Should the law apply to all cars and when/how is it fair to make a carve out? (The answer is subjective and political and I have a feeling this is the one that actually struck a nerve with you).

    Also worth noting is that EVs are hardly a panacea. Modern ICEs are “good enough” that a lot of the immediate health concerns now come from particulates from brake and tire dust, noise pollution (which EVs contribute to nearly as much as ICEs at speed), sedentarism, accidents, and hostile urban design. The real fight is in getting most passenger cars eliminated from cities altogether and rehabilitating suburbs to be livable without car dependency, not in bickering about powertrains.