ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
MajorLag2 has joined #zig
s455wang has quit [Ping timeout: 265 seconds]
occivink has quit [Ping timeout: 265 seconds]
MajorLag1 has quit [Ping timeout: 265 seconds]
m6w6 has quit [Ping timeout: 265 seconds]
occivink has joined #zig
s455wang has joined #zig
bb010g has quit [Ping timeout: 240 seconds]
dtz has quit [Ping timeout: 245 seconds]
lorde_kumamon[m] has quit [Ping timeout: 240 seconds]
raytracer[m] has quit [Ping timeout: 245 seconds]
clebermatheus[m] has quit [Ping timeout: 256 seconds]
kammd[m] has quit [Ping timeout: 255 seconds]
s455wang is now known as Guest96629
m6w6 has joined #zig
cenomla has joined #zig
return0e has joined #zig
cenomla has quit [Quit: cenomla]
bb010g has joined #zig
cenomla has joined #zig
dtz has joined #zig
lorde_kumamon[m] has joined #zig
clebermatheus[m] has joined #zig
kammd[m] has joined #zig
raytracer[m] has joined #zig
cenomla has quit [Quit: cenomla]
Guest96629 has quit [Ping timeout: 265 seconds]
m6w6 has quit [Ping timeout: 265 seconds]
occivink has quit [Ping timeout: 265 seconds]
return0e has quit [Remote host closed the connection]
Guest96629 has joined #zig
<donpdonp> darithorn: cstr does that with &u8 arrays https://github.com/ziglang/zig/blob/master/std/cstr.zig#L34
<donpdonp> though it has that null byte to auto-determine the size of the array.
m6w6 has joined #zig
<darithorn> yeah i figured it out i had a brain fart lol
<darithorn> i had forgotten that the variable was a nullable type
occivink has joined #zig
Guest96629 is now known as s455wang
return0e has joined #zig
return0e has quit []
return0e has joined #zig
cenomla has joined #zig
Suirad has quit [Quit: Page closed]
cenomla has quit [Quit: cenomla]
yangkeao has joined #zig
darithorn has quit [Quit: Leaving]
yangkeao has quit [Quit: yangkeao]
yangkeao has joined #zig
yangkeao has quit [Client Quit]
yangkeao has joined #zig
yangkeao has quit [Client Quit]
davr0s has joined #zig
adrusi has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hinst_ has quit [Ping timeout: 268 seconds]
rkeene has joined #zig
<t5c> made it to hackernews frontpage (again I think)
<t5c> andrewrk: did you find time to work on zig for openbsd? I didn't have time to continue since I set up the server for you
<donpdonp> yeah still front page (#14)
<donpdonp> i put a glowing reivew in the comments
<t5c> heh yeah good job
<t5c> but its true though, I got interested because of the ffi and the compile times + no gc
<donpdonp> same.
<donpdonp> those are the reasons i got into Vala, too
<t5c> sadly I haven't finished openbsd support yet. I lack of knowledge. big time.
<t5c> I wrote a lot of rust, and I still like it
<t5c> but the compile times
<donpdonp> but then gobject is too crazypants and its so core to vala.
<donpdonp> i havent been able to swallow the rust learning curve
<t5c> but I think the language did a lot of things right. haven't had any grudged with it
<donpdonp> which is another reason zig was interesting. its simpler to understand
<t5c> *grudge
<t5c> well, I'd like to say I'm a pretty decent C programmer. I rarely had problems with the borrow checker or lifetimes
<t5c> although its a very nice feature
<GitHub21> [zig] Hejsil pushed 1 new commit to master: https://git.io/vhsWH
<GitHub21> zig/master 2b3af4e Jimmi HC: fixed #1009...
<GitHub170> [zig] Hejsil pushed 1 new commit to master: https://git.io/vhslc
<GitHub170> zig/master 1b3aaac Jimmi HC: Removed copy-pasted resolve_inferred_error_set...
yangkeao has joined #zig
hinst has joined #zig
yangkeao has left #zig [#zig]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
JinShil has quit [Read error: Connection reset by peer]
davr0s has joined #zig
<GitHub20> [zig] Hejsil pushed 1 new commit to master: https://git.io/vhsgq
<GitHub20> zig/master 15302e8 Jimmi HC: Adding workaround for when the user tries to unwrap 'type'...
return0e has quit [Read error: Connection reset by peer]
return0e has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
hinst has quit [Ping timeout: 248 seconds]
hinst has joined #zig
<GitHub45> [zig] tiehuis closed pull request #1026: Machine readable errors (master...machine-readable-errors) https://git.io/vhOg5
p0nce has joined #zig
return0e_ has joined #zig
return0e has quit [Ping timeout: 276 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
return0e has joined #zig
return0e_ has quit [Ping timeout: 255 seconds]
darithorn_ has quit [Remote host closed the connection]
darithorn has joined #zig
lvarela has joined #zig
return0e has quit [Read error: Connection reset by peer]
return0e has joined #zig
bheads_ has joined #zig
bheads__ has quit [Ping timeout: 260 seconds]
return0e_ has joined #zig
return0e has quit [Ping timeout: 256 seconds]
bheads__ has joined #zig
bheads_ has quit [Ping timeout: 260 seconds]
bheads_ has joined #zig
bheads__ has quit [Ping timeout: 256 seconds]
quc has quit [Read error: Connection reset by peer]
davr0s has joined #zig
saolsen has joined #zig
darithorn_ has joined #zig
bheads__ has joined #zig
bheads_ has quit [Ping timeout: 256 seconds]
bheads has joined #zig
bheads__ has quit [Ping timeout: 256 seconds]
quc has joined #zig
<bodie_> so what's the news andrewrk? did I miss it?
<darithorn_> if it's the news i'm thinking you're talking about, he's quitting his job to work on zig full time
tobbez has joined #zig
<andrewrk> t5c, I think it will take me about 1 month to get openbsd working in zig and have CI support for it
<andrewrk> I didn't start using the server yet
ofelas has quit [Quit: shutdown -h now]
<GitHub71> [zig] tgschultz opened pull request #1029: Add custom format support for struct/union/enum types (master...zig-custom-format) https://git.io/vhGYr
ofelas has joined #zig
Ichorio has joined #zig
darithorn has quit [Read error: Connection reset by peer]
<andrewrk> bodie_, indeed :) more details and announcement to come
ysengrimm has joined #zig
<bodie_> I await with anticipation! ;)
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<andrewrk> t5c, and then I would to use the server to run the tests on every commit to master
davr0s has joined #zig
darithorn_ has quit [Remote host closed the connection]
darithorn has joined #zig
tankf33der has joined #zig
so has joined #zig
dbandstra has joined #zig
<GitHub81> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhGap
<GitHub81> zig/master 2c96f19 Andrew Kelley: std.zig.render returns bool of whether anything changed...
noofen has joined #zig
noofen has quit [Quit: Page closed]
cenomla has joined #zig
<GitHub105> [zig] andrewrk pushed 2 new commits to master: https://git.io/vhG6H
<GitHub105> zig/master 84b1842 Andrew Kelley: zig fmt: space after fn in fn prototypes...
<GitHub105> zig/master 93b51b0 Andrew Kelley: spaces around slice operator if operands are infix...
jjido has joined #zig
rampantmonkey has joined #zig
rampantmonkey has quit [Client Quit]
<GitHub13> [zig] andrewrk pushed 2 new commits to master: https://git.io/vhGMB
<GitHub13> zig/master ea58f4a Andrew Kelley: run zig fmt on the codebase
<GitHub13> zig/master b082cd4 Andrew Kelley: zig fmt: field access does not cause spaces for slicing...
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub31> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhGyi
<GitHub31> zig/master d8699ae Andrew Kelley: zig fmt: don't compute a sha-256 for no reason...
jjido has joined #zig
<achambe> Leaving a job to work on a project can be interesting
<achambe> the abundance of time is something that is easy to waste
<achambe> without realising.
<andrewrk> achambe, indeed. I'll have the fact that I will be eating away my savings to keep a fire lit underneath my butt
<achambe> I already left my job, though I had less of a plan haha
<achambe> just that I was unhappy
<achambe> took me ~ 3 months to get a good workflow started for a project
<achambe> wasted lots of time, I wish you luck! :P
<andrewrk> thanks!
<andrewrk> I've done this before and I've managed quite well. I use an alarm clock and keep a consistent schedule. Go to the gym regularly. Go to social events a few times a week. I find it makes me quite healthy and happy
<achambe> yeah, I started following strict excercise for the past 4 weeks, it helps
<achambe> I think the clock is a good idea
<achambe> I was experimenting with using a timetable too
<achambe> The social aspect is important too
<achambe> I didn't realize that as much until recently.
<achambe> andrewrk: was the previous time when you were at recurse?
<andrewrk> I've done it a few times. recurse was one of them. before that I did https://andrewkelley.me/post/jamulator.html and I've actually already spent 1 year full time working on zig - the beginning of the project
<andrewrk> I always take advantage of time between employment and try to delay my start date as much as possible
<andrewrk> this time though, I'm hoping to figure out how to sustain it
<andrewrk> donations can work if enough people get interested in the project
<andrewrk> otherwise I can try to do some contracting, or make a game, or worst case scenario part time work
<andrewrk> but I have a couple years before I have to make these compromises
<achambe> yeah, I can see how a hard push where you are at that "usefulness threshold" of the project might get enough of a boost.
<achambe> i.e. toy -> production tool
<andrewrk> that's the idea
<achambe> there might be a point where you need to focus a huge amount on marketing tbh
<achambe> even if its not a paid product haha
<andrewrk> that can be after 1.0.0
<achambe> cool
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
kicking_tires has joined #zig
cenomla has quit [Quit: cenomla]
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jmsrichards has joined #zig
jmsrichards has quit [Client Quit]
<GitHub10> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhGAO
<GitHub10> zig/master a05acaf Andrew Kelley: Add --color CLI option to zig fmt...
kicking_tires has quit [Remote host closed the connection]
Ichorio has quit [Read error: Connection reset by peer]
<GitHub192> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhGxU
<GitHub192> zig/master 717ac85 Andrew Kelley: zig fmt: add --color option to CLI help text
IRC-Source_65724 has joined #zig
IRC-Source_65724 has left #zig [#zig]
lroy has joined #zig
dbandstra has quit [Quit: Page closed]
cenomla has joined #zig