Implement DNS in a Weekend
21–30 of 77 posts
Re: Implement DNS in a Weekend
#22Re: Implement DNS in a Weekend
#23I 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…
I've enjoyed doing stuff like this myself. I wrote an IP stack up to being able to ping an IP address. I had learnt all of this in university, but doing it myself really cemented the knowledge. Using a notebook and doing literate programming is a must. I pretend that I'm teaching someone else, even though I don't plan on ever sharing it really.
Re: Implement DNS in a Weekend
#24I 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
#25Julia's zines[0] are great. Got mine this week and it's a delight to read. 0 - https://wizardzines.com
Re: Implement DNS in a Weekend
#26Julia's zines[0] are great. Got mine this week and it's a delight to read. 0 - https://wizardzines.com
Re: Implement DNS in a Weekend
#27I host a pi-hole instance in the cloud. It's only accessible to my Tailscale network, which means that I can't reach it on my TV - unless I write a DNS proxy. Maybe this'll be enough to get my ass in gear and actually write it for once.
Re: Implement DNS in a Weekend
#28Re: Implement DNS in a Weekend
#29Earlier quoted context omitted.
What about a Pi that connects to Tailscale and have your TV work via that? https://tailscale.com/kb/1019/subnets/
That would mean getting a Pi, which I don't have...