u/Michael (22.1K)
3
3
https://tryhackme.com/
3
11
4
https://www.teslarati.com/elon-musk-neuralink-human-trials-to-begin-in-2020/
4
6
3
3
3
https://techlog360.com/best-open-source-alternatives/
3
2
2
Open up Tinder in Google Chrome and sign in. Click on the slide bar that takes you to your “likes” page. Right click on one of the blurred images and click on inspect. When the Dev tools UI opens up, there’s should be a box that says filter. Type “blur” into it and now you should see
.Blur(12px)::a::after {
-webkit-filter: blur(12px);
filter: blur(12px);
}
Change the “12px” to “0px” and hit enter.
Credit: u/Alwaysthinking1 (reddit)
3
https://www.makeuseof.com/tag/the-10-best-open-source-projects-you-should-be-volunteering-to-help-with/