• 5 Posts
  • 477 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle


  • Device integrity is important, but in the sense that I don’t want police to be able to get in if they take my phone while it’s locked. The phone should not be trying to protect itself from me, the owner.

    I’m not planning on running any banking apps, nor any other proprietary apps that need any sort of remote attestation. For sensitive data, nothing like “other people’s social security numbers”. Just my own data, which I would prefer remain private.

    Seedvault uses Android’s built-in backup infrastructure, so it won’t back up things like Signal, or proprietary apps that resist being backed up. Only a rooted app (or rooted adb) can properly backup an Android device.

    By “mess with apps’ internal states”, I want to see what data proprietary apps are storing about me, and selectively delete it. I want to replace their certificate authorities with my mitmproxy’s certificate authority, and intercept their connections to understand them. I want to try modifying apps’ code – for example, call recording doesn’t work on my current phone, because there’s supposedly some XML file somewhere that marks all the US as “recording is illegal”. GrapheneOS claims to fix this, but there may be future problems in that same style, which could be fixed by modifying just one file.






  • They should be more neutral in a non-opinion piece. They quote a lot more people saying pro-genocide things than they quote people saying anti-genocide things. They quoted pro-genocide politicians and pro-genocide BBC staff. They did not give the musicians any opportunity to respond to the article.

    Israel’s war against Hamas in Gaza has inflamed tensions around the world, triggering pro-Palestinian protests in many capitals and on college campuses. Israel and some supporters have described the protests as antisemitic, while critics say Israel uses such descriptions to silence opponents

    Let’s consider the two positions mentioned in this paragraph:

    1. Israel should stop committing genocide

    2. Israel should continue committing genocide, and position 1 is antisemitic

    The first position is described as “pro-Palestinian”, as if these protesters support the Palestinian military (Hamas) and want them to win. This is incorrect. These people mostly just want the genocide to end.

    The second position is a shitty opinion, but also contains an overt falsehood. It’s an objective fact that it’s false, and that fact should be reported in the story, but it isn’t.


  • Last company where I faced external suppliers, I had to take a training where they said we couldn’t accept any item worth more than like $20, except food or alcohol during a presentation. But we could accept such items on behalf of the company, and they would be raffled off to a random employee. One time a guy in purchasing got a giant brass horse head from a Chinese supplier. I guess nobody signed up for the raffle, so it became a permanent fixture in the cafeteria.







  • I think people are more pissed off and divided than they have been in a very long time. It’s hard to say how close we are to a civil war, though. There’s been a lot of propaganda for a long time saying “violence is not the answer” (even though sometimes it is), and “violence has no place in our system of government” (even though the government abuses its own monopoly on violence to imprison and kill innocent, peaceful people).

    It feels like the media in the US is less reliable than it’s ever been in my lifetime, and would probably suppress as much as possible any information that would support open rebellion.





  • This is actually a serious problem in parts of China (Shenzhen, at least). You can never predict what kind of wall outlets will be in a building. Either the UK style (popular in nearby Hong Kong), American style (NEMA 5-15), or Europlug, and sometimes multiple types in one building. At the company I was mostly visiting, each conference room had universal power strips, which accepted all three styles of plugs as well as pinky fingers. I never figured out what the voltage/frequency was, and made sure to plug in only devices that could handle 120-240V.



  • Limonene@lemmy.worldtomemes@lemmy.worldWho's in charge?
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    15 days ago

    When you switch to an admin account on Windows, there are still files owned by “TrustedInstaller” that you can’t touch, and processes owned by “System” that you can’t terminate.

    Linux doesn’t have that. When you switch to root, you can kill any process. You can modify or delete any file.