• 0 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle
  • Seconded. They are not laughing at your misuse of the words grammatically. They are laughing at the unintentional parallel to the way bigots talk about the people they target with their hate/insults. For a joke, they are twisting the meaning of your words to imply that when you say “those people” you are referring to some minority or marginalized group in a derogatory way. “Those people are loud” is an innocent statement on it’s own when referring to a group of people being disdisruptive. But “Those people are loud” when “those people” refers to an entire demographic of people is a derogatory stereotype. “What do you mean thoooose people?”





  • Because apparently half of the active voters in this country are either greedy corporate cunts, wealthy sociopaths, MAGA morons, authoritarian Christian ideologue crazies, psuedo-intellectual “centrists”/independents that somehow conflate basic human respect for minorities and outright fascism as “both sides are the same”, or some combination thereof. Those type of people are the type that think the ends always justify the means and that the ends they want is a US that looks like a cross between A Handmaid’s Tale, Atlas Shrugged, and modern day Russia. It is one of the most disheartening realizations of my adult life to learn that so many of my fellow Americans are fucking vile people.

    Do keep in mind, that roughly half of voters is not the same as roughly half of Americans. The highest turnout of voting eligible people in the last century was only 66.6% in 2020. Basically every Trump nut votes. It is there entire reason for being these days, to support and vote for Trump. And in 2020, Trump only got 46.9% of the popular vote, i.e. only 33.03% of the US voting eligible actually cast a vote for Trump. The rest of us are either actively trying to stop Trump or are at least not actively supporting him. The absolute BEST thing we can do as a country is to bump those numbers up. There is no excuse for 1 in 3 people to not vote, leaving another 1 in 3 people to have disproportionate power over everyone else’s lives. Complacency and apathy or counting on enough others to do their civic duty so you don’t have to is how Trump wins again. Vote and make every single person you know go vote too. Tell them to register. Tell them to vote early if that is more convenient for them. Whatever. Just go vote.

    Update: The second best thing you can do is vote for state and federal epresentatives and leaders that will advocate for election reforms like joining the National Popular Vote Interstate Compact (NPVIC) and/or abolishing the electoral college, fighting Gerrymandering, establishing new, more fair and representative voting systems (Ranked Choice, Approval, Proportional, etc.), term limits, etc. The goal is for representative government is to actually represent the popular will of their voters. It absolutely does NOT do that right now. That should be our first and greatest goal for our government.













  • I saw you already solved your own issue. Just want to make sure you understand what the actual issue was and why.

    In order to use a class/function, such as Light(), the interpreter running your script needs to know what that class/function does. To do that, either you need to have defined it in your code (like you did with your main function) or you need to have imported it from from a another source like lifxlan where it is defined. In your original script, you imported the class LifxLAN, though as you discovered, you forgot to import the class Light as well. I’m assuming those are classes, btw, from both context and the fact that they follow the python naming convention (functions and variables are all_lower_case, Classes are CapitalizedWords, and CONSTANTS are ALL_CAPS)

    Additionally, instead of importing each class, you could have also imported the entirety of the lifxlan library by changing your import statement to import lifxlan. I’m not recommending you do that. It’s not best practice to import more than you need and it can cause issues if what you’re importing is not just a library but also executes code. But, if you did import the whole library, that would have imported all of the classes and functions in lifxlan including both LifexLAN and Light. You could then create objects of those classes or call those functions by prefixing the library name to their name. For example, lifxlan.Light().



  • The use of heavy handed wording was intentional but not to be dismissive of caring for family, friends, etc. It was meant to be dismissive of a person who thinks that science and discovery is a waste of time and that interpersonal connection is the ONLY thing that matters. THAT point of view is simple, is overly sentimental, is small. If someone is pushing that view than the only thing I can infer is that they simply do not understand the science or its importance, which, today, usually means they’re incapable or too apathetic to try because the knowledge couldn’t be much more accessible than it is. My preference is that science not be maligned as inconsequential or even detrimental. There is plenty of that anti-intellectual sentiment going around and I have no respect for it.