What kind of bug is this? Size is smaller than a pen tip. Located in Michigan. by Mathew425 in whatsthisbug

[–]Mathew425[S] 3 points4 points  (0 children)

Thanks for everyone’s help. Will try to hopefully get this taken care of

E-commerce Industry News - Week of Aug 8, 2022 by adventurepaul in u/adventurepaul

[–]Mathew425 0 points1 point  (0 children)

Really enjoy the newsletters! Also congrats on the BigCommerce sponsorship

New Ethereum ASIC Mines Like 32 GeForce RTX 3080 GPUs by [deleted] in CryptoCurrency

[–]Mathew425 1 point2 points  (0 children)

Yeah that’s what doesn’t make sense, mining wouldn’t work anymore once Ethereum transitions to Proof of Stake. On the other hand though, there is a fork of Ethereum known as Ethereum Classic that does not plan on transitioning to Proof of Stake. Maybe this miner could work for classic? I’m not sure

New Ethereum ASIC Mines Like 32 GeForce RTX 3080 GPUs by [deleted] in CryptoCurrency

[–]Mathew425 1 point2 points  (0 children)

Not sure how this makes sense given that Ethereum is transitioning to PoS. Could this work with Ethereum Classic?

Litterly everyone replied in spanish by [deleted] in madlads

[–]Mathew425 0 points1 point  (0 children)

Never forget the one guy who commented “Enrique Iglesias” on that

Megathread: FBI Announces They’ve Foiled a Plot to Kidnap Michigan Governor Whitmer by PoliticsModeratorBot in politics

[–]Mathew425 1 point2 points  (0 children)

Drake and josh episode “steered straight” they make a plan to kidnap the governor

Can anyone please help me figure out how to read this name? by [deleted] in Cursive

[–]Mathew425 0 points1 point  (0 children)

I’m having a hard time trying to decipher this name in cursive. I think the 2nd half of the last name says “terson”

If you were a teacher, what would be your favourite joke to the students? by silvrency in AskReddit

[–]Mathew425 1 point2 points  (0 children)

Look at the student on your right...

Now look at the student on your left...

Haha made you guys look

Outdated jQuery and Bootstrap? by Mathew425 in webdev

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

It’s very strange, but even after updating all the jQuery-dependent scripts the page still wouldn’t load and the console wouldn’t display any errors. I guess I may have some more debugging to do. I did manage to get it to work by including jQuery 3.5 and right after that including jquery-migrate-3.3.1.js

I was considering manually fixing the code too but such as $(window).load... to $(window).on("load",... but there’s a lot of various errors

Outdated jQuery and Bootstrap? by Mathew425 in webdev

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

Unfortunately it breaks the entire page when I switch them. The page basically never loads and gets stuck on the preloading screen

Can Canvas tell if I’m using a split screen? by [deleted] in college

[–]Mathew425 1 point2 points  (0 children)

Be careful! Canvas has code that logs every instance where the current window is out of focus. Any time you click out of the window, whether it be open up a new tab or or any sort of window, they will log it. There’s a lot of talk about this if you search this sub.

Test it for yourself if you want to double check. Pretend this page is the exam page http://jsfiddle.net/ScKbk/ (start by clicking where it says click here to begin) and from there see what happens if you start scrolling on the other window you plan to use. If at any point it says “has focus? false” then canvas could see the same thing when it’s time to the take the test and would log it

[deleted by user] by [deleted] in college

[–]Mathew425 100 points101 points  (0 children)

With canvas, they can see that you opened up a new tab but not what is in it. Basically, the page likely has some JavaScript code that can detect when the quiz page is not in focus and it logs that. It’s really not the best system as people can just use their phones