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
Mainly because Rails' throughput is so slow w/ MRI that Redis is heavily relied on as a crutch
How did your marketing people handle it? They say it’s really crucial for them (in our company)
might be off-topic++ :-), but has anyone here played around with and have an opinion on https://tiddlywiki.com/ ?
Doesn't look like there an easy way to export my content to txt files.
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.
Not personally, but Joe Armstrong of Erlang fame thought it was pretty good. Maybe search for some of his takes.
It's actually "ClojureDart" so not only flutter potentially
It could be the next big thing for clojure, that's really an awesome project
Yeah, very excited to see that.
It brings platform reach and a nice modern UI.
yes, I've seen at least some of his stuff on it.
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.
Athens just got accepted into Y-Combinator too so I'm curious how the whole open source startup works out.
Thanks, I'll have a look at Athens too
I wondering about all the &.
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.
looking pretty sweet though
.&