Fork me on GitHub
#events
<
2021-11-23
>
bruno.bonacci11:11:18

Hi all, a reminder that tonight the London Clojurians will be hosting Thinking with Portal (by Chris Badahdah) https://www.meetup.com/London-Clojurians/events/279631487/ You are still in time to RSVP for the event

bruno.bonacci11:11:04

Here is the list of all other London Clojurians upcoming events: - 2021-11-25 - Wrangling Arrays with dtype-next - (https://www.meetup.com/London-Clojurians/events/282172366/) - 2021-11-26 - A Data Science Walkthrough - (https://www.meetup.com/London-Clojurians/events/282172414/) - 2021-11-27 - Machine Learning Through Pipelines - (https://www.meetup.com/London-Clojurians/events/282173134/) - 2021-11-28 - Your Namespace as a Notebook - (https://www.meetup.com/London-Clojurians/events/282172462/) - 2021-11-29 - Touring Oz: Notebooks, Visualizations, and Webapps, Oh My! - (https://www.meetup.com/London-Clojurians/events/282173022/) - 2021-11-30 - Introduction to Linear Algebra for Clojurians - (https://www.meetup.com/London-Clojurians/events/282255314/) - 2021-12-03 - re:Clojure 2021 virtual conference - (https://www.meetup.com/London-Clojurians/events/281970268/) - 2022-01-04 - Macrobrew: Clojure macros distilled (by Abhinav Omprakash) - (https://www.meetup.com/London-Clojurians/events/282095744/) - 2022-01-18 - Functional Operating Systems (by Andrew Tropin) - (https://www.meetup.com/London-Clojurians/events/282063091/) - 2022-02-01 - LISP: The Ultimate Excel LAMBDA (by Bob Calco) - (https://www.meetup.com/London-Clojurians/events/282016422/) - 2022-03-01 - nbb: ad-hoc scripting for Clojure on Node.js (by Michiel Borkent) - (https://www.meetup.com/London-Clojurians/events/282138836/) - 2022-03-15 - Orchestrating the cloud with Clojure (by Pierre-Yves Ritschard) - (https://www.meetup.com/London-Clojurians/events/282039961/) - 2022-04-12 - Functional relational programming with relic (by Dan Stone) - (https://www.meetup.com/London-Clojurians/events/282243654/)

wow 5
🚀 1
1
Gerome19:11:13

Are you going to publish recordings?

bruno.bonacci22:11:21

Yes, of course!

Gerome07:11:51

Ah, great! Looking forward to those 🙂

bruno.bonacci22:11:11

Hi all, The recording of tonight's event is now available on our Youtube channel: Thinking with Portal (by Chris Badahdah) https://www.youtube.com/watch?v=Tj-iyDo3bq0

🙏 2
awesome 1
👍 2
Daniel Slutsky22:11:23

Nov. 25, 0:00 UTC 120min -- note this is Nov. 24th in some time zones Wrangling Arrays with dtype-next Ethan Miller dtype-next This workshop will introduce dtype-next, explain its position in the Clojure data science ecosystem, and introduce the key concepts and techniques necessary for working with its performant buffers/arrays. Event: https://www.meetup.com/London-Clojurians/events/282172366/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/dtype-next-2021-11-25 Nov. 26, 15:00 UTC 120min A Data Science Walkthrough Daniel Slutsky In this session, we will get to know some of the main parts of the emerging Clojure data science stack. We will do that through the exploration of a real-world data modelling problem. Event: https://www.meetup.com/London-Clojurians/events/282172414/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/walkthrough-2021-11-26 Nov. 27, 14:00 UTC 120min Machine Learning Through Pipelines Daniel Slutsky http://Scicloj.ml is a Clojure library by Carsten Behring that connects many aspects of machine learning workflows into one coherent stack. It is based on a certain notion of a pipeline, implemented in the libraries Metamorph and http://Metamorph.ml. In this session we will discuss some of the core ideas behind these libraries and look into solving a data modelling problem using http://Scicloj.ml. Event: https://www.meetup.com/London-Clojurians/events/282173134/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/ml-2021-11-27 Nov. 28, 16:00 UTC 90min Your Namespace as a Notebook Daniel Slutsky Notespace allows the creation of visual documents without leaving the comfort of the familiar Clojure editor, REPL, and namespace. It has evolved through usage in the Scicloj community. We will practice basic use of Notespace, discuss its design choices and relationship to other projects, and chat about future challenges. Event: https://www.meetup.com/London-Clojurians/events/282172462/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/notespace-2021-11-28 Nov. 29, 17:00 UTC 120min Touring Oz: Notebooks, Visualizations, and Webapps, Oh My! Christopher Small Oz is a Swiss Army Knife for data visualization, scientific documentation, and "namespace as a notebook" style analysis workflows. However, its versatility can make it easy to miss the full scope of its capabilities. In this workshop, we'll briefly go over all of its features, and then work through a series of illustrative examples based on participant interest. Event: https://www.meetup.com/London-Clojurians/events/282173022/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/oz-2021-11-29 Nov. 30, 15:00 UTC 90min Linear Algebra with Neanderthal David Pham In order to operate mathematics on collections of numbers, the easiest solution is to use for-loop. I assumed it was the fastest way until I discovered Neanderthal, a linear algebra built for Clojure. This workshop introduces the most basic linear algebra concepts so that you can also enjoy Neanderthal. My aim will be to show you the underlying intuition so that these squares of numbers and formulas won't scare you when you read them. Event: https://www.meetup.com/London-Clojurians/events/282255314/ Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/neanderthal-2021-11-30 Dec. 01, 15:00 UTC 120 min Writing Web Apps with Fulcro Jakub Holý Fulcro is unique among Clojure web frameworks in providing a complete, integrated, full-stack solution for creating non-trivial web applications. It is based on a few simple ideas with far-reaching consequences, it is unusually malleable, and we love it for its focus on creating maintainable, developer-friendly code. In this workshop you will get a brief introduction to Fulcro and then get your hands dirty exploring the concepts in practice on an existing application in a series of guided exercises. We will use the excellent Fulcro Inspect tooling and mess up with the code. Please do the preparation described at https://github.com/holyjak/fulcro-intro-wshop#prerequisites before the workshop. Event: https://www.eventbrite.se/e/reclojure-workshop-introduction-to-creating-webapps-with-fulcro-tickets-188718210247 Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/fulcro-2021-12-01 Dec. 02, 16:00 UTC 120min A Gentle Dive into XTDB Jeremy Taylor Configure your database, wield Datalog queries, and travel through time with the experts. Bring-your-own-REPL if you wish, but otherwise feel free to sit back and watch. Q&A and frequent breaks throughout. Any questions? <mailto:[email protected]|[email protected]> Event: https://www.eventbrite.com/e/xtdb-workshop-reclojure-tickets-191330985127 Chat: https://clojurians.zulipchat.com/#narrow/stream/305782-nov21-workshops/topic/xtdb-2021-12-02

🤯 3
clojure-spin 3