Note it works much better with GPT4 - gpt3.5 tends to hallucinate a bit too often.
Tell HN: ChatGPT is fantastic for finding and solving issues in logs
1–10 of 184 posts
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#2Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#3Similarly to you, I have been able to find issues with logs, formatting, asking it quick query questions in [whatever flavor of query language XYZ service likes to use], etc.. and it's really, really good.
The alternative is to muscle through it, using a lot of energy, writing my own parser or something dumb, or to use Google - which basically isn't usable anymore!
But you have people who are like "GPT CODED MY ENTIRE WEBSITE" and "GPT TAUGHT ME QUANTUM PHYSICS" and I'm like... uh... big doubt my man...
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#4I wish people would focus on these exceptional strengths of the model rather than blabbing about AGI or whatever. Similarly to you, I have been able to find issues with logs, formatting, asking it quick query questions in [whatever flavor of query language XYZ service likes to use], etc.. and it's really, really good. The alternative is to muscle through it, using a lot of energy, writing my own parser or something d…
Also, adapting to its quirks is important. Using the responses from both you and it to scaffold the final response is more effective than giving only one shot
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#5I wish people would focus on these exceptional strengths of the model rather than blabbing about AGI or whatever. Similarly to you, I have been able to find issues with logs, formatting, asking it quick query questions in [whatever flavor of query language XYZ service likes to use], etc.. and it's really, really good. The alternative is to muscle through it, using a lot of energy, writing my own parser or something d…
especially sample code. I created a script to connect to my email address and pull down my emails. connect to HN and pull done articles to put in sqlite.
really quick features, not because it's complicated but because it's tedious.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#6I wish people would focus on these exceptional strengths of the model rather than blabbing about AGI or whatever. Similarly to you, I have been able to find issues with logs, formatting, asking it quick query questions in [whatever flavor of query language XYZ service likes to use], etc.. and it's really, really good. The alternative is to muscle through it, using a lot of energy, writing my own parser or something d…
I think it does speed up learning a new language(programming) or library. It's not perfect but it's a good companion to a tutorial. or next step past a basic tutorial. especially sample code. I created a script to connect to my email address and pull down my emails. connect to HN and pull done articles to put in sqlite. really quick features, not because it's complicated but because it's tedious.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#7Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#8Yesterday I dumped a broken markdown table and asked for the first "column" as CSV values. Works really well for this stuff too.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#9Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#10Yesterday I dumped a broken markdown table and asked for the first "column" as CSV values. Works really well for this stuff too.