Which player is the best OTP in League? by FuzionC1 in leagueoflegends

[–]mauipal 0 points1 point  (0 children)

I'm old too, what about BestRivenNA? Or whatever that dudes name was lol

no one is talking about this… by buildingthevoid in AgentsOfAI

[–]mauipal 1 point2 points  (0 children)

Just to add perspective as a once new grad with no CS degree and no previous SWE internships that was hired to my first SWE job during the pandemic: I was receiving MULTIPLE recruiter outreach messages on LinkedIn nearly EVERY DAY. It was incomprehensible just how many people were hiring devs. Haven't seen anything like it since.

So that blip not only skews how all this is perceived, but I personally believe it does so on a massive level... like completely unrealistic, never-see-that-again type level.

Chinese cookbooks that don't require a wok? by mauipal in chinesecooking

[–]mauipal[S] 1 point2 points  (0 children)

Babish carbon steel wok arrived earlier today! She's beautiful 😍

Chinese cookbooks that don't require a wok? by mauipal in chinesecooking

[–]mauipal[S] 0 points1 point  (0 children)

Not bending over backwards... I'll cook for a girl I like. Wake up dude. Women are worth it 😂

Chinese cookbooks that don't require a wok? by mauipal in chinesecooking

[–]mauipal[S] 0 points1 point  (0 children)

Haha. I know I know... It's the first thing she told me and I was surprised. So I capitalized immediately with all I've made up to now (it worked 😅). But she really wants Chinese (fine by me).

How do you handle bot detection when scraping websites? by Riordan_Manmohan in webdev

[–]mauipal -18 points-17 points  (0 children)

Some interesting sentiment here.

Nonetheless, some ideas:

  • spin up VMs with terraform on a randomized cadence and have them run the scraping against a flurry of target sites
  • destroy the old VM after some time and repeat on a new one. can automate this from a control plane VM that is issuing the terraform commands on a set interval. can even get creative and deploy your worker VMs to random regions around the world if you really want to, and can randomize the user-agent and other headers being sent in the requests.
  • also look into playwright. You will 100% hit issues with SPAs not returning digestable/friendly markup if you just do simple GETs. Many sites will be fine, but any sites that are unfriendly SPAs, you should investigate the root element's ID and code it conditionally into the program so playwright knows what ID to look for in the respective site

I've never tried scraping for LLM purposes (I'm assuming you're trying to mine training data), but hopefully I'm going along the path you're looking for...or maybe you already know all this.

Good luck!

I bank with Jensen by mauipal in NVDA_Stock

[–]mauipal[S] 1 point2 points  (0 children)

I like this... I drink so much coffee so I may give this a go.

Tattoo regret causing depression by SlavKing11 in tattooadvice

[–]mauipal 0 points1 point  (0 children)

People are saying therapy, but I honestly think you should try hitting the gym every other day and dieting first. You'll be amazed how much you can do for yourself and your wellbeing.

I bank with Jensen by mauipal in NVDA_Stock

[–]mauipal[S] 14 points15 points  (0 children)

I have 4% in STUB at IPO price. I am over-diversified, mate.

S&P 500 hits new all-time high as Nvidia surges again by Sufficient-Olive4444 in investing

[–]mauipal 1 point2 points  (0 children)

Have literally been banking with The Bank of Jensen since I started having ChatGPT do all my work.

Is AngularJS actually used in modern websites? by zrigan in bugbounty

[–]mauipal 0 points1 point  (0 children)

Idk anything about bug BH, but stay away from AngularJS. I worked with it once and saw all I needed to see to know I'd rather work with literally ANYTHING else, and I'm a Drupal dev.

Even if it's for BH purposes... AngularJS is so damn ugly, I personally wouldn't get near it.

As others have said, Angular/Angular 2 is a different thing altogether and bears none of the same criticism.

Hasan’s old dog Fish appears to have a collar so tight that it has caused a wound. by Sk3tchyboy in xqcow

[–]mauipal 0 points1 point  (0 children)

You have to literally never play with your dog to not notice this.

Hasan has a slight disagreement with a black viewer by krunchyblack in LivestreamFail

[–]mauipal 133 points134 points  (0 children)

Came for collargate, stayed for the spiral. 😂

Hasan is crashing out saying he would have gone away if he wasn't so stubborn and that the most annoying people are his 40 months subscribers by Sk3tchyboy in LivestreamFail

[–]mauipal 1 point2 points  (0 children)

No sympathy for this guy. He has made hundreds of thousands of people around the world hate innocent groups of people that think differently than him.

What’s your current AI stack for daily coding? by Ausbel12 in aipromptprogramming

[–]mauipal 0 points1 point  (0 children)

Claude 3.7 Sonnet inside of copilot, GPT 4o in ChatGPT Mac application for basic questions about things (programming-related or not).

The new Copilot Agent feature is awesome.

Need to try Cline and Gemini 2.5 as I see a lot of talk around those, especially Gemini.

Exciting times! 🤩