https://www.youtube.com/playlist?list=PLBOh8f9FoHHhvO5e5HF_6...
Implement DNS in a Weekend
31–40 of 77 posts
Re: Implement DNS in a Weekend
#32I love all the series about writing your own X in 100 lines of code. It gives you the understanding of technology and removes a lot of unnecessary details. The great examples of this are 'A from-scratch tour of Bitcoin in Python' https://karpathy.github.io/2021/06/21/blockchain/ and 'Let's build GPT: from scratch, in code, spelled out' https://youtu.be/kCc8FmEb1nY from Andrej Karpathy I wonder if anybody tried to col…
Maybe not only 100 lines of code though, I think of Code Crafters. https://github.com/codecrafters-io/build-your-own-x
Re: Implement DNS in a Weekend
#33https://github.com/DavidVentura/hackattic/blob/master/src/se...
It'll be interesting to see if the server implementation is complete enough to work with this client
Re: Implement DNS in a Weekend
#34I love all the series about writing your own X in 100 lines of code. It gives you the understanding of technology and removes a lot of unnecessary details. The great examples of this are 'A from-scratch tour of Bitcoin in Python' https://karpathy.github.io/2021/06/21/blockchain/ and 'Let's build GPT: from scratch, in code, spelled out' https://youtu.be/kCc8FmEb1nY from Andrej Karpathy I wonder if anybody tried to col…
Re: Implement DNS in a Weekend
#35Cool! I'd implemented a very low quality DNS server in rust to solve a hackattic challenge https://github.com/DavidVentura/hackattic/blob/master/src/se... It'll be interesting to see if the server implementation is complete enough to work with this client
Re: Implement DNS in a Weekend
#36I love all the series about writing your own X in 100 lines of code. It gives you the understanding of technology and removes a lot of unnecessary details. The great examples of this are 'A from-scratch tour of Bitcoin in Python' https://karpathy.github.io/2021/06/21/blockchain/ and 'Let's build GPT: from scratch, in code, spelled out' https://youtu.be/kCc8FmEb1nY from Andrej Karpathy I wonder if anybody tried to col…
Re: Implement DNS in a Weekend
#37Earlier quoted context omitted.
That would mean getting a Pi, which I don't have...
Setting the pi-hole as your DNS server in your router would not work? TV should then use this DNS server after getting an IP-address via DHCP.
Re: Implement DNS in a Weekend
#38- Some time ago on HN I saw a free ad blocking DNS server (https://controld.com/free-dns)
- I had wondered what protocol the 'Private DNS' setting on my Pixel uses, but never got around to checking.
It turns out that it setting the 'Private DNS provider hostname' to x-oisd.freedns.controld.com just works: DNS-over-TLS and ad blocking.
Re: Implement DNS in a Weekend
#39I love all the series about writing your own X in 100 lines of code. It gives you the understanding of technology and removes a lot of unnecessary details. The great examples of this are 'A from-scratch tour of Bitcoin in Python' https://karpathy.github.io/2021/06/21/blockchain/ and 'Let's build GPT: from scratch, in code, spelled out' https://youtu.be/kCc8FmEb1nY from Andrej Karpathy I wonder if anybody tried to col…