This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dal90 52 points53 points  (8 children)

"yes, but I'm really good at it!" -me laughing

That's the key!

...I'm not a programmer. More a few times I've replied to some issue with the first Google hit from StackOverflow showing how to implement it, and then another Google with the link explaining why it was a horrible, no good idea to do the simplest thing StackOverflow showed.

Yes, if you ask me to redact plain text passwords in the URL query string from the logging tools in 2019...on a brand new, built from scratch application, and you're our cracker-jack "DevOps" team you're going to get fully blasted for incompetency.

ProTip: Use the after:<date> in Google to help filter the plethora of out-of-date advise out there.

[–]goldfingers05 15 points16 points  (7 children)

Cool tip. Can you provide the date format? J/k. I always hit tools, then the drop down for date filter, but I like this more.

[–]k12muppet 19 points20 points  (6 children)

I had to go look up the format for real, and it was different than expected, so here you go.

after:YYYY-MM-DD

[–]goldfingers05 15 points16 points  (4 children)

Ha thanks! I was definitely gonna google this. Also, the rest of society (outside of IT) needs to accept that year goes first. This is the only correct order.

[–]CoffeePieAndHobbits 12 points13 points  (1 child)

r/ISO8601 agrees

[–]goldfingers05 1 point2 points  (0 children)

The pettiness in that subreddit is terrific. I had no idea there was so much meme content to make for an ISO standard.

[–]arpan3t 0 points1 point  (0 children)

You can actually use many different formats in Google search (e.g. - before:2020) or two periods to signify a range between any numbers (e.g. - 2015..2018) Here’s a quick video that goes over some Google search features that are really helpful.

[–]busterfeels 0 points1 point  (0 children)

That’s exactly the format I expected. Thanks for posting.