Live data from Hacker News

Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"

github.com

1–10 of 81 posts

Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"

#4

> 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.

I was going to ask about the strange combination of package.json and inlined cdn js dependencies (especially strange because it's a local server)

Suppose that answers it.

Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"

#7

> 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.

Yeah, there are better ways to do this, I wonder if it's purely an excersize in cgpt useages.

Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"

#8
post #2

Neat, thats a pretty good use of a web app. How is it handled when I want to view logs that are too large to fit in memory?

Depends on the size, for me it worked well with decent size JSON log lines, but if it is too much that doesn't fit on the browser memory, can think of index storage of sqlite in the future. Search and filtering can be then loaded to the server + sqlite setup.

Re: Show HN: Piping logs, visualizing in a web app – just suffix "| npx logscreen"

#10
post #7

> 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.

Yeah, there are better ways to do this, I wonder if it's purely an excersize in cgpt useages.

True, This was also a personal experiment in understanding the level of collaboration that someone can do with GPTs during the product iterations.
Post reply on HN