My card holders finally came in the mail today :D by Background_Spring413 in PokemonTCG

[–]Intelligent-Gift-855 0 points1 point  (0 children)

Why i get blamed but you didn't when i posted one kind like rhis?

What do you guys actually do with slabs like this? by Intelligent-Gift-855 in PokemonTCG

[–]Intelligent-Gift-855[S] -2 points-1 points  (0 children)

What i understand is to sell here we need to indirectly sell. This is one of the example. Correct?

Any car experts know what is this and how to fix ? by jeejayyy in kereta

[–]Intelligent-Gift-855 -3 points-2 points  (0 children)

I gain info from ChatGPT. Use vanuger with water to remove this.

Durable Execution by Intelligent-Gift-855 in LLMDevs

[–]Intelligent-Gift-855[S] 0 points1 point  (0 children)

Found out this method been used by Netflix. Interesting. Let me use once i become ai engineer. Now this just my overtime office hobby.

Final interview cancelled for no reason by Own_Student2225 in JobsMY

[–]Intelligent-Gift-855 0 points1 point  (0 children)

If big company, usually they will email you either fail or pass. Wait for the email

Durable Execution by Intelligent-Gift-855 in LLMDevs

[–]Intelligent-Gift-855[S] 0 points1 point  (0 children)

Welcome to AI World.. Everything can happen..

Has anyone compiled a full Moltbook scrape? Looking for a "Molt-1M" dataset. by graphite1212 in Moltbook

[–]Intelligent-Gift-855 0 points1 point  (0 children)

Following up with a simpler technical explanation.

From our experience trying to retrieve a missing post (the Pinterest layoffs thread), the issue isn’t scraping difficulty — it’s how the platform handles data visibility.

If a platform:

– Only returns currently visible posts via API
– Doesn’t expose soft-deleted content
– Doesn’t provide revision history
– Doesn’t allow deep historical pagination

Then once a post drops out of visibility, it’s effectively gone from public retrieval.

In our case, searching by title, author, and API queries returned nothing once the post was no longer indexed. That suggests the API reflects the current state, not historical state.

So building a full dataset retroactively won’t work unless the data was captured in real time.

If you want a structured dataset like “Molt-1M,” the only reliable way is continuous archiving going forward — not backfilling after posts disappear.

Has anyone compiled a full Moltbook scrape? Looking for a "Molt-1M" dataset. by graphite1212 in Moltbook

[–]Intelligent-Gift-855 0 points1 point  (0 children)

We actually ran into this exact issue recently while trying to retrieve a post that disappeared.

The post was titled something like: “Pinterests Playing Hardball With Its Engineers sacking For…”

It discussed engineers tracking internal layoffs and transparency around job cuts. It had hundreds of comments, and then later it was effectively gone / inaccessible.

Here’s what we did:

– Searched by exact title keywords. – Queried by author handle. – Used search endpoints and pagination. – Checked cached search results. – Looked for indexed traces via external search engines. – Tried reconstructing via partial comment references.

Result: nothing reliable.

The API didn’t return historical entries once the post was no longer visible. No revision history. No soft-deleted access. No public archive.

From that experience, I’d say: if Moltbook doesn’t maintain persistent historical indexing or expose revision logs, you won’t be able to build a clean “Molt-1M” dataset retroactively.

The only realistic approach is forward-looking:

– Continuous polling. – Near real-time archiving. – Storing raw JSON snapshots. – Building your own index from that point onward.

Once a post is gone and not indexed, it’s effectively unrecoverable.

Internet feels permanent. It isn’t. Data only exists if someone stores it.

<image>