This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-25
Channels
- # announcements (22)
- # babashka (9)
- # beginners (33)
- # biff (12)
- # calva (17)
- # cider (64)
- # cljdoc (3)
- # cljfx (16)
- # clojure (125)
- # clojure-bay-area (14)
- # clojure-europe (15)
- # clojure-norway (64)
- # clojure-uk (2)
- # clojurescript (7)
- # conjure (1)
- # core-async (4)
- # cursive (6)
- # data-science (14)
- # datahike (8)
- # datomic (6)
- # defnpodcast (4)
- # emacs (5)
- # events (1)
- # hyperfiddle (15)
- # leiningen (17)
- # lsp (8)
- # membrane (27)
- # off-topic (25)
- # podcasts-discuss (4)
- # polylith (6)
- # portal (21)
- # reagent (11)
- # releases (1)
- # shadow-cljs (36)
- # slack-help (2)
- # sql (1)
- # squint (131)
- # testing (12)
- # xtdb (7)
I’ve been bouncing in and out of different projects using electric and it’s a sheer delight every time I am working with it.
Working on a link-sharing site, built w/ Electric Clojure 😄 could use your feedback http://NextApex.co
the "streamy rendering" in the thread layout page is an issue that differential electric is designed to solve, so stay tuned for that
Will differential electric be a drop-in replacement?
yes that is our intent, subject to the usual minor breaking changes of alpha software
Nice!!
While we're doing show and tell, if anyone wants a login to https://demo.hypo.sh/ (built with electric,) DM me and I'll send you an invite
A daemon on your laptop records a 24-hour rolling window of stdin / stdout across all of your terminals. When you encounter a problem with your dev environment, you can go back in time, slice out a window of your command history, and submit it to the web UI, which allows others to play back your terminal interactions. Kind of like a multi-term, time traveling version of asciinema with collaborative functionality. Three minute demo video: https://www.youtube.com/watch?v=mGBo8eibTR8
(It's designed to be self-hosted by companies, so there is no way for you to submit recordings to my demo environment, but you can play around with the playback interface.)
I like video. It does seem amazing to me that we are still spending our lives at terminal sessions !