2022-10-29

Published: Nov 01, 2022Last modified: Apr 05, 2023
Word count: 335

maybe goals

> stream

>> DONE get twitch chat running via clove

>> DONE work with the mic and sound a bit

>> DONE ignore stream clients when burying (obs windowed projection, twitch-chat)

with unit test?

>> DONE add icons for twitch chat and obs video projection

> clawe

>> DONE clean up extra workspace (`tauri-doctor-topbar`)

>> DONE clean up of floating clients when sending a client away

i.e. if i send the journal away, the last-focused client (browser) ends up buried under

tiled clients (yet still focused)

this isn't relevant anymore, b/c floating clients get buried on every focus again

>> DONE update clerk dep

>> DONE restore clawe clerk usage

starting up the clawe clerk helper via mod-shift-c not working

>> DONE improve writing/editing clawe.edn config

can whitespace be preserved?

>> DONE open deps.edn deps on github feat (in slow-MX)

> org-blog

>> DONE fix last-modified render css

>> DONE convert other indexes to new render style

obs see yourself while streaming with a 'windowed projector'

Did this a month or two ago, but couldn't at all remember it this morning. here's the vid: https://www.youtube.com/watch?v=Z9S_2FmLCm8

See also: getting started with obs studios

Keyword is 'windowed projector' - right click the source in obs, then 'windowed

projector' to get the video to pop out

stream announcement

Hey folks! I'm going to stream some clojure dev today - features for two projects, clawe and org-blog (tho if you're interested, ask and I can switch gears into my latest godot work in dino ). Come by and say hello!

Hey folks! I'm going to stream some clojure dev today - features for two projects, [clawe](https://github.com/russmatney/clawe) and [org-blog](https://github.com/russmatney/org-blog) (tho if you're interested, ask and I can switch gears into my latest godot work in [dino](https://github.com/russmatney/dino)). Come by and say hello!

first patron! Thanks Cameron!

til clojure *file* usage?

put it in a macro!

(defn this-file [] *file*)

(nope. this did not work.)

today i DID NOT learn.

I tried

(def this-file *file*)

but it ends up with different values when loaded in the repl vs required by my server. Not sure what's up with that.