This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-29
Channels
- # aleph (4)
- # architecture (12)
- # bangalore-clj (1)
- # beginners (87)
- # boot (3)
- # cider (19)
- # cljs-dev (84)
- # clojars (10)
- # clojure (79)
- # clojure-italy (7)
- # clojure-nl (19)
- # clojure-russia (10)
- # clojure-spec (9)
- # clojure-uk (55)
- # clojurescript (64)
- # core-async (7)
- # core-typed (4)
- # cursive (7)
- # data-science (2)
- # datomic (8)
- # devcards (6)
- # docs (1)
- # duct (5)
- # fulcro (117)
- # graphql (1)
- # instaparse (1)
- # leiningen (13)
- # lumo (103)
- # nyc (3)
- # off-topic (54)
- # om (9)
- # onyx (1)
- # pedestal (6)
- # planck (3)
- # portkey (7)
- # re-frame (26)
- # reagent (20)
- # ring-swagger (14)
- # shadow-cljs (164)
- # sql (11)
- # tools-deps (25)
- # yada (1)
Morning 🙂 It looks like the :rain_cloud: has finally made its way down south
South? We didn’t have a drop of rain up North! 😉
Just the midlands then 🙂 I had a friend explain that we live between two natural features that often mean the more severe weather passes over us. Like the snow from a couple months ago that hardly featured at all here
Morning
we are suppose to get some serious thunderstorms later this afternoon.... 🤞 :thunder_cloud_and_rain:
i was very surprised to heard of the drowning the midlands got, given the baking sussex had
…and just yesterday (?) I was going to say that if you want nice dry weather, Midlands is the best area XD
Bore da my Clojure peeps
Lovely and hot all weekend. Visited a friends for a BBQ, then in the evening got banned from GTA Online for watching a movie on my 2nd monitor \o/
Morning everyone
It would have had some anti cheat software running, so it looks like it is overly eager haha
@otfrom What @guy said. The anti cheat software it runs presumably picked up Kodi running on the second monitor as something trying to interfere with the game. It’s the only thing I can think of that was different to normal, unless upgrading my gfx card drivers did it...
They’ve got their own thing, not VAC. I didn’t actually buy it through Steam because it was much cheaper not to, at least at time of release
Neither do Rockstar. Submitted a ticket, got a form response saying bans are unrepealable. I’ll be allowed back on in a month, which isn’t so bad (I’ll just play other things). What is bad is apparently when I log back on my character will be reverted to level 1, all my money and items removed etc. I really can’t be bothered earning all that back, so I’m done with the game tbh
Anyone got any idea how to get the centre / centroid of a GeoJSON polygon in Clojure or ClojureScript?
@mccraigmccraig - Thx, if I have to use the database I will, but I would rather use the GeoJSON I already have than go back to the DB
iirc i ended up generating centroids and BBs for each object when i imported them... it made for fewer gnarly dependencies
Oh ok, well I am planning to pre-generate those, so if the best approach is to pre-generate the centroids as well, then I guess I will have to do that.
there are java geo libs out there... i had terrible jar-hell problems on that project though, so avoiding more deps by offloading to postgis was a blessing. that may be different for you now
@maleghast don't listen to @mccraigmccraig use this: https://github.com/Factual/geo
there are other tricks if you have shapefiles or other things that can be ripped apart by ogr2ogr
and possibly one that is useful for geographic things too (as sometimes people want a modified centroid)
ooo a clojure geolib, cool!