Fork me on GitHub
#clojure-europe
<
2021-04-08
>
simongray07:04:05

Good morning

pez09:04:15

Good morning!

slipset10:04:13

Morning, a little belated such.

slipset10:04:02

Spent my morning having a stab at https://clojure.atlassian.net/jira/software/c/projects/DJSON/issues/DJSON-41 what a nightmare a couple of decades worth of Dates in Java is.

jasonbell10:04:28

@slipset It’s never a belated morning, it’s always Morning 🙂 #UGT

slipset10:04:20

Kind’a agree, but what I wanted to communicate was that my morning actually happened quite a few hours ago, but I never got around to wishing everyone a good morning at that point, and as such, my good morning wishes/greating arrived a bit late in relation to when my good morning was.

jasonbell10:04:38

Ah gotcha @slipset. Morning! 🙂

dharrigan10:04:04

(delay good-morning)

😁 9
reefersleep20:04:57

Did you hear about Ubiquiti’s breach?

reefersleep20:04:07

Not that I know a lot about it myself, just thought you’d be intrested

dharrigan20:04:56

I run the controller locally, no cloud. So unaffected.

reefersleep20:04:24

Thought you’d be safe 🙂 Is there an advantage to running it via the cloud? Accessing it from wherever in the world, maybe?

reefersleep20:04:34

Is it a hassle to run locally?

dharrigan20:04:40

it's dead easy to run locally

dharrigan20:04:50

I run it in a LXD container

reefersleep20:04:44

Never heard of that before. What’s the difference between LXD and Docker?

dharrigan20:04:02

Docker is app-centric, i.e., it normally runs your process as init 1

dharrigan20:04:17

LXD is os-centric, you get a full OS, but running on the host kernel

dharrigan20:04:29

you can compare it to a BSD Jail

reefersleep20:04:39

Thanks for elaborating 🙂

dharrigan20:04:32

I can create a lxd container runing arch, ubuntu, alpine, mint, centos, kali, debian, oracle...

dharrigan20:04:05

so I get to play with a new distro when I want, with the understanding that it runs on my host linux kernel

pez11:04:24

Haha, if I forget my manners tomorrow you can deref ugt: (def ugt (future "God morgon!"))

thomas14:04:29

just make it a cron job like @borkdude has in #clojure-nl