Conversation
Adds shikokuchuo/mori to data/github-repos.toml and a software page at content/software/mori/ with a forest-green placeholder hex sticker and a readme copy of the package README. Registers mori ahead of the 0.1.0 announcement post so the blog post's software: mori frontmatter tag resolves.
Announces the first CRAN release of mori, a new R package for sharing R objects across processes via OS-level shared memory. The post covers the ALTREP-based share() API, a mirai-based bootstrap benchmark (~160x wall-clock on this render), access/lifetime semantics, and how mori positions relative to bigmemory, SharedObject, Arrow memory-mapped Parquet, and fork-based parallelism.
✅ Deploy Preview for posit-open-source canceled.
|
Publishing checklist
|
|
Thanks, @shikokuchuo! I see mori's software page, but it doesn't show up on the software page itself or in the search. Just wanted to flag that for you. |
The initial software registration used stars: 0 / forks: 0 as placeholders, which caused mori to be filtered out of the /software/ listing and the Pagefind search index (layouts/software/terms.html and taxonomy.itemindex.json both gate inclusion on a truthy stars value). Brings the counts into line with the live GitHub repo so mori surfaces correctly.
Thanks and fixed. Just had to add the actual GitHub stars to the entry, otherwise it seems zero-star repos aren't included. |
hadley
left a comment
There was a problem hiding this comment.
Generally feels LLM written to me. I don't think that's necessary bad but you might want to try https://mikecaulfield.substack.com/p/introducing-jamesian-a-claude-skill or similar.
Would you be able to elaborate? I actually think the skill did a good job and the tone was generally 'conversational' to begin with. I then got Claude to de-claudify itself and removed what I regarded as "tells" that bothered me. Maybe I've become desensitised... |
|
Hmmmm, it's hard to pinpoint exactly why I feel that way. A couple of bits that sound particularly claude-y to me are
But in isolation they seem fine. |
|
Ah the semi-colon, fair point! Those do happen to both be late amendments, after any style passes. |
Co-authored-by: Hadley Wickham <hadley@posit.co>
Blog YAML Checks✅ All 1 posts passed. |
Summary
shikokuchuo/moriundercontent/software/with frontmatter, a placeholder hex sticker, and a readme copy. Adds the repo todata/github-repos.toml.content/blog/mori-0-1-0/. Covers the ALTREP-basedshare()API, a mirai-based bootstrap benchmark (~160× wall-clock in the rendered run), access/lifetime semantics, and positioning relative to bigmemory, SharedObject, Arrow memory-mapped Parquet, and fork-based parallelism.mori was just released to CRAN as v0.1.0.
Test plan
/blog/with the right title, thumbnail, and description/software/mori/page renders with the hex sticker and readme contentsoftware: moritag in the post frontmatter resolves to the software pagevalidate-blog-posts.pyCI check passes