ScrewdriverFactoryFactoryProvider

joined 1 year ago
 

Time to be bad, kind chapos

[–] [email protected] 6 points 11 months ago

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

[–] [email protected] 4 points 11 months ago

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.

[–] [email protected] 4 points 11 months ago* (last edited 11 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)

 

I hate brands I hate brands I hate brands

 

Fucking documentary ass song

[–] [email protected] 2 points 11 months ago* (last edited 11 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.

[–] [email protected] 3 points 11 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)
[–] [email protected] 5 points 11 months ago (1 children)

Those overlapping spelled out numbers were rough

[–] [email protected] 2 points 11 months ago (1 children)

You may be able to find a repository of example inputs and outputs to work with, but that’s generally frowned upon since organizing AOC involves so much work.

[–] [email protected] 19 points 11 months ago

No need to search when you already have someone you wanna pin it on.

[–] [email protected] 2 points 11 months ago

I am famously a dem trooper. This is me going to bat baseball-crank

[–] [email protected] 3 points 11 months ago (2 children)

No but receiving money because of relationships with politicians seems pretty legal in the US

[–] [email protected] 6 points 11 months ago

Republicans do be going on about dick pics

 

I started this series back before I knew what a piece of shit Rowling was and for whatever reason I decided to get drunk and pirate the remaining movies. And fuck, they should have been named Liberal Meritocracies And How To Worship Them.

Yes, I know dead-dove-1 dead-dove-2 dead-dove-3

Newt is charming and autistic no matter what anyone says and the discourse around him being an example of nontoxic masculinity is great. The stuff about Dumbledore/Grindelwald being played straight in the second movie and then being gay again in the third (but now Grindelwald is no longer played by Depp?) is whatever. I’ll skip straight to the chase. This series seemed to just invoke the Holocaust and then forget about it.

In the second movie, it’s shown that Grindelwald has seen the future. He’s seen the Holocaust and the dropping of the atomic bomb and he shows this to his followers, claiming to want to stop it. He’s an opportunist, of course, because he’s Very Evil. But then in the third movie they confirm that his visions of the future are correct. In fact, it focuses on a crucial wizarding election held in Weimar Germany in 1933. But, twist! They have a magical creature that can tell when someone is Very Good, which lets them do that instead of an election. So the Very Evil man tries to win the election by tricking people, but the Very Good person wins because of the actions of the protagonists. So everything turned out great and nothing went wrong.

Oh right, the Holocaust. They literally do not address it. The dissolution of the Weimar Republic is not mentioned. It’s still coming. All the main characters saw it and know that it’s true and is coming and it’s just forgotten about because the Very Good person got magically elected. It really pissed me off, tbh.

Again, I know dead-dove-1 dead-dove-2 dead-dove-3

 

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

 
 

More like, “I believe cishet white dudes are the default and any deviations must be explicitly justified.”

This is why g*mers and c*peshit enjoyers complain about diversity being so in your face. You act like the stuff that’s not in your face doesn’t exist.

 

I feel like a lot of the specifics on these threads tend to either be gender agnostic or trend towards transfemme. Just curious about the other end of the spectrum.

 

I look at transition timelines and I just have no idea what they’re talking about. People say the before picture looks sad but they’re usually smiling.

 

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.

1
Is my rower fucked? (hexbear.net)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I posted about this a month ago and people were asking for pictures and a make/model so I finally got around to doing that.

It’s a Pro-Form 440r. We picked it up for like $75 at a bougie crew mom’s house off of Facebook marketplace, so we half expected it to be fucked in the first place, but it worked really well until one of our kids fucked with in someone unknown way.

You can see in the main picture that the cord won’t retract like it originally did. I looked inside and from what I see there’s no obstruction and it’s not super twisted.

I really wanna not just toss this thing. Any help would be appreciated.

view more: next ›