Hacker News new | ask | show | jobs
by shaunkoh 1085 days ago
It’s been incredibly helpful to me. It helped me figure out how to get docker containers setup. It’s even helped me figure out how to run data analysis on graph data. It’s not just made things simpler – it’s made things possible.
5 comments

This is true. Particularly if you're a polgyglot working with many different stacks. You know how to do something in X and you've never done it in Y.

Explain it to ChatGPT and it gets you 95% there.

It's a huge time saver. Sure you could do it by browsing the web and sticking together a bunch of pieces, rewrite it twice etc.

100%. I do know it might come bite me in the ass at some point.

Already I didn’t realise my docker container was saving data to the NON-PERSISTENT data volume. But that was a greater reflection of Chatgpt taking me beyond my knowledge limits, and me being in a place where my ignorance of my ignorance can lead to not-great consequences.

Don't feel too bad about that one. I've seen Docker's default of non-persistent storage cause disaster even for professionals with years of experience. It's just a really bad bit of design.
>"It’s not just made things simpler – it’s made things possible"

Nice slogan... is this an ad?

Lol just an attempt at being pithy. It’s true though. Something about ease of functionality curves making whole classes of new use cases / customers possible.
The strange thing is, search engines used to be able to do this. But they have gotten progressively more terrible at finding a very specific result based on a very specific query.

My ChatGPT experience is not that different from the "good old days" of searching the internet. This time the search is in latent space which has up- and downsides.

I don't disagree with the usefulness for you particularly.

But all these things were possible before ChatGPT.

Same for me. The benefits are obviously not going to be uniformly distributed because intelligence is not uniformly distributed.

If I was more intelligent I would be less impressed with it because I would probably already know what it has taught me. I understand the thermodynamics of that submarine implosion now but if I had taken any kind of physics I would have already known all that. I didn't take physics though. This pretty much extends to all subjects.

I will have to have it teach me to setup docker containers.

The exercise I really need to get on is to try make something in a language that I have no clue about. Like Rust or Go I know nothing other than they are programming languages. Then it is an exercise in the skill of going from zero to not zero with the help of AI and that not zero will hopefully keep scaling up and up over time.