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

help-circle







  • It has ruined communication.

    I like this and want to add something I think will be significant as generations pass. The fact that it encourages or at least seems to normalize incorrect spelling and grammar. I see 'break/brake" being used incorrectly so many times I have started to question it when I am using it now. When things are published normally, there is someone checking for grammatical errors and such. With social media so much text is being “published” with no checking whatsoever and I have a feeling that it is going to start affecting people in ways we haven’t thought of. It also is a little telling in my opinion of how abhorrent our current education system is.







  • Just as a general rule, I would start checking log files. You can start by searching /var/log for files that have been modified in the last few mins with something like “sudo find /var/log -mmin -10 -ls 2>/dev/null”. That will get you all log files in /var/log changed within the last 10 mins. Then you can tail those or grep them looking for clues. I have done searches of the entire file system looking for log files that were recently modified to find clues. It might also help to send the output to a file so you can view that and scroll up and down rather than just trying to read the output of the find, tail or grep commands. Put a “1>/{path}/filenameyouwanttouse.out” at the end of the command or you can pipe it to the tee command and it will show on the screen and write to the file you specify.



  • My first thought is a Raspberry Pi with a DAC hat. Then you can wire up some buttons and put it in a case. You could then program the buttons to do the basic functions like play music, skip, volume, etc. You could also use that same concept for an Arduino board and use it to control a computer or pad. My Mom had a muscle disease and it got to the point where she couldn’t hit ctrl-alt-del to turn her computer off at night. She also couldn’t hold down the shift key and type at the same time. I built her an arduino board with a box that I mounted a flip switch that would hold down shift for her as long as it was flipped, and then another button that when she hit it would type the ctrl-alt-del combo so she could do that all one handed. Both the rpi and arduino have pins that you can attach switches to and use them as a keyboard or mouse.



  • Yeah, my point was that the world has mostly always been controlled by the rich disgusting criminals and people who are just now realizing this need to be aware of that. It’s comparable in my opinion to people posting on youtube videos something like “this Elvis fellow was criminally underrated.” Just because something is new to you doesn’t mean it’s new to everyone.

    Back on topic, I firmly believe that social media is causing a lot of these mental health issues. People seem to believe that they are the main character for one, and they have an unhealthy obsession with trying to keep up with other people, while ignoring the fact that what people put online is highly edited and parsed. That’s just my theory as an observer from outside. I have no social media accounts other than this one, and if this all was powered off tomorrow I wouldn’t care.