• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: August 19th, 2023

help-circle
  • Got it. Cool.

    When I saw this originally I was already coming down from someone else in my circles saying probably exactly what you had in the meme, but without the critical thinking part. Like a kind of “she never said she had great genes, she said her eyes were blue! Suck it liberal! Facts>feelings!” Your commentary makes sense, but the meme was exactly, like I am pretty sure close to verbatim what they had said in defense of the ad. So in seeing the meme I was ready for war.











  • Signal is not a suitable venue for hosting national security discussions. It’s all laid out in the article that it goes beyond encryption.

    Information about an active operation would presumably fit the law’s definition of “national defense” information. The Signal app is not approved by the government for sharing classified information. The government has its own systems for that purpose. If officials want to discuss military activity, they should go into a specially designed space known as a sensitive compartmented information facility, or SCIF—most Cabinet-level national-security officials have one installed in their home—or communicate only on approved government equipment, the lawyers said. Normally, cellphones are not permitted inside a SCIF, which suggests that as these officials were sharing information about an active military operation, they could have been moving around in public. Had they lost their phones, or had they been stolen, the potential risk to national security would have been severe.

    The tldr is that the endpoint is insecure. These discussions should not be done on a mobile device, it should not be possible to participate in or view the contents of the discussion out in the open, and it should not even be possible to accidentally invite 3rd parties that were not cleared.

    This article goes further in displaying that participants are not adhering to data retention standards, either, to no surprise.

    It’s a fascinating article, and really is a revealing example of how profoundly inept this regime truly is.



  • They don’t. Nearly everything that you buy has a unique serial number, and if consumers are buying direct from manufacturers it could, in theory, link a consumer to a serial number. It’s unlikely that they could make those connections, though. Peak sells direct, but they also sell through 3rd party stores and distributors, where there is an abstraction between the serials and consumers.


  • I am no expert, but I have used Python in a professional environment, and helped on board a Python newbie to build out his first project.

    It would be helpful to know what your environment looks like (what OS you are running, Python version, terminal interface – are you running cmd, powershell, terminal) and which steps prompts the reported error messages.

    Starting from the first time running Python using a Windows computer, the first steps should be

    Launch Powershell as admin and type in the following commands:

    set-executionpolicy remotesigned

    winget install python

    mkdir python

    cd python

    python -m venv scraper

    .\scraper\Scripts\activate

    Following that you should be able to use pip to install more modules or packages. I have Visual Studio Code as my IDE, and that means from there I can also run code to open the text editor to write whatever code I intend to run. Be sure to save it to C:\Users\youruseraccount\python If your scripts are saved to that folder, you can run them from powershell by just typing in their filename. Any time you run scripts, open powershell and type cd python and then .\scraper\Scripts\activate Hit enter, then type in the name of the script you want to run.

    This information dump is not the most detailed, but it should get you to the point that you can run your scripts.


  • I think the Zelda Oracle games were pretty rad. Easy games to play, and for the truly committed you had cross progression between the two games to complete quests across Seasons and Ages. The two games had completely different maps and dungeons to explore with different items in each. They were a dual release that weren’t just the same maps with slightly reshuffled enemies like the Pokémon games were. I remember trading my copy of Seasons to my friend for his copy of Ages and then checking in with each other to see where we were and if either of us had discovered any secrets that we hadn’t found in our respective playthrough.


  • My mom died a decade ago, and my dad about two years ago. Neither were great, and to a certain extent, their passing left a bit of relief that I was no longer responsible for them. However, with them gone, there is no longer a chance to fix those relationships. They are both dead and my relationship with them will forever have been shitty.

    It is sad to think about those times when my dad would tell me he wanted to try to be a better parent, but I’m the end, he never followed through. I don’t look back and think about how he doesn’t have any more chances to fulfill those promises, I see it that he can no longer break that promise to me that he would try.

    I know that my parents would not change, they would never take responsibility for how their choices hurt others, they would always continue with their selfish behaviors, and they would never be the parent that every child deserves. Some people can’t be fixed.

    I understand your feeling of relief.