• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle





  • Does your car lock up outside of cell coverage? I’m not suggesting removing the radios themselves, just the antennas. To the car, it will just always be out of range.

    The antenna used for talking to the keys might cause trouble, but those are either inherently short range inductive systems or are receivable using a 20$ RTL SDR to verify it’s not sending anything else.


  • Should be quite easy to remove any WiFi/cellular/satellite antennas from the car’s computer. (Might be trace/chip antennas, so make sure to get those). If you’re extra paranoid, get the GPS antenna too, so it can’t simply record data indefinitely.

    Might take a few hours to go through the car to make sure you get everything, but you won’t be limited to super old cars.


  • Really? Because I’m pretty sure I’m not a Christian.

    This narrative that atheists and agnostics are just christians that chose not to believe in God to be able to sin is far to common, and super inaccurate. I have (multiple) atheist friends who were once evangelical Christians with no plans to commit sin, in fact their life plan was to be an apologist. Ever since leaving Christianity non of them have done or have planned to do anything that would widely be considered immoral. (Most now consider their previous plans involving very manipulative techniques to be very unethical) Most atheists that have left Christianity did so because they found it increasingly hard to convince themselves (and the threat of hell is a very good reason to keep believing) that an old book and it’s contents, that frequently contradict experimental observation, should be the center of their life.


  • Python is just as bad if not worse then JavaScript. The fact that if you misspell a variable name, instead of giving an error like any sane language, Python code will still run, but do something different then it looks like it does, creating a hard to spot bug is just awful. The amount of time I have spent debugging python code only to find a tiny typo that any sane language would have caught before the code even ran is several weeks now, I can’t imagine how much collective time has been lost over this, and a few other, horrible languages.