This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-04
Channels
- # announcements (4)
- # babashka (15)
- # beginners (147)
- # bristol-clojurians (8)
- # calva (6)
- # chlorine-clover (39)
- # clj-kondo (29)
- # clojure (95)
- # clojure-australia (1)
- # clojure-berlin (1)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (185)
- # clojure-uk (98)
- # clojured (2)
- # conjure (3)
- # core-async (26)
- # datomic (11)
- # etaoin (1)
- # events (1)
- # fulcro (26)
- # graalvm (3)
- # graphql (4)
- # jobs (7)
- # jobs-discuss (1)
- # kaocha (12)
- # leiningen (21)
- # malli (2)
- # meander (2)
- # parinfer (3)
- # pathom (3)
- # pedestal (5)
- # remote-jobs (2)
- # shadow-cljs (71)
- # spacemacs (2)
- # sql (4)
- # tools-deps (22)
- # tree-sitter (1)
- # vim (2)
- # xtdb (5)
Bore da
Guten morgen!
I’ve been hosting some random websites on webfaction for years now (like 15 years) and now they’re merging with another host and it’s a headache for me. Is there a turn-key migrate-wordpress paid service I could use? I really don’t want to spend time digging around wordpress.
morning
I need the Wordpress admin etc. though - my definitely non tech parents are updating the site :)
@orestis My wife just has an account at http://wordpress.com for her blog
Same hosting for my wife but she’s using only basic functions. I helped her setting it up with template etc. and I found it not pleasant. That might be more because wordpress than the hoster
this isn't quite there yet, but I'm pleased to be using a transducer on a vector of a vector of maps and an eduction that returns maps the same shape
(def historical-transitions-file "workpackages/001-baseline/validation/transitions.csv")
(def historical-data
(t/->data historical-transitions-file
(comp
(t/base-transitions-xf historical-transitions-file)
(map #(assoc % :transition-count 1)))))
;; We need joiners per ncy
(def ay-report
(transduce
(comp
cat
(filter t/joiner?)
oay/academic-years-xf)
xfs/histogram-summary-rf
[historical-data
(eduction
(map #(io/file %))
stio/thaw-file-xf
(map #(-> %
(update :need-1 name)
(update :setting-1 name)
(update :need-2 name)
(update :setting-2 name)))
[sim-1001])]))