This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-26
Channels
- # announcements (4)
- # beginners (160)
- # boot (2)
- # calva (40)
- # cider (41)
- # clara (24)
- # cljdoc (2)
- # cljs-dev (99)
- # clojars (4)
- # clojure (71)
- # clojure-dev (9)
- # clojure-europe (4)
- # clojure-italy (2)
- # clojure-nl (19)
- # clojure-spec (97)
- # clojure-uk (103)
- # clojurescript (57)
- # core-logic (1)
- # cursive (15)
- # data-science (31)
- # datomic (24)
- # duct (1)
- # emacs (39)
- # events (7)
- # figwheel-main (14)
- # fulcro (44)
- # garden (7)
- # jobs (13)
- # juxt (1)
- # leiningen (29)
- # music (2)
- # nyc (4)
- # off-topic (37)
- # pathom (12)
- # re-frame (26)
- # ring (1)
- # ring-swagger (10)
- # shadow-cljs (35)
- # spacemacs (2)
- # specter (4)
- # test-check (67)
måning
Good morning 🌅
haven't got a cljs repl open atm @thomas, but does (= 0 nil)
not that i'm expecting anything like consistency from js type conversions
that is false
@mccraigmccraig
https://clojurescript.io/ :thumbsup:
if i do 1 + undefined
in a js console i get NaN
which seems reasonable
oops - that should be 1 + null
which does indeed evaluate to 1
although 0 == null
is false
dunno @guy - is js/undefined
a thing ?
js/undefined is a thing, you need it as some things treat it differently from null. Like react in some places.
Morning morning
Man, macs are dreadful at wifi aren't they
I had this funny issue at one job where i was sitting in an office where the 2.5ghz wifi was stronger than the 5 ghz wifi. But it varied during the day. So you would get periods of time where it would just endlessly switch between the two, never actually letting you use the internet at all. Nowadays i just turn wifi on and off everytime i open my mac and its no longer a problem 😂
pretty much every mac I’ve had has really struggled with wifi… and this one is no different it seems
yeah my thinkpad is much more stable ironically
given how bad ubuntu used to be
oh, doesn’t connect to an access point, drops over and over throughout the day, etc
@alex.lynham some access points used to throw a spanner in the works for me, and get the wifi driver into a state that i couldn't recover without a reboot - although i don't think i've had that problem since upgrading to mojave
My experience of these issues being reported is actually trying to run low grade kit to cut corners coupled with Windows checking on its connection less frequently when idle so appearing to be more stable...
yeah at the moment ’m ending up rebooting when I switch between home/london/shared working space which is by no means the end of the world, but it is annoying 😂
it strikes me that the joker implementation of clojure is probably really well-suited to use in AWS lambdas using lambda layers and go
Yeah, similarly I am not au fait, but I have friends who are very much pro without being foaming fanbois, so this was an unexpected pronouncement...
... tries to write some white space as an answer to @U6SUWNB9N .... but I can't read it!!! 😠
if significant white space would be a good thing... surely we would all program in 'white space' the language? 😉
My current client uses Go quite extensively but I've avoided most of it by claiming ignorance and being too old a dog to learn new tricks.
conor cheery as per
Hmm, I am designing a language. Should I pay attention to anything that has happened in compiler or language design since 1980? No, fuck it. Why bother, I designed some crazy shit for Plan 9
I try to follow the Pragmatic Programmer advice and learn a new language every year (more like every two years) and of all the languages I've learned "for fun" over the last decade or so, Go is the only one that I've been disappointed with...
any recommendations for libraries to read/write .ics
files
If anyone wants me to test any Clojure stuff on windows, let me know by the weekend. I have a nice new (2nd hand) laptop with Windows Pro already set up. I'll be testing out the Windows install instructions for ClojureBridge London before I wipe it and install Ubuntu 18.10 over the top https://clojurebridgelondon.github.io/workshop/development-tools/
I'm sure you've done it a zillion times @jr0cket but I blogged my notes on the thinkpad x1 with ubuntu setup https://the-frey.github.io/2019/01/13/bootstrapping-an-ubuntu-dev-setup
Surprisingly few times I have installed Ubuntu from scratch, it's only when I get a new machine. I always dist-upgrade and every few versions I'll create a new home directory and wipe away old configs.
I had a quick look at the article. I spotted one thing I always got wrong. Will check through in more detail. I don't seem to have that many blog posts on Ubuntu, http://jr0cket.co.uk/categories/ubuntu/ so probably should write a new one as I install Ubuntu on the new laptop.
oh the encryption stuff has changed on 18
so make sure you select the right option!
I did something wrong at that point (oops)
I am sure that full disk encryption is just an option on install, its pretty standard, just a tick box. I guess I will get a refresh or see if its changed when I install next week 🙂
ahhh yes I am dual booting so maybe that’s where I saw a difference between versions, idk
Wow, the last time I had a dual boot was when Command and conquer was 'the' game to play (showing my age here). I just wipe everything and install Ubuntu, so only one option to use full disk encryption. I assume dual boot encrypts partitions instead?
yeah there’s some additional faff
it means I’m half tempted to wipe the lot and start over
I’ve got a new, faster SSD to install as well, so need to stop procrastinating and deal with it
the only thing I had even a slight issue with was the touchpad drivers for scrolling - have listed the pkg there
There must be something in Java
:unicorn_face:
@jonpither I suppose Karsten
I try to follow the Pragmatic Programmer advice and learn a new language every year (more like every two years) and of all the languages I've learned "for fun" over the last decade or so, Go is the only one that I've been disappointed with...
go n00b here - what's so bad about it ?
(I don't know that I've read all those, but glancing over them just now, I agree in general)