User Controls

another shit shellscript. 2ouch (touch with parent directory)

  1. #1
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  2. #2
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by filtration https://github.com/filtration/2ouch

    Okay, I'm all for writing scripts to automate complex, oft-repeated tasks...

    But I only see like 3 lines of bash commands, a couple echo lines, and a whole ton of comments.

    Am I missing something?
  3. #3
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    And one of those bash commands is a "just in case you forgot to add an argument" warning.

    Y'all motherfucker(s) need Jesus.
  4. #4
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
    The following users say it would be alright if the author of this post didn't die in a fire!
  5. #5
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by filtration Welcome to my world… I am a lazy piece of shit. I will make a shell script or some type of automation if it takes me more than 10 seconds to perform.

    I do essentially the same thing.

    I've written dozens, even hundreds of lines of code, just to automate a task that, at the end of the day, I only end up performing like a handful of times.

    It's pretty much par for the course for anyone that does any kind of coding/development/system-maintenace/etc.
  6. #6
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  7. #7
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by filtration they write all these programs in let's say 'Java' to perform an action (list files, parse CSV's)

    Dude, I will NEVER understand people who do that kind of thing.

    I mean, I might give them some leeway if they're seasoned developers that are so used to using languages like Java that it somehow takes them less time than using something else.

    But there are objectively more succinct ways to accomplish the same routine tasks than fucking Java.
  8. #8
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  9. #9
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    At least the top rated answer on that StackOverflow question addressed it...

    "Fast comes at a price.... code complexity and perhaps readability."

    That pretty much sums it all up.

    Personally, I've never had to care all that much about computational efficiency.

    So I use python for literally everything unless I'm otherwise constrained (i.e. modifying, or contributing to, an already existing codebase in some other language).

    Honestly, I even use python in lieu of bash scripting because I find it just as concise as well as even more readable.
  10. #10
    Admin African Astronaut
    I've been forcing myself into a habit of trying to only write code that I'll use.

    I actually find myself coding less.

    But I do have projects in mind.
  11. #11
    Sophie Pedophile Tech Support
    I don't get why you wouldn't write a one liner and put it as an alias.
  12. #12
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  13. #13
    Sophie Pedophile Tech Support
    Originally posted by filtration because aliases are for homos, and I am Hyperborean.

    You also downloaded Ghidra, i bet you feel pretty silly now.
  14. #14
    WellHung Black Hole
    I wish I would have met you... But now it's a little late.
  15. #15
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  16. #16
    Sophie Pedophile Tech Support
    Originally posted by filtration I have never downloaded that. I told you about it, faggot.

    If you didn't my bad, i was under the impression that you had :P
  17. #17
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  18. #18
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  19. #19
    Sophie Pedophile Tech Support
    Originally posted by filtration Why would I ever download anything from (((Americans)))

    That's an excellent point and i remember remarking it's probably backdoored. I lol'd when i learned about the RCE vuln.
  20. #20
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
Jump to Top