off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
cmowforth 2021-01-16T01:06:57.130900Z

You're not the first person to hit this prob in Ruby, I don't have examples on-hand but redis connection-pooling is a well trodden path with RoR and puma

cmowforth 2021-01-16T01:07:38.131100Z

Mainly because Rails' throughput is so slow w/ MRI that Redis is heavily relied on as a crutch

jumar 2021-01-16T04:44:50.134300Z

How did your marketing people handle it? They say it’s really crucial for them (in our company)

Tamas 2021-01-16T12:24:25.136100Z

might be off-topic++ :-), but has anyone here played around with and have an opinion on https://tiddlywiki.com/ ?

Idan Melamed 2021-01-17T12:13:15.172700Z

Doesn't look like there an easy way to export my content to txt files.

bherrmann 2021-01-16T13:07:30.138500Z

This seems pretty cool, flutter (one of google's mobile efforts - https://flutter.dev/ ) is an interesting platform. Delivers fast modern executables that can run on all mainstream browsers, desktops, and phones.

8
2021-01-16T13:07:57.139100Z

Not personally, but Joe Armstrong of Erlang fame thought it was pretty good. Maybe search for some of his takes.

mpenet 2021-01-16T13:12:43.140400Z

It's actually "ClojureDart" so not only flutter potentially

mpenet 2021-01-16T13:14:50.141600Z

It could be the next big thing for clojure, that's really an awesome project

Joe 2021-01-16T13:15:43.142100Z

Yeah, very excited to see that.

bherrmann 2021-01-16T13:17:50.142500Z

It brings platform reach and a nice modern UI.

Tamas 2021-01-16T15:04:52.143400Z

yes, I've seen at least some of his stuff on it.

Chase 2021-01-16T16:18:27.143800Z

I'm about to check out Athens for this kind of note-taking on steroids. It's like an open source Roam, and both are built with Clojurescript.

Chase 2021-01-16T16:18:29.144Z

https://github.com/athensresearch/athens

Chase 2021-01-16T16:19:04.144300Z

Athens just got accepted into Y-Combinator too so I'm curious how the whole open source startup works out.

Tamas 2021-01-16T17:43:25.145Z

Thanks, I'll have a look at Athens too

sova-soars-the-sora 2021-01-16T21:51:47.145600Z

I wondering about all the &.

cgrand 2021-01-17T08:25:10.171800Z

Dart has named parameters, we use keywords to identify the parameters, .& is the delimiter between positional arguments and named arguments. Without it there would be ambiguous cases between keywords as arguments and keywords as arguments names.

✔️ 1
sova-soars-the-sora 2021-01-16T21:51:56.145800Z

looking pretty sweet though

sova-soars-the-sora 2021-01-16T21:52:03.146Z

.&