RC41. Building a DNS Resolver in C, Part 3: Implementing a toy version of inet_pton()
Last time on stumbling through building a DNS resolver in C, I messed around with the nifty function inet_pton(), which takes IPv4 and IPv6 addresses and con...
Last time on stumbling through building a DNS resolver in C, I messed around with the nifty function inet_pton(), which takes IPv4 and IPv6 addresses and con...
In the last installment of Building a DNS Resolver in C, I talked about writing a component of a conversion function that will eventually translate a valid I...
A few weeks back, a few recurser friends and I implemented a DNS resolver in Python using this excellent guide put together by a legendary RC alum. Knowing n...
I’ve been curious to do a little tinkering with the OpenAI API since early on in batch, when a fellow recurser casually demo’ed a GPT pipeline and suddenly...
I’m scared of pointers, okay?