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.
Huahai 2021-01-06T06:25:02.481200Z

Released Datalevin 0.3.15, a simple, fast and durable Datalog database. This release introduced significant write speed improvement by using writable memory map and asynchronous writes. Writes can be two orders of magnitude faster for small transactions. https://github.com/juji-io/datalevin

🤘 14
5
simongray 2021-01-06T08:58:18.483Z

does this make it faster than DataScript for writes now?

simongray 2021-01-06T08:59:42.483200Z

Also good job on the steady release schedule!

Huahai 2021-01-06T15:58:33.495600Z

It is now only slightly slower than Datascript for write transactions, as expected, for Datalevin writes to disk whereas Datascript is in memory.

Huahai 2021-01-06T15:59:31.496200Z

2s vs 0.5s

simongray 2021-01-06T16:41:41.497200Z

Not too shabby! My comment was probably meant a little tongue-in-cheek. You seem very intent on getting good performance out of your various OSS projects. It’s very commendable.

Huahai 2021-01-06T17:27:58.000900Z

Thanks. Performance does matter for a lot of use cases, especially when dealing with data. What’s that saying? Database people care about three things: performance, performance, and performance. 🙂

Chris McCormick 2021-01-06T09:02:01.484Z

Hey all, just a quick note to let you know about this procedural MIDI melody generator I built with ClojureScript and am releasing today. https://dopeloop.ai/melody-generator Enjoy!

🤘 4
🎶 3
borkdude 2021-01-06T12:45:45.486800Z

We (@jeroenvandijk@rahul080327@valtteri and myself) are happy to announce the babashka aws pod! Access AWS directly from babashka scripts with virtually no startup time, accessing all the services that the Cognitect aws-api lib provides access to. https://github.com/babashka/pod-babashka-aws

💯 5
40
🚀 3
🎉 3
Ben Sless 2021-01-06T13:13:08.487900Z

One step closer to Clojure everywhere. Next stop - devops!

👍 3
fjolne 2021-01-06T17:10:11.499900Z

@ben.sless btw we already have Ansible substitute https://github.com/epiccastle/spire

2021-01-06T17:14:15.000100Z

Yeah waiting for a spire pod so I can create a packer replacement 😅

Ben Sless 2021-01-06T17:43:47.001300Z

@fjolne.yngling I even had it starred! I remember spire since it had a disclaimer back in the day, haven't been keeping track. I'm just happy devops can now use babashka to whip up quick scripts, not just use a buy-in framework

💯 3
Jakub Holý 2021-01-06T18:16:54.002600Z

Whaaat? Is it Christmas already again?

alexmiller 2021-01-06T18:18:49.004Z

https://clojure.org/releases/devchangelog#v1.10.2-rc2 is now available. Changes from rc1: • https://clojure.atlassian.net/browse/CLJ-2597 proxy should emit Java 1.8 bytecode • https://clojure.atlassian.net/browse/CLJ-2599 Bump spec.alpha dep to 0.2.194 and core.specs.alpha dep to 0.2.56 Please report any issues (or success!) either in thread here or in #clojure - thanks!

☕ 3
🎉 24
borkdude 2021-01-06T18:34:22.004200Z

It's 2021!

Ben Sless 2021-01-06T18:37:23.004400Z

It is Dec. 37th 2020

seancorfield 2021-01-06T18:51:12.004900Z

Just bumped our dev env to RC 2. Will let you know if anything weird happens.