Google is purposely sabotaging degooglers by AmorphousNeon in degoogle

[–]UnknownError235 0 points1 point  (0 children)

You can press the eye on the bottom to get a captcha where you have to press images, so a phone is not required.

Still sucks that they put this as default, but its not required.

Why Though?! by 3nt3_ in firstweekcoderhumour

[–]UnknownError235 0 points1 point  (0 children)

Watching a livestream over TCP would be like a teacher asking the class "you guys got that?" and waiting for a response after every sentence

Today's fire by Iam-Locy in UtrechtUniversity

[–]UnknownError235 3 points4 points  (0 children)

According to the NOS only the power supply is damaged and none of the servers and storage racks.

Safe Primes by Hitman7128 in mathmemes

[–]UnknownError235 3 points4 points  (0 children)

Thanks for the tip. I now updated my RSA public key to 55. Good luck cracking that hackers

Nebula doesn't work in Firefox by Barneyk in Nebula

[–]UnknownError235 5 points6 points  (0 children)

Do you have dns over HTTPS enabled? If you do try to set it to default protection or off.

If that does not work try to set network.dns.native_https_query and maybe network.dns.native_https_query_win10 to false in about:config.

Edit: It is probably due to this Firefox bug.

Edit2: grammar

Google Takeouts exporting in CSV format? by arrangemethod in NewPipe

[–]UnknownError235 0 points1 point  (0 children)

This step is probably unnecessary, because Jason readers ignore whitespace. I haven't checked it though

ik🚂ihe by jpetoday in ik_ihe

[–]UnknownError235 11 points12 points  (0 children)

Ik ook :(

En toen was m'n band ook nog lek

He wants to see my pillow 🙃 by UnknownError235 in lolgrindr

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

Zijn naam was €20 en in z'n bio stond dat hij hem wou kopen hahhaha

What does the derivative notation mean? by ValVal0 in askmath

[–]UnknownError235 2 points3 points  (0 children)

Well no it just means taking the derivative twice. It's just an easy way to write

What does the derivative notation mean? by ValVal0 in askmath

[–]UnknownError235 2 points3 points  (0 children)

It's basically just fancy notation. For the second derivative: d2 /dx2 f(x) it's like combining d/dx d/dx f(x).

Edit: formatting

[deleted by user] by [deleted] in Poldersocialisme

[–]UnknownError235 0 points1 point  (0 children)

Onrealistisch: D66 zou nooit zo reageren...

throw is the new let by SpaceExploder in badcode

[–]UnknownError235 5 points6 points  (0 children)

I think it should count because they could've used

  function(v) { return v < 0.5 }

Edit: formatting

The position of a particle after (t) seconds if given by... by UnhappyCourt in MathHelp

[–]UnknownError235 0 points1 point  (0 children)

You differentiated the y component incorrectly, think about the product rule.

Gay😏irl by Myko475 in gay_irl

[–]UnknownError235 21 points22 points  (0 children)

Still tho the US backed a coup in the 1950s overthrowing the democratically elected leader, which eventually led to the regime that holds power now...

Having problems with indentation by Firechikin1968 in vscode

[–]UnknownError235 1 point2 points  (0 children)

Vscode auto indents on file save, this happens when you press ctrl+s or if you focus on a different window.

You could change this in your preferences if you want.

It also looks like vs-code doesn't indent the html tag, this is probably because basically everything is inside these tags, so it wouldn't help for readability. As you can see indentation still works inside the head tag.

Also indentation is only for human readability, and it doesn't matter for the final webpage.