This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-19
Channels
- # aleph (11)
- # aws (1)
- # beginners (14)
- # bitcoin (1)
- # boot (41)
- # cider (6)
- # cljs-dev (1)
- # cljsrn (13)
- # clojure (138)
- # clojure-italy (10)
- # clojure-nl (1)
- # clojure-poland (2)
- # clojure-russia (62)
- # clojure-sg (2)
- # clojure-spec (31)
- # clojure-uk (51)
- # clojurescript (109)
- # core-matrix (1)
- # core-typed (1)
- # cursive (63)
- # datomic (10)
- # emacs (9)
- # euroclojure (1)
- # hoplon (112)
- # immutant (16)
- # jobs (2)
- # lumo (5)
- # off-topic (14)
- # om (54)
- # onyx (17)
- # parinfer (23)
- # pedestal (2)
- # re-frame (41)
- # ring-swagger (23)
- # spacemacs (9)
- # specter (10)
- # uncomplicate (5)
- # vim (1)
Are we going to get live Slack-ing of the whole event?
@seancorfield how do you turn a namespace into a dependency?
Have fun everyone whose at EuroClojure.
Question of the day: Given that our industry made it possible to collaborate remotely, why do so few companies allow developer/architects/designers/testers etc. to do so? (Don't give me the "co-location is best" argument as it's been demonstrated as false if team is all remote. Personally and cynically I think it's a 'trust' issue)
I wouldn’t be surprised if VR is enough to cross that boundary for most people
I think it’s harder to move an existing company in that direction. If you start a company with remote as a first class thing then it is easier to make it work and trust etc
although if VR conferencing ends up like video conferencing now, then I take that back
also, most people are idiots (myself included) so they don’t always see that you need to trust your employees anyway
yep an ex-ceo of mine said something like “as marissa mayer has said, remote doesn’t work”
co-located communication is very high bandwidth, but getting everyone into a room is high latency. People who get to decide these things tend to focus on the former and not the latter in my experience
@minimal I think you're right. I think remote works best with an all remote team as all conversations go on on-line. I've seen really well disciplined teams with some in office and some remote work if there are enough remote (Mastodon C is a great example, kudos to @otfrom and Fran). The worst examples are the typical large corporates with split teams across massive time zone differences.
@agile_geek yeah the more people working remote at one time, the less the local team can dominate the conversation and have local (secret) chats
I know companies that have dedicated wfh days like tuesday and thursday where everyone is remote so there is no friction
@glenjamin I take your point but my experience is co-located communication is often unfocused with a high noise to signal ratio.
I'm currently working with a dev in the Philippines on a few things - he works UK hours and all the communication is via email and slack, and it works fine. We've even done some peer programming - something I never did with the dev I sat next to for 2 years in my old job 🙂
@geek-draven Working UK hours from Philippines is hard on individual tho! Used to have to work with dev team in China and PO in New York...7am meetings with team in China and 7pm meetings with NY..and I had to commute to my office everyday to do so despite everyone else in office not being in my team!
@agile_geek I know, I have to keep telling him to go to bed when we're still working on something 7pm UK time 😄 It usually means I wake up to a screen of Slack messages at 6am though
I get more done remote than I ever do in an office. Plus I now have added complications of mobility so I prefer not to commute too much. Also my commute to the office is rather expensive 🙂
The team in China used to finish 6pm for them (either 10 or 11am UK) except team lead who used to be still around at 4pm UK (11pm or 12am for him) unless I sent him home!
@jasonbell ditto!
It seems ridiculous to me that London based companies will pay me an extra £2000+ a month just to commute to London....but they do!
@jasonbell that jokes got a bit Jaded!
On the minus side I probably miss the conference side of things and the office banter, though I do try to create me own in Slack….. walking stick air guitar during keynotes must be made a thing,
I used to have to commute into London to work for a team that was in a different timezone and location to me - some companies are weird
Jade! How are you doing?
@agile_geek I'll keep championing for remote working. Don't know if it ever have an impact that will help you out, but I'll do my best 😉
Hello Everyone! Hope you are having fun at EuroClojure if you are there. I am not *jealous*, no not at all…
Side note, don’t Clojure apps, particularly ones that use Datomic in memory need quite a lot of RAM… 😞
👍 👍 🆒
Yes they do
Datomic peers use a lot of ram as dB copied/cached locally... Datomic clients not so much
@yogidevbear Jade’s good, Jase is even better 🙂
I am going to have to kill the instance that I am running and re-provision the instance with MOAR memory. This is also going to mean that I need to figure out a way to automate wake-up and go-to-bed as the instance is going to cost too much to just leave it running… 😞
That looks like your query is constructing a huge results vector or your queries are hanging on to data for a while as by default Datomic caches on LRU and should release memory. Having said that at one point at previous client we were using 20Gb! Bit of refactoring got it down to about 6Gb but still huge
@maleghast clojure apps do not necessarily use a lot of ram... all my clj processes run happily in 512M - probably less, but i haven't tried to trim it
@maleghast are you sure you're not leaking memory/causing head retention?
ah, remembering now... i had to bump my api process memory allocation, solely because of some 2D graphics ops on the large images our users were unkind enough to submit, but that seems fair enough... otherwise general api and db ops use very little
Re: remote work -- I've been fortunate enough to work almost entirely remotely for a decade now. That started with architecture-level consulting and my clients were all over the world and no one wanted to pay to have me travel to them 🙂 then a local client hired me but allowed one or days remote working (then they imploded -- as Bay Area startups tend to do!) and I was a remote consultant again, until another client hired me and I just stayed remote.
It amazes me how few companies allow remote work tho'...
it was @bru and @elise_huard who made us good at being remote (w/people in a head office)