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/)AM
Posts
1
Comments
495
Joined
2 yr. ago

  • The same as what many have said (blogs, news sites), but my best use case is YouTube! Deleted my account and get my subscriptions through RSS. The best part is it's actually much more reliable than the YouTube sub box, which is notorious for randomly not sending notifications or not showing new videos.

  • It really is amazing for programming. I gave VS Code(ium) a chance as I hadnt used it in a while, and it feels like a frustrating black box compared to Emacs.

    My favorite feature is Emacs being entirely self documenting, it makes it SO much easier to troubleshoot issues, make refinements, or just understand what's going on in your environment.

    Orginally I used Doom Emacs, but, although being wonderful to work in, wasn't as easily understandable to me. I recommend anyone wanting to start an vanilla Emacs config starts here.

    Exemplary youtube playlist by System Crafters that makes creating your emacs config from scratch not only more palatable, but arguably trivial. (At least up to the point he goes in the series).

  • Definitely Trump. Tried to subvert democracy, wholly unprofessional attitude as president (in my opinion the first president to not even attempt "rising to the office" at all), handled the economy with the tact of a middle schooler, and (allegedly) divulged / kept classified documents. He is also a civilly liable rapist. All of this I think makes Trump the third worst president of all time, behind James Buchanan and Franklin Pierce.

    George Bush is easily the second worst president in modern history, his initial response to 9/11 was a highpoint, but afterwards he started a useless war and, although he incorrectly wouldn't see it this way, bent at the knee to terrorism by subverting constitutional rights for the purposes of mass searches and seizures of information without a warrant or reasonable cause. (i.e. Patriot Act). It's been a while since I hashed out a whole list, but I believe I had Bush somewhere between 7th and 12th worst or so.

    Both are absolute pieces of shit.

  • I think your Senior year of high school oughta be the cutoff, but I don't have any issues with college students trick or treating, so I think 23 or so would be my candy refusal threshold. This actually reminds me of a story I read a long time ago:

    It's Halloween and there's a knock on the door, nothing out of the ordinary, and the person got up and went to the door. When they opened it, they found another door and doorframe up against their door, which read "Please knock for candy", they knocked and were offered candy by some college students who were carrying an entire door and frame around for this bit. I believe it ended with the homeowner refusing candy and giving the college students candy.

    So yeah, I need to add an exception to my Halloween code of ethics: An awesome costume / gag can make up for any age.

  • I never claimed the war was not already over due to Sherman, however, Lee's hypothetical leadership of the Army of the Potomac has very little to do with the fact USG tactically defeated him in the Overland Campaign. They most major engagements until Lee met Grant, and the better general won. Based on what I've read about Overland, it wouldn't have mattered if Lee was on equal footing, he was consistently outmatched by Grant.

  • They know your relationships with other people, and could infer things about you which will be stored in their servers regardless of whether you have a Facebook account, I believe if you search for "shadow accounts" you can read more about that

  • Metadata is all the content of a message besides the actual text content of the message (i.e. what you type). Examples would be the date and time it is sent, what users these messages were sent to / from, and the IP addresses of both parties. (The availability of metadata varies from messenger to messenger).

    I like this example: If you only text your Aunt Sally, who lives in Alaska, twice per year to wish her a happy birthday and Christmas, just by looking at the metadata someone could infer the meaning of your messages, as well as your relationship to the person you're messaging. To a point this is true about any messages you sent.

    As for Whatsapp specifically, it being end-to-end doesn't really matter imo, as the application is not open source and is owned by an advertising / social media company. As long as the code is closed source, you cannot be sure:

    1. That your messages are encrypted at all
    2. That your encryption keys are kept on-device, and not plainly available to a centralized party
    3. That the encryption the application is using is securely implemented

    At least for applications handling truly sensitive information (for the average person only their messenger and browser), you should be using open source software. The easiest recommendations I can make are:

    1. Browsers: Firefox, Thorium, Brave (disabled all cryptocrap)
    2. Messengers: Signal, SimpleX Chat, XMPP

    Anyways, I hope this was a satisfactory answer.