This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-04
Channels
- # announcements (1)
- # architecture (7)
- # beginners (44)
- # biff (11)
- # calva (15)
- # cider (5)
- # clerk (9)
- # clj-kondo (20)
- # clj-on-windows (19)
- # clj-yaml (2)
- # cljs-dev (39)
- # clojure (52)
- # clojure-czech (2)
- # clojure-dev (11)
- # clojure-europe (28)
- # clojure-hamburg (10)
- # clojure-hungary (3)
- # clojure-nl (1)
- # clojure-norway (59)
- # clojure-uk (5)
- # clojured (2)
- # clojurescript (33)
- # conjure (2)
- # datahike (1)
- # datomic (5)
- # defnpodcast (5)
- # emacs (18)
- # figwheel (2)
- # funcool (6)
- # graphql (1)
- # hyperfiddle (11)
- # jobs (3)
- # joyride (13)
- # malli (6)
- # music (4)
- # off-topic (45)
- # polylith (11)
- # practicalli (3)
- # rdf (3)
- # releases (1)
- # scittle (8)
- # shadow-cljs (13)
- # specter (2)
- # squint (8)
- # testing (6)
- # tools-deps (21)
- # xtdb (2)
Inspired by Rich Hickey to use spreadsheets to talk about design with team mates. Now wondering how to get the best of both worlds and be able to have shared online spreadsheets with colors and be able to modify with org mode... I suppose I could use google sheets or teams what ever and use the export import csv functionality... doesn't sound so great to me. Any ideas?
Could share an org buffer with https://github.com/emacs-straight/crdt
I love org-mode tables. My only gripe is that pandoc html renders org-mode tables very "narrowly", so there's a limit to the possible amount of columns. Example: https://play.teod.eu/journal/#idea Source: https://github.com/teodorlu/play.teod.eu/blob/master/journal/index.org#idea Note: this is my working notes, and they are written to be useful to me. I link for the table example, not for the rest of the wall of text.
Some guy also made a spreadsheet app with electric clojure recently. Was mentioned in #C7Q9GSHFV, perhaps ping Dustin Getz there and ask.
On fun
I'm better when I have fun.
I have fun when I build stuff for myself and others.
∴ I should build stuff for myself.
great insight. I agreeI had a period where I was seriously bored at work. Figured I had to do something. Rich talks about writing as a tool to aid your design process. I write a lot to "organize my motivation". To design where I point my attention, if you will.
https://faster-than-light-memes.xyz/ is build with ox-html as well 🙂 My mind is racing, thinking about putting together a "how to" team collaboration recipe following Rich spreadsheet suggestion. One hurdle right now is interfacing with non emacs team colleagues. Maybe an org plugin for vscode fixes that.
Or make a spreadsheet app with good org-mode interop. Copy to org mode. Paste from org mode. Copy column / row from org mode. Embed in org-mode. I watched a talk once about a guy who used org-mode and sqlite (i think) to run his bakery. That was interesting. No idea if I'll be able to find it again, though.
Or allow embedding org-mode in your app. Compile to html via emacs -q or with Pandoc.
I wish emacs had a CSV/tabular data mode that came even close to what a tool like Datasette offers. I've never found org-mode tables particularly useful for documenting and annotating datasets because most of the data I work with is too "wide" to fit in them. I have used #clerk notebooks to successfully document and describe data with teammates, because they export to HTML which is easy for anyone to open. https://datasette.io/
@U02CV2P4J6S here’s another take on tables: https://clojurians.slack.com/archives/C03RZGPG3/p1683276888134419