***jao` is now known as jao
***haroldwu_ is now known as haroldwu
<davexunit>"Convert 16-bit positive integers from host to network byte order." <ijp>,a hto would give you htonl and htons <ijp>right, but it is unnecessary <davexunit>sorry, for some reason I didn't your first message right ***ActivateKruger is now known as DeKolonel
***DeKolonel is now known as Tsvekno
<mark_weaver>davexunit: how are you using htons? it's been deprecated in 2.0.11. I think you should be using the bitvector integer operations instead for that. <sneek>mark_weaver, you have 1 message. <sneek>mark_weaver, civodul says: re adding a MIPS build machine, we can discuss that, but basically it boils down to allowing hydra.gnu.org to access the machine over SSH, and that machine must have Guix installed <mark_weaver>davexunit: well, I was looking for a slightly larger picture than that. <mark_weaver>presumably you are constructing network packets, or maybe writing something to disk? <mark_weaver>what are you doing with the result of 'htons', I mean. <davexunit>I'm working with an API, and one of the functions takes a port in network byte order. <davexunit>it's a C API that I'm writing bindings for, and the docs recommended using htons to do the conversion. <davexunit>I don't know anything about it, just trying to comply. <mark_weaver>well, I'd consider doing the conversion within your binding. <dje42>Are there docs on sneek anywhere? The ability to send messages to someone even when they're not currently present is pretty cool. <mark_weaver>dje42: do what I just did, and sneek will send you help in private messages. <dje42>Who could guide me in setting one up there? <mark_weaver>dje42: I think that freenode has similar functionality accessible in some other way. <mark_weaver>right, someone sent me a delayed message that way once, but I've forgotten the details. <dje42>We often get questions whose answer can be found in apropos. How often does sneek apropos and sneek guile help get used? <dsmith>dje42, Probably by no one but me. <mark_weaver>dsmith: you added the apropos command very recently, didn't you? <sneek>`cons' is a procedure in the (guile) module. <sneek>- Scheme Procedure: cons x y <sneek> Return a newly allocated pair whose car is X and whose cdr is Y. <sneek> The pair is guaranteed to be different (in the sense of `eq?') from <sneek> every previously existing object. <dsmith>And then seeks sends me the apropos output as /msg <dsmith>The limit is 10 lines I think. sneek uses /msg if the output > 10 ***Tsvekno is now known as HalfALobster