• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle









  • I mean, sure, technically. They’d have to know English, know the programming language that was used for the probe, know the transmission frequency that the probe accepts, know the boundaries and limitations of the probe so that they don’t actually force any errors, and presumably would need to crack the encryption preventing anyone else from reprogramming Voyager 1. They’d also either need to be able to generate incredibly strong radio waves through space in order to transmit their code, or they’d need to be close enough to us that we’d be able to detect their presence.

    While that’s all technically possible, the odds of it happening are pretty low.


  • AI happened. Beyond the immediate issue of decabytes of garbage articles that now show up any time you search something, information on the internet has now crossed the line to “inherently untrustworthy” because anything could be AI generated. If you’re not able to confirm that a real human being wrote the information you’re looking at, you just have to assume it’s wrong.

    The internet was definitely a sketchy place in the past, but there were at least a few places you could go to get reliable information. Those places either don’t exist anymore, have become buried in the avalanche of AI garbage, or have become AI garbage themselves. Bookmarking a place when you do find it, like OP is suggesting, doesn’t sound like such a bad idea now.



  • You can definitely learn basic levels of programming without getting too deep into the math, enough to put together simple programs that can automate small tasks.

    The issue is that math is incredibly important for enterprise level programming, particularly for optimization. Programs you write for yourself can be slow, inefficient beasts that hog way more resources than they need. If you wanted to write code as a job though, you’d need to be able to find the line between speed and accuracy, and that can require some complex math.