ChatGPT conversations still lack timestamps after years of requests
161–170 of 171 posts
Re: ChatGPT conversations still lack timestamps after years of requests
#162Surprised that people still use chatgpt
Personally I use all of them all the time and chatgpt is still on top
It just isn't even close at this point for my uses across multiple domains.
It even makes me sad because I would much rather use chatGPT than Google but if you plotted my use of chatGPT it is not looking good.
Re: ChatGPT conversations still lack timestamps after years of requests
#163If you download a Data export, the timestamps are there for every conversation, and often for messages as well. The html file is just a big JSON with some JS rendering, so I wrote this bash script which adds the timestamp before the conversation title: sed -i 's|" " + conversation.title + " "|" " + new Date(conversation.create_time*1000).toISOString().slice(0, 10) + " @ " + conversation.title + " "|' chat.html
Re: ChatGPT conversations still lack timestamps after years of requests
#164Earlier quoted context omitted.
So, do you you think all dev teams are sufficient at UX, or UX doesn’t exist ?
I say that 99.5% of the UI/UX blog posts I've read in the last 10 years were all hogwash. Gloating about spacing, gaps, unnecessary I know this better mantra that leads to nowhere. And it shows. Show me a platform where you have proper user experience and not some overgeneralized ui, that reeks of bad design. Also, defaults used everywhere.
Could you say this another way?
Re: ChatGPT conversations still lack timestamps after years of requests
#165Earlier quoted context omitted.
I say that 99.5% of the UI/UX blog posts I've read in the last 10 years were all hogwash. Gloating about spacing, gaps, unnecessary I know this better mantra that leads to nowhere. And it shows. Show me a platform where you have proper user experience and not some overgeneralized ui, that reeks of bad design. Also, defaults used everywhere.
> Show me a platform where you have proper user experience and not some overgeneralized ui, that reeks of bad design. Also, defaults used everywhere. Could you say this another way?
Re: ChatGPT conversations still lack timestamps after years of requests
#166Earlier quoted context omitted.
> Show me a platform where you have proper user experience and not some overgeneralized ui, that reeks of bad design. Also, defaults used everywhere. Could you say this another way?
Ask an llm. Good luck.
Re: ChatGPT conversations still lack timestamps after years of requests
#167Re: ChatGPT conversations still lack timestamps after years of requests
#168Earlier quoted context omitted.
Not if you actually read what the extension does and drag and drop it into chrome yourself. Don't install from the web store. Those ones can auto-update.
Your suggestion is to not use the platform as intended, and to understand the source code of the extension. That advice is not actionable by non-technical people and does not help mitigate mass surveillance.
Re: ChatGPT conversations still lack timestamps after years of requests
#169Re: ChatGPT conversations still lack timestamps after years of requests
#170Earlier quoted context omitted.
Your suggestion is to not use the platform as intended, and to understand the source code of the extension. That advice is not actionable by non-technical people and does not help mitigate mass surveillance.
LLMs can pretty easily read source code and tell you what it does. It's completely actionable for any motivated person.