Earlier quoted context omitted.
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.
Right but you have to be really careful with that use.
Tell HN: ChatGPT is fantastic for finding and solving issues in logs
11–20 of 184 posts
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#12Another benefit was that it was able to present a much more readable version of some of what I pasted. I may have to start using it for cleaning up hard-to-read output (looking at you, atop!) in the future, it really excels at that!
Also, the issue ended up being that I that I was reading from what turned out to be an NFS mount. Doh!
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#13I 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…
But hey, if we did, then we couldn't have so many meandering, unproductive conversations about it on Fridman or Rogan.
Recently, I used GPT-4 to read my cousin's writings on his fictional world and generate a chart of the timeline and concepts using Mermaid syntax. I think one of the best things about LLMs at the moment is that it can convert things in an abstract way. Even if it doesn't get it totally right the first time, it can correct itself on instruction, and still saves time over coding something or downloading software.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#14Earlier quoted context omitted.
Right but you have to be really careful with that use.
Yeah, it only takes a small hallucination to delete emails instead of copy them
As long as the hallucination problem remains, I think we are going to see a significant hype bubble crash within a year or so.
Yes, it is still useful under proper guidance, but building things on full automation that are reliable doesn't seem to be something that is actually within realms of reality at present. More innovations will be required for that.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#15Yesterday I dumped a broken markdown table and asked for the first "column" as CSV values. Works really well for this stuff too.
I asked ChatGPT to reformat it into a CSV, noted the useful breaks, requested some transformations and filtering, and specified a delimiter. After 5 minutes of experimentation, it worked like a charm. Absolutely amazing.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#16Earlier quoted context omitted.
Yeah, it only takes a small hallucination to delete emails instead of copy them
lol, indeed. As long as the hallucination problem remains, I think we are going to see a significant hype bubble crash within a year or so. Yes, it is still useful under proper guidance, but building things on full automation that are reliable doesn't seem to be something that is actually within realms of reality at present. More innovations will be required for that.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#17I 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…
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#18Yesterday I dumped a broken markdown table and asked for the first "column" as CSV values. Works really well for this stuff too.
I love that it’s replacing sed, awk, and cut in the same way you’d bring artillery to a knife fight.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#19I'm curious whether you think this would work on logs for custom software that by necessity didn't have either its logs or writing about its logs in the training set.
Re: Tell HN: ChatGPT is fantastic for finding and solving issues in logs
#20also for fixing bugs in a chunk of code. at least, that has worked for me a couple of times. it can be frustrating if it's struggling, feels like you're stuck in a loop and it's hard to break out