joystick

joined 1 year ago
[–] [email protected] 24 points 7 months ago (1 children)

Grapheneos is the whole reason I bought a pixel.

[–] [email protected] 5 points 7 months ago

Put a chick in it and make her gay

[–] [email protected] 10 points 8 months 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 8 months ago

He wants that sweet bully protection from the other kids.

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

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

[–] [email protected] 10 points 8 months 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 9 months ago

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

2
submitted 9 months ago* (last edited 9 months 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 ›