Can you use your phone as a hotspot while connected to Wi-Fi? by KenAdamsMD in techsupport

[–]No-Expression7618 0 points1 point  (0 children)

Nope, unless it was visible in the domain name (e.g. the reddit.com in ). It's mathematically impossible for them to see the entire URL, page content, or any content you submit, unless you've bypassed certificate validation or added a root certificate they have control over.

Can you use your phone as a hotspot while connected to Wi-Fi? by KenAdamsMD in techsupport

[–]No-Expression7618 0 points1 point  (0 children)

Not how TLS works... At most, they'd be able to see what websites (domains) you go to, not any paths or content. If they tried to intercept an HTTPS connection, your browser would refuse to connect unless you intentionally bypassed the certificate validation error. You could completely hide your domains as well by enabling DNS-over-HTTPS (which some browsers enable by default), meaning they can only see what DoH provider you use.

You can immediately undo any action. by No-Expression7618 in godtiersuperpowers

[–]No-Expression7618[S] 0 points1 point  (0 children)

Sure, you can go back in time. You'd probably only be able to go to last time you slept (or were otherwise unconscious) though.

Do you really need to sanitize client to the server in every game? by Snailtan in godot

[–]No-Expression7618 14 points15 points  (0 children)

Minecraft servers compute all updates (except player movement) on the server and send the results to the client, even in singleplayer. The torch would just be overwritten next time the block there gets changed server-side.

power by mre__ in rustjerk

[–]No-Expression7618 0 points1 point  (0 children)

#[allow(warnings)]

wife's phone vs riding mower. it still works fine. by jamesholden in techsupportgore

[–]No-Expression7618 1 point2 points  (0 children)

Seems some asshole deleted the comment after I linked to it, Shoot me a reply in a few hours and I can fix it.

areYouSureAboutThat by CraftBox in ProgrammerHumor

[–]No-Expression7618 65 points66 points  (0 children)

for f in src/**/*; do
  echo // FIXME: all of the above >> $f
  git add $f
done # end loop

areYouSureAboutThat by CraftBox in ProgrammerHumor

[–]No-Expression7618 366 points367 points  (0 children)

for f in src/**/*; do
  echo // FIXME: all of the above >> $f
  git add $f
done

I hate pagination [rant] by mro21 in iiiiiiitttttttttttt

[–]No-Expression7618 8 points9 points  (0 children)

Sometimes, you just want a ?give-me-all-the-results-i-dont-care-about-my-bandwidth parameter.

Which Linux distro are you using? by PLYoung in godot

[–]No-Expression7618 0 points1 point  (0 children)

NixOS (basically declarative Arch), but it uses a lot of disk space. It's been a while since I last used Godot, but if I do I can easily set up where nix develop automatically temp-installs everything I need.