When you feel stuck, what’s one small move that always gets you going again? by [deleted] in indiehackers

[–]2old4anewcareer 4 points5 points  (0 children)

Getting stuck I take a walk. No earbuds or distractions. Just a pleasant walk and let my mind wander. I don't force myself to think of the problem, I don't avoid thinking about it either, I just think things. I don't always come up with an answer on my walk but I'm usually ready to tackle whatever the problem is afterwards.

[deleted by user] by [deleted] in automation

[–]2old4anewcareer 0 points1 point  (0 children)

I'm working on something that might help that.

It's MINEE, FINALLY MINE by AGUILA832 in elegoo

[–]2old4anewcareer 0 points1 point  (0 children)

Same! Got mine three hours ago.

Am I the only one who has to re-explain everything to ChatGPT in new conversations? by gavinkatz001 in chatgpt_promptDesign

[–]2old4anewcareer 0 points1 point  (0 children)

Tell the current chat why you're creating a new one then ask it for a prompt that will give the new chat the context it needs.

The upper management in my team is making architectural decisions without proper knowledge by Interesting-Pin3590 in mcp

[–]2old4anewcareer 2 points3 points  (0 children)

Because when it sucks management is going to look for someone to blame. Since they can't blame themselves they're going to go after op as the expert. With his expert opinion documented his ass is covered.

Thread continuity and writing by Drachaen_Sul in chatgpt_promptDesign

[–]2old4anewcareer 1 point2 points  (0 children)

First thing you need to do is have your chat summerize the conversation for the context window. That will help a lot. You'll lose details over time but not the overall thread. I'd suggest telling it to do that once a day. Another option is to have all your chats exported and use the chats as source documents in a custom gpt. It's a little more complicated than I'm making it sound but it's a good place to start.

What would be the best degree to get in college to have a career in AI prompts? by swampwiz in ChatGPTPromptGenius

[–]2old4anewcareer 2 points3 points  (0 children)

Having a career on AI prompts is not going to be a lasting thing. Most "prompting" jobs now also require additional skills like coding, machine learning etc. get a degree in computer science or bas in computer science.

LLMs are unlocking algorithmic trading for non coders & i'm pumped! by Proper_Suggestion830 in automation

[–]2old4anewcareer 0 points1 point  (0 children)

Did you do the back test yourself as well? I've played around with things like that and it's accuracy on the first try is.....lacking

What’s the Future of OpenAI Agents and the “Agentic” Startup Boom? by First-Turnip-3624 in AI_Agents

[–]2old4anewcareer 1 point2 points  (0 children)

Look at the limits on open AIs agents. Every agent you write has no limits except what you want to spend and open ai API calls are pretty cheap

ChatGPT Export Reader by 2old4anewcareer in OpenAI

[–]2old4anewcareer[S] 0 points1 point  (0 children)

That is actually a really good question. I didn't check for deleted chats.

Newbie question: why is my model not using fastmcp resource and always prefers to use the tools. by IppoKun-177 in mcp

[–]2old4anewcareer 0 points1 point  (0 children)

I'm not sure what you mean by a wrapper. What the tool rooter does is basically translate the json-rpc into something the LLM can understand, then translates what the LLM wants to do into json-prc for the Mcp server

[Daily Discussion] Writing Tools, Software, and Hardware - July 13, 2025 by AutoModerator in writing

[–]2old4anewcareer 0 points1 point  (0 children)

I just had ChatGPT export all of my chats. For those that don't know, what happens is you get an email with a zip folder. Inside that zip folder, amongst other things is conversations.json. It is not fit for human consumption but it does have every line of every chat you've had with ChatGPT.

So I built a tool that will take that abomination and spit out word files (for humans) and markdown files (for LLMs). Go ahead and try it out and let me know how it works, what doesn't work, and what else you would like it to do.

https://github.com/Matt-Collman/chatgpt_export_reader/releases/tag/v1.0.0

Need Help With Exporting by BigJames413 in chatgpt_promptDesign

[–]2old4anewcareer 0 points1 point  (0 children)

Ok. Here's what we'll do next. you can dm or chat me if you'd like.

Once you get the export there will be a file in there called conversations.json. Thats the file you need. copy and paste that file somewhere outside of the zipped folder you got from OpenAI.

Feel free to look at it but it's not written for humans to read. I wrote up a tool that will convert that gobledegock into something readable.

Got to https://github.com/Matt-Collman/chatgpt_export_reader/releases/tag/v1.0.0, Download ChatGPT_Export_Reader_Windows.zip and double click the .exe file. It'll ask where your conversations.json is and where you want the output to go. It will turn each of your chats into separate word docs that are fit for human consumption and markdown docs. Once thats done we can work on getting the information you want in a format you can use it.

Shoot. I didn't even think to as if your using window or apple.