Remix.run Logo
cush 12 hours ago

>What is the purpose of OpenAI storing millions of private conversations

Have you used ChatGPT? Your conversation history is on the left rail

1vuio0pswjnm7 5 hours ago | parent | next [-]

I read in the pleadings that OpenAI claims it cannot search its logs without decompressing them first

I can search the logs I keep without decompressing

Every user is different and each is free to use whatever software they want

1vuio0pswjnm7 8 hours ago | parent | prev | next [-]

Using RePair for compression I can also search inside compressed tarballs full of logs

To do this, I first insert a blank line at the top of each log file before adding to the tarball

IME, RePair is faster than compressing with zstd and the size reduction is almost the same

The only "catch" is that RePair requires more memory during compression

747fulloftapes an hour ago | parent [-]

Pardon, but do you have a link for this RePair compressor?

Unfortunately, different searches for this RePair you mentioned have only revealed links to resources for repairing broken air compressors, damaged compressed files, spinal injuries, etc.

1vuio0pswjnm7 12 hours ago | parent | prev | next [-]

"Have you used ChatGPT?"

No

Large number of upvotes on the quoted comment however. Maybe some of those voters are ChatGPT users

I do searching from the command line in text mode. The script I use keeps a "log" (a customised SERP) of all query strings and search result URLs. I also have these URLs stored in the logs from the forward proxy. These are compressed using RePair. I can search the compressed logs faster this way than with something like

    ztsd -dc log.zst|grep pattern
or

    rg -z pattern log.zst
buffington 7 hours ago | parent | next [-]

> No

Given that, I'd suggest not offering "alternatives" to the features described in TFA for a service you've never used. There are people here talking about oranges, a lot of them with domain expertise, and you're not just talking about apples, you're talking about bird migrations.

fenomas 6 hours ago | parent | prev | next [-]

> Large number of upvotes on the quoted comment however.

Sure, and also downvotes - that measures factionalism, not correctness.

But tech wise, you're confused. Functionally speaking chatgpt is a shared document editor - the server needs to store chat histories for the same reason Google Docs stores the content of documents. Users can submit text to chatgpt.com from one browser, and later edit that text from the app or a different browser. Ergo the text is stored on the server, simple as that.

5 hours ago | parent | prev | next [-]
[deleted]
1vuio0pswjnm7 3 hours ago | parent | prev [-]

Downvotes is a tiny faction

3 versus 190+, so far

Many commenters cannot distinguish rhetorical questions from questions that seek an answer

By attempting to answer a rhetorical question one may only strengthen the point being made by the question, for example, poor decision-making, and may reveal an absence self-awareness

stefan_ 11 hours ago | parent | prev [-]

They made the feature, now they get to live with it. So they can spare us the feigned surprise and outrage.

Instead of writing open letters they could of course do something about it. Even Google stopped storing your location timeline on their servers and now have it per-device only.

cush 8 hours ago | parent [-]

We’re talking about two different things. It would be like Gmail not storing your emails. Expecting ChatGPT to not store your chats is ridiculous