2022-11-12

Published: Dec 05, 2022Last modified: Apr 24, 2023
Word count: 282

having mastodon server fomo!

now there's a clojure one: https://clj.social/about

....to migrate, or not to migrate...

I love gamedev.place, tho it's grown quite a bit in the last week

goals

> DONE enjoy saturday

> DONE clawe focus widget

>> DONE org-save -> push data

> DONE clawe m-x bury fix

>> DONE invoking rofi shouldn't bury ontop clients

seems to be targeting any ontop clients

probably need to respect :bury/ignore

>> DONE bury-clients performance fix

one awm call for many clients

> DONE latest blog published

>> DONE publish new dailies

>> DONE fix height scroll bug

ugh, this was a ff-dev edition bug.

> org-blog

>> DONE replace clerk with simple server

>> clerk-dwim include org-blog specific publish call

>> DONE include livejs

>> consider plasma

> clawe ralphie clove namespace

>> create-window function

should this invoke via tmux? maybe? could use a clove-windows namespace similarly for browsers, really and godot-aseprite...

> clawe localhost ports health check widget

(maybe via focus navigation component?)

> org-blog/org-crud

>> pull hiccup namespace into org-crud?

i want to re-use it in clawe... but maybe clawe should write it's own components?

>> DONE plain-name :org/name-plain key

>> DONE :org/level-int key

types are object-oriented

read: not functional

til: get_node_or_null() in godot

I wanted a nil-punned get_node(), turns out there is one.