I think therapy can be used very strategically. Maybe you want to end a friendship and don't know how to break it to them. Or maybe you don't like the way you are being treated by someone and you want to know effective ways of setting boundaries. Therapy can be super useful in giving you the tools to confront difficult emotional/psychological situations.
Not trying to be combative - but you do have a choice to refuse. To me, it seems like they wanted to add diversity to account for bias and failed hilariously. It also sounds like this wasn't intended behavior and are probably going to rebalance it.
Now, should Google be mocked for their DEI? ABSOLUTELY. They are literally one of the least diverse places to work for. They publish a report and it transcends satire. It's so atrociously bad it's funny. Especially when you see a linkedin job post for working at google, and the thumbnail looks like a college marketing brochure with all walks of people represented.
Investors in Google should consider Google's financial performance as part of their decision. 41% increase YOY in net income doesn't seem to align with the "go woke or go broke" investment strategy.
Fortune 500s are laughably insincere and hamfisted in how they do DEI. But these types of comments feel like schadenfreude towards the "woke moralist mind-virus"
But lets be real here ... DEI is a good thing when done well. How are you going to talk to the customer when they are speaking a different cultural language. Even form a purely capitalist perspective, having a diverse workforce means you can target more market segments with higher precision and accuracy.
1. use mobile phone proxies. Because of how mobile phone networks do NAT, basically it means that thousands of people share IPs and are much less like to get blocked.
2. Reverse engineer APIs if the data you want is returned in an ajax call.
3. Use a captcha solving service to defeat captchas. There's many and they are cheap.
4. Use an actual phone or get really good at convincing the server you are a mobile phone.
5. Buy 1000s of fake emails to simulate multiple accounts.
6. Experiment. Experiment. Experiment. Get some burner accounts. Figure out if they have request per min/hour/day throttling. See what behavior triggers a cloudflare captchas. Check if different variables such as email domain, useragent, voip vs non-voip sms based 2fa. your goal is to simulate a human. So if you sequentially enumerate through every document - that might be what get's you flagged.
While I believe selling zero days to NSO group is significantly worse than working for Google or building surveillance capitalism software - we are mercenaries. Like 60% of software work is vehemently anti-middle class. Almost all of us have either contributed to some spying apparatus (analytics platforms), build some automation that replaced several humans, or developed something that contributed to the environmental destruction of our planet.
Let's be clear though, I'm not saying tech is bad. We'd all be doing manual labor on a a farm without it. I do think our demographic (including myself) has completely set aside any consideration for our impact in the name of optimization or a fat paycheck.
I have lots of criticisms of Google, but let's not forget they have Gmail + workspaces,Google Domains, Android, Google Cloud, Google Fiber, Google Fi, The pixel, Nest, Maps, Youtube, Fitbit, and probably the browser 90% of people on here are using. Would losing search devastate them? Absolutely, but they're not exactly IBM levels of irrelevance without it.
Payments and stablecoins have many usecases. Like international payments, irrevocable payments, and auditing. However NFTs are just a deed to an address space on the blockchain. I don't see anything useful that can be implemented with this.
IP restrictions are easy to overcome using mobile networks. Basically, mobile networks assigns your device an internal ip and NATs out to a very small pool of ip public addresses. If they block you, they also block a very large chunk of legitimate mobile users. I'm a big ol' dummy when it comes to networking, so I imagine I explained something poorly... so any mobile network nerds feel free to pile on!
Captchas are super easy! There's a gagillion captcha bypass services for every type of captcha. Just snag the captcha token, send it in an API call, and then you get a verified captcha token.
What happened to Cardpool was pretty messed up! I knew some people in the industry who knew the people in charge and mentioned that one day they just started getting a bunch of complaints, and then bam - out of business.
But yes! especially in b2b sells. I always try to be super anal about kyc with selling to business buyers in bulk, and avoid buying from them. I straight up stick to institutional suppliers to avoid this issue :(
I only go to authorized distributors, where the brand themselves has approved the vendor to resell the cards. For game keys, I haven't done anything in bulk, but the best route is going directly to the publisher and getting permission, but this requires large order commitments and game prices fluctuate too much and can be super risky.
My real biggest risk though is when I open up my own store is chargebacks. Digital goods have a very very high chargeback risk, and I need to be clever on how I mitigate that!
There's a bunch of shady ones that I avoid, and the really big legal ones are blackhawk networks and incomm. Becoming an official distributor requires a lot of vetting from their side though, so it isn't like any joe blow can apply and get approval.
Fraudulently obtained inventory is actually something I actively want to avoid. I don't want to go to jail, or risk getting banned from marketplaces - among ethical considerations.... I only go to authorized distributors where there is legal permission to resell these types of items. Incomm being the largest. Blackhawknetwork being another large player.
I am a gift card reseller. Pretty much, there are marketplaces where you can sell gift cards and cd keys for games and when a customer places an order, I make an API call to procure that item and deliver it.
Currently at 70k Euros a month. It took me about 3 years to get here. And it took a few months to get to 2k monthly revenue.. However, the first two months I was at break even and it took me about a year before I could figure out how to get this system running profitably. Currently profit margins are about 7%
You can still do a few things to make it super annoying to scrape your site. Cloudflare bot detection, captchas, 2fa, obfuscated JS, api/ip rate limits, georestrictions, anti-replay tokens, not exposing API resources that can be enumerated, and a few other techniques can make most people not care enough... You can prevent 50% of scrapers with only a little bit of effort, 90% with more effort, and 99% if you wanna be a try-hard.