ChanServ changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.29.0 | Fund Crystal's development: http://is.gd/X7PRtI | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Gitter: https://gitter.im/crystal-lang/crystal
dwdv has quit [Quit: quit]
dwdv has joined #crystal-lang
early has quit [Quit: Leaving]
dwdv has left #crystal-lang ["User left"]
early has joined #crystal-lang
go|dfish has quit [Ping timeout: 246 seconds]
_whitelogger has joined #crystal-lang
<FromGitter> <aemadrid> I’m getting erros building for release and it seem crystal is using llvm 3.9 instead of the latest: ```❯ crystal -v ⏎ Crystal 0.29.0 (2019-06-05) ⏎ ⏎ LLVM: 3.9.1 ⏎ Default target: x86_64-apple-macosx ... [https://gitter.im/crystal-lang/crystal?at=5d2933c43be99c47863dcac8]
<FromGitter> <aemadrid> how can I tell crystal which llvm to use?
<FromGitter> <aemadrid> nm, I was using crystal from asdf but switched to brew and at least I’m getting llvm 6 and no errors now
<FromGitter> <Blacksmoke16> 👍
return0e_ has joined #crystal-lang
return0e has quit [Ping timeout: 246 seconds]
return0e_ has quit [Ping timeout: 245 seconds]
return0e has joined #crystal-lang
<FromGitter> <asterite> Chris Watson: you should use IO.pipe and then gets. Then I think you
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
laaron has joined #crystal-lang
<FromGitter> <girng> hello
<FromGitter> <tenebrousedge> you're not coding again, are you? D:
<FromGitter> <elorest> :)
<FromGitter> <girng> @asterite @bcardiff @straight-shoota @sdogruyol @RX14 thanks for that live Q&A! I watched it last night, can't believe I missed it in April ( was job searching i think )
<FromGitter> <watzon> Shit I missed it
<FromGitter> <girng> I wish I was high energy like Brian
<FromGitter> <tenebrousedge> why?
<FromGitter> <girng> Just so happy and high energy, prob helps with coding and just mental health in general
<FromGitter> <girng> I need to be more positive in life
<FromGitter> <tenebrousedge> realism is associated with pessimism
<FromGitter> <girng> i mean.. you are not wrong there i guess, depends on the outlook / worldview of that particular person too
<FromGitter> <tenebrousedge> I'd rather be calm and slow. I would tell people as a point of pride that I'm a slow coder, but I don't think that it would often be received well
<FromGitter> <girng> that's how i am outside in the real world. i'm very introverted, and sometimes it can be perceived as i'm being passive aggressive
<FromGitter> <tenebrousedge> I want my code to be correct, minimal, legible, and maintainable, and I don't see much of that as being improved by haste
moei has quit [Ping timeout: 245 seconds]
<FromGitter> <girng> different strokes for different folks
DTZUZO has joined #crystal-lang
return0e has quit [Read error: Connection reset by peer]
return0e has joined #crystal-lang
_whitelogger has joined #crystal-lang
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Read error: Connection reset by peer]
absolutejam3 has joined #crystal-lang
ht_ has joined #crystal-lang
sorcus has joined #crystal-lang
return0e has quit []
absolutejam3 has quit [Ping timeout: 244 seconds]
return0e has joined #crystal-lang
return0e has quit []
return0e has joined #crystal-lang
alex`` has joined #crystal-lang
go|dfish has joined #crystal-lang
<FromGitter> <girng> how is everyone doing
<FromGitter> <girng> made me some hot chocolate, now it's coding time ;D
ht_ has quit [Quit: ht_]
sorcus has quit [Ping timeout: 252 seconds]
ht_ has joined #crystal-lang
sorcus has joined #crystal-lang
<FromGitter> <girng> Dir.children is amazing
Machiavelli has joined #crystal-lang
DTZUZO has quit [Ping timeout: 245 seconds]
absolutejam3 has joined #crystal-lang
<FromGitter> <girng> how to assign default values to local variables when you are multi assigning them?
<FromGitter> <Blacksmoke16> do it before your if statement
<FromGitter> <girng> wow
<FromGitter> <girng> i'm dumb
<FromGitter> <Blacksmoke16> https://play.crystal-lang.org/#/r/782g
<FromGitter> <Blacksmoke16> that works too
<FromGitter> <Blacksmoke16> could also do like `width = height = 0`
<FromGitter> <girng> i like that better
<FromGitter> <girng> your , way
Machiavelli has quit [Remote host closed the connection]
<FromGitter> <girng> wtf, you can do more than 2 lol
<FromGitter> <Blacksmoke16> well i mean yea
<FromGitter> <Blacksmoke16> you're just setting them all equal to each other
<FromGitter> <girng> :D :D
lucasb has joined #crystal-lang
dingenskirchen has joined #crystal-lang
absolutejam3 has quit [Ping timeout: 248 seconds]
sorcus has quit [Ping timeout: 252 seconds]
sorcus has joined #crystal-lang
sorcus has quit [Ping timeout: 252 seconds]
sorcus has joined #crystal-lang
DTZUZO has joined #crystal-lang
sorcus has quit [Ping timeout: 250 seconds]
sorcus has joined #crystal-lang
sorcus has quit [Ping timeout: 264 seconds]
sorcus has joined #crystal-lang
<FromGitter> <Blacksmoke16> i broke github
<FromGitter> <watzon> Wooo
<FromGitter> <Blacksmoke16> apparently you cant make a 3m line gist of yaml
<FromGitter> <watzon> 😂
DTZUZO has quit [Ping timeout: 244 seconds]
<FromGitter> <j8r> rkeene they do TCL at AWS? :)
<FromGitter> <Blacksmoke16> made a blog post on my `jq` wrapper project
<FromGitter> <dscottboggs_gitlab> @Blacksmoke16 oh wow
<FromGitter> <Blacksmoke16> pretty nice eh? :P
<FromGitter> <dscottboggs_gitlab> indeed!
<FromGitter> <Blacksmoke16> thanks, im quite happy with it
<FromGitter> <Blacksmoke16> is the thing we're using in prod at work i mentioned the other day
<FromGitter> <asterite> Nice!!
<FromGitter> <asterite> Did you manage to do the pull parser -> builder pass without an intermediate IO?
<FromGitter> <Blacksmoke16> not for this version
<FromGitter> <Blacksmoke16> as you said, thats not trivial :P
<FromGitter> <asterite> Yup
<FromGitter> <naqvis> great @Blacksmoke16 👍
<FromGitter> <Blacksmoke16> cheers
Groogy has joined #crystal-lang
<FromGitter> <j8r> '
absolutejam3 has joined #crystal-lang
<FromGitter> <j8r> @Blacksmoke16 jq is in C, it might be possible to use bindings
<FromGitter> <Blacksmoke16> Possibly, would it be anymore performant tho?
<FromGitter> <Blacksmoke16> Not super familiar with bindings
<FromGitter> <Blacksmoke16> the main bottleneck currently is the IOs when doing the conversions from one format to another, esp if like going from yaml to xml
rohitpaulk has joined #crystal-lang
<FromGitter> <Blacksmoke16> at least memory wise on the `oq` binary, rest is performance bound by jq itself
sorcus has quit [Ping timeout: 252 seconds]
sorcus has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 272 seconds]
<FromGitter> <asterite> I might give it a try, but I can't promise anything
<FromGitter> <Blacksmoke16> <3 sure if you want
<FromGitter> <watzon> Built a small kemal server to fuck up facebook tracking data in images
lucasb has quit [Quit: Connection closed for inactivity]
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
laaron has joined #crystal-lang
sorcus has quit [Ping timeout: 252 seconds]
sagax has quit [Quit: Konversation terminated!]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 258 seconds]
sagax has joined #crystal-lang
laaron- has joined #crystal-lang
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
<FromGitter> <watzon> Well this makes me happy
ht_ has quit [Quit: ht_]
<FromGitter> <j8r> @watzon you have done a good job 😄
<FromGitter> <watzon> Gracias :)
<FromGitter> <watzon> Or should I say, merci
<FromGitter> <j8r> Haha :)
<FromGitter> <j8r> @girng Blender drops its game engine, and recommends Godot https://www.blender.org/download/releases/2-80/
alex`` has quit [Quit: WeeChat 2.5]
absolutejam3 has quit [Ping timeout: 268 seconds]