<FromGitter>
<Blacksmoke16> > Error: error executing command: printf "#include <openssl/opensslv.h> ⏎ ⏎ Anyone run into this on mac after upgrading openssl?
<FromGitter>
<Blacksmoke16> i imagine its because pkgconfig cant find the lib files now
<FromGitter>
<naqvis> that's the same error in this issue
<FromGitter>
<Blacksmoke16> 👀 ill check that out
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
<FromGitter>
<riffraff169> I believe I found a grammatical error in the crystal book
<FromGitter>
<riffraff169> pg 117, 4x less than before....you can't really have 4x less, but you can have 1/4 the amount...may be pedantic though
<FromGitter>
<riffraff169> although i am wondering about fibers...why? why not threads? fibers require you to create a runtime that supports fibers...like creating your own pre-emptive (or cooperative) multitasking scheduler...the linux kernel already has one
<FromGitter>
<riffraff169> but i may be missing something
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
jmdaemon has joined #crystal-lang
walez has joined #crystal-lang
_ht has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
<FromGitter>
<jrei:matrix.org> It is cheaper to create user-space threads, or fibers, than system threads
<FromGitter>
<jrei:matrix.org> The context switch is also much faster