RSSAmplifier

Blog

A Lazy Sequence

Recent

brehaut.netRSS feed ↗5 posts

Latest posts

User Aliases in jj logs

jj config for using short aliases for users in log lines

List rotation in Prolog

I’m still dipping into logic programming intermittently. I’m still a tourist. Today I had reason to want to rotate a list – that is, take some number of items from the front, and append them to the back – and I couldn’t find a suitable predicate in the standard libray. My initial attempts to write the predicate myself were bad (leaning on functional and procedural definitions), and in googling I…

Initial impressions of Picat

A grab bag of thoughts on experimenting with Picat language.

Run scripts in a vite project with vite-node

Maybe the easiest way to run a TypeScript program with Node.js

CSS grid and scoped component styles.

Tools like Svelte and Astro scoped component styles by default, which has some interesting interactions with CSS concepts like grid .