Skip to content

Commit 874ddc9

Browse files
committed
fix: slides for uv talk
1 parent 56a0ee5 commit 874ddc9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_posts/2026-03-03-happy-devs-and-happy-patrons-the-wonders-of-uv.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
slides: https://zenodo.org/records/18836384
23
layout: presentation
34
type: talk
45
categories: talks
@@ -16,13 +17,13 @@ title: "Happy devs and happy patrons: the wonders of \"uv\"."
1617
---
1718
If I had to pick one work tool that has contributed most to my quality-of-coding-life and joyful surprise over the last year, I think it'd be `uv`.
1819

19-
One could say that `uv` is a python package manager, which wouldn't be wrong, but certainly doesn't capture joyful surprise. In this talk, I'd like to share how our Brown University Library team:
20+
One could say that `uv` is a python package manager, which wouldn't be wrong, but certainly doesn't capture joyful surprise. In this talk, I'd like to share how our Brown University Library team:
2021
- began experimenting with `uv`
2122
- initially adopted it in a very safe, familiar way
2223
- later began using it in a less familiar, but incredibly useful way
2324

24-
I'll share a few tips, lessons-learned, challenges `uv` has solved, and features it has enabled.
25+
I'll share a few tips, lessons-learned, challenges `uv` has solved, and features it has enabled.
2526

26-
But the real joyful surprise I'd like to share is from a more recent `uv` feature: it enables a new way we can be _really_ helpful to our colleagues and patrons who may not have an interest in _writing_ code, but who would love to use our useful tools.
27+
But the real joyful surprise I'd like to share is from a more recent `uv` feature: it enables a new way we can be _really_ helpful to our colleagues and patrons who may not have an interest in _writing_ code, but who would love to use our useful tools.
2728

2829
Paired with GitHub, we can publish all sorts of very useful utilities easily (via a github.io site) -- which users can run locally, with a one-line `uv` command, with _no_ virtual-environment/dependency headaches. Think: gathering theses & dissertations for collections-as-data work, spaCy named-entity-recognition, etc.

0 commit comments

Comments
 (0)