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

help-circle

  • the force awakens

    My only issue with TFA isn’t the movie itself. It’s just that it sets up so much good stuff that the rest of the trilogy just doesn’t do fuck all with. There are some really cool story points, some incredible characters, and amazing acting. Then just garbage through the next two.

    Rouge One

    Yeah this is easily the best star wars movies IMO. It’s hectic, and all over the place, and there’s a ton of characters, then it just all clicks together in the last little bit of the movie. No spoilers or anything but you absolutely need to watch this. I genuinely can’t over recommend this enough, it’s a golden movie. Then go watch Andor, its easily the best Star wars TV and there are a couple scenes id nominate for top 10 TV scenes of all time. It’s the prequel to Rouge One and goes over Cassian Andor (main character in Rouge One) story.

    Solo

    I actually really enjoyed Solo. Its not super relevant to the greater star wars saga, and its not the most ground breaking piece of cinema ever. But its fun and enjoyable, just go into it with the idea that its “filler content” for the rest of them.

    TL:DR I mostly agree with you


  • Because they fill out the report regardless if there is an issue or not. Also, it was a requirement I was given.

    I think it was to give the divers a more simplified form to fill out. Drivers tend to skew a little left on the bell curve so giving them a ton of stuff all at once means they just won’t do it at all

    Edit: Here’s a longer explanation of what the form looks like:

    • Name: [text box]
    • Truck Number: [text box]
    • Are there issues [Boolean toggle]
    • Comments [text box]
    • Signature

    Then if they toggle the “issues” checkbox, it expands to

    • What issues: [multi select list]
    • Description: [text box]
    • Pictures: [photo upload]



  • GMT+4 would add 4 hours to Greenwich Mean Time though? That’s GET (Georgia Standard Time), so 10am (1000) GMT would be 2pm (1400) GET.

    GMT-4 would be EDT (Eastern Daylight Time), so that 10am (1000) GMT would be 6am (0600) EDT. Also, Georgia the state is in that time zone funny enough haha

    (For the most part. Timezones are really really complicated and you should probably just look up the offset for the specific city/region you want Everytime and use some other package for time stuff lol)


  • We have an app that drivers use to file paperwork and stuff like that. We are going to start requiring them to do a vehicle inspection before each load (not CDL, so it’s not required), and so I built a little form for them to use.

    If there is no issue, it just saves their report to a database so we can keep record. But if there is an issue it’s supposed to generate a report and send it off to the maintenance department.

    While I was working on the formatting for the email, it just stopped working! I was trying to troubleshoot my code thinking I broke the SMTP send part, reading my HTML formatted email thinking I missed some syntax, working with the SMTP relay provider we are using. Nothing. Everything looked perfect. There were no errors. Reports were properly saving to the database. Just no emails.

    I was forgetting to click the checkbox to mark that I had an issue 🤦‍♂️

    Anyways, now you can’t actually list issues or until you check that box haha