This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-22
Channels
- # announcements (2)
- # architecture (33)
- # babashka (4)
- # beginners (445)
- # bristol-clojurians (10)
- # calva (23)
- # cider (43)
- # clj-kondo (36)
- # cljs-dev (13)
- # cljsrn (20)
- # clojure (136)
- # clojure-argentina (8)
- # clojure-dev (1)
- # clojure-europe (18)
- # clojure-germany (1)
- # clojure-italy (5)
- # clojure-nl (45)
- # clojure-spec (66)
- # clojure-uk (29)
- # clojurescript (69)
- # conjure (157)
- # cursive (2)
- # datomic (216)
- # emacs (10)
- # exercism (4)
- # figwheel-main (8)
- # fulcro (30)
- # graphql (21)
- # hoplon (5)
- # kaocha (7)
- # leiningen (3)
- # luminus (4)
- # music (1)
- # off-topic (24)
- # pathom (10)
- # re-frame (19)
- # reagent (11)
- # reitit (16)
- # remote-jobs (1)
- # ring-swagger (5)
- # rum (7)
- # shadow-cljs (125)
- # spacemacs (8)
- # sql (9)
- # tools-deps (12)
@jeroen.leenarts I saw your name and I figured you were Dutch
You can still watch the latest meetup video btw, with @kevin.van.rooijen and me presenting 😉
And I’m looking for experience with streaming soulutions. Tonight we are trying our new web rtc based custom thing for the first time. Biggest requirement is for cam and screen of presenter to land at our video editor who then mixes it and up streams to YouTube.
@jeroen.leenarts what I tried (so far unsuccessfully) was to use OBS to compose the scene, stream it over ffmpeg (UDP) to a virtual camera which can be then used to stream wherever you want
Is there a private individual or a non-profit running the Dutch Clojure meetups? CocoaHeadsNL is incorporated as a non profit and it has done wonders for our sponsorships and just getting support from companies.
technically it works, but video was foobar'd (grayscale instead of fullcolor / screen replicated 6 times in two rows / 3 columns)
@skuro maybe I should hook you up with Marco at CocoaHeadsNL and share notes if tonight doesn’t end in a molten pile of silicon. 😬
we recently also incorporated as a stichting (https://foundation.clojuredays.org/) meant to support the yearly conference to begin with (which was recently cancelled due to covid19)
@jeroen.leenarts I'd owe you centuries worth of gratitude if you could help me setup something that works 🙂
Ah yes conferences. https://do-iOS.com that’s CocoaHeadsNL as well. So pretty similar.
This was the resulting edited video based on last month’s livestream: https://m.youtube.com/watch?v=8XkIsHs2x18
So we have good enough quality during the event and afterwards allowing us to create a video afterwards. We also store all our raw video in Backblaze b2.
I’ll continue this convo in private as not to polite this channel with further iOS related messages. 🙈
You can check in #cljsrn , probably better luck there 🙂
I did about a year ago. But The error messages were impossible to debug so I didn't last too long
I tried it a bit, but as soon as it became evident how little I could re-use I stopped.
I have setup a simple app using re-natal and google maps api few years ago
One big app is http://status.im
built with re-natal
Using re-frame + re-natal
I remember it was difficult to setup, but once it was running (Android + iOS emulators) it was lovely to see hot code reloading in the emulator
@jeroen.leenarts I'd like to try React native. It might be fun to get the Small Clojure Interpreter in some iOS app. https://borkdude.github.io/sci.web/
@jeroen.leenarts I do use re-frame with reagent in everyday development though
Well I think if @skuro becomes convinced with the CocoaHeadsNL streaming platform (currently a huge overstatement) and I can convince Marco to opensource it, there might be some work on the backend. A Re-frame based backend could be nice. A React Native demo would be nice during one of our iOS meetups. Probably will get a lot of bias against React Native, but just showcasing the REPL based workflow should be pretty eye-opening,…