Very tempted! Installation instructions?
`npx` is a tool that ships alongside `npm` (alongside `node`) that either finds a local installation or performs a just-in-time download, and then runs the default "bin" entrypoint for the package. Newer versions of `npx` (last few years) will prompt the user before installing a package. Older versions did not. Note that installing the package can run arbitrary scripts as a side effect with at least the level of perm…
Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
21–30 of 81 posts
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#22> This tool has been generated entirely with ChatGPT and hence it is also a demonstration of how useful products can be developed with collaborative reiteration with GPTs. All you need to know.
> All you need to know. For those of us not in the know, what does that mean?
I reckon that some people are either critical of LLMs due to the data that they're trained on (concerns about the legality of using the outputs, or the ethics of taking open source projects with a variety of licenses and how transformative or not the output might be), or question the quality of the code that they might output. Oh, also there's hype cycles and right now people at large might overestimate the capabilities of what LLMs can or cannot do well, which can be tiring, as seeing constant posts about crypto was (where we had a solution in search of a problem).
In my eyes, they can be used in conjunction with something like IntelliSense and IDEs to solve select problems (ones with solutions that already exist out there) more quickly, as well as save time on some boilerplate, as long as you still validate the outputs and actually check if everything works. Nowadays I'm using GitHub Copilot and the user experience is mostly okay, I'd say it actually lets me write code faster, at the expense of occasionally getting things pretty wrong, but is still a net positive, other considerations aside.
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#23> This tool has been generated entirely with ChatGPT and hence it is also a demonstration of how useful products can be developed with collaborative reiteration with GPTs. All you need to know.
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#24Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#25Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#26> This tool has been generated entirely with ChatGPT and hence it is also a demonstration of how useful products can be developed with collaborative reiteration with GPTs. All you need to know.
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#27> This tool has been generated entirely with ChatGPT and hence it is also a demonstration of how useful products can be developed with collaborative reiteration with GPTs. All you need to know.
As much as I love to hate on chatgpt engineer, the code is definitely okay; not much difference from a project you would write quickly in a single weekend.
I'm not saying that humans never come up with this kind of crap, but it feels like it's going to be a LOT more common the more we resort to AI. I wonder if "... and make the code easy-to-read so that it's maintainable in future" is ever included in prompts for LLM-generated code.Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#28Earlier quoted context omitted.
As much as I love to hate on chatgpt engineer, the code is definitely okay; not much difference from a project you would write quickly in a single weekend.
The first thing that struck me when I looked at some of the code was: I'm not saying that humans never come up with this kind of crap, but it feels like it's going to be a LOT more common the more we resort to AI. I wonder if "... and make the code easy-to-read so that it's maintainable in future" is ever included in prompts for LLM-generated code.
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#29There is a similar tool that I've been using for years: https://github.com/mthenw/frontail/
Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"
#30Earlier quoted context omitted.
As much as I love to hate on chatgpt engineer, the code is definitely okay; not much difference from a project you would write quickly in a single weekend.
The first thing that struck me when I looked at some of the code was: I'm not saying that humans never come up with this kind of crap, but it feels like it's going to be a LOT more common the more we resort to AI. I wonder if "... and make the code easy-to-read so that it's maintainable in future" is ever included in prompts for LLM-generated code.