ScrewdriverFactoryFactoryProvider

joined 1 year ago

Once they come for the birth control there’ll be plenty of forced births, no worries

Also, it still counts as pushing straight to prod if your PR reviewer gives it a once-over and stamps it with “LGTM”

To have such a strong, undiffused, and distant light that it could realistically mimic the shadows on the moon, you would need very modern CGI to replace the shadows of every actor on every frame. Supposedly the recording we have of the moon landing is of a camera pointed at a tv screen because simultaneously broadcasting and recording at the same time was still newer tech that NASA didn’t have set up. And even then, you can see the quick falloff of the shadows and how they run parallel to each other. The sophistication to pull off a fake was just not there.

Most US military leaders are true believers in liberal democracy and The Good of US global hegemony. The leftist observation that these systems share a material base with fascism doesn’t mean that the open fascists coming to power in the military would not be an internal power struggle. They’re different factions.

[–] ScrewdriverFactoryFactoryProvider@hexbear.net 7 points 10 months ago (2 children)

If they were smart they’d purge the open fascists and insurrectionists but they won’t

 
[–] ScrewdriverFactoryFactoryProvider@hexbear.net 4 points 10 months ago* (last edited 10 months ago) (1 children)

Tigran Hamasyan (Armenian piano jazz-metal)

The Gabriel Construct (self-described as art music iirc, but basically just some experimental rock)

Jaggery (avant-rock, cool harp sounds)

Noah Sias (deathcore? Just so fucking heavy idk)

Bent Knee (experimental rock, just an absolutely gorgeous song)

Mel Bryant (indie rock, great hook, cool breakdown)

[–] ScrewdriverFactoryFactoryProvider@hexbear.net 14 points 10 months ago* (last edited 10 months ago)

I’m gonna spend about 3 hours researching the local positions where my vote counts and leave everything where my vote has already been decided for me blank. Then, I’ll use all the extra time I saved from not pouring my brain down the drain watching endless election coverage to instead do some mutual aid, which has already saved several lives this winter. Fuck Donald Trump and fuck Joe Biden.

[–] ScrewdriverFactoryFactoryProvider@hexbear.net 2 points 10 months ago* (last edited 10 months ago)

It simply finds all possible digits and then locates the last one through the reverse indexing. It’s not efficient because there’s no shortcircuiting, but there’s no need to search the strings backwards, which is nice. Python’s startswith method is also hiding a lot of that other implementations have done explicitly.

I already write code in my sleep and it sucks. Pushing this code to production would be heretical.

[–] ScrewdriverFactoryFactoryProvider@hexbear.net 4 points 10 months ago (2 children)

I think I found a decently short solution for part 2 in python:

DIGITS = {
    'one': '1',
    'two': '2',
    'three': '3',
    'four': '4',
    'five': '5',
    'six': '6',
    'seven': '7',
    'eight': '8',
    'nine': '9',
}


def find_digit(word: str) -> str:
    for digit, value in DIGITS.items():
        if word.startswith(digit):
            return value
        if word.startswith(value):
            return value
    return ''


total = 0
for line in puzzle.split('\n'):
    digits = [
        digit for i in range(len(line))
        if (digit := find_digit(line[i:]))
    ]
    total += int(digits[0] + digits[-1])


print(total)
[–] ScrewdriverFactoryFactoryProvider@hexbear.net 6 points 10 months ago (1 children)

Those overlapping spelled out numbers were rough

 

If you want to know who controls you, bida ka ben to nama non rawtui da criticize (eg. Illumination’s Minions)

 
 

I’m trying to find an old creepypasta that was instructions on how to do this ritual. Bonus points if there’s evidence that that sort of environment can cause mild visual hallucinations, even in a clinical setting, which I seem to also remember is the case.

 

I think these 3 things are fascinating in a similar way. They all involve encoding some information or process in a way that could be replicated independent of the details of the underlying physical mechanisms. It really hammers home for me that life can be seen as a series of increasingly complex abstractions where the implementation details aren’t necessarily the defining factors. Some of that is probably because human intuition is messy and our taxonomies, though increasingly reliable, have started from a place of working backwards from that intuition.

Just had this thought stuck in my head and needed to write it out a bit.

 

Skill issue

 

That way, it’ll be deprecated after a year and we can move on

 

I can hear the music in my head and now when I play it it just no longer lines up in my DAW and it sounds like trash. Why did I do this?

 

No, I am not not a pathological liar.

No, I do not make a habit of lying for fun.

Yes, saying things like, “the sky looks so green today” in a really serious tone is hilarious.

Or if someone asks, “will you hand me that?” and I say “no” as I’m handing it to them. Very funny.

 

I originally wrote a 1k-word response to a maybe 50-word comment on another post and decided to edit it down and make it its own post.

We all know that picking a single thing to be is ridiculous and that you don’t have to commodify your interests for them to be valuable and valid. It’s capitalist bullshit that we drill into kids from such a young age. Commodify the parts of you which make you unique. Make yourself easily digestible by employers. You are a brand. Perform a simplification of your own existence. Etc.

My favorite band of all time worked full time in factories for a decade while gigging nearly every night before finally disbanding. While I believe they should have been able to make a living doing what they did, there’s nothing saying that they were required to allow their labor to be exploited to do so. But I think there’s another more subtle aspect of why this question sucks: it prioritizes lifestylist fantasy over practical skill building.

Imagine someone said they want to be a fashion designer. That brings a lot of cultural imagery to mind. What it does not do is make kids imagine the decade of skill-building that comes prior to being good enough to work independently. There are so many skills involved with that, each of which involves a lot of rote practice. You want to be able to draw your designs? Draw A Box has exercises to get the basics inside the muscle memory of your hands. You want to be able to sew together samples? Here’s a guide on how to make a pillowcase, which is a decent first project. You want to be able to get your designs manufactured and sold? You need to be able to make a tech pack.

I think that when kids enjoy learning the basics of these skills is when they can decide whether it’s worth pursuing as a career. “I want to be a ___” should almost always be taken as “I’d like to try learning how ___s do their job so I can see if I enjoy it”.

There’s a flip side to the idea that you don’t have to live your job, too. For me personally, I can work a job that’s unrelated to my special interests for about 2 years before my body will just start shutting down from the stress and I will be physically unable to get myself to go to work. But of course, I can’t get disability because, “You can clearly work. You just keep getting fired on purpose.” So having a job that allows my autistic ass some flexibility has been a lifesaver, possibly literally. If I hadn’t had nearly a decade of amateur practice at the thing I’m currently doing, I wouldn’t have been able to get hired. Maybe that’s a little extreme, but it’s hard to tell someone who hasn’t been alive for 18 years, “if you wanna do that job and haven’t already started learning, you’ve got about 10 years left before someone will hire you.” Of course, the reality is that a lot of careers have expectations of coming in green and learning on the job. But not all of them do. It’s complicated.

 

Just got off the phone with the utility company who said I “wrote a bad check” and therefore couldn’t get an extension. What actually happened is that I had more than enough money in my account on the 9th and it took them 6 whole days to withdraw the money, at which point I was $20 short and the whole thing got returned. In the meantime, I spent the remainder of the money because it showed it as processing for nearly a week before disappearing and I got no indication that it hadn’t gone through for another 3 days. I needed groceries so I got groceries. So I’m now $270 short and it’s looking like I’m just gonna be without electric and water from Monday-Thursday. Gotta love it. When we called we made a point of staying calm and explaining what happened and the person just kept saying, “You wrote a bad check” over and over. We don’t even have a check book. And when my partner started crying the rep just hung up.

So that’s how my day’s going.

 

Requiring homework on a consistent basis is not an evidence-based practice and actually introduces worse outcomes for kids whose parents/guardians are less present, which disproportionately affects poor kids and kids of color.

Why do we do it? Because there are some parents (you know the ones) who will pester the school and lobby for dropping their funding if they don’t see consistent tangible output from their students. If the kids aren’t coming home with half a dozen papers each day and a bag of books, how can we verify that the teachers aren’t just sitting around on their phones all day not doing shit and collecting a paycheck WITH OUR TAX DOLLARSSSSS?!!!?!?!

So, homework largely serves as busy work to signal to parents that teachers are doing things. And the system is designed for parents to actively encourage and participate in the development of the skills required to regularly complete homework independently by high school. Kids whose parents have less free time are inherently disadvantaged, often labeled as bad kids or lazy early on, and can have a seat on the prison train before they’ve entered middle school. It also harms kids’ self esteem and sets an unhealthy precedent for expectations around work-life balance.

There isn’t a single thing that homework accomplishes by accident which couldn’t be accomplished better on purpose via other methods. Fuck homework.

view more: next ›