• 0 Posts
  • 1.51K Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle





  • I don’t trust them either. But I can’t not trust them unless I trust you, which I don’t.

    This feels like a variation of that two guard riddle except the warning is “both guards lie all of the time” and the two guards still don’t agree.

    Which is resolved by the riddle itself being the lie. Applying that here means we should do the opposite and not (never trust anyone).

    Now which way does that not apply?

    • sometimes trust anyone
    • never distrust anyone
    • never trust noone
    • sometimes distrust anyone
    • never distrust noone
    • sometimes trust noone
    • sometimes distrust noone

  • Yeah, I think there is a lot of potential for code analysis. There’s a limited cross section of ways malware can do interesting things, but many permutations of ways to do that.

    So look for the interesting things, like:

    • accessing other programs’ address spaces
    • reading/writing files
    • deleting/moving files
    • sending/receiving network traffic
    • os system calls and console commands
    • interacting with hardware
    • spawning new processes
    • displaying things on the screen
    • accessing timing information

    Obviously there’s legitimate uses for each of these, so that’s just the first step.

    Next, analyze the data that is being used for that:

    • what’s the source?
    • what’s the destination?
    • what kind of transformations are being applied to the data?

    Then you can watch out for things like:

    • is it systematically going through directories and doing some operation to all files? (Maybe ransomware, data scrubbing, or just maliciously deleting stuff?)
    • is it grabbing data from somewhere and sending it somewhere else on the internet? (Stealing data?)
    • is it using timing information to build data? (Timing attacks to figure out kernel data that should be hidden?)
    • is it changing OS settings/setup?

    Then generate a report of everything it is doing and see if it aligns with what the code is supposed to do. Or you could even build some kind of permissions system around that with more sophistication than the basic “can this app access files? How about the internet?”

    Computer programs can be complex, but are ultimately made up of a series of simple operations and it’s possible to build an interpreter that can do those operations and then follow everything through to see exactly what is included in the massive amount of data it sends over the network so that you can tell your file sharing program is also for some reason sending /etc/passwords to a random address or listening for something to access a sequence of closed ports and then will do x, y, z, if that ever happens. Back doors could be obvious with the right analysis tools, especially if it’s being built from source code (though I believe it’s still possible with binaries, just maybe a bit harder).


  • I’m skeptical that there exists any leftist mainstream place that isn’t actually a right-wing place disguised as leftist.

    I’m also skeptical that all of those loud but irrational voices are genuine. Especially given Russia’s MO for online trolling where they push both sides of any issue to extremes to sow division. Not to say that I believe everyone on the left is rational and reasonable. But why would the tone be so different between “mainstream” and “non-mainstream” left places if the position you’re talking about is as ubiquitous to the left as you claim it is?



  • Is he trying to pull the Johnson power move but the best he can do is talk about someone who had a large cock? Or are these ramblings of a man sinking deeper into dementia and losing what remained of his filter and just talking about what’s on his mind? Or maybe it’s a power move by Putin and he ordered Trump to humiliate himself to show someone else that he pulls Trump’s strings? Or… Maybe a power move Trump is using to say it doesn’t matter what he says at this point since he’s intending to try to loophole his way into the presidency rather than get elected in?

    Kinda fucked that all of those seem plausible.

    Not that it wasn’t meaningless toxic bullshit when Johnson whipped his cock out to settle disagreements or do whatever the fuck he was trying to do when he did that.



  • There is a bit of a grass roots one, but part of the problem is that it’s entirely on the consumption side, as in people deciding to have less sugar. Even proposed legislation solutions involve controlling the consumption side, though at the final product production level.

    Which means that sugar producers are still trying to produce the maximum amount of sugar to make the most profit and the lowered demand just ends up driving the price down and makes it more attractive to others to add more sugar. If that lower price is still profitable, then sugar producers can continue full steam ahead.

    I’ve noticed something similar with plastics. Demand is lowered in some areas by legislation (like no plastic straws or single use bags), but plastic is still being produced at volume, so prices go down and other products switch from non-plastic packaging to plastic. I’ll call out Betty Crocker homestyle instant mashed potatoes specifically here, that went from a cardboard box containing two paper/metal pouches to a single plastic pouch, which also means it’s more of a pain to make only half the package and more likely to create more food waste in addition to plastic waste.



  • That’s pretty smart, using it for legal documents. If the accuracy is high, it might be nice to just copy paste any tos or whatever to get the highlights in plain language (which imo should be a legal requirement of contracts in general, but especially ones written by a team of bad faith lawyers intended for people they don’t expect to read it and deliberately written to discourage reading the whole thing).



  • It wouldn’t surprise me if they were more colleagues under Putin than friends, even at the best of times.

    Like you’d figure Rudy would have brought more competence to the table if he was just trying to help his friend out. I really got the sense that he was only doing what he did in 20/21 because his back was against the wall and disobeying would have resulted in worse effects than torpedoeing his career and the legal trouble.

    And my guess for the consequences would be the release of a video that is similar to his scene in Borat 2, only without Borat rushing in to stop it.





  • The way I see it, sovcits want it for themselves to have freedom to do what they want (which can include imposing on others). “Constitutional” sheriffs want it for themselves to expand their power over others because police can do very well under a fascist system (until they do something against the party and then disappear… Or someone more connected in the party wants their power themselves… Or someone less connected wants their power and can act before the better connections come into play).

    I wonder how many of the ones who want a fascist system for their own power realize how much of a target getting that power puts on them from pretty much all sides.