Earlier quoted context omitted.
A cellphone literally tracks your every move. If that's not a privacy concern then I don't know what is. Maybe a device with a microphone that's constantly on you. Oh no wait, that's also a cellphone. I was born in the 70's, and I can tell you, you can survive just fine without a cellphone. All of what you describe can be done on a desktop. But hey, if you want to compromise your privacy for some convenience, that's…
Are you going to carry your desktop into the forest on a hammock and work? How about on a plane to other countries? Will you carry your desktop in your car while living on the road? In the middle of forests and on top of mountains? Will you work from a campsite with your desktop while not connected to the internet? Can you have a meeting via your desktop from a rocky beach and no internet service? A cellphone can't t…
An example of LLM prompting for programming
291–297 of 297 posts
Re: An example of LLM prompting for programming
#292Earlier quoted context omitted.
Good rule of thumb with ChatGPT: you can’t exit loops. Once you’ve gone A > B > A, your best move is to start a new chat. Even then it may reproduce and you should do some similar but different task. Remember that it’s a prediction engine, weighing heavily on the existing prompt. So you say B again, or B1 and it’s like, I know what to do! A! Cause last time was A->B so let’s do it again. In your case this would be “[…
Instead of starting a new chat, why not change the prompt higher up in the conversation with the relevant detail that you have gained through the responses?
Re: An example of LLM prompting for programming
#293If somebody thinks an LLM is coming for everybody's coding job, I'd say this article is a great counterpoint just for existing. You could tell someone from decades ago that we now use a very high level language for complex tasks in complex code ecosystems, never even mention AI, explain that the parser is really generalist-biased, and this article would make perfect sense as an example of exemplary code by a modern c…
Re: An example of LLM prompting for programming
#294Earlier quoted context omitted.
Hmm, I also use ChatGPT as an anti-procrastination tool and task manager, and it's never made a mistake with keeping track of my task list (except that when it sums the estimated times of subgroups of tasks, sometimes those sums are wrong). Note that it outputs my updated task list every time I add or remove a task (I only asked it to do that one time), so even if old messages go outside of the context window, it's n…
Interesting. What's your prompt?
Re: An example of LLM prompting for programming
#295Earlier quoted context omitted.
No or no company would be able to use it. As you type fragments of code are sent and discarded after use. You need to trust Microsoft to actually do the discarding but contractually they do and you can sue them if they accidentally or deliberately keep your code around or otherwise mismanage it.
They are obligated to give data to the government, and government took part of spying in Brazil for Boeing in the past, but I guess they are using this capability only for a few strategic companies, and most companies are not that.
Do you have more details? Please elaborate.
Re: An example of LLM prompting for programming
#296Earlier quoted context omitted.
Yet, the whole movement of getting blue collar workers to code seems to have lost its steam.
Probably because “graduating” bootcamps doesnt make one a swe and people figured out it’s a scam?
Re: An example of LLM prompting for programming
#297Earlier quoted context omitted.
Interesting. What's your prompt?
Details here, https://news.ycombinator.com/item?id=35390644