• 0 Posts
  • 33 Comments
Joined 11 months ago
cake
Cake day: August 6th, 2023

help-circle
  • you already have that firewall. it’s your experiences and human connections, your understanding of media, your personal history and learning and the feelings you experience.

    you don’t need a firewall to keep you from being manipulated, you need to learn to fucking read and think and feel. to learn and question, to develop trusted friends and family you can talk to.

    if it feels like your emotional backdoors are being exploited then maybe youre thinking or behaving like a monster and your mind is revolting against itself.


  • gayhitler420@lemm.eetoScience Memes@mander.xyzweaponized nerdery
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    4 months ago

    I promise you, I am not missing any other point you have made. my intent with selectively quoting was to go ahead and knock the legs out from under all the other stuff that rests upon those two statements in order to save us the back and forth of big walls of text.

    My skepticism absolutely does not imply that nothing is trustworthy when it has to be verified. It explicitly applies to a website (Wikipedia) which maintains an extensive record of ways in which it has been shown to be systematically untrustworthy.

    Within the scope of this discussion, it’s not important what sources of information I would consider trustworthy, we’re only talking about Wikipedia, a source that has a long history of being untrustworthy. We are talking about Wikipedia because it is the subject of the ops post which compares it to the library of Alexandria.













  • That can be a struggle. There used to be a context menu option in maybe xterm or the kde terminal emulator that would copy the wd and maybe even the highlighted file but I might be gpt hallucinating that last one.

    After fucking up bad copying from the internet into a terminal about fifteen years ago I have tried to review and understand what’s happening when copying from or to the terminal even in part. It would be bad for me if there weren’t the possibility of (at best) having shit not work when I use middle click with abandon.

    I been thinking a lot about designing technology to discourage people from using it. For example it’s a serious mistake when wearable displays are made to look like wayfarers. The danger of people accepting them socially to the point of being manipulated into a state of flow, dissociating from their reality through a combination of sight and sound augmented reality, is too high. Good design of wearable displays should prioritize function over form 100% and make the user look like an insane freak that no one wants to be around, forcing people to remove them in order to maintain social interactions.

    I think copying to and from the terminal is like that. When going between an interface which is a very high level mediator of interaction with the machine and one that’s a very low level mediator, we should be alert, on guard and proofreading everything twice. It’s good that we have to check ourselves before we wreck ourselves copying and pasting into the terminal.


  • I didn’t notice that part of your post. 🙏

    The point I guess I was getting at was that even having “come up” with Slackware and a whole os that’s just 69 half baked scripts in a trenchcoat I adopted a more universal mindset and specific skill set when using scripts over ten years ago and find it hard to justify expecting sanitary inputs nowadays when it is harder and harder with Unicode and is a serious security threat to treat variables as passable strings.

    I wasn’t trying to suggest that there isn’t a way to make a space in a filename cause an error, but that I can’t think of an example where allowing a space to affect things was a good or right way to do something.

    In the specific example of the op, no spaces is a scene rule from the days of ftp and irc/usenet. The idea behind having only a subset of the ascii character set was to allow those services to work with the files and commands around them. There’s no reason to treat my own scripts and programs as if they’ll never encounter the galaxy of other characters that are flying around now and to be honest, theres no reason not to work in sane handling of non ascii characters in filenames even for code I only expect to touch scene stuff.

    It used to be an unavoidable mistake when we dug up buried utilities. Now that there’s a number to call first it’s only the fault of the knucklehead with the shovel.

    Please don’t read this as some kind of an argument. I think we basically agree and I’m not trying to get one over on you.