admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2016-03-11T01:32:21.000465Z

Fluokitten New version 0.4.0 after 2.5 years :simple_smile: - many useful monadic functions implemented for clojure datastructures

2016-03-11T01:32:36.000466Z

https://fluokitten.uncomplicate.org

2016-03-11T01:32:59.000467Z

http://github.com/uncomplicate/fluokitten

5πŸ‘1🀘
2016-03-11T08:45:04.000477Z

HTTPS links on github pages give ssl errors, so the address is http://fluokitten.uncomplicate.org

2016-03-11T12:44:04.000482Z

@blueberry: Awesome work.. tks for sharing

2016-03-11T15:28:59.000488Z

Hello everybody!

2016-03-11T16:09:00.000489Z

Hi @thierrymarianne. I think we avoid greetings in this channel and just post announcements.

1πŸ˜‡1😈1πŸ˜“1πŸŽ‰1
nkraft 2016-03-11T16:25:32.000490Z

@blueberry: Looking forward to playing with the Neanderthal library this week. Great set of libraries you have there at uncomplicate.

wamaral 2016-03-11T16:26:34.000491Z

since this channel is the first thing a new user sees when he logs in, would be nice to have some kind of welcome message with some guidance about the myriad of channels we have

2πŸ‘1😱1😎
2016-03-11T16:37:05.000492Z

@nkraft thanks. I hope you'll enjoy using them :simple_smile:

2016-03-11T16:38:06.000493Z

@nkraft If you are interested in ML, I am working on a GPU-backed bayesian ML library that I hope to release in the next several months

2🀘
2016-03-11T16:40:39.000494Z

@nkraft and, expect new neanderthal release in a few days. it supports fluokitten API

1πŸŽ‰
seancorfield 2016-03-11T16:47:39.000495Z

This Channel’s "Details" says Please keep conversations to other channels as everyone is auto-joined here ("Shh! This is a library!") but Slack doesn’t provide any automated welcome message facility as far as I know. Follow-up discussions about Clojure -> #C03S1KBA2 or about Slack -> #C04V84U7G …

3πŸ‘1😁2😼
hlship 2016-03-11T18:46:50.000497Z

walmartlabs/system-viz 0.1.1 system-viz is a tiny, simple library to visualize a system, constructed using Stuart Sierra's component library. You may now control the output format (for example, to output as SVG or PNG, rather than PDF). The enabled flag has been removed; visualize-system will now always visualize the system. Invalid dependencies are now highlighted in red. https://github.com/walmartlabs/system-viz

4πŸ‘2πŸ‘€1πŸ˜‹
hlship 2016-03-11T20:37:35.000500Z

io.aviso/config 0.1.11 Smart and flexible system configuration This release simplifies (in an incompatible way) the naming convention for configuration files, and removes the :prefix option. Documentation has also been improved. https://github.com/AvisoNovate/config

1πŸ‘
nonrecursive 2016-03-11T21:45:29.000502Z

hey yall, I’ve created a site to help people find (and list) active open source clojure projects to contribute to: http://open-source.braveclojure.com/

1πŸ‘5😍26πŸš€
niwinz 2016-03-11T22:44:59.000503Z

that is the difference of that with clojure-toolbox?

nonrecursive 2016-03-11T22:51:02.000504Z

my understanding is that clojure toolbox is a directory of projects to use, whereas http://open-source.braveclojure.com helps people find projects to contibute to - projects that are under active development and looking for contributions

nonrecursive 2016-03-11T22:52:46.000505Z

the beginner-friendly flag in particular will help new clojurists find projects to hack on

hlship 2016-03-11T23:21:48.000508Z

walmartlabs/active-status 0.1.4 An update-in-place status board for asynchronous processes inside your Clojure command line application. It is now possible to set a prefix for a job; typically used to identify the job (much like a thread name). An alternate, simplified implementation of the status board is now available as com.walmartlabs.active-status.minimal-board/minimal-status-board. This is suitable for use during development, when a proper terminal is not available. Added a simple component wrapper around the status board. https://github.com/walmartlabs/active-status