The Enchanted Tavern
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@mao@lemmy.sdf.org to Programmer Humor@lemmy.ml • 1 year ago

Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨

lemmy.sdf.org

message-square
79
fedilink
392

Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨

lemmy.sdf.org

@mao@lemmy.sdf.org to Programmer Humor@lemmy.ml • 1 year ago
message-square
79
fedilink
alert-triangle
You must log in or register to comment.
  • @Tryptaminev@lemm.ee
    link
    fedilink
    5•1 year ago

    Please excuse my ignorance, but what is grep, what are the do’s and dont’s of logging and why are people here talking about having an entire team maintain some pipeline just to handle logs?

    • @rodbiren@midwest.social
      link
      fedilink
      English
      9•1 year ago

      It’s a command line tool which filters for all lines containing the query. So something like

      cat log.txt | grep Error5

      Would output only lines containing Error5

      • @porous_grey_matter@lemmy.ml
        link
        fedilink
        9•1 year ago

        You can just do

        grep Error5 log.txt
        
        • @biribiri11@lemmy.ml
          link
          fedilink
          12•1 year ago

          In the back of my mind I know this is there, but the cat | grep pattern is just muscle memory at this point

          • @MehBlah@lemmy.world
            link
            fedilink
            2•1 year ago

            for me as well.

          • @expr@programming.dev
            link
            fedilink
            3•1 year ago

            Just remember that if you aren’t actually concatenating files, cat is always unnecessary.

          • @allywilson@lemmy.ml
            link
            fedilink
            3•1 year ago

            I’ve been ‘told off’ so many times by the internet for my cat and grep combos that I still do it, then I remove the cat, it still works, and I feel better. shrug

      • @MehBlah@lemmy.world
        link
        fedilink
        1•1 year ago

        or if its a complex error cat log.txt|grep keyword1|grep keyword 2 and so on.

Programmer Humor@lemmy.ml

!programmerhumor@lemmy.ml
Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 2 users / day
  • 61 users / week
  • 349 users / month
  • 1.52K users / 6 months
  • 1 subscriber
  • 1.65K Posts
  • 30.3K Comments
  • Modlog
  • mods:
  • @AgreeableLandscape@lemmy.ml
  • @cat_programmer@lemmy.ml
  • UI: unknown version
  • BE: 0.18.2
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org