Skip Navigation

erogenouswarzone
Posts
1
Comments
253
Joined
2 yr. ago

  • I woke up the other night gagging in my sleep. I swallowed spastically, compulsively over and over - something was in there. I coughed and wheezed and choked for what felt like hours before it was gone. But a lump lingered until I finally fell asleep again. I chose to believe it was a common house fly, but it went down large and hard.

    The moral is, its not about seeing the spiders, its about having stupid, instinct-only vermin that will crawl into any dark, moist space it finds. Their instinct doesn't even allow for a concept of what a human is. They only know how to eat and screw and maybe be afraid.

  • The propaganda from King of the Hill has made for sub-prime cookouts for all my life up until a few months ago.

    Believing propane was the superior heating element of the cookout, because of Hank Hill, I never tried a charcoal grill. But when I went to other folks cookouts, it tasted so good. A little sweet and smokiness charred into the meat, "How did they do that?!" I contemplated late into many nights.

    I switched to Charcoal after a friendly suggestion, and the difference is mind-blowing. If you're cooking with propane, you might as well be cooking on a stove.

  • Anybody have any interesting dinosaur facts?

  • There is proof however, that they did in fact fuck:

  • Stoner

    Jump
  • Personally I thought weed was very addictive, but not in the traditional sense.

    Take coffee for instance. When I stopped drinking coffee I had headaches, was a dick for a few days, but that's it. Which is pretty easy compared to, say, heroin (so I hear).

    With weed, I didn't have any of that, but I craved the relaxation it brought. The feeling of not giving a fuck about anything for a few hours was great, and I longed for it. I still long for it sometimes. And I think that's the dangerous thing about weed being labeled as "non-addictive."

    Just because you don't have a physical reaction to abstaining, doesn't mean the emotional reliance is nothing.

  • Who gives a shit?

  • Yes, but only because it gives you a link to where that was run. Click the link to the right with filename:lineNumber, and it will open the sources tab to that line. Set a breakpoint and rerun to pause there, then step through the code's execution.

    Of course, if you're using minified or processed code, this will be more difficult, in that case figure out how to do it in VS Code.

  • Yep. Once you get the hang of it, you will cringe to think of all the wasted effort that came before. But getting the hang of it takes dedication.

  • Watch a Video or read something because it really is an invaluable tool. But here's a crash course:

    Debuggers, or IDEs, let you step through your code in slo-mo so you can see what is happening.

    1. Set a breakpoint - Click to the left of a line of code so a red dot appears. Run your program, and the IDE will execute to that line, then pause.
    2. Look at variables' values - While the execution is paused you can hover over variables before that line to see their value.
    3. Step through the code - See what happens next in slo-mo.
      • Use "Step Into" to enter into a function and see what that code does.
      • Use "Step Over" to not go into a function and continue in the current spot after the function has done its business.
      • Use "Step Out" to exit a function and pick up the execution after it has run. Use this when you're in too deep and the code stops making sense.
    4. See whats in the heap - The heap will list all the functions that you're currently inside of. You can jump to any of those points by clicking them.
    5. Set a watch - Keep a variable in the watch so you can see what its value is at all times.
    6. Set a condition on the breakpoint - If the breakpoint is inside a big loop, you can right-click on the red dot to create a conditional breakpoint, so you write something like x===3 and it will only pause when x is 3.

    There are many other things an IDE can do to help you, so def look into it more if you want to save yourself a lot of insanity. But this is a good starting point.

    If you're developing for the web use F12 to open web tools, and when an error happens, click the file/line number to see that point in the Sources tab, and you can debug there.

  • I feel like the American media is out of control and is no longer a tool of the people, but a fire hose of the wealthy, disseminating whatever will help them keep their power.

    They have convinced the people that news makes you intelligent, when really the lack of new ideas and differing viewpoints creates a closed feedback loop so they just regurgitate whatever they hear with absolute confidence, but if you ask them a question it all falls apart.

    Fox, CNN, New York Times, NPR, it's all owned or supported in such a way that they dare not bite the hand that feeds it.

    So I, for one, am open to hearing what foreign countries have to say.

  • When you think about data it actually gets really scary really quick. I have a Master's in Data Analytics.

    First, data is "collected."

    • So, a natural question is "Who are they collecting data from?"
    • Typically it's a sample of a population - meant to be representative of that population, which is nice and all.
    • But if you dig deeper you have to ask "Who is taking time out of their day to answer questions?" "How are they asked?" "Why haven't I ever been asked?" "Would I even want to give up my time to respond to a question from a stranger?"
    • So then who is being asked? And perhaps more importantly, who has time to answer?
    • Spoiler alert: typically it's people who think their opinions are very important. Do you know people like that? Would you trust the things they claim are facts?
    • Do the data collectors know what demographic an answer represents? An important part of data collection is anonymity - knowing certain things about the answerer could skew the data.
    • Are you being represented in the "data"? Would you even know if you were or weren't?
    • And what happens if respondents lie? Would the data collector have any idea?

    And that's just collecting the data, the first step in the process of collecting data, extracting information, and creating knowledge.

    Next is "cleaning" the data.

    • When data is collected it's messy.
    • There are some data points that are just deleted. For instance, something considered an outlier. And they have an equation for this, and this equation as well as the outliers it identifies should be analyzed constantly. Are they?
    • How is the data being cleaned? How much will it change the answers?
    • Between what systems is the data transferred? Are they state-of-the-art or some legacy system that no one currently alive understands?
    • Do the people analyzing the data know how this works?

    So then, after the data is put through many unknown processes, you're left with a set of data to analyze.

    • How is it being analyzed? Is the analyzer creating the methodology for analysis for every new set of data or are they running it through a system that someone else built eons ago?
    • How often are these models audited? You'd need a group of people that understand the code as well as the data as well as the model as well as the transitional nature of the data.

    Then you have outside forces, and this might be scariest of all.

    • The best way to describe this is to tell a story: In the 2016 presidential race, Hillary Clinton and Donald Trump were the top candidates for the Democratic and Republican parties. There was a lot of tension, but basically everyone on the left could not fathom people voting for Trump. (In 2023 this seems outrageous, but it was a real blind spot at the time).
    • All media outlets were predicting a landslide victory for Clinton. But then, as we all know I'm sure, the unbelievable happened: Trump won the electoral college. Why didn't the data predict that?
    • It turns out one big element was purposeful skewing of the results. There was such a media outrage about Trump that no one wanted to be the source that predicted a Trump victory for fear of being labeled a Trump supporter or Q-Anon fear-monger, so a lot of them just changed the results.
    • Let me say that again, they changed their own findings on purpose for fear of what would happen to them. And because of this lack of reporting real results, a lot of people that probably would've voted for Clinton, didn't go to the polls.
    • And then, if you can believe it, the same thing happened in 2020. Even though Biden ultimately won, the predicted stats were way wrong. Again, according to the data Biden should have been comfortably able to defeat Trump, but it was one of the closest presidential races in history. In fact, many believe, if not for Covid, Trump would have won. And this, at least a little, contributed to the capital riots.
  • I love Brian Regan, but I haven't heard this bit. What's it from?

  • Many years ago - many jobs ago, we got a new CEO, and she wanted to make a big splash, so she started firing people. And this is a public, non-profit job, so most people were working in less than stellar conditions simply because they were passionate about public service.

    I was two days away from putting in my 2 weeks' notice because I had landed another job, but they fired me and gave me two months' severage. So instead of having to work another 2 weeks, I didn't have to go another day. I said "Sorry it didn't work out." and held my smile till I got out the door.

  • Great counterpoint. This is what Reddit has been missing for the last 6-8 years: actual thought instead of regurgitation.

  • Every order I've ever made on Ali:

    1. Me: Place order
    2. Ali: it will be there in a month
    3. A few weeks later, Ali: Your order was cancelled.
    4. Back to Amazon

    But if someone makes a version of Ali that works in the states, Amazon's online store is already a dinosaur and can easily be dominated.

  • Yeah, I remember the first time we saw one in our 4th (?) grade class, our mouths hung open in awe. That guy was the hot shit for a while. It was like magic.

    I remember my dad showing me the paint application on a Mac 2 a few years before, and he was super pumped about it, but I did not give two fucks; but this pen was like the pen of god. How could a pen even write with different colors?

    Then, the guy that brought in the erasable pen a few years later. I mean... Jesus, the things mine eyes have seen.

  • Oh fuck. Hang on to your pooper.

  • Is this actually happening? Reddit bots posting negative impact content to torpedo Lemmy?

    I know the other day I saw John Oliver and Disney on the front page. I hope those users gets banned.

  • Omg, I am so sick of seeing John Oliver and Disney properties on the front page. It feels like a breath of fresh air being here.