This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-05
Channels
- # adventofcode (89)
- # announcements (9)
- # babashka (11)
- # beginners (8)
- # biff (5)
- # calva (4)
- # cherry (121)
- # clara (15)
- # clerk (16)
- # clj-kondo (20)
- # clj-otel (2)
- # cljdoc (20)
- # clojure (84)
- # clojure-austin (1)
- # clojure-bay-area (3)
- # clojure-berlin (1)
- # clojure-czech (2)
- # clojure-europe (59)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-poland (1)
- # clojure-uk (15)
- # cursive (16)
- # datomic (46)
- # events (3)
- # fulcro (85)
- # graalvm (20)
- # hyperfiddle (11)
- # improve-getting-started (1)
- # lsp (7)
- # off-topic (48)
- # overtone (8)
- # podcasts-discuss (4)
- # re-frame (31)
- # releases (1)
- # ring (12)
- # sci (13)
- # shadow-cljs (8)
- # specter (3)
- # squint (26)
- # xtdb (5)
- # yamlscript (6)
morning
Good morning! I’m rising after a fever ridden night hoping that I’m past the peak. I really should be more thankful all the days I don’t have the flu.
There's a lot of it about. My wife was sick for over a week (no fever but a nasty, persistent cough). My team mate has been off sick with a fever for a week 😞
@U052852ES that would be you and me
Bore da
My most viral Mastodon toot ever is just me advertising a job posting for a software developer position at my uni. Who would've thought? I don't think I would have had 120 retweets for some random job on Twitter.
I honestly thought about applying because I'm a programmer who went to uni to study Scandinavian linguistics and who also happens to work remotely for a Danish company, but I'm not looking to change jobs
I studied a term of Medieval Icelandic, and also Old English (pre 1066) and was thinking about it as well
@U0525KG62 considering you are pre-1066, can't you just remember? is that too long ago? (quickly leaves the room) 😉
@U052852ES I took the Old English course as a gimme. I wanted an easy class.
Handy hint at conferences, don’t bring up the root of english words with @U0525KG62 - he knows them all, fascinating to listen too 🙂
It's the little things - just blew a colleague's mind by transforming Excel to JSON in about 14 lines of code with Clojure... (I cheated and made the Excel files into CSVs first)... I ❤️ Clojure
Incanter is the Clojure implementation of R - which should be able to work with Excel files, I imagine, but it's a nuclear warhead to crack a nut in this case 😉
Massively standing on the shoulders of giants, such as the authors / contributors to clojure.data.csv
and of course cheshire
Here's Docjure, btw -> https://github.com/mjul/docjure
I should make a version that goes from Excel straight to JSON without the CSV step, right? I mean that's what I should do..? 😉
Awww, g'wan @U0K1RLM99! Pleeeeeeeeeaaaaaaaassssssse!
@U0K1RLM99 that is cruel...
@U052852ES I’m a horrible human being I know
I've used docjure in the past to clean up a whole bunch of data collected in the field in excel spreadsheets by people with little to no experience collecting data like that (sports coaches - about their athletes) ... there were all kinds of typos and data entered in the wrong cells ... there was no way that it could have been done in time without clojure + docjure ...
There’s also https://github.com/dhatim/fastexcel
If you want to create excel files again, take a look at https://github.com/soulspace-org/cmp.poi