announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
rakyi 2021-06-10T06:30:55.171700Z

Cool stuff! Although, 3.2 MB of CSS is a lot. JS bundle is also quite big for what it does. Is that because of Inertia?

2021-06-10T06:42:05.171900Z

Thanks for your feedback! Optimization was not my priority until now. Writing the back and front end was time consuming knowing that I also had to write this library https://github.com/prestancedesign/inertia-clojure to make Inertia works with Clojure. Configuring PostCSS + Tailwind purge will fix the file size concern, this is the next and current step. Stay tuned!

Ivar Refsdal 2021-06-10T12:35:24.178500Z

I'm pleased to announce recurring-cup, a simple scheduler for daily/weekly occurrences that supports timezones. Schedules are represented using Clojure seqs, and thus you may tweak them using standard filter, remove, etc. should you so like. It's built on top of the excellent tea-time. https://github.com/ivarref/recurring-cup

🚀 2
🎉 9
chrisn 2021-06-10T14:08:30.185300Z

Our high performance data processing system, https://github.com/techascent/tech.ml.dataset is out of beta and has reached version 6.00! It was quite a long beta but the system has been quite stable for a while. tmd allows you to process very large datasets interactively at the repl in a DataFrame style like Pandas or R's data.table. It performs https://github.com/zero-one-group/geni-performance-benchmark/ than any of the comparative options and was written from the ground up in Clojure. • Checkout my talk about https://www.youtube.com/watch?v=5mUGu4RlwKE. • For more Clojure data science-centered work checkout the https://scicloj.github.io/pages/libraries/ and especially https://github.com/scicloj/metamorph. There is a lot of great stuff there! • If you are looking just for great mathematics https://github.com/generateme/fastmath#content most of R's core mathematical library. P.S. - as Alex posted above, if you haven't filled out the Stack Overflow https://stackoverflow.com/dev-survey/start, please do so! It really helps us all out.

🚀 25
1
🎉 45