- recipe ideas, like "what goes well with BBQ tofu in a Poke Bowl?"
- movie suggestions that i can fine tune, say what i already watched, etc
For code it mostly spits out buggy, subtly wrong code. Not useful for me. I mostly write low(er) level C++
201–210 of 752 posts
- recipe ideas, like "what goes well with BBQ tofu in a Poke Bowl?"
- movie suggestions that i can fine tune, say what i already watched, etc
For code it mostly spits out buggy, subtly wrong code. Not useful for me. I mostly write low(er) level C++
I've been working on my own personal-assistant for a couple of months, just connected it to telegram so I can reach it from anywhere. Can "talk" to my calendar, run commands on my home computer, etc. It also has its own memory, so doesn't need huge prompt windows (I'm running a couple of fine-tuned curie models btw). Now I've been giving it API access to a bunch of stuff to increase its capabilities.
Can you explain a bit more ?
For coding, I've been using it like Stack Overflow. It really decreases my barrier to doing work because I can ask lazy follow-up questions. For example, I might start out by asking it a question about a problem with Pandas like "How do I select rows of a dataframe where a column of lists of strings contains a string?". After that, GPT realizes I'm talking about Pandas, and I'm allowed to ask lazy prompts like "how d…
I'm not saying you used it to write that response by the way, just that it may become more and more common for people to adopt this style the more ChatGPT's usage is widespread.
I am using it to learn programming. I have no technical background but know enough about technology to be able to talk about the problems abstractly. Because my knowledge of the space is not via formal education and training, I have gaps in my knowledge and do not know deeper details about how ideas connect with each other on a deeper level. GPT allows me to ask questions and provide the right kind of "connecting" br…
My advice to learn programming is to avoid shortcuts and do the hard things like read the documentation
Once you’re comfortable with the basics by all means read the table of contents to know what you don’t know. I recommend this especially when dealing with databases, it’s amazing how many people never advance past the apprenticeship part of learning software engineering.
I use it for things that I cant find on the internet without lots of pain, and reading through garbage, such as: - recipe ideas, like "what goes well with BBQ tofu in a Poke Bowl?" - movie suggestions that i can fine tune, say what i already watched, etc For code it mostly spits out buggy, subtly wrong code. Not useful for me. I mostly write low(er) level C++
So much: - generate AWK to transform text - modify python script to make it multithreaded (when this worked first go I was very mindblown) - explain concepts that I half understand in clear language, eg explain sharpe ratio and show me the math - “what do people usually call” type questions. Like what are common job titles for people who do X and Y? - proof read my emails and make suggestions given a stated goal - se…
Earlier quoted context omitted.
This could mean the future goes one of the two ways. Engineers get lazy and converge on using only programming languages which AIs understand or have been trained on, or we forget about this waste of time and work on more important problems to solve in society other than the lack of an AI to be our crutch. Sadly, I think the former is more likely.
i think most people will just keep programming the way they do, and the AI hype will mostly die down. People have been saying that C++ is dead for decades, yet here I am writing code in it with a big community of others who do, too.
Earlier quoted context omitted.
Asked about an idiom I couldn't remember, by saying it in other words. You inspired me to try it for finding a book I can't quite remember the title of. Unfortunately no joy. Still, for the amusement of anyone who is interested, or anyone who might be able to help me with this book: --- Mindcrime: What was that horror novel from way back when, about the time traveling demon hound? ChatGPT: It's possible that you're t…
Have you tried asking a story-identification question on https://scifi.stackexchange.com/ ? I've seen quite a few questions on there get answered with even the most obscure books or movies, and your question should fit right in on that site.
Earlier quoted context omitted.
I’m interested to hear more. Can you give an example or two.
My take: Messages like this... > Updated Gemfile.lock and added new dependencies (coderay, concurrent-… …ruby, crass, date, pry, method_source, public_suffix, puma, nio4r) and updated existing dependencies (rack-test, regexp_parser, xpath, nokogiri, racc, pg). Also added new files for a user authentication feature. Describe the "what" but not the "why". Even "user auth wip" would be helpful. It's like having autogene…
Code doesn’t say why, who and especially why not. (It sometimes may say when, but the important when is always yesterday anyway.)