Fork me on GitHub
#off-topic
<
2019-09-27
>
markmarkmark15:09:02

anyone know of a nice premade solution for making a local CA?

gklijs15:09:59

You could use openssl like

openssl req -new -x509 -keyout ca-root.key -out ca-root.crt -days 101 -subj '/CN=' -passin pass:openbanksafe -passout pass:openbanksafe

šŸ‘ 4
dharrigan15:09:23

I saw this on hackernews recently

markmarkmark15:09:16

@U26FJ5FDM yeah, I've done the openssl commands directly before but I was hoping for something a little more turnkey..

markmarkmark15:09:30

@U11EL3P9U that looks veeery interesting, I'll have to look into it

dharrigan19:09:56

you're most welcome

sova-soars-the-sora15:09:52

Listening to Zeldman's talk lil interview Elements of Clojure https://www.therepl.net/episodes/23/

pat16:09:31

Help me settle: is *e ā€œstar-eā€ or ā€œe-starā€

pat16:09:40

Or other

andy.fingerhut16:09:46

I have always heard people pronounce the symbols in the order they appear, so *e would be "star e", and e* would be "e star"

andy.fingerhut16:09:32

both are legal symbols in Clojure, for example, and both could appear in the same program and mean different things from each other.

pat16:09:57

I agree, my opponent is absurd šŸ‘

pat17:09:03

No one disagrees that out is just Ā«outĀ Ā»

pat17:09:41

Slack lol i cant fight the formatting rn

pat17:09:30

Earmuffs are unpronounced when spoken

andy.fingerhut17:09:50

I would not recommend using both *e and e* in the same program, by the way. But *e is built into Clojure, and it is semi-common practice to use * at the end of a symbol name to be a "helper" function for another public API name that does not have the * at the end, so those definitely help to have a verbal way to distinguish them, when it matters. There are of course contexts where someone doesn't realize that earmuffs are present on a particular symbol, so calling them out once would be good.

pat17:09:03

Purely arguing phonetics because its influencing an app name. Star-b wins but god thats an ugly name

manandearth17:09:01

Especially today when we all agree that There Is No Planet B....