Sníd

Activity

bluesky 2h ago
Dave Snider @davesnider.com
Jun 5, 07:54 PM

Don't mind me, just building a simple website for myself.

GitHub 3h ago
snide/davesnider.com Opened PR #37 - Mermaid diagram in readme

This is getting complicated enough a diagram of the architecture is helpful.

GitHub 3h ago
snide/davesnider.com Opened PR #36 - Add activity route params when using UI filtering
  • Fix some spacing issues in the movie year with Plex activity.
  • Add params to URL structure when using activity feature controls.
GitHub 5h ago
snide/davesnider.com Opened PR #35 - Turn on activity workers

This enables the crons on the activity workers and makes the activity route active.

GitHub 8h ago
snide/davesnider.com Opened PR #34 - Add activity feed for BlueSky, HN, Plex, Github

Adds an activity route to my site that consolidates feeds from BlueSky, HN, Plex and Github, with workers set up for BGG and Reddit. This initial PR launches it silently to test the workflows.

It also adds some new components just to make things easier to work with.

GitHub 9h ago
Siege-Perilous/tableslayer Opened PR #446 - Fix scene name editing, improve UX, add retries to Turso workflows

Scene renaming wasn't updating state. Also took the time to fix some UX issues:

  • Focus on input when edited.
  • Provide more space for editing

https://snid.es/2026JUN/MSOpVembM2Vo1OPT.mp4

Additionally, the turso workflow sometimes fails since we migrated Turso to AWS (I think AWS needs to warm up) so I added retry logic.

bluesky 10h ago
Dave Snider @davesnider.com
Jun 5, 10:55 AM

Building an "Activity" section of my site that consolidates my Bluesky, Hackernews, Github, Reddit, and Plex content into a singular, readable feed. It ingests through Cloudflare workers. I am already dreading the maintenance, but this has been a pipe dream of mine since forever.

DJ Vhat @djvhat.bsky.social
Jun 5, 12:19 PM

Love your site!

Dave Snider @davesnider.com
Jun 5, 12:29 PM

Thanks duder!

GitHub 1d ago
Siege-Perilous/counterslayer Comment on Issue #67 - [BUG] Different sizes boxes adjust layer height for all boxes in layer

Yeah. I'm not thrilled about it. This was the best I could come up with. I think the tradeoff of not needing to manually calculate the heights for EVERY object that sits next to things is worth it. I guess I could allow layers to have different Y origins though (so it isn't a "stack") would help you visualize it though. I'll think about it. If I did something like this. I'd probably add a "Y offset from base" setting at the layer itself. That way you set "O" for the right side layer in the image above to be at the floor of the box.

hmm...