Fork me on GitHub
#off-topic
<
2016-02-12
>
eggsyntax01:02:29

Heh, I just found myself annoyed that aggressive-indent-mode wasn't working for plaintext in Google Docs.

marc04:02:47

http://yada.juxt.pro/manual/ seems a little different today…

borkdude09:02:23

what does set -e do in a Bash script?

schmir09:02:29

exit on (unhandled) error if I remember correctly

mcgivernsa09:02:21

for bash builtins, you can use help - so in this case, help set

borkdude09:02:49

I get: zsh: command not found help

stian09:02:05

you're using zsh, not bash simple_smile start bash, and then do help set

borkdude09:02:10

thanks 👍

lvh13:02:44

borkdude: if you have a script that sets that, you probably wanna look at set -o pipefail too

lvh13:02:09

borkdude: if you have a pipeline of things and a bunch of stuff crashes in the middle but the final thing has a 0 exit code, bash thinks everything is peachy and -e does nothing

lvh13:02:17

(pipefail breaks when the pipe breaks)

magomimmo14:02:04

@meow: thanks for your help. You can’t image the joy we had when Lara (a 24 Chinese-Thai-Italian girl) found the matching donor.

meow14:02:02

I wish you and Lara the best of luck.

meow14:02:24

Please let us know if there is anything else we can do to help.

akiva14:02:59

Outstanding.

wunsch14:02:41

Hi, not sure if this is the most appropriate channel but I thought folks would be interested in this weekly newsletter I write: http://tinyletter.com/wunsch - this discusses and describes the code I’ve written over the week. For the past several months I’ve been doing a lot of Clojure work.

echristopherson14:02:09

akiva: what's your user icon?

echristopherson14:02:13

interesting blog format @wunsch. I haven't had a chance to look at the code, but I like what you did with naming the weeks

wunsch14:02:41

Thank you. Most weeks I write about working on https://github.com/mwunsch/sonic-sketches

echristopherson14:02:26

awesome. one of these days I will tackle computer music

akiva14:02:27

@echristopherson, it’s a loose sketch of Cerebus (https://en.wikipedia.org/wiki/Cerebus_the_Aardvark), my spirit animal.

echristopherson14:02:17

oh, nice. I thought it sort of looked like a pig

akiva14:02:43

Earth-pig born!

echristopherson15:02:22

when replying to someone here, is there a way to make it show up underneath the original person's text? or perhaps to highlight the original text when cursor is place on a response from the other person?

jaen15:02:39

I don't think there's any way to refer to what people said like that

jaen15:02:46

At best you could > quote them