7 ms·
The author lost me at the last bit where they started using weird names for the posts. Why would you make one ID O and the other ID 0? Why single letters and no
by lexicality 2mo ago
The author lost me at the last bit where they started using weird names for the posts. Why would you make one ID O and the other ID 0? Why single letters and not EMBED_01? Why seemingly random letters instead of ABCDEF? Does OCPDST stand for something?
- moebrowne 2mo agoThey are placeholders, their meanings are spelled out in the post: O: publish/oembed_cache, empty content, stale timestamp with parent C C: future/customize_changeset, changeset JSON with parent C P: draft/page, with parent D D: parse/request with itself as its parent S: publish/post, for providing embed data T: publish/post, containing the outer embed
- lexicality 2mo agoThat doesn't actually answer any of my questions though. Why is `S` the placeholder for "post"? T for T'outer?