diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-02-07 14:37:48 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-02-07 14:37:48 -0500 |
| commit | 120326d65e813849d93d5d89d7adc6bbcdd85faa (patch) | |
| tree | 155fa325fcc470cc73b9873a82dc612740f52ac2 /dhall | |
| parent | 519d9785546ca8f22e8d3e88f568badbcd2283cf (diff) | |
| download | xesite-120326d65e813849d93d5d89d7adc6bbcdd85faa.tar.xz xesite-120326d65e813849d93d5d89d7adc6bbcdd85faa.zip | |
blog: add video compression article
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/streamVOD.dhall | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dhall/streamVOD.dhall b/dhall/streamVOD.dhall index 19fdc36..59641ce 100644 --- a/dhall/streamVOD.dhall +++ b/dhall/streamVOD.dhall @@ -3,6 +3,24 @@ let xesite = ./types/package.dhall let VOD = xesite.StreamVOD in [ VOD::{ + , title = "Ripping the bandaid off and using Emacs managed by Nix" + , slug = "emacs-nix" + , description = + '' + This is a shorter stream where I switched my Emacs config from [Spacemacs](https://spacemacs.org) to a custom configuration I've been prototyping for a year or so that has everything managed with [home-manager](https://nixos.wiki/wiki/Home_Manager) on NixOS. This allows my configuration to be completely managed in configuration and _all packages that I depend on can be precompiled at deploy time_, allowing me to run my complicated configurations on less powerful hardware without having to wait for bytecode compilation to happen. Most of the rest of the stream was just going through the motions of actually making the change, and then trying to make some ergonomics changes so that I could use it as a replacement for tmux. + + This stream covers the following topics: + + * Nix/NixOS configuration management + * Emacs Lisp programming + * Writing custom interactive commands in Emacs + * Proving chat wrong about the capabilities of Emacs + '' + , date = "2022-02-04" + , cdnPath = "talks/vod/2023/02-04-emacs" + , tags = [ "emacs", "nix", "lisp", "tmux" ] + } + , VOD::{ , title = "Fixing Xesite in reader mode and RSS readers" , slug = "reader-mode-css" , description = |
