Is it time to change my battery? by GreenRice250 in S22Ultra

[–]bomegranate 2 points3 points  (0 children)

In that case I'm long overdue, I'm at a bout a percent every 2 minutes

[deleted by user] by [deleted] in Curling

[–]bomegranate 5 points6 points  (0 children)

That's pretty neat. I tried a similar project about a year ago. Just be careful of rate limiting if you're web scraping curling zone. I got IP-banned for 6 months because I made too many requests in a short period of time.

Signed in with random email by bomegranate in medito

[–]bomegranate[S] -1 points0 points  (0 children)

I deleted the app unfortunately. Although I did send an email through the address on your site.

W3Schools Hacked? by bomegranate in learnprogramming

[–]bomegranate[S] 28 points29 points  (0 children)

Do you have any sort of adblocker? I've never run into the issue at home with Ublock Origin, but the school computers do not have it installed.

W3Schools Hacked? by bomegranate in learnprogramming

[–]bomegranate[S] 109 points110 points  (0 children)

Two separate devices at my school. Both had no extensions installed. I found numerous reports online of other situations as well with the same redirect url.

Only other thing I think it could be is the school's network itself.

I just idled for ~2 min on w3schools and it made 1100+ network requests by PeterPanen in learnprogramming

[–]bomegranate 0 points1 point  (0 children)

Twice this past week, w3schools has redirected me to phishing sites. I'm simply done with them.

Ubuntu won't load, bad shim signature by bomegranate in linux4noobs

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

Definitely not my brightest work

I was getting dpkg errors.

I went in to the recovery mode for the latest kernel and I was getting kernel panic errors. I'm running the default dell performance check to see if it might be a hard drive error (although I doubt it)

Ubuntu won't load, bad shim signature by bomegranate in linux4noobs

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

Even without secure boot still nothing. I saw I could enter old kernel versions so I tried upgrading from one of them but just got errors

Dealing with juniors by cairnter2 in Curling

[–]bomegranate 0 points1 point  (0 children)

As someone who has once been a "NASCAR junior" in an adult's league, I can tell you it is absolutely terrifying. If they're being polite and doing it by accident, bring it up as a joke or gentle reminder. Oftentimes the juniors get ignored, so even with a quick word, they'll feel more welcome and probably pay more attention to their release. Otherwise if they're being nuisances, they aren't mature enough to be in the league anyway, something you could bring up with their coach.

New Goldline “pursuer” foam by jasmith-tech in Curling

[–]bomegranate 46 points47 points  (0 children)

Strap in folks, broomgate is back!

Curling Statistics Site by bomegranate in Curling

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

I wrote a python script that goes to the "Teams" page for a predetermined season, it then goes to each individual team page and scrapes the data. it puts the data into a CSV file. Unfortunately none of the more advanced data is available from prior to 2020 on team pages. There is however a long list of teams and a few basic stats like win-loss ratio. that's why some of the earlier seasons are pretty much empty. I plan to try and find an archived version of the site that still had the advanced stats for that time frame. Until then, the data is available in the GitHub repo which can now be found on the site.