joystick

joined 2 years ago
[–] [email protected] 31 points 1 year ago (1 children)

Grapheneos is the whole reason I bought a pixel.

[–] [email protected] 5 points 1 year ago

Put a chick in it and make her gay

[–] [email protected] 10 points 2 years ago (2 children)

Saw people buying gifts at the grocery store this morning. Like cheap perfume gift bundles and stuff like that.

[–] [email protected] 2 points 2 years ago

He wants that sweet bully protection from the other kids.

[–] [email protected] 3 points 2 years ago (1 children)

It needs to absolutely be regulated. I don't really want to get an SUV, but I might for my own safety when 3/4 of other cars on the road are monsters.

[–] [email protected] -2 points 2 years ago* (last edited 2 years ago)

With you on abortion, but I think usually the truth is somewhere in the middle and the most extreme views on the left and right are wrong. I don't like encountering extremism on lemmy. It makes the world seem more hostile than it is.

[–] [email protected] 8 points 2 years ago

Label should be "life", not capitalism, lol.

[–] [email protected] 10 points 2 years ago

A serious answer: it's more about supply and demand. Unskilled is work that nearly anyone can do. Lots of supply, so wages are lower than jobs where a smaller number of people can do it. I don't think there's any conspiracy there.

[–] [email protected] -2 points 2 years ago

Lemmy does this, too. Especially happens if you're not pro-Palestinian.

2
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

I use selenium in python with chromedriver to scrape my bank account balances everyday so I don't have to log into multiple websites. I don't think Chase likes this and they actively try to stop it with their use of shadow roots, etc., but I've still managed to scrape Chase up till now. As of a couple weeks ago, I'm getting a really strange behavior, where if I run the python script there is an element not found error message for an element that clearly is there. Weirdly, if I put a breakpoint in the code and then simply resume execution once it hits the breakpoint then the element is found (by ID) and my script runs, but otherwise it doesn't. Timers don't help. I've tried sleeping for up to 20 seconds and the element is still not found, but something about hitting a breakpoint in the python script allows the element to be found. Anyone else run into this?

The line is:

element = driver.find_element("id", "requestAccounts")

 
view more: next ›