Posted on Liked https://www.duralexusa.com/collections/duralex-coffee-tea/products/caprice-espresso-mug?variant=7290143834171

Duralex espresso cup

Don't really need any new espresso cups, but maybe if I break any I should give these a try.

Filed under: wishlist duralex

Posted on

Based on a Github issue I was able to get a collection with Zola taxonomies writing the proper TOML-frontmatter format.

collections:
- ...
  fields: 
  - label: "Taxonomies"
    name: "taxonomies"
    widget: "object"
    fields:
    - { label: "Tags", name: "tags", widget: "list", allow_add: true}

This is written out into the frontmatter as

+++
[taxonomies]
tags = ["tag"]
+++
Filed under: zola decapcms toml

Posted on

Anyone using DecapCMS? I gave it a try a while ago and looks like there is now Nested Collections which should now match how I have my site setup.

Filed under: decapcms

Posted on

I guess I'll look forward to PostgreSQL 17, between better upserts and some label improvements.

The MERGE seems to take more code than I'd like, I wish ON CONFLICT didn't bloat and could have an option for ALWAYS RETURNING that would return the row even if not modified. I'd deal with the bloat if it were simple code and always returned the row.



Posted on

Cool looking Rust crate registry, Cratery. OAuth login, S3 storage. Guess could setup Litestream for DB storage as well.

via


Posted on

Last spring we found it slightly too cold to go camping when we otherwise had the chance. Maybe time to pick up a warmer sleeping bag.

via

Filed under: wishlist

Posted on

Don’t really need another camping stove… but this looks interesting

Filed under: wishlist

Posted on

I was confused when I didn't see a Vegan label on a Silk carton. I'm not really less confused after reading the FAQ.


Posted on

I was able to get tracecontext passthrough to OTel working! I was missing the opentelemetry_sdk::trace::TracerProvider which pulls in the infomation to help build the OTel data that gets sent to collectors.


Posted on

A new sqlparser release pushed out my changes for supporting declare-schema! I released 0.0.1 but haven't gone through and updated my services yet.

In a month or so of using the dev version of declare-schema in my services I've had a good time! Since I wrote it with my mental model for services in mind, it works as I want it to! The library itself would probably wind up with significant data loss for others.


Posted on

Interesting to see Rust Otel discussing the friction for (tokio)-tracing. Tracing with DataDog was really convenient. I always wanted to get our shop moved to Otel to eventually be able to move away from DataDog though, partially due to pricing, partially due to more adoption of Google Cloud and not wanting to ship data out just for tracing.

I lean towards wanting tokio-tracing to be a/the supported case. I haven't found a solution with Otel that I really like. The initial setup has always seemed tricky, and with a cross-cutting concern like tracing, adopting Otel seems heavyweight. A single ecosystem (Otel) across language stacks is super appealing. At this point I'm mostly writing Rust things though so that isn't a huge selling point for me.

I do finally have a tracing setup in a lib that is working well, but haven't gotten distributed tracing going yet. I'm fine adopting Otel for wire formats but I'd like to keep tracing in my app. I've yet to find a good way to thread W3C tracecontext into Otel output.


Posted on

Works for me to try cleaning out a Docker registry: Docker Registry Cleaner. Keeps the last N images of each repo as determined by a label on the image.

On each deploy to my homelab I set a label on the image to be used so this cleans up images I'm no longer using.

Super alpha-y state... will likely result in data loss!


Posted on Liked https://events.indieweb.org/2024/07/send-a-friend-a-webmention-day-Yg7gsfhZDigm

Mark your calendars!


Posted on

I think I've always had a pleasant time upgrading my NixOS boxes. For my homelab servers

sudo nix-channel --add https://channels.nixos.org/nixos-24.05 nixos
sudo nixos-rebuild switch --upgrade
sudo reboot

Has "just worked". Keeping most of my lab stuff in Nomad helps with this as well as there isn't much that will change at the OS level, mostly Nomad, Consul, and Vault.


Posted on

Added recommendation for Bits about Money


Posted on

Added recommendation for Dhole Moments



Posted on Liked https://www.garagegrowngear.com/blogs/trail-talk/why-new-jersey-is-actually-a-great-place-to-hike

I’ve been to Worthington a couple times and always enjoyed the camping spots and hikes there! The ferns are amazing, it feels like walking through a dinosaur era forest.