• 0 Posts
  • 113 Comments
Joined 10 months ago
cake
Cake day: September 3rd, 2024

help-circle




  • Early Reddit was more thoughtful and the communities were smaller, Lemmy theoretically could be the same, but a big problem IMO is that all social media has blended together and people are sharing stuff they see on Twitter and Facebook on every other platform.

    Social media hadn’t been so homogenized during old Reddit, and it was a lot less acceptable to cross pollinate between social media platforms.

    The old Internet is just dead, in general. You would have to ban links like this that are just “other social media” on Lemmy. Otherwise, there aren’t really any walls between the communities at all.






  • similarly when there’s some simple arithmetic I can’t mentally calculate I use a cloud based coal powered statistical word generator because I don’t realize that there are existing dedicated tools for the job and it’s easier for me to defecate my stream of consciousness into a chat window than to take my eyes off vertical infinite scrolling video long enough to take basic troubleshooting steps




  • People forget that crashes are a debugging tool indicating an error. Silent errors can be much more dangerous. C and C++ in particular need to be careful not to overwrite random memory for example.

    Yes the consequences for JS failures are less severe and so JS can get away with it, but a crash is a way to know your program isn’t doing what you thought it was, properly.

    It just so happens that JS is used in contexts where nobody really cares, and errors aren’t a big deal, cheap and fast wins.







  • While this is true, it’s not difficult to verify. You can inspect the network traffic through your router from that device and see whether it’s communicating more often or with larger data packets while you’re talking near but not to it.

    That could be obfuscated with a powerful enough device that’s able to maintain the user profile locally and by sending the full profile each time, or by trickling the information out bit by bit as part of a regular heartbeat traffic, but that would require more expensive hardware and would eat up a lot more bandwidth.

    Not impossible, but not undetectable either. I’m willing to bet that studies have been done.

    Skepticism is good but without thinking through it, experimenting, or doing research to back it up it’s just paranoia. Conversely you could say my trust that others would have looked into it is naive.